Sun Java System Access Manager 7.1 C API Reference

am_properties_t

Pointer to a properties object.

Details

am_properties_t provides a key to single value mapping. It provides the additional functionality of loading a configuration file and getting values of specific data types.

Syntax

#include "am_properties.h"
typedef struct am_properties *am_properties_t;

Members

am_properties is an opaque structure with no accessible members.