Freigeben über


STREAM_CreateLocalPlug_Response (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_STREAM_CREATE_LOCAL_PLUG.

typedef struct {  HANDLE sclp_Plug;  ULONG sclp_PlugNumber;} STREAM_CreateLocalPlug_Response;

Members

  • sclp_PlugNumber
    Number of the serial bus plug created. There can be separate plugs of the same number for input and output. For instance, input plug zero is not the same plug as output plug zero.
  • sclp_Plug
    Handle of the serial bus plug created.

Requirements

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

See Also

IOCTL_STREAM_CREATE_LOCAL_PLUG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.