[#node-BlockManager-GetBlockFileInfo] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::GetBlockFileInfo :relfileprefix: ../../ :mrdocs: Get block file info entry for one block file == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1b099308), requires_capability(0x7f2e26d1aa68), requires_capability(0x7f2e375e0b48), requires_capability(0x7f2e33367f08), requires_capability(0x7f2e3542eef8), requires_capability(0x7f2e28a73a58)]] xref:kernel/CBlockFileInfo.adoc[kernel::CBlockFileInfo]* GetBlockFileInfo(size_t n); ---- == Return Value A pointer to the in‐memory block‐file info entry. == Parameters [cols="1,4"] |=== | Name| Description | *n* | The block‐file number. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#