DPN_MSGID_CREATE_SENDER_CONTEXT Message

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

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

© 2003 Microsoft Corporation. All rights reserved.