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_LOCATE_REMOTE_PLUG.
typedef struct { ULONG slrp_PlugNumber; PVOID slrp_PlugToken;} STREAM_LocateRemotePlug_Response;
Members
- slrp_PlugNumber
Numerical index of the remote plug that matches your request parameters. - slrp_PlugToken
Opaque token to be handed to IOCTL_STREAM_DEREFERENCE_REMOTE_PLUG when this plug is no longer required.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
See Also
IOCTL_STREAM_DEREFERENCE_REMOTE_PLUG | IOCTL_STREAM_LOCATE_REMOTE_PLUG
Send Feedback on this topic to the authors