| Platform SDK: DirectX |
Members of the CONST_DSBLOCKFLAGS enumeration are used in the flags parameter of the DirectSoundBuffer.ReadBuffer and DirectSoundBuffer.WriteBuffer methods to specify what portion of the buffer is to be read or written to.
Enum CONST_DSBLOCKFLAGS
DSBLOCK_DEFAULT = 0
DSBLOCK_ENTIREBUFFER = 2
DSBLOCK_FROMWRITECURSOR = 1
End Enum