Share via


STREAM_AttachBuffers_Response (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_STREAM_ATTACH_BUFFER.

typedef struct {  ULONG sab_NumberOfIds;  STREAM_BUFFER_ID sab_BufferIds[1]; } STREAM_AttachBuffers_Response;

Members

  • sab_NumberOfIds
    Total number of buffers attached, which is the same as the number of Buffer identifiers returned.
  • sab_BufferIds
    There can be any number of these. This is an array of opaque values, of type STREAM_BUFFER_ID, where each value represents a handle to the buffer at the same array index as in the STREAM_AttachBuffers_Request structure, which is attached. This handle is required later to refer to the buffer for IOCTL_STREAM_DETACH_BUFFER and IOCTL_STREAM_QUERY_BUFFER_STATE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.

See Also

STREAM_AttachBuffers_Request | IOCTL_STREAM_DETACH_BUFFER | IOCTL_STREAM_QUERY_BUFFER_STATE | IOCTL_STREAM_ATTACH_BUFFER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.