HP SVA V2.0 Parallel Compositing Reference Guide

pcResultDestroyHP(3)
NAME
pcResultDestroyHP -- Resets a PCresult.
Synopsis
PCerr pcResultDestroyHP(
PCresult result
);
Parameters
result A PCresult.
Returns
This function returns PC_NO_ERROR on successful completion.
Description
Calling this function resets a PCresult so that it no longer references a result. This is needed
because a result continues to return valid properties for the number of frames specified by the
PC_RETAIN_OUTPUT context property.
The first parameter specifies the result that you no longer want to keep.
This function is only available from the HP Library.
69