|
Planeshift
|
#include "google_breakpad/common/minidump_format.h"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) |
| #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.
Definition at line 35 of file guid_creator.h.
| bool CreateGUID | ( | GUID * | guid | ) |