Retrieves a boolean property.
Syntax
GsFunStat GsPropGetBool (PropList* pProps,
PropEnum propID, qbool *pbValue);
Arguments
pProps Pointer to property list structure. Input.
propID The property ID. Input.
*pbValue The boolean value of the property. Output.
Return Values
GS_SUCCESS
GS_ERROR
Prerequisites
GsPropListCreate()