logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MrmCloseHierarchy — Closes a UID hierarchy "MrmCloseHierarchy" "uil functions" "MrmCloseHierarchy" "uid

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.

Name

MrmCloseHierarchy  —  Closes a UID hierarchy "MrmCloseHierarchy" "uil functions" "MrmCloseHierarchy" "uid
       hierarchy"

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.

Synopsis

       #include <Mrm/MrmPublic.h>
       CardinalMrmCloseHierarchy(
       MrmHierarchyhierarchy_id);
       "MRM function" "MrmCloseHierarchy" "MrmCloseHierarchy" "definition"

See Also