xHarbour Reference Documentation > Function Reference |
Converts binary information back to a code block.
HB_RestoreBlock( <aCodeblockInfo> ) --> bCodeblock
The function returns the code block previously converted with HB_SaveBlock().
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.
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 |
http://www.xHarbour.com