?/TD>
Microsoft DirectX 9.0

DPN_MSGID_CLIENT_INFO Message


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

The DPNMSG_CLIENT_INFO structure contains information for the DPN_MSGID_CLIENT_INFO system message.

Syntax

typedef struct _DPNMSG_CLIENT_INFO {
    DWORD dwSize;
    DPNID dpnidClient;
    PVOID pvPlayerContext;
}  DPNMSG_CLIENT_INFO, *PDPNMSG_CLIENT_INFO;

Members

dwSize
Size of this structure.
dpnidClient
DPNID of the client for client information.
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.