Microsoft DirectX 8.1 (C++)

DPN_MSGID_INDICATED_CONNECT_ABORTED

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.

DPNMSG_INDICATED_CONNECT_ABORTED

The DPNMSG_INDICATED_CONNECT_ABORTED structure contains information for the DPN_MSGID_INDICATED_CONNECT_ABORTED system message.

typedef struct {
    DWORD  dwSize;
    PVOID  pvPlayerContext;
} DPNMSG_INDICATED_CONNECT_ABORTED, *PDPNMSG_INDICATED_CONNECT_ABORTED;
dwSize
Size of this structure.
pvPlayerContext
Player context value.

Return Values

Return DPN_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 Dplay8.h.