Constructs a position from a file index and byte offset.

Synopsis

Declared in <flatfile.h>

FlatFilePos(
    int32_t nFileIn,
    uint32_t nPosIn);

Parameters

Name

Description

nFileIn

The flat file index.

nPosIn

The byte offset within the file.

Created with MrDocs