LIST DLLS Command
Visual Studio .NET 2003
Continuously displays information about shared library functions registered in Visual FoxPro with DECLARE - DLL.
LIST DLLS [TO PRINTER [PROMPT] | TO FILE FileName] [NOCONSOLE]
Parameters
- TO PRINTER [PROMPT]
- Directs output from LIST DLLS to a printer.
In Visual FoxPro, you can include the optional PROMPT clause to display a Print dialog box before printing starts. Place PROMPT immediately after TO PRINTER.
- TO FILE FileName
- Directs output from LIST DLLS to the file specified with FileName. If the file already exists and SET SAFETY is ON, Visual FoxPro displays a prompt asking if you want to overwrite the file.
- NOCONSOLE
- Suppresses output to the main Visual FoxPro window or the active user-defined window.