Use PELogOffServer to Log off the specified server. Use this call any time you have to log off a specified server.
BOOL CRPE_API PELogOffServer (
const char FAR *dllName,
PELogOnInfo FAR *logOnInfo );
Specifies a pointer to the name of the Crystal Reports DLL for the datasource from which you want to log off (for example, "PDSODBC.DLL"). Note that the dllName must be enclosed in quotes. DLL names have the following naming convention: PDB*.DLL for standard (non | |
Specifies a pointer to PELogOnInfo. |
Declare Function PELogOffServer Lib "crpe32.dll" ( ByVal DLLName As String, LogOnInfo As PELogOnInfo ) As Integer
function PELogOffServer(
dllName: PChar;
var logOnInfo: PELogOnInfo
): Bool stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |