?/TD>
Microsoft DirectX 9.0

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

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


© 2002 Microsoft Corporation. All rights reserved.