|
![]() |
![]() |
version 2003
PA_OpenLog (logName)
Parameter | Type | Description | |
logName | char * | → | 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
Error Handling
Use
PA_GetLastError
to see if an error occurred