Oracle® Solaris Cluster Reference Manual

Exit Print View

Updated: July 2014, E39662-01
 
 

scds_get_resource_group_name(3HA )

Name

scds_get_resource_group_name - retrieve the resource group name

Synopsis

cc [flags…] –I /usr/cluster/include file –L /usr/cluster/lib 
     –l dsdev#include <rgm/libdsdev.h>
      const char *scds_get_resource_group_name(scds_handle_t handle);

Description

The scds_get_resource_group_name() function returns a pointer to a character string that is the name of the resource group containing the resource passed to the calling program. The pointer is to memory belonging to the DSDL. Do not modify this memory. A call to scds_close() invalidates the pointer.

Parameters

The following parameters are supported:

handle

The handle returned from scds_initialize()

Errors

NULL

Indicates an error condition such as not previously calling scds_initialize(3HA)

See scha_calls(3HA) for a description of other error codes.

Files

/usr/cluster/include/scha.h

Include file

/usr/cluster/lib/libscha.so

Library

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/developer/api
Interface Stability
Evolving

See also

scds_close(3HA), scds_initialize(3HA), scha_calls(3HA), attributes (5)