Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DPropertyPage.cpp27 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure() local
29 tempDialog.SetUserDataLongPtr(((PROPSHEETPAGE *)lParam)->lParam); in MyProperyPageProcedure()
30 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in MyProperyPageProcedure()
DDialog.cpp30 CWindow tempDialog(dialogHWND); in DialogProcedure() local
32 tempDialog.SetUserDataLongPtr(lParam); in DialogProcedure()
33 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in DialogProcedure()