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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4972 int cwBindName = (int)wcslen(pswzBindName) + 1;
4974 if (sizeof(szTrunkName) > cbFullBindNamePrefix + cwBindName)
4978 if (!WideCharToMultiByte(CP_ACP, 0, pswzBindName, cwBindName, pszTrunkName,
5355 int cwBindName = (int)wcslen(pswzBindName) + 1; local
5357 if (sizeof(szTrunkName) > cbFullBindNamePrefix + cwBindName)
5361 if (!WideCharToMultiByte(CP_ACP, 0, pswzBindName, cwBindName, pszTrunkName,

Completed in 62 milliseconds