xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_RestoreBlock()

Converts binary information back to a code block.

Syntax

HB_RestoreBlock( <aCodeblockInfo> ) --> bCodeblock

Arguments

<aCodeblockInfo>
This is the array returned from HB_SaveBlock().

Return

The function returns the code block previously converted with HB_SaveBlock().

Description

Function HB_RestoreBlock() is a utility function for HB_DeSerialize(). It converts the information stored in the return value of HB_SaveBlock() to a code block. Refer to function HB_Serialize() for comprehensive information about (de)serialization of code blocks.

Info

See also:HB_DeSerialize(), HB_SaveBlock(), HB_Serialize(), RESTORE, SAVE
Category: Code block functions , Conversion functions , xHarbour extensions
Source:vm\hvm.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe