2
3
4
5
15
16
22
23
24
25
26
27 static bool OpenProcess(
const char* processPath,
const char* commandLine =
"");
30
31
32
33
37
38
39
#define SPICES_PROFILE_ZONE
static bool CloseProcess(const char *processName)
Close a Process with command.
static bool OpenProcess(const char *processPath, const char *commandLine="")
Open a Process with command.
static float ProcessMemoryInUsed()
Get this Process Memory used( GB ).
Process Static Function Library.
static std::wstring CharToWChar(const char *c)
Transform char to wide char.
String Static Function Library.