UNIT_FreeLocalPlug_Request (Windows CE 5.0)
This structure is used by IOCTL_UNIT_FREE_LOCAL_PLUG.
typedef struct {PVOID uflp_RegistrationToken;HANDLE uflp_Plug;} UNIT_FreeLocalPlug_Request;
Members
- uflp_RegistrationToken
Registration token value from a previous IOCTL_UNIT_REGISTER_SUBUNIT command. - uflp_Plug
Defines the handle of the plug to free.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_unit.h.
See Also
IOCTL_UNIT_FREE_LOCAL_PLUG | IOCTL_UNIT_REGISTER_SUBUNIT
Send Feedback on this topic to the authors