The cluster database utility functions are wrappers for the Cluster API functions that access the cluster database. These functions handle memory allocation if necessary and verify that the stored data is the appropriate type. The following table lists the cluster database utility functions:
Cluster database utility function | Description |
---|---|
ResUtilGetBinaryValue | Returns a binary value from the cluster database. |
ResUtilGetDwordValue | Returns a numeric value from the cluster database. |
ResUtilGetMultiSzValue | Returns a multiple string value from the cluster database. |
ResUtilGetSzValue | Returns a string value from the cluster database. |
ResUtilSetBinaryValue | Sets a binary value in the cluster database. |
ResUtilSetDwordValue | Sets a numeric value in the cluster database. |
ResUtilSetExpandSzValue | Sets an expandable string value in the cluster database. |
ResUtilSetMultiSzValue | Sets a multiple string value in the cluster database. |
ResUtilSetSzValue | Sets a string value in the cluster database. |