Man page - mrmclosehierarchy(3)
Packages contains this manual
Manual
MrmCloseHierarchy
NAMESYNOPSIS
DESCRIPTION
RETURN
RELATED
NAME
MrmCloseHierarchy — Closes a UID hierarchy "MrmCloseHierarchy" "uil functions" "MrmCloseHierarchy" "uid hierarchy"
SYNOPSIS
#include
<Mrm/MrmPublic.h>
Cardinal MrmCloseHierarchy
(
MrmHierarchy hierarchy_id
);
"MRM function" "MrmCloseHierarchy"
"MrmCloseHierarchy" "definition"
DESCRIPTION
The
MrmCloseHierarchy
function
"MrmCloseHierarchy" "description" closes
a UID hierarchy previously opened by
MrmOpenHierarchyPerDisplay
. All files associated with
the hierarchy are closed by the Motif Resource Manager (MRM)
and all associated memory is returned.
hierarchy_id
Specifies the ID of a previously opened UID hierarchy. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay .
RETURN
"MrmSUCCESS" "MrmBAD_HIERARCHY" "MrmFAILURE"
This function
returns one of the following status return constants:
MrmSUCCESS
The function executed successfully.
MrmBAD_HIERARCHY
The hierarchy ID was invalid.
MrmFAILURE
The function failed.
RELATED
MrmOpenHierarchyPerDisplay (3).