PosCxCleanupEvents function (poscx.h)

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

Syntax

void PosCxCleanupEvents(
  [in] WDFDEVICE     device,
  [in] WDFFILEOBJECT fileObject
);

Parameters

[in] device

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

[in] fileObject

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

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header poscx.h (include Poscx.h)