Planeshift
guid_creator.h File Reference

Go to the source code of this file.

Macros

#define kGUIDFormatString   "%08x-%04x-%04x-%08x-%08x"
 
#define kGUIDStringLength   36
 

Typedefs

typedef MDGUID GUID
 

Functions

bool CreateGUID (GUID *guid)
 
bool GUIDToString (const GUID *guid, char *buf, int buf_len)
 

Macro Definition Documentation

#define kGUIDFormatString   "%08x-%04x-%04x-%08x-%08x"

Definition at line 38 of file guid_creator.h.

#define kGUIDStringLength   36

Definition at line 40 of file guid_creator.h.

Typedef Documentation

typedef MDGUID GUID

Definition at line 35 of file guid_creator.h.

Function Documentation

bool CreateGUID ( GUID guid)
bool GUIDToString ( const GUID guid,
char *  buf,
int  buf_len 
)