Microsoft DirectX 8.1 (C++)

DVMSGID_DISCONNECTRESULT

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

DVMSG_DISCONNECTRESULT

The DVMSG_DISCONNECTRESULT structure contains information for the DVMSGID_DISCONNECTRESULT system message.

typedef struct {
    DWORD   dwSize;
    HRESULT hrResult;
} DVMSG_DISCONNECTRESULT, *LPDVMSG_DISCONNECTRESULT, *PDVMSG_DISCONNECTRESULT;
dwSize
Size of the DVMSG_DISCONNECTRESULT message structure.
hrResult
Result of the disconnect request.

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.