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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dmain.cc338 OPENFILENAME ofn; local in function:CMyWizard::ShowSaveDialog
339 memset(&ofn, 0, sizeof(OPENFILENAME));
340 ofn.lStructSize = sizeof(OPENFILENAME);
341 ofn.hwndOwner = parent;
342 ofn.lpstrFilter = szFilter;
343 ofn.lpstrFile= szFile;
344 ofn.nMaxFile = sizeof(szFile)/ sizeof(*szFile);
345 ofn.lpstrFileTitle = szFileTitle;
346 ofn.nMaxFileTitle = sizeof(szFileTitle);
347 ofn
[all...]

Completed in 2 milliseconds