Microsoft DirectX 9.0 |
The Create method creates the thread.
Syntax
BOOL Create(void);
Return Value
Returns TRUE if successful, or FALSE otherwise.
Remarks
This method creates the thread, using the CAMThread::InitialThreadProc method for the thread procedure and this
for the thread argument.
The method fails if the thread already exists.
See Also