DVCAPS Structure

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DVCAPS Structure


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

Syntax

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.

Structure Information

Headerdvoice8.h
Minimum operating systems Windows 98

© 2003 Microsoft Corporation. All rights reserved.