Share via


UNIT_QueryLocalPlugs_Request (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_UNIT_QUERY_LOCAL_PLUGS.

typedef struct {PVOID uqlp_RegistrationToken;ULONG uqlp_Flags;} UNIT_QueryLocalPlugs_Request;

Members

  • uqlp_RegistrationToken
    Registration token value from a previous IOCTL_UNIT_QUERY_LOCAL_PLUGS command.
  • uqlp_Flags
    Optional flag bit that affects the operation of this command. Set to UNIT_QueryLocalPlugs_Flag_Block to block until the state of one of the given plugs has changed from what was last returned to you.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_unit.h.

See Also

IOCTL_UNIT_QUERY_LOCAL_PLUGS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.