13 #ifndef _FBXSDK_CORE_MODULE_H_ 14 #define _FBXSDK_CORE_MODULE_H_ 18 #ifndef FBXSDK_ENV_WINSTORE FBX SDK environment definition.
FbxModule FbxModuleLoad(const char *pFilePath)
Loads the specified module into the address space of the calling process.
void * FbxModuleGetProc(FbxModule pModuleHandle, const char *pProcName)
Retrieves the address of an exported function or variable from the specified module.
bool FbxModuleFree(FbxModule pModuleHandle)
Frees the loaded module and, if necessary, decrements its reference count.