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_DETACH_BUFFER.
typedef struct { STREAM_SESSION_ID sdb_Session; ULONG sdb_NumberOfIds; STREAM_BUFFER_ID sdb_BufferIds[1];} STREAM_DetachBuffers_Request;
Members
- sdb_Session
STREAM_SESSION_ID handle obtained from a previous call using IOCTL_STREAM_START_RECV_SESSION or IOCTL_STREAM_START_XMIT_SESSION. - sdb_NumberOfIds
Number of buffer identifiers provided in sdb_BufferIds. - sdb_BufferIds
There can be any number of these. This array should be filled in with the buffer identifiers that were returned when the specified buffers were attached with IOCTL_STREAM_ATTACH_BUFFER.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
See Also
IOCTL_STREAM_START_RECV_SESSION | IOCTL_STREAM_START_XMIT_SESSION | IOCTL_STREAM_ATTACH_BUFFER | IOCTL_STREAM_DETACH_BUFFER
Send Feedback on this topic to the authors