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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp868 LPCWSTR lpwstrDescription, PDSOUNDDEV *ppDev)
872 AssertPtrReturn(lpwstrDescription, VERR_INVALID_POINTER);
878 int rc = RTUtf16ToUtf8(lpwstrDescription, &pDev->pszName);
920 static void dsoundLogDevice(const char *pszType, LPGUID lpGUID, LPCWSTR lpwstrDescription, LPCWSTR lpwstrModule) argument
925 pszType, pszGUID? pszGUID: "no GUID", lpwstrDescription, lpwstrModule));
930 static BOOL CALLBACK dsoundEnumCallback(LPGUID lpGUID, LPCWSTR lpwstrDescription, argument
941 dsoundLogDevice("Output", lpGUID, lpwstrDescription, lpwstrModule);
944 lpGUID, lpwstrDescription, NULL /* ppDev */);
953 static BOOL CALLBACK dsoundCaptureEnumCallback(LPGUID lpGUID, LPCWSTR lpwstrDescription, argument
964 dsoundLogDevice("Input", lpGUID, lpwstrDescription, lpwstrModul
867 dsoundDevAdd(PRTLISTANCHOR pList, LPGUID lpGUID, LPCWSTR lpwstrDescription, PDSOUNDDEV *ppDev) argument
[all...]

Completed in 48 milliseconds