PosCxCleanupEvents - NtDoc

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

VOID PosCxCleanupEvents(
  [in] WDFDEVICE     device,
  [in] WDFFILEOBJECT fileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-poscx-poscxcleanupevents)

PosCxCleanupEvents function

Description

PosCxCleanupEvents is called to clean up all pending events for a given caller, identified by the open instance.

Parameters

device [in]

A handle to a framework device object that represents the device.

fileObject [in]

A handle to a framework file object for which all pending events should be cleaned up.