DSCURSORS
The DSCURSORS type is used by the DirectSoundBuffer.GetCurrentPosition and DirectSoundCaptureBuffer.GetCurrentPosition methods.
Type DSCURSORS
lPlay As Long
lWrite As Long
End Type
Members
- lPlay
- The current play position in the DirectSoundBuffer or DirectSoundCaptureBuffer object. This position is an offset within the sound buffer and is specified in bytes.
- lWrite
- The current write position in the DirectSoundBuffer or DirectSoundCaptureBuffer object. This position is an offset within the sound buffer and is specified in bytes.
See Also
DirectSound