GetImageVersion

#include "BIDIB.H"

 

VOID CALLBACK GetImageVersion( LPSTR  lpBuffer,
int         nMaxByte)

Description

Returns the BITMANI 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 BiDIB.h; include BiDIB.h.

Library :    Use BiDIB.lib.

DLLs :       BiDIB.dll.