HP SVA V2.0 Parallel Compositing Reference Guide
pcSystemFinalize(3)
NAME
pcSystemFinalize -- Un-initializes the Library for a program.
Synopsis
PCerr pcSystemFinalize(void);
Parameters
None.
Returns
This function returns PC_NO_ERROR on successful completion.
Description
This function unloads the Library so it can no longer be used by a program.
This is an optional call. If pcSystemFinalize is not called, the Library remains loaded until
the program exits. The typical reason for calling this function is to make it possible to re-initialize
the Library with an alternate search path. This allows an alternate version of the Library to be
loaded.
42