Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MrmCloseHierarchy(3)	    Library Functions Manual	    MrmCloseHierarchy(3)

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 re-
     turned.

     hierarchy_id
	       Specifies the ID of a previously opened UID hierarchy.  The hier-
	       archy_id  was returned in a previous call to MrmOpenHierarchyPer-
	       Display.

RETURN
     This function returns one of the following status return constants:

     MrmSUCCESSThe function executed successfully.

     MrmBAD_HIERARCHY
	       The hierarchy ID was invalid.

     MrmFAILUREThe function failed.

RELATED
     MrmOpenHierarchyPerDisplay(3).

							    MrmCloseHierarchy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=MrmCloseHierarchy&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help