Getting property value:
Automation:
bool
value = obj.
Connected;
Native (C++):
HRESULT
get_
Connected
(
[out, retval]
BOOL *
pVal)
;
Parameters
pVal
Set to TRUE if monitoring is now started and to FALSE otherwise.
Return Value
Automation:
Set to true if monitoring is now started and to false otherwise. Used by "managed" clients (that use IDispatch).
Native:
S_OK or standard OLE error code.