Blob Blame History Raw
'\" t
...\" CloseHie.sgm /main/9 1996/09/08 21:24:38 rws $
.de P!
.fl
\!!1 setgray
.fl
\\&.\"
.fl
\!!0 setgray
.fl			\" force out current output buffer
\!!save /psv exch def currentpoint translate 0 0 moveto
\!!/showpage{}def
.fl			\" prolog
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
\!!psv restore
.
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie     !\\*(f4 \{\
.	ft \\*(f4
.	ds f4\"
'	br \}
.el .ie !\\*(f3 \{\
.	ft \\*(f3
.	ds f3\"
'	br \}
.el .ie !\\*(f2 \{\
.	ft \\*(f2
.	ds f2\"
'	br \}
.el .ie !\\*(f1 \{\
.	ft \\*(f1
.	ds f1\"
'	br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "MrmCloseHierarchy" "library call"
.SH "NAME"
\fBMrmCloseHierarchy\fP \(em Closes a UID hierarchy
.iX "MrmCloseHierarchy"
.iX "uil functions" "MrmCloseHierarchy"
.iX "uid hierarchy"
.SH "SYNOPSIS"
.PP
.nf
#include <Mrm/MrmPublic\&.h>
\fBCardinal \fBMrmCloseHierarchy\fP\fR(
\fBMrmHierarchy \fBhierarchy_id\fR\fR);
.fi
.iX "MRM function" "MrmCloseHierarchy"
.iX "MrmCloseHierarchy" "definition"
.SH "DESCRIPTION"
.PP
The
\fBMrmCloseHierarchy\fP
function
.iX "MrmCloseHierarchy" "description"
closes a UID hierarchy previously opened by \fBMrmOpenHierarchyPerDisplay\fP\&.
All files associated with the hierarchy are closed by the
Motif Resource Manager (MRM) and all associated memory is returned\&.
.IP "\fIhierarchy_id\fP" 10
Specifies the ID of a previously opened UID hierarchy\&.
The \fIhierarchy_id\fP was returned in a previous call to
\fBMrmOpenHierarchyPerDisplay\fP\&.
.SH "RETURN"
.iX "MrmSUCCESS"
.iX "MrmBAD_HIERARCHY"
.iX "MrmFAILURE"
.PP
This function returns one of the following status return constants:
.IP "\fBMrmSUCCESS\fP" 10
The function executed successfully\&.
.IP "\fBMrmBAD_HIERARCHY\fP" 10
The hierarchy ID was invalid\&.
.IP "\fBMrmFAILURE\fP" 10
The function failed\&.
.SH "RELATED"
.PP
\fBMrmOpenHierarchyPerDisplay\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:16