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

FreeBSD Manual Pages

  
 
  

home | help
MrmOpenHie...FromBuffer(3)  Library Functions Manual  MrmOpenHie...FromBuffer(3)

NAME
     MrmOpenHierarchyFromBuffer  --  Allocates a hierarchy ID and opens a buffer
     containing a memory image of a UID file

SYNOPSIS
     #include <Mrm/MrmPublic.h>

     Cardinal MrmOpenHierarchyFromBuffer(
     unsigned char uid_buffer,
     MrmHierarchy *hierarchy_id);

DESCRIPTION
     MrmOpenHierarchyFromBuffer allows you to specify a buffer containing infor-
     mation from UID files that MRM searches  in  subsequent  fetch  operations.
     This  function  also allocates a hierarchy ID and initializes the optimized
     search lists in the hierarchy.

     buffer    Specifies a stream of bytes containing information from UID files

     hierarchy_id
	       Returns the search hierarchy ID.  The search hierarchy ID identi-
	       fies the buffer that  MRM  searches  when  performing  subsequent
	       fetch calls.

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

     MrmSUCCESSThe function executed successfully.

     MrmFAILUREThe function failed.

RELATED
     MrmCloseHierarchy(3) and MrmOpenHierarchyPerDisplay(3).

						      MrmOpenHie...FromBuffer(3)

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

home | help