PA_OpenLog

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_OpenLog (logName)

ParameterTypeDescription
logNamechar *Name of the log file to open

Description

The routine PA_OpenLog opens the log file logName.

Pass a pointer to a string buffer that is the name of the log file the plug-in wants to open in logName.

Depending on default settings or on previous calls to PA_UsePStrings or PA_UseCStrings, logName will be a Pascal or an ANSI C string.

See Also

PA_NewLog.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next