1MrmCloseHierarchy(library call) MrmCloseHierarchy(library call)
2
3
4
6 MrmCloseHierarchy — Closes a UID hierarchy
7
9 #include <Mrm/MrmPublic.h>
10 Cardinal MrmCloseHierarchy(
11 MrmHierarchy hierarchy_id);
12
14 The MrmCloseHierarchy function closes a UID hierarchy previously opened
15 by MrmOpenHierarchyPerDisplay. All files associated with the hierarchy
16 are closed by the Motif Resource Manager (MRM) and all associated mem‐
17 ory is returned.
18
19 hierarchy_id
20 Specifies the ID of a previously opened UID hierarchy. The
21 hierarchy_id was returned in a previous call to MrmOpenHier‐
22 archyPerDisplay.
23
25 This function returns one of the following status return constants:
26
27 MrmSUCCESS
28 The function executed successfully.
29
30 MrmBAD_HIERARCHY
31 The hierarchy ID was invalid.
32
33 MrmFAILURE
34 The function failed.
35
37 MrmOpenHierarchyPerDisplay(3).
38
39
40
41 MrmCloseHierarchy(library call)