Go to main content

man pages section 3: Extended Library Functions, Volume 2

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

IMA_DeregisterForObjectPropertyChanges (3IMA)

Name

IMA_DeregisterForObjectPropertyChanges - Deregisters the client function to be called

Synopsis

cc [ flag... ] file... -lima [ library... ]
#include <ima.h>

IMA_STATUS IMA_DeregisterForObjectPropertyChanges (
    /* in */     IMA_OBJECT_PROPERTY_FN pClientFn
);

Parameters

pClientFn

A pointer to an IMA_OBJECT_PROPERTY_FN() function defined by a client previously registered using the IMA_RegisterForObjectPropertyChanges() API. If this argument is successfully returned, the IMA_OBJECT_PROPERTY_FN() function is no longer called to inform the client of object property changes.

Description

The IMA_DeregisterForObjectPropertyChanges() API deregisters the client function to be called whenever a property of an object changes.

Return Values

IMA_ERROR_INVALID_PARAMETER

Returned if the pClientFn argument is NULL, or specifies a memory area that is not executable

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/storage/snia-ima
Interface Stability
Volatile
MT-Level
Safe

See Also

libima(3LIB), attributes(7), IMA_RegisterForObjectPropertyChanges(3IMA)