Click to Rate and Give Feedback
Cluster Registry Access Functions

Resource DLLs can use the following functions to access and update keys in the cluster database.

Cluster-aware applications should not use these functions if at all possible, preferring the standard order of preference when choosing between API elements.

FunctionDescription
ClusterRegBatchAddCommand

Adds a command to a batch that will be executed on a cluster registry key.

ClusterRegCloseBatch

Either executes or ignores the batch created by the ClusterRegCreateBatch function.

ClusterRegCloseKey

Releases the handle of a cluster database key.

ClusterRegCreateBatch

Creates a batch that will execute commands on a cluster registry key.

ClusterRegCreateKey

Creates a specified cluster database key. If the key already exists in the database, ClusterRegCreateKey opens it without making changes.

ClusterRegDeleteKey

Deletes a cluster database key.

ClusterRegDeleteValue

Removes a named value from a cluster database key.

ClusterRegEnumKey

Enumerates the subkeys of an open cluster database key.

ClusterRegEnumValue

Enumerates the values of an open cluster database key.

ClusterRegGetKeySecurity

Returns a copy of the security descriptor protecting the specified cluster database key.

ClusterRegOpenKey

Opens a cluster database key.

ClusterRegQueryInfoKey

Returns information about a cluster database key.

ClusterRegQueryValue

Returns the name, type, and data components associated with a value for an open cluster database key.

ClusterRegSetKeySecurity

Sets the security attributes for a cluster database key.

ClusterRegSetValue

Sets a value for a cluster database key.

GetClusterGroupKey

Opens the root of the cluster database subtree for a group.

GetClusterKey

Opens the root of the cluster database subtree for a cluster.

GetClusterNetInterfaceKey

Opens the root of the cluster database subtree for a network interface object.

GetClusterNetworkKey

Opens the root of the cluster database subtree for a network.

GetClusterNodeKey

Opens the root of the cluster database subtree for a node.

GetClusterResourceKey

Opens the root of the cluster database subtree for a resource.

GetClusterResourceDependencyExpression

Retrieves the dependency expression associated with the resource.

GetClusterResourceTypeKey

Opens the root of the cluster database subtree for a resource type.

SetClusterResourceDependencyExpression

Specifies the dependency expression to be associated with the resource.

 

Send comments about this topic to Microsoft

Build date: 11/19/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker