DPN_MSGID_SERVER_INFO Message

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DPN_MSGID_SERVER_INFO Message


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

The DPNMSG_SERVER_INFO structure contains information for the DPN_MSGID_SERVER_INFO system message.

Syntax

typedef struct _DPNMSG_SERVER_INFO {
    DWORD dwSize;
    DPNID dpnidServer;
    PVOID pvPlayerContext;
}  DPNMSG_SERVER_INFO, *PDPNMSG_SERVER_INFO;

Members

dwSize
Size of this structure.
dpnidServer
DPNID of the server for server 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

© 2003 Microsoft Corporation. All rights reserved.