DirectX SDK

CONST_DSCBLOCKFLAGS

The CONST_DSCBLOCKFLAGS enumeration is used by the DirectSoundCaptureBuffer.ReadBuffer and DirectSoundCaptureBuffer.WriteBuffer methods to modify what is read from or written to the sound capture buffer.

Enum CONST_DSCBLOCKFLAGS
    DSCBLOCK_DEFAULT      = 0
    DSCBLOCK_ENTIREBUFFER = 1
End Enum
DSCBLOCK_ENTIREBUFFER
Reads/writes the entire buffer. The size parameter is ignored.