FormatCorePlugin_Shutdown

Definition

Uninitialize and shutdown plugin.

int32_t FormatCorePlugin_Shutdown();

Return Value

FORMATCORE_SUCCESS or FORMATCORE_FAILURE.

Remarks

Called before unloading plugin, all cleanup should be done with in this function. This is only called once when the last component of Image Server shuts down.