The information in this article applies to:
SUMMARYThe following incorrect text appears in the online documentation for the function CFileDialog::OnFileNameOK() and in Books Online: Return ValueIt should be: Return Value MORE INFORMATION
CFileDialog::OnFilenameOK() is a virtual function that can be overridden to
handle the private message FILEOKSTRING. When handling this message, the
MFC common dialog hook function calls OnFileNameOK() and returns to the
common dialog procedure whatever the virtual function returns. The dialog
procedure in COMDLG32.DLL (or COMMDLG.DLL in 16-bit programs) dismisses the
dialog if the return from the hook function is 0 (zero) and keeps the
dialog displayed if the return value is 1 (one). Other nonzero return
values are currently reserved and should not be used.
Additional query words: kbVC400bug 2.50 2.51 3.00 3.10 4.20
Keywords : kbdocfix kbdocerr kbFileIO kbMFC kbVC kbVC420fix kbVC500fix |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |