Platform SDK: DirectX

DSCBCAPS

The DSCBCAPS type describes the capabilities of a capture buffer and is used by the DirectSoundCaptureBuffer.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.