All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function CATGetFunctionAddress


extern LibraryHandler CATGetFunctionAddress( const char* iLibraryName,
const char* iEntryName= NULL,
const char* iLibPath= NULL,
int iErreurMsg= 1,
int iHpSearch= 1,
int iIgnoreLastError= 0)
Loads a library and retrieves the address of a fonction.
Parameters:
iLibraryName
The name of the library to load. This name is not operating system dependent, prefix and suffix are automaticaly added.
iEntryName
The name of the requested function. Optional.
iLibPath
The path of the library. Optional.
iErreurMsg
controls display of messages, optional.
Legal values:
0
No display.
1
Messages are displayed. This is the default.
iIgnoreLastError
Optional.
Legal values:
0
Do not try to load the library if a previous load failed for this library name. This is the default.
1
Try to load the library even if a previous load failed for this library name.
Returns:
a LibraryHandler

This object is included in the file: CATGetEntryPoint.h

Copyright © 2003, Dassault Systèmes. All rights reserved.