Home
last modified time | relevance | path

Searched refs:aHWND (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
DDialog.cpp196 …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
214aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
226aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
228 if (aHWND == 0) in Create()
230 Attach(aHWND); in Create()
DWindow2.cpp29 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()