// poscx.h
VOID PosCxCleanupEvents(
[in] WDFDEVICE device,
[in] WDFFILEOBJECT fileObject
);
View the official Windows Driver Kit DDI referenceNo description available.
PosCxCleanupEvents is called to clean up all pending events for a given caller, identified by the open instance.
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.