Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PosCxRemoteRequestRelease is called whenever a remote device asks for the device to release. This initiates claim negotiation.
Syntax
NTSTATUS PosCxRemoteRequestRelease(
[in] WDFDEVICE device,
[in] ULONG deviceInterfaceTag
);
Parameters
[in] device
A handle to a framework device object that represents the device.
[in] deviceInterfaceTag
The device interface that initiated the release request.
Return value
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. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | poscx.h (include Poscx.h) |