#include "BIGIF.H"
VOID CALLBACK GetBiGIFFVersion( LPSTR lpBuffer, UINT nMaxByte)
Description
Returns the GIF.DLL version string in the form of "Version ?.??".
Parameters
|
LPSTR |
LpBuffer |
The buffer where the version string is copied. |
|
UINT |
NmaxByte |
The buffer size including NULL terminator. |
Return values
VOID
Programming notes
None
Requirements
Header : Declared in BiGif.h; include BiGif.h.
Library : Use BiGif.lib.
DLLs : BiGif.dll.
Code example
None at present.