System Global Function CATGetFunctionAddress
CATGetFunctionAddress( | const | iLibraryName, |
| const | iEntryName | = NULL, |
| const | iLibPath | = NULL, |
| | iErreurMsg | = -1, |
| | iHpSearch | = 1, |
| | 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. . This is the default.
- 1
- Messages are displayed
- 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
This object is included in the file: CATGetEntryPoint.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.