Searched refs:tempDialog (Results 1 – 2 of 2) sorted by relevance
21 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure() local23 tempDialog.SetUserDataLongPtr(((PROPSHEETPAGE *)lParam)->lParam); in MyProperyPageProcedure()24 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in MyProperyPageProcedure()
21 CWindow tempDialog(dialogHWND); in DialogProcedure() local23 tempDialog.SetUserDataLongPtr(lParam); in DialogProcedure()24 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); in DialogProcedure()