Microsoft DirectX 8.0 (C++) |
キャプチャ バッファの能力を記述する。IDirectSoundCaptureBuffer8::GetCaps メソッドで使われる。
typedef struct { DWORD dwSize; DWORD dwFlags; DWORD dwBufferBytes; DWORD dwReserved; } DSCBCAPS, *LPDSCBCAPS; typedef const DSCBCAPS *LPCDSCBCAPS;
ヘッダー : dsound.h で宣言。