Microsoft DirectX 9.0 SDK Update (Summer 2003) |
DPN_MSGID_DESTROY_THREAD Message
Microsoft® DirectPlay® generates the DPN_MSGID_DESTROY_THREAD message when a thread is shut down.
The DPNMSG_DESTROY_THREAD structure contains information for the DPN_MSGID_DESTROY_THREAD system message.
Syntax
typedef struct _DPNMSG_DESTROY_THREAD { DWORD dwSize; DWORD dwProcessorNum; PVOID pvUserContext; } DPNMSG_DESTROY_THREAD, *PDPNMSG_DESTROY_THREAD;
Members
- dwSize
- Size of this structure.
- 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