|
GetSaveFileNamePreview The GetSaveFileNamePreview function selects a file by using the Save As dialog box. The dialog box also allows the user to preview the currently specified file. This function augments the capability found in the GetSaveFileName function. VB4-32,5,6 Declare Function GetSaveFileNamePreview Lib "msvfw32.dll" Alias "GetSaveFileNamePreviewA" (ByRef lpofn As OPENFILENAME) As Long |
VB.NET System.Windows.Forms.SaveFileDialog |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
· lpofn Pointer to an OPENFILENAME structure used to initialize the dialog box. On return, the structure contains information about the user's file selection. |
Returns a handle to the selected file. |
|
|
|