STREAM_DereferenceRemotePlug_Request (Windows CE 5.0)
This structure is used by IOCTL_STREAM_DEREFERENCE_REMOTE_PLUG.
typedef struct { ULONG sdrp_Direction; ULONG sdrp_SubunitPlugID; ULONG sdrp_PlugNumber; PVOID sdrp_PlugToken;} STREAM_DereferenceRemotePlug_Request;
Members
- sdrp_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. - sdrp_SubunitPlugID
Subunit-specific plug identifier to locate a serial bus plug for. This is a zero-based index. - sdrp_PlugNumber
Numerical plug number as returned by the IOCTL_STREAM_LOCATE_REMOTE_PLUG IOCTL. - sdrp_PlugToken
Opaque value returned from IOCTL_STREAM_LOCATE_REMOTE_PLUG.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
See Also
IOCTL_STREAM_LOCATE_REMOTE_PLUG | IOCTL_STREAM_DEREFERENCE_REMOTE_PLUG
Send Feedback on this topic to the authors