GetBiPCXVersion

#include "BIPCX.H"

VOID CALLBACK GetBiPCXVersion(LPSTR lpBuffer, int nMaxByte)

Description

Returns the PCX DLL version string in the form of "Version ?.??".

Parameters

LPSTR

lpBuffer;

The buffer where the version string is copied.

int

NMaxByte

The buffer size including NULL terminator.

Return values

VOID

Programming notes

None

Requirements

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

Library :    Use BiPCX.lib.

DLLs :       BiPCX.dll.