Searched refs:szwPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c169 WCHAR szwPath[MAX_PATH]; local
179 cwcPath = GetSystemDirectoryW(szwPath, RT_ELEMENTS(szwPath));
189 cwcPath = GetModuleFileNameW(NULL, szwPath, RT_ELEMENTS(szwPath));
198 pszwSlashFile = wcsrchr(szwPath, L'\\');
206 cwcPath = pszwSlashFile - szwPath;
215 szwPath[cwcPath] = '\\';
219 if (!MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, dllname, -1, &szwPath[cwcPath], MAX_PATH - cwcPath))
233 dll->hinstLib = LoadLibraryW( szwPath );
[all...]

Completed in 102 milliseconds