Searched refs:tempDialog (Results 1 – 2 of 2) sorted by relevance
27 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure() local29 tempDialog.SetUserDataLongPtr(((PROPSHEETPAGE *)lParam)->lParam); in MyProperyPageProcedure()30 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in MyProperyPageProcedure()
30 CWindow tempDialog(dialogHWND); in DialogProcedure() local32 tempDialog.SetUserDataLongPtr(lParam); in DialogProcedure()33 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in DialogProcedure()