#include
<fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include
<fbxfilesdk/fbxfilesdk_nsend.h>
Go to the source code of this
file.
Detailed Description
Definition in file klibrary.h.
Typedef Documentation
Function Documentation
KFBX_DLL kLibHandle
KLibraryOpen |
( |
const char * |
pLibFilePath |
) |
|
Opens a library.
- Parameters:
-
- Returns:
- The instance handle if its successfully loaded.
Searches for the specified proc.
- Parameters:
-
- Returns:
- The found proc.
KFBX_DLL bool KLibraryClose |
( |
kLibHandle |
pLibHandle |
) |
|
Closes an open library.
- Parameters:
-
- Returns:
true
on success, false
otherwise.