ppsparse() return values
        
        
            
                        
            
            The values enumerated by pps_status_t define the possible 
            ppsparse() return values. These values include:
            
                - PPS_ERROR — the line of PPS data is invalid.
 
                - PPS_END — end of data or incomplete line.
 
                - PPS_OBJECT — data for the given object follows.
 
                - PPS_OBJECT_CREATED — an object has been created.
 
                - PPS_OBJECT_DELETED — an object has been deleted.
 
                - PPS_OBJECT_TRUNCATED — an object has been truncated (all attributes were removed).
 
                - PPS_ATTRIBUTE — an attribute has been updated.
 
                - PPS_ATTRIBUTE_DELETED — an attribute has been deleted.
 
                - PPS_OBJECT_OVERFLOWED — there was an overflow in the data queued for an object.