Microsoft DirectX 9.0 SDK Update (Summer 2003) |
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
Header dplay8.h Minimum operating systems Windows 98, Pocket PC 2002