Searched refs:dllPath (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/qga/vss-win32/ |
H A D | install.cpp | 272 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local 317 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister() 322 n = strlen(dllPath); in COMRegister() 328 strcpy(tlbPath, dllPath); in COMRegister() 331 dllPath, tlbPath); in COMRegister() 343 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister() 434 char dllPath[MAX_PATH]; in DllRegisterServer() local 449 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer() 455 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
|