DPN_MSGID_CREATE_THREAD Message

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DPN_MSGID_CREATE_THREAD Message


Microsoft® DirectPlay® generates the DPN_MSGID_CREATE_THREAD message when a new thread is created.

The DPNMSG_CREATE_THREAD structure contains information for the DPN_MSGID_CREATE_THREAD system message.

Syntax

typedef struct _DPNMSG_CREATE_THREAD {
    DWORD dwSize;
    DWORD dwFlags;
    DWORD dwProcessorNum;
    PVOID pvUserContext;
}  DPNMSG_CREATE_THREAD, *PDPNMSG_CREATE_THREAD;

Members

dwSize
Size of this structure.
dwFlags
Reserved. Must be 0.
dwProcessorNum
Specifies the processor index to which this thread is bound.
pvUserContext
Thread context value.

Remarks

Return from the message callback function with DPN_OK.

Message Information

Headerdplay8.h
Minimum availabilityDirectX 9.0
Minimum operating systems Windows 2000, Windows 98

© 2003 Microsoft Corporation. All rights reserved.