32 #ifndef _NPT_SYSTEM_H_ 33 #define _NPT_SYSTEM_H_ 48 static NPT_Result GetProcessId(NPT_UInt32&
id);
49 static NPT_Result GetMachineName(
NPT_String& name);
53 static NPT_Result SetRandomSeed(
unsigned int seed);
54 static NPT_UInt32 GetRandomInteger();
61 NPT_Result NPT_GetSystemMachineName(
NPT_String& name);
63 #endif // _NPT_SYSTEM_H_
Definition: NptSystem.h:44
Definition: NptStrings.h:57