CorrectExternalFileReferencesProc

The CorrectExternalFileReferencesProc function is an application-defined callback function that is called during C_LoadSimulation to give the application an opportunity to correct any out-of-date external file references. See C_SetCorrectExternalFileReferencesHandler for more details.

void __stdcall CorrectExternalFileReferencesProc(

TOrcFxAPIHandle ModelHandle

);

Parameters

ModelHandle (IN)

The handle of the model.

See also

C_SetCorrectExternalFileReferencesHandler.