Sun Java System Access Manager 7.1 C API Reference

am_properties_get_unsigned()

Retrieves an unsigned integer value associated with a specified key from the specified properties object.

Syntax

#include "am_properties.h"
AM_EXPORT am_status_t
am_properties_get_unsigned(am_properties_t properties, 
                           const char *key,
                           unsigned long *value_ptr);

Parameters

This function takes the following parameters:

properties

Pointer to a properties object.

key

Pointer to the key in the properties object.

value_ptr

Pointer to the location where the integer associated with the specified key will be stored.

Returns

This function returns the unsigned integer value associated with the specified key.