SPCB Field - ulBufFlags
ulBufFlags (ULONG)
Buffer
attributes (that is, the user provides buffers, fixed block size, interleaved
data type, maximum buffer size).
SPCBBUF_16MEG
The stream buffers can be allocated
above the 16MB line. This is used by stream handler device drivers that
can support greater than 16MB addresses.
SPCBBUF_FIXEDBUF
The buffer size for this stream handler must be
a particular fixed size (for this data type). The SPCBBUF_INTERLEAVED flag
(split stream) implies SPCBBUF_FIXEDBUF.
SPCBBUF_INTERLEAVED
This is a split stream. It consists of one input
stream of interleaved data that is split into multiple streams of individual
data types. Only the source stream handler can set this flag. This flag
is mutually exclusive with the SPCBBUF_USERPROVIDED flag. SPCBBUF_FIXEDBUF
cannot be used with this flag set.
SPCBBUF_MAXSIZE
The ulBufSize field contains the maximum
size buffer that this stream handler can handle.
SPCBBUF_NONCONTIGUOUS
Each data buffer is allocated contiguously in physical
memory unless both stream handlers set the non-contiguous flag (SPCBBUF_NONCONTIGUOUS).
This flag provides the system flexibility in allocating memory. A device
driver stream handler might require contiguous memory, while a DLL stream
handler might not.
SPCBBUF_USERPROVIDED
The
user provides buffers for streaming. The Sync/Stream Manager does not allocate
buffers but attempts to lock down user-provided buffers or copy the data
to locked buffers. Using this flag affects the performance of streaming.
Only a source stream handler can set this flag. This flag is mutually
exclusive with the SPCBBUF_INTERLEAVED flag.
[Back: SPCB Field - ulTgtStart]
[Next: SPCB Field - ulHandFlags]