Searched refs:g_hInstance (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A 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()
|
H A D | DLL.cpp | 13 extern HINSTANCE g_hInstance;
64 HMODULE hModule = g_hInstance;
in MyGetModuleFileName()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | PropertyPage.cpp | 11 extern HINSTANCE g_hInstance;
94 page.hInstance = g_hInstance;
in MyPropertySheet() 115 page.hInstance = g_hInstance;
in MyPropertySheet() 139 sheet.hInstance = g_hInstance;
in MyPropertySheet() 155 sheet.hInstance = g_hInstance;
in MyPropertySheet()
|
H A D | Dialog.cpp | 13 extern HINSTANCE g_hInstance;
390 const HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
in Create() 399 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
in Create() 408 aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
in Create() 420 aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this);
in Create() 431 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
in Create() 441 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this);
in Create()
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 42 HINSTANCE g_hInstance;
43 HINSTANCE g_hInstance;
variable 232 g_hInstance = (HINSTANCE)hInstance;
in WinMain()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | DllExports2.cpp | 32 HINSTANCE g_hInstance;
variable 55 g_hInstance = (HINSTANCE)hInstance;
in DllMain()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.cpp | 13 extern HINSTANCE g_hInstance;
66 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID));
in OnInit()
|
H A D | ProgressDialog2.cpp | 25 extern HINSTANCE g_hInstance;
412 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID));
in OnInit()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 34 HINSTANCE g_hInstance;
35 HINSTANCE g_hInstance;
variable 139 g_hInstance = (HINSTANCE)hInstance;
in WinMain()
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 39 HINSTANCE g_hInstance;
40 HINSTANCE g_hInstance = NULL;
variable
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.cpp | 29 extern HINSTANCE g_hInstance;
235 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_ICON));
in OnInit()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 31 HINSTANCE g_hInstance;
32 HINSTANCE g_hInstance = NULL;
variable
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 90 HINSTANCE g_hInstance;
91 HINSTANCE g_hInstance = NULL;
variable
|
Completed in 10 milliseconds