#include "BIGIF.H"
LPSTR CALLBACK GifErrorString(LPSTR lpszErrorStr, int nError)
Description
Copies the string describing the error status into lpszErrorStr. If lpszErrorStr equals to null, it displays a message box with the string.
Parameters
|
LPSTR |
lpszErrorStr |
Buffer to copy the error string into or null to display a message box. |
|
Int |
nError |
An error code returned by a previous GIF call (e.g.:GifError). |
Return values
The error string lpszErrorStr itself.
Programming notes
None
Requirements
Code example
None at present.