Compartilhar via


UNIT_AllocateLocalPlug_Response (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_UNIT_ALLOCATE_LOCAL_PLUG.

typedef struct {HANDLE ualp_Plug;ULONG ualp_PlugNumber;} UNIT_AllocateLocalPlug_Response;

Members

  • ualp_PlugNumber
    Defines the number of the serial bus plug allocated. There can be separate plugs of the same number for input and output. For example, input plug 0 is not the same plug as output plug 0.
  • ualp_Plug
    Defines the handle of the serial bus plug allocated.

Requirements

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

See Also

IOCTL_UNIT_ALLOCATE_LOCAL_PLUG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.