Planeshift
Defines | Typedefs | Functions

guid_creator.h File Reference

#include "google_breakpad/common/minidump_format.h"

Go to the source code of this file.

Defines

#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 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 
)