Searched refs:psh (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwizard.cc87 PROPSHEETHEADER psh; local in function:CWizard::CreateWindowHandle
90 PrepareSheetHeader(psh, FALSE);
91 ret = (HWND)PropertySheet(&psh);
92 free(psh.phpage);
100 PROPSHEETHEADER psh; local in function:CWizard::ShowModal
103 PrepareSheetHeader(psh, TRUE);
104 ret = PropertySheet(&psh);
105 free(psh.phpage);
109 void CWizard::PrepareSheetHeader(PROPSHEETHEADER &psh, BOOL modal) argument
130 memset(&psh,
[all...]
H A Dwizard.h39 void PrepareSheetHeader(PROPSHEETHEADER &psh, BOOL modal);

Completed in 3 milliseconds