GifError

#include "BIGIF.H"

int CALLBACK GifError(void)

Description

This function returns the value of the GIF error status flag. This flag is only set if an error occurs, so it is your responsibility to clear the flag calling SetErrorFlag(GOK).

Parameters

None.

Return Values

The function returns the error status flag.

Programming notes

This routine should be used only with GIF DLL specific functions.

Requirements

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

Library :    Use BiGif.lib.

DLLs :       BiGif.dll.

Code example

None at present.