Go to main content

man pages section 3: Extended Library Functions, Volume 2

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

IMA_DeregisterForObjectVisibilityChanges (3IMA)

Name

IMA_DeregisterForObjectVisibilityChanges - Deregisters the client function called whenever a high level object appears or disappears

Synopsis

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

IMA_STATUS IMA_DeregisterForObjectVisibilityChanges (
      /* in */     IMA_OBJECT_VISIBILITY_FN pClientFn
);

Parameters

pClientFn

A pointer to an IMA_OBJECT_VISIBILITY_FN() function defined by a client registered using the IMA_RegisterForObjectVisibilityChanges() API.

If this argument is successfully returned, then the IMA_OBJECT_VISIBILITY_FN() function is no longer called to inform the client of object visibility changes.

Description

The IMA_DeregisterForObjectVisibilityChanges() API deregisters the client function called whenever a high level object appears or disappears.

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_RegisterForObjectVisibilityChanges(3IMA)