GetTiffVersion

#include "BITIFF.H"

VOID CALLBACK GetTiffVersion(LPSTR lpBuffer, int nMaxByte)

Description

Returns the TIFF DLL version string in the form of "Version x.y".

Parameters

LPSTR

lpBuffer

The buffer where the version string is copied.

int

nMaxByte

The buffer size including NULL terminator.

Return values

None.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTIFF.lib.

DLLs :       BiTiff.dll.