Microsoft DirectX 8.1 (C++)

DPN_MSGID_CLIENT_INFO

Microsoft® DirectPlay® generates the DPN_MSGID_CLIENT_INFO message when client data is modified during a client/server session.

DPNMSG_CLIENT_INFO

The DPNMSG_CLIENT_INFO structure contains information for the DPN_MSGID_CLIENT_INFO system message.

typedef struct _DPNMSG_CLIENT_INFO{
    DWORD  dwSize;
    DPNID  dpnidClient;
    PVOID  pvPlayerContext;
} DPNMSG_CLIENT_INFO, *PDPNMSG_CLIENT_INFO;
dwSize
Size of this structure.
dpnidClient
DPNID of the client for client information.
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.