aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/guid_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/windows/guid_string.h')
-rw-r--r--src/common/windows/guid_string.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/windows/guid_string.h b/src/common/windows/guid_string.h
index df067499..c62a341c 100644
--- a/src/common/windows/guid_string.h
+++ b/src/common/windows/guid_string.h
@@ -45,6 +45,12 @@ class GUIDString {
// Converts guid to a string in the format recommended by RFC 4122 and
// returns the string.
static wstring GUIDToWString(GUID *guid);
+
+ // Converts guid to a string formatted as uppercase hexadecimal, with
+ // no separators, and returns the string. This is the format used for
+ // symbol server identifiers, although identifiers have an age tacked
+ // on to the string.
+ static wstring GUIDToSymbolServerWString(GUID *guid);
};
} // namespace google_airbag