 |
 |
 |
|
|  |  |
 |
GetSaveFileName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetSaveFileName function creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL GetSaveFileName(
LPOPENFILENAME lpofn // initialization data
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER GetSaveFileName IN comdlg32;
STRING @lpofn
|
 |  |  | | Parameters: |  | lpofn
[in/out] Pointer to an OPENFILENAME structure that contains information used to initialize the dialog box. |
 |  | | Return value: |  | | If the user specifies a file name and clicks the OK button and the function is successful, the return value is nonzero. |
 |  | | Word Index links for the GetSaveFileName : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2002-01-25 20:28:04 | | Modified: | 2002-01-25 20:30:03 | Visited in last 7 days: 217 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|