Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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