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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4967 wchar_t * pswzBindName;
4968 hrc = pAdaptorComponent->GetBindName(&pswzBindName);
4972 int cwBindName = (int)wcslen(pswzBindName) + 1;
4978 if (!WideCharToMultiByte(CP_ACP, 0, pswzBindName, cwBindName, pszTrunkName,
4998 CoTaskMemFree(pswzBindName);
5164 wcscpy((wchar_t*)(((char*)FileName) + sizeof(DEVNAME_PREFIX) - sizeof(FileName[0])), pswzBindName);
5221 CoTaskMemFree(pswzBindName);
5350 wchar_t * pswzBindName; local
5351 hrc = pAdaptorComponent->GetBindName(&pswzBindName);
5355 int cwBindName = (int)wcslen(pswzBindName)
[all...]

Completed in 62 milliseconds