Compartilhar via


STREAM_GetRemotePlugHandle_Request (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_STREAM_GET_REMOTE_PLUG_HANDLE.

typedef struct {  ULONG sgrph_PlugNumber;  ULONG sgrph_PlugDirection;} STREAM_GetRemotePlugHandle_Request;

Members

  • sgrph_PlugNumber
    Numerical index of the plug number on the remote node to which you want to obtain a handle.
  • sgrph_PlugDirection
    Definition of whether this is an input or an output serial bus plug. Must be STREAM_PLUG_INPUT, or STREAM_PLUG_OUTPUT.

Requirements

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

See Also

IOCTL_STREAM_GET_REMOTE_PLUG_HANDLE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.