PCMP_MONITOR_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 61883.h

PCMP_MONITOR_ROUTINE PcmpMonitorRoutine;

void PcmpMonitorRoutine(
  [in] PCMP_MONITOR_INFO MonitorInfo
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-61883-pcmp_monitor_routine)

PCMP_MONITOR_ROUTINE callback function

Description

This routine is called for plug monitoring.

Parameters

MonitorInfo [in]

Pointer to a CMP_MONITOR_INFO structure containing the contents of the plug that was modified.

See also

AV_61883_REQUEST