3ds Max C++ API Reference
Loading...
Searching...
No Matches
DebugHelpers.inline.h File Reference
#include <vadefs.h>

Classes

struct  THREADNAME_INFO
 

Namespaces

namespace  MaxSDK
 
namespace  MaxSDK::Util
 
namespace  MaxSDK::Util::DebugHelpers
 

Functions

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.