
Context: | 
C-API Declaration |

Library/Class: | 
WinAPIWrapper |
C-API COMDLG32.DLL (Windows) - Function List As ,
The following is a list of C-API function declarations of the COMDLG32.DLL of Windows. These declarations are used by some of the Lotus Script functions documented for the WinAPIWrapper, Utilities and InplaceEditing libraries. For further documentation to these C-API calls please refer to the C-API documentation of Windows or to Dan Appleman's "Visual Basic Programmer's Guide to the Win32 API".
Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" _
(OPENFILENAME As tagOPENFILENAME) As Long
Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA" _
(OPENFILENAME As tagOPENFILENAME) As Long
|