Compartir a través de


STREAM_QueryBufferState_Request (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_STREAM_QUERY_BUFFER_STATE.

typedef struct {  STREAM_SESSION_ID sqbs_Session;  ULONG sqbs_Flags;} STREAM_QueryBufferState_Request;

Members

  • sqbs_Session
    STREAM_SESSION_ID handle obtained from a previous call using IOCTL_STREAM_START_RECV_SESSION or IOCTL_STREAM_START_XMIT_SESSION.

  • sqbs_Flags
    Optional flag bits that affect the operation of the STREAM_QueryBufferState_Flag_Block command.

    If set, this command will block until at least one buffer has completed, until the session is stopped, or until the device is closed or removed. Closed means being closed by another thread.

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_QUERY_BUFFER_STATE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.