[#FlatFilePos-2constructor-02d] = xref:FlatFilePos.adoc[FlatFilePos]::FlatFilePos :relfileprefix: ../ :mrdocs: Constructs a position from a file index and byte offset. == Synopsis Declared in `<flatfile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FlatFilePos( int32_t nFileIn, uint32_t nPosIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nFileIn* | The flat file index. | *nPosIn* | The byte offset within the file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#