Microsoft DirectX 9.0 |
Provides initialization on a thread.
Syntax
virtual void OnThreadInit(void);
Return Value
No return value.
Remarks
Override this function if you want to do your own specific initialization on thread startup.
See Also