Sun Java System Access Manager 7 2005Q4 C API Reference

am_status_to_name()

Returns the name of the given status code as a string. For example, the name of AM_SUCCESS is AM_SUCCCESS.

Syntax

#include "am_types.h"
AM_EXPORT const char *
am_status_to_name(am_status_t status);

Parameters

This function takes the following parameters:

Parameter

Description

status

The status code.

Returns

This function returns the name of the status code as a const char * .