[#CDiskTxPos-2constructor-0e] = xref:CDiskTxPos.adoc[CDiskTxPos]::CDiskTxPos :relfileprefix: ../ :mrdocs: Construct a position from a block file position and an in‐block offset. == Synopsis Declared in `<index/disktxpos.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CDiskTxPos( xref:FlatFilePos.adoc[FlatFilePos] const& blockIn, uint32_t nTxOffsetIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *blockIn* | File position of the block containing the transaction. | *nTxOffsetIn* | Byte offset of the transaction after the block header. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#