Automation:
IMonitoring
CreateMonitor
(
)
;
Native (C++):
HRESULT
CreateMonitor
(
[out, retval]
IMonitoring * *
pVal)
;
Parameters
pVal
Reference to created monitoring object. Don't forget to release it.
Return Value
Automation:
Reference to created monitoring object.
Native:
S_OK or standard OLE error code.