PosCxRemoteRequestRelease - NtDoc

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

NTSTATUS PosCxRemoteRequestRelease(
  [in] WDFDEVICE device,
  [in] ULONG     deviceInterfaceTag
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

PosCxRemoteRequestRelease is called whenever a remote device asks for the device to release. This initiates claim negotiation.

Parameters

device [in]

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

deviceInterfaceTag [in]

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.