GetBlockFileBlockSize

Returns block size of a block file.

Synopsis

int32 GetBlockFileBlockSize (BlockFilePtr bf)

Description

Returns the size of blocks used in the specified block file, in bytes.

Arguments

bf
Pointer to the block file.

Return Value

The block size of the block file.

Associated Files

BlockFile.h