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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp1553 char *pszGuid = NULL; local
1554 dsoundConfigQueryStringAlloc(pCfg, pszName, &pszGuid);
1555 if (pszGuid)
1557 int rc = RTUuidFromStr(pUuid, pszGuid);
1563 RTStrFree(pszGuid);

Completed in 48 milliseconds