UNIT_ConnectionRequestProcessed_Request (Windows CE 5.0)
This structure is used by IOCTL_UNIT_CONNECTION_REQUEST_PROCESSED.
typedef struct {PVOID ucrp_RegistrationToken;PVOID ucrp_Request;NTSTATUS ucrp_Status;} UNIT_ConnectionRequestProcessed_Request;
Members
- ucrp_RegistrationToken
Registration token value from a previous IOCTL_UNIT_REGISTER_SUBUNIT command. - ucrp_Request
Opaque value passed in during the UNIT_ConnectToRemotePlugCB call. - ucrp_Status
NTSTATUS value that the Subunit wants to return for the asynchronous connection request.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_unit.h.
See Also
IOCTL_UNIT_CONNECTION_REQUEST_PROCESSED | IOCTL_UNIT_REGISTER_SUBUNIT | UNIT_ConnectToRemotePlugCB
Send Feedback on this topic to the authors