~n-muench/open-vm-tools/devel

« back to all changes in this revision

Viewing changes to lib/include/system.h

  • Committer: Nate Muench
  • Date: 2011-05-05 00:27:16 UTC
  • Revision ID: nowiwilldestroyabydos@gmail.com-20110505002716-f87n4uvh2hg3crrk
Merge with Natty, Enable shared folders

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#endif
35
35
#include "unicode.h"
36
36
 
 
37
uint64 System_GetTimeMonotonic(void);
37
38
uint64 System_Uptime(void);
38
39
Unicode System_GetTimeAsString(void);
39
40
void System_Shutdown(Bool reboot);
40
 
Bool System_IsUserAdmin(void);
 
41
Bool System_GetNodeName(size_t outBufSize, char *outBuf);
41
42
 
42
43
char *System_GetEnv(Bool global, const char *valueName);
43
44
int System_SetEnv(Bool global, const char *valueName, const char *value);
44
45
 
 
46
Bool System_IsUserAdmin(void);
 
47
 
45
48
#ifdef _WIN32
46
49
typedef enum AeroStateCommand {
47
50
   AeroCommand_Enable,