Searched refs:g_hInstance (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/Windows/ |
D | ResourceString.cpp | 11 extern HINSTANCE g_hInstance; 58 return GetUnicodeString(MyLoadStringA(g_hInstance, resourceID)); in MyLoadString() 65 int len = ::LoadStringW(g_hInstance, resourceID, s, kStartSize); in MyLoadString() 70 MyLoadString2(g_hInstance, resourceID, dest); in MyLoadString() 100 MyLoadString(g_hInstance, resourceID, dest); in MyLoadString()
|
D | DLL.cpp | 11 extern HINSTANCE g_hInstance; 62 HMODULE hModule = g_hInstance; in MyGetModuleFileName()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 11 extern HINSTANCE g_hInstance; 196 …HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create() 205 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 214 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 226 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create() 237 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 247 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
|
D | PropertyPage.cpp | 11 extern HINSTANCE g_hInstance; 71 page.hInstance = g_hInstance; in MyPropertySheet() 92 page.hInstance = g_hInstance; in MyPropertySheet() 117 sheet.hInstance = g_hInstance; in MyPropertySheet() 133 sheet.hInstance = g_hInstance; in MyPropertySheet()
|
/external/lzma/CPP/7zip/Archive/ |
D | DllExports2.cpp | 25 HINSTANCE g_hInstance; variable 42 g_hInstance = (HINSTANCE)hInstance; in DllMain()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.cpp | 13 extern HINSTANCE g_hInstance; 64 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
|
D | ProgressDialog2.cpp | 21 extern HINSTANCE g_hInstance; 405 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 37 HINSTANCE g_hInstance; variable 219 g_hInstance = (HINSTANCE)hInstance; in WinMain()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 34 HINSTANCE g_hInstance; variable 136 g_hInstance = (HINSTANCE)hInstance; in WinMain()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 29 extern HINSTANCE g_hInstance; 233 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_ICON)); in OnInit()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 37 HINSTANCE g_hInstance = 0; variable
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 62 extern HINSTANCE g_hInstance; 582 InternalIcons.LoadIcons(g_hInstance); in Load()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 31 HINSTANCE g_hInstance = 0; variable
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 57 HINSTANCE g_hInstance = 0; variable
|