Compartilhar via


UNIT_FreeLocalPlug_Request (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.