?/TD>
Microsoft DirectX 9.0

DPN_MSGID_CREATE_SENDER_CONTEXT Message


Microsoft?DirectPlay?generates a DPN_MSGID_CREATE_SENDER_CONTEXT message when another player is recognized by the local player.

Syntax

typedef struct _DPNMSG_CREATE_SENDER_CONTEXT {
    DWORD dwSize;
    PVOID pvSenderContext;
}  DPNMSG_CREATE_SENDER_CONTEXT, *PDPNMSG_CREATE_SENDER_CONTEXT;

Members

dwSize
Size of this structure.
pvSenderContext
Sender context value.

Message Information

Headerdplay8.h
Minimum operating systems Windows 98, Pocket PC 2002


© 2002 Microsoft Corporation. All rights reserved.