Oracle® Solaris Cluster Reference Manual

Exit Print View

Updated: July 2014, E39662-01
 
 

scds_get_resource_type_name(3HA )

Name

scds_get_resource_type_name - retrieve the resource type name

Synopsis

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

Description

The scds_get_resource_type_name() function returns a pointer to a character string containing the name of the resource type of the resource passed to the calling program. The pointer is to memory belonging to the DSDL. Therefore, 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()

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

Files

/usr/cluster/include/rgm/libdsdev.h

Include file

/usr/cluster/lib/libdsdev.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)