Microsoft DirectX 8.0 (Visual Basic) |
Used in the flags parameter of the DirectSoundSecondaryBuffer8.ReadBuffer and DirectSoundSecondaryBuffer8.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