Sets a pointer property.
Syntax
GsFunStat GsPropSetPtr(PropList* pProps, PropEnum
propID, void *pValue);
Arguments
pProps Pointer to property list structure. Input and Output.
propID Property ID. Input.
*pValue Pointer value. Input.
Return Values
GS_ERROR
GS_SUCCESS
Prerequisites
GsPropListCreate