HP SVA V2.0 Parallel Compositing Reference Guide

pcSystemGetInteger(3)
NAME
pcSystemGetInteger -- Retrieves a system property as an integer.
Synopsis
PCerr pcSystemGetInteger(
PCenum property,
PCint qualifier,
PCint* value
);
Parameters
property
The property to retrieve.
The names of the supported properties are listed in Table 2-5 in the Parallel
Compositing Library Reference Guide.
qualifier
The qualifier of the property to retrieve.
For those properties that do not require a qualifier, this parameter is ignored.
See Table 2-5 in the Parallel Compositing Library Reference Guide for the properties
that require qualifiers and the meaning of the qualifier.
value
The variable to hold the property on return from the function. The property’s
value is stored in the value parameter.
Returns
This function returns PC_NO_ERROR on successful completion.
Description
This function is called to return integer system properties.
43