logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MrmOpenHierarchyFromBuffer — Allocates a hierarchy ID and opens a buffer containing a memory image of a

Description

MrmOpenHierarchyFromBuffer allows you to specify a buffer containing information 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 identifies the buffer that MRM
                 searches when performing subsequent fetch calls.

Name

MrmOpenHierarchyFromBuffer  —  Allocates a hierarchy ID and opens a buffer containing a memory image of a
       UID file "MrmOpenHierarchyFrom\%Buffer" "uil functions" "MrmOpenHierarchyFrom\%Buffer"

Return

       This function returns one of the following status return constants: "MrmSUCCESS" "MrmFAILURE"

       MrmSUCCESS
                 The function executed successfully.

       MrmFAILURE
                 The function failed.

Synopsis

       #include <Mrm/MrmPublic.h>

       CardinalMrmOpenHierarchyFromBuffer(
       unsignedcharuid_buffer,
       MrmHierarchy*hierarchy_id);

See Also