MCPcopy Create free account
hub / github.com/EasyIME/PIME / uuidFromString

Function uuidFromString

PIMETextService/PIMEClient.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool uuidFromString(const char* uuidStr, UUID& result) {
52 std::wstring utf16UuidStr = utf8ToUtf16(uuidStr);
53 return SUCCEEDED(CLSIDFromString(utf16UuidStr.c_str(), &result));
54}
55
56
57Client::Client(TextService* service, REFIID langProfileGuid):

Callers 1

updatePreservedKeysMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected