?/TD>
Microsoft DirectX 9.0

DVMSGID_DISCONNECTRESULT Message


Microsoft?DirectPlay?Voice generates the DVMSGID_DISCONNECTRESULT message when the disconnect request generated through a call to the IDirectPlayVoiceClient::Disconnect method has completed.

The DVMSG_DISCONNECTRESULT structure contains information for the DVMSGID_DISCONNECTRESULT system message.

Syntax

typedef struct {
    DWORD dwSize;
    HRESULT hrResult;
}  DVMSG_DISCONNECTRESULT *LPDVMSG_DISCONNECTRESULT, *PDVMSG_DISCONNECTRESULT;

Members

dwSize
Size of the DVMSG_DISCONNECTRESULT message structure.
hrResult
Result of the disconnect request.

Remarks

Return from the message callback function with DV_OK.

This message is sent only if the IDirectPlayVoiceClient::Disconnect method is called asynchronously

Message Information

Headerdvoice.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.