IMonitor::OnStatus

The MCSVC method calls the OnStatus method to notify the monitor that an NPP status event exists. This method must be implemented by the monitor.

HRESULT OnStatus(UPDATE_EVENTEvent);

Parameters

Return Values

If the method is successful, the return value is S_OK (which is the same as NOERROR), and the MCSVC passes the returned value back to the NPP for processing.

If the method is unsuccessful, return an error code. On error, the MCSVC passes the returned value back to the NPP for processing.

Requirements

Client Requires Windows 2000 Professional or Windows NT Workstation 4.0.
Server Requires Windows 2000 Server or Windows NT Server 4.0.
Header

Declared in Netmon.h.