GetOpenFileNamePreview The GetOpenFileNamePreview function selects a file by using the Open dialog box. The dialog box also allows the user to preview the currently specified AVI file. This function augments the capability found in the GetOpenFileName function.
VB4-32,5,6
Declare Function GetOpenFileNamePreview Lib "msvfw32.dll" (ByRef lpofn As OPENFILENAME) As Long |
VB.NET
System.Windows.Forms.OpenFileDialog |
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. |
|