Sun Java System Access Manager 7 2005Q4 C API Reference

am_policy_is_notification_enabled()

Checks if notification is enabled in the SDK.

Syntax

#include "am_policy.h"
AM_EXPORT boolean_t
am_policy_is_notification_enabled(am_policy_t policy_handle);

Parameters

This function takes the following parameters:

policy_handle

The opaque policy service handle created from am_policy_service_init() .

Returns

This function returns boolean_t with one of the following values:

0

If notification is disabled.

non-zero

If notification is enabled.