?/TD> |
Microsoft DirectX 9.0 |
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
Header dplay8.h Minimum availability DirectX 9.0 Minimum operating systems Windows 2000, Windows 98