Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DDialog.cpp390 …const HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LP… in Create() local
406 HWND aHWND; in Create() local
DWindow2.cpp29 static LRESULT CALLBACK WindowProcedure(HWND aHWND, UINT message, WPARAM wParam, LPARAM lParam) in WindowProcedure()