[#kernel-BlockTreeDB-ReadBlockFileInfo] = xref:kernel.adoc[kernel]::xref:kernel/BlockTreeDB.adoc[BlockTreeDB]::ReadBlockFileInfo :relfileprefix: ../../ :mrdocs: Read the stored info for one block file. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ReadBlockFileInfo( int nFile, xref:kernel/CBlockFileInfo.adoc[CBlockFileInfo]& info); ---- == Return Value True on success, false if the entry could not be read. == Parameters [cols="1,4"] |=== | Name| Description | *nFile* | The block‐file number to read. | *info* | Output filled with the block‐file info. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#