#include "BITGA.H"
void CALLBACK GetBiTGAVersion(LPSTR lpBuffer, int nMaxByte)
Description
Retrieve the TARGA version number string from the Dynamically Link Library (DLL).
Parameters
|
LPSTR |
lpBuffer |
Buffer to receive the version string |
|
int |
nMaxByte |
The maximum length of the buffer |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
VOID
Requirements
Header : Declared in BiTGA.h; include BiTGA.h.
Library : Use BiTGA.lib.
DLLs : BiTGA.dll.
Code example
None at present.