Searched refs:RTUuidFromUtf16 (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Duuid.h178 RTDECL(int) RTUuidFromUtf16(PRTUUID pUuid, PCRTUTF16 pwszString);
H A Dmangling.h1879 # define RTUuidFromUtf16 RT_MANGLER(RTUuidFromUtf16) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUuid.cpp118 RTTestSub(hTest, "RTUuidFromUtf16");
119 rc = RTUuidFromUtf16(&Uuid2, wsz); CHECK_RC();
127 RTTESTI_CHECK_RC(RTUuidFromUtf16(&Uuid2, pwsz), VINF_SUCCESS);
133 RTTESTI_CHECK_RC(RTUuidFromUtf16(&Uuid2, pwsz2), VINF_SUCCESS);
140 RTTESTI_CHECK_RC(RTUuidFromUtf16(&Uuid2, pwsz3), VERR_INVALID_UUID_FORMAT);
/vbox/include/VBox/com/
H A DGuid.h223 int rc = ::RTUuidFromUtf16(&mUuid, str);
471 int rc = ::RTUuidFromUtf16(&mUuid, that);
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp422 RTDECL(int) RTUuidFromUtf16(PRTUUID pUuid, PCRTUTF16 pwszString) function
521 RT_EXPORT_SYMBOL(RTUuidFromUtf16); variable
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1005 rc = RTUuidFromUtf16(&HardwareUuid, bstr.raw());

Completed in 124 milliseconds