Definition in file klibrary.h.
#include <fbxfilesdk/components/kbaselib/kbaselib_h.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>


Go to the source code of this file.
Functions |
|
|
Library management functions
|
|
| KFBX_DLL kLibHandle | KLibraryOpen (const char *pLibFilePath) |
| Opens a library. |
|
| KFBX_DLL kLibProc | KLibraryGetProc (kLibHandle pLibHandle, const char *pProcName) |
| Searches for the specified proc. |
|
| KFBX_DLL bool | KLibraryClose (kLibHandle pLibHandle) |
| Closes an open library. |
|
| KFBX_DLL bool KLibraryClose | ( | kLibHandle | pLibHandle | ) |
Closes an open library.
| pLibHandle |
true on success, false
otherwise.| KFBX_DLL kLibProc KLibraryGetProc | ( | kLibHandle | pLibHandle, | |
| const char * | pProcName | |||
| ) |
Searches for the specified proc.
| pLibHandle | ||
| pProcName |
| KFBX_DLL kLibHandle KLibraryOpen | ( | const char * | pLibFilePath | ) |
Opens a library.
| pLibFilePath |