1MrmOpenHierarchyFromBuffer(library callM)rmOpenHierarchyFromBuffer(library call)
2
3
4

NAME

6       MrmOpenHierarchyFromBuffer  — Allocates a hierarchy ID and opens a buf‐
7       fer containing a memory image of a UID file
8

SYNOPSIS

10       #include <Mrm/MrmPublic.h>
11
12       Cardinal MrmOpenHierarchyFromBuffer(
13       unsigned char uid_buffer,
14       MrmHierarchy *hierarchy_id);
15

DESCRIPTION

17       MrmOpenHierarchyFromBuffer allows you to specify  a  buffer  containing
18       information from UID files that MRM searches in subsequent fetch opera‐
19       tions.  This function also allocates a hierarchy ID and initializes the
20       optimized search lists in the hierarchy.
21
22       buffer    Specifies  a  stream of bytes containing information from UID
23                 files
24
25       hierarchy_id
26                 Returns the search hierarchy ID.   The  search  hierarchy  ID
27                 identifies  the buffer that MRM searches when performing sub‐
28                 sequent fetch calls.
29

RETURN

31       This function returns one of the following status return constants:
32
33       MrmSUCCESS
34                 The function executed successfully.
35
36       MrmFAILURE
37                 The function failed.
38
40       MrmCloseHierarchy(3) and MrmOpenHierarchyPerDisplay(3).
41
42
43
44                                      MrmOpenHierarchyFromBuffer(library call)
Impressum