?/TD>
Microsoft DirectX 9.0

DPN_MSGID_PEER_INFO Message


Microsoft?DirectPlay?generates the DPN_MSGID_PEER_INFO message when peer data is modified during a peer-to-peer session.

The DPNMSG_PEER_INFO structure contains information for the DPN_MSGID_PEER_INFO system message.

Syntax

typedef struct _DPNMSG_PEER_INFO {
    DWORD dwSize;
    DPNID dpnidPeer;
    PVOID pvPlayerContext;
}  DPNMSG_PEER_INFO, *PDPNMSG_PEER_INFO;

Members

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