Searched defs:machineNameUtf16 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c890 BSTR machineNameUtf16; local
893 IMachine_get_Name(machine, &machineNameUtf16);
894 g_pVBoxFuncs->pfnUtf16ToUtf8(machineNameUtf16,&machineName);
895 g_pVBoxFuncs->pfnComUnallocString(machineNameUtf16);

Completed in 45 milliseconds