IMonitor::OnFrames
The OnFrames method must be implemented by the monitor. The MCSVC calls this method when either the capture buffer is full or the update time has passed.
HRESULT OnFrames(UPDATE_EVENTEvent);
Parameters
- Event
[in] UPDATE_EVENT structure that holds frame information used to update events.
Return Values
If the method is successful, the return value is S_OK (which is the same as NOERROR). The MCSVC passes the returned value back to the NPP for processing.
If the method is unsuccessful, the return value is an error code. 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. |