|
void | SetThreadName (DWORD dwThreadID, LPCSTR pcszThreadName) |
| Sets the name of the given thread.
|
|
void | SetThreadName (LPCSTR pcszThreadName) |
| Sets the name of the current thread.
|
|
void | SetThreadNameDebug (DWORD dwThreadID, LPCSTR pcszThreadName) |
| Sets the name of the given thread.
|
|
void | SetThreadNameDebug (LPCSTR pcszThreadName) |
| Sets the name of the current thread, but only if building for debug.
|
|
void | Trace (LPCMSTR lpctszMsg,...) |
| Send a string to the debugger's output window, but only in debug builds.
|
|
void | Trace0 (LPCMSTR lpctszMsg) |
| Identical to Trace(), but without the variable argument list.
|
|