[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Understanding the Diagnostic Subsystem for AIX

pdiag_cs_free_attr

Purpose

Frees a buffer allocated by a pdiag_cs_get_attr request.

Syntax

int32 pdiag_cs_free_attr ( char *cvalue )

Description

The pdiag_cs_free_attr subroutine frees the buffer allocated by a previous pdiag_cs_get_attr call.

Parameters

cvalue Pointer to previously allocated data buffer.

Return Value

A value of 0 is returned if successful.


[ Previous | Next | Contents | Home | Search ]