Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:psh

2079     PROPSHEETHEADER psh =       {0};
2113 psh.dwSize = sizeof(psh);
2114 psh.hInstance = GetModuleHandle(NULL);
2115 psh.hwndParent = hwnd;
2116 psh.phpage = ahpsp;
2117 psh.dwFlags = PSH_WIZARD/*97*//*|PSH_WATERMARK|PSH_HEADER*/;
2118 psh.pszbmWatermark = NULL;
2119 psh.pszbmHeader = NULL;
2120 psh.nStartPage = 0;
2121 psh.nPages = 4;
2123 PropertySheet(&psh);