Searched refs:dialogHWND (Results 1 – 3 of 3) sorted by relevance
19 static INT_PTR APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM… in MyProperyPageProcedure() argument21 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure()28 dialog->Attach(dialogHWND); in MyProperyPageProcedure()
19 static INT_PTR APIENTRY DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure() argument21 CWindow tempDialog(dialogHWND); in DialogProcedure()28 dialog->Attach(dialogHWND); in DialogProcedure()
15 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);