Microsoft DirectX 8.1 (Visual Basic)

DSCBCAPS

The DSCBCAPS type describes the capabilities of a capture buffer. Used by the DirectSoundCaptureBuffer8.GetCaps method.

Syntax

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.