Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get property utility functions obtain properties directly from the cluster database and return them in the form of a property list, a parameter block, or a property table.
Function | Description |
---|---|
ResUtilAddUnknownProperties | Retrieves unknown properties from the cluster database and appends them to a property list. |
ResUtilEnumPrivateProperties | Enumerates the names of an object's private properties. |
ResUtilEnumProperties | Enumerates the names of an object's common properties. |
ResUtilGetAllProperties | Returns all of the default and unknown properties for an object in a property list. |
ResUtilGetPrivateProperties | Returns the private properties of a cluster object in a property list. . |
ResUtilGetProperties | Returns specified properties for an object in a property list. |
ResUtilGetPropertiesToParameterBlock | Returns specified properties for an object in a parameter block. |
ResUtilGetProperty | Returns a single property. |
ResUtilGetPropertySize | Returns the byte size of a specified property. |