Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:psh

2123     PROPSHEETHEADER psh =       {0};
2157 psh.dwSize = sizeof(psh);
2158 psh.hInstance = GetModuleHandle(NULL);
2159 psh.hwndParent = hwnd;
2160 psh.phpage = ahpsp;
2161 psh.dwFlags = PSH_WIZARD/*97*//*|PSH_WATERMARK|PSH_HEADER*/;
2162 psh.pszbmWatermark = NULL;
2163 psh.pszbmHeader = NULL;
2164 psh.nStartPage = 0;
2165 psh.nPages = 4;
2167 PropertySheet(&psh);