GetBiPNGVersion

#include "BIPNG.H"

 

VOID CALLBACK GetBiPNGVersion(       LPSTR            lpBuffer,
int                    nMaxByte)

Description

Returns the BIPNG 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 BiPNG.h; include BiPNG.h.

Library :    Use BiPNG.lib.

DLLs :       BiPNG.dll.