Scroll to navigation

MrmCloseHierarchy(library call) MrmCloseHierarchy(library call)

NAME

MrmCloseHierarchy — Closes a UID hierarchy

SYNOPSIS

#include <Mrm/MrmPublic.h>
Cardinal MrmCloseHierarchy(
MrmHierarchy hierarchy_id);

DESCRIPTION

The MrmCloseHierarchy function 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.

Specifies the ID of a previously opened UID hierarchy. The hierarchy_id was returned in a previous call to MrmOpenHierarchyPerDisplay.

RETURN

This function returns one of the following status return constants:

The function executed successfully.
The hierarchy ID was invalid.
The function failed.

RELATED

MrmOpenHierarchyPerDisplay(3).