GetBiJPEGVersion

#include "BIJPEG.H"

 

VOID CALLBACK GetBiJPEGVersion(      LPSTR            lpBuffer,
int                    nMaxByte)

Description

Returns the BIJPEG 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 BiJPEG.h; include BiJPEG.h.

Library :    Use BiJPEG.lib.

DLLs :       BiJPEG.dll.