STREAM_LocateRemotePlug_Request (Windows CE 5.0)
This structure is used by IOCTL_STREAM_LOCATE_REMOTE_PLUG.
typedef struct { ULONG slrp_MediaType; ULONG slrp_Direction; ULONG slrp_SubunitPlugID;} STREAM_LocateRemotePlug_Request;
Members
- slrp_MediaType
Type of isochronous media you expect to stream over the specified plug. Must be one of the elements from the STREAM_MediaType enumeration. - slrp_Direction
Definition of whether the remote plug would be an input or an output serial bus plug, this is from the remote perspective. Must be STREAM_PLUG_INPUT, or STREAM_PLUG_OUTPUT. - slrp_SubunitPlugID
Subunit-specific plug identifier to locate a serial bus plug for. This is a zero-based index.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
See Also
IOCTL_STREAM_LOCATE_REMOTE_PLUG | STREAM_MediaType
Send Feedback on this topic to the authors