?/TD> |
Microsoft DirectX 9.0 |
Microsoft?DirectPlay?Voice generates the DVMSGID_CONNECTRESULT message when the connect request generated through a call to the IDirectPlayVoiceClient::Connect method has completed.
The DVMSG_CONNECTRESULT structure contains information for the DVMSGID_CONNECTRESULT message.
Syntax
typedef struct { DWORD dwSize; HRESULT hrResult; } DVMSG_CONNECTRESULT *LPDVMSG_CONNECTRESULT, *PDVMSG_CONNECTRESULT;
Members
- dwSize
- Size of the DVMSG_CONNECTRESULT message structure.
- hrResult
- HRESULT that specifies the outcome of the connection attempt.
Remarks
Return from the message callback function with DV_OK.
This message is sent only if the IDirectPlayVoiceClient::Connect method is called asynchronously.
Message Information
Header dvoice.h Minimum operating systems Windows 98