DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

MrmCloseHierarchy(X3mot)


MrmCloseHierarchy -- closes a UID hierarchy

Synopsis

#include <Mrm/MrmPublic.h>

Cardinal MrmCloseHierarchy(hierarchy_id) 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.

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

Return values

This function returns one of these status return constants:

MrmSUCCESS
The function executed successfully.

MrmBAD_HIERARCHY
The hierarchy ID was invalid.

MrmFAILURE
The function failed.

References

MrmOpenHierarchyPerDisplay(X3mot)
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004