?/TD>
Microsoft DirectX 9.0

DPN_MSGID_INDICATED_CONNECT_ABORTED Message


Microsoft?DirectPlay?generates the DPN_MSGID_INDICATED_CONNECT_ABORTED message if a player's connection drops after it was indicated on the host, but prior to being added to the session though DPN_MSGID_CREATE_PLAYER.

The DPNMSG_INDICATED_CONNECT_ABORTED structure contains information for the DPN_MSGID_INDICATED_CONNECT_ABORTED system message.

Syntax

typedef struct _DPNMSG_INDICATED_CONNECT_ABORTED {
    DWORD dwSize;
    PVOID pvPlayerContext;
}  DPNMSG_INDICATED_CONNECT_ABORTED, *PDPNMSG_INDICATED_CONNECT_ABORTED;

Members

dwSize
Size of this structure.
pvPlayerContext
Player context value.

Remarks

Return from the message callback function with DPN_OK.

Message Information

Headerdplay8.h
Minimum operating systems Windows 98, Pocket PC 2002


© 2002 Microsoft Corporation. All rights reserved.