Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp21 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure() local
23 tempDialog.SetUserDataLongPtr(((PROPSHEETPAGE *)lParam)->lParam); in MyProperyPageProcedure()
24 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in MyProperyPageProcedure()
DDialog.cpp21 CWindow tempDialog(dialogHWND); in DialogProcedure() local
23 tempDialog.SetUserDataLongPtr(lParam); in DialogProcedure()
24 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in DialogProcedure()