Searched refs:aHWND (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 196 …HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create() local 197 if (aHWND == 0) in Create() 199 Attach(aHWND); in Create() 212 HWND aHWND; in Create() local 214 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 226 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create() 228 if (aHWND == 0) in Create() 230 Attach(aHWND); in Create()
|
D | Window2.cpp | 29 static LRESULT CALLBACK WindowProcedure(HWND aHWND, UINT message, WPARAM wParam, LPARAM lParam) in WindowProcedure() argument 31 CWindow tempWindow(aHWND); in WindowProcedure() 36 window->Attach(aHWND); in WindowProcedure() 41 return DefWindowProcW(aHWND, message, wParam, lParam); in WindowProcedure() 44 return DefWindowProc(aHWND, message, wParam, lParam); in WindowProcedure()
|