Win32::SysFunc Class Reference
#include <win32sysfunc.h>
Detailed Description
Provides Win32 specific helper functions.(C) 2006 Radon Labs GmbH
Static Public Member Functions | |
static void | Setup () |
setup lowlevel static objects (must be called before spawning any threads) | |
static void | Exit (int exitCode) |
exit process, and to proper cleanup, memleak reporting, etc... | |
static void | Error (const char *error) |
display an error message box | |
static void | DebugOut (const char *msg) |
print a message on the debug console | |
static void | Sleep (double sec) |
sleep for a specified amount of seconds | |
static Util::String | GetLastError () |
returns GetLastError() as string |