HP SVA V2.0 Parallel Compositing Reference Guide
pcSystemGetString(3)
NAME
pcSystemGetString -- Retrieves a system property as a string.
Synopsis
PCerr pcSystemGetString(
PCenum property,
PCint qualifier,
PCstring* 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 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 address of the
property is stored in the value parameter. The program must not free the storage
holding the string.
Returns
This function returns PC_NO_ERROR on successful completion.
Description
This function is called to return string system properties.
44