Microsoft DirectX 9.0 SDK Update (Summer 2003) |
IDirectPlayVoiceServer::GetCaps Method
Retrieves the capabilities of the Microsoft® DirectPlay® Voice server for this system.
Syntax
HRESULT GetCaps(
PDVCAPS pDVCaps );
Parameters
- pDVCaps
- [out] Pointer to the DVCAPS structure that contains the capabilities of the DirectPlayVoiceServer object.
Return Value
Returns DV_OK if successful, or one of the following error values.
DVERR_INVALIDOBJECT The DirectPlay object pointer is invalid. DVERR_INVALIDPARAM One or more of the parameters passed to the method are invalid. DVERR_INVALIDPOINTER The pointer specified is invalid.