Microsoft DirectX 8.0 (Visual Basic)

DSCBCAPS

Describes the capabilities of a capture buffer. Used by the DirectSoundCaptureBuffer8.GetCaps method.

Type DSCBCAPS
    lBufferBytes As Long
    lFlags As CONST_DSCBCAPSFLAGS
    lReserved As Long
End Type

Members

lBufferBytes
Size, in bytes, of the capture buffer.
lFlags
Flag describing device capabilities. One of the constants of the CONST_DSCBCAPSFLAGS enumeration.
lReserved
Reserved.