Microsoft DirectX 8.1 (C++)

DVMSGID_CONNECTRESULT

Microsoft® DirectPlay® Voice generates the DVMSGID_CONNECTRESULT message when the connect request generated through a call to the IDirectPlayVoiceClient::Connect method has completed. This message is sent only if the Connect method is called asynchronously.

DVMSG_CONNECTRESULT

The DVMSG_CONNECTRESULT structure contains information for the DVMSGID_CONNECTRESULT system message.

typedef struct {
    DWORD    dwSize;
    HRESULT  hrResult;
} DVMSG_CONNECTRESULT, *LPDVMSG_CONNECTRESULT, *PDVMSG_CONNECTRESULT;
dwSize
Size of the DVMSG_CONNECTRESULT message structure.
hrResult
Result of the connection attempt.

Return Values

Return DV_OK.

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 Dvoice.h.