Microsoft DirectX 8.1 (C++)

DVCAPS

Describes the capabilities of the Microsoft® DirectPlay® VoiceClient object.

typedef struct{
    DWORD dwSize;
    DWORD dwFlags;
} DVCAPS, *LPDVCAPS, *PDVCAPS;

Members

dwSize
Must be set the to size of this structure, in bytes, before using this structure.
dwFlags
Reserved. Must be 0.

Requirements

  Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
  Windows 98/Me: Available as a redistributable for Windows 98 and later.
  Header: Declared in Dvoice8.h.