// poscx.h
NTSTATUS PosCxRemoteRequestRelease(
[in] WDFDEVICE device,
[in] ULONG deviceInterfaceTag
);
View the official Windows Driver Kit DDI referenceNo description available.
PosCxRemoteRequestRelease is called whenever a remote device asks for the device to release. This initiates claim negotiation.
device [in]A handle to a framework device object that represents the device.
deviceInterfaceTag [in]The device interface that initiated the release request.
Possible return values are:
| Value | Description |
|---|---|
| STATUS_SUCCESS | The device will now start resolving the remote request to release. |
| STATUS_DEVICE_NOT_READY | The PosCx library was not successfully initialized. |