ReactOS 0.4.16-dev-2546-g56481e1
TIFFOpenOptions Struct Reference

#include <tiffiop.h>

Collaboration diagram for TIFFOpenOptions:

Public Attributes

TIFFErrorHandlerExtR errorhandler
 
voiderrorhandler_user_data
 
TIFFErrorHandlerExtR warnhandler
 
voidwarnhandler_user_data
 
tmsize_t max_single_mem_alloc
 
tmsize_t max_cumulated_mem_alloc
 
int warn_about_unknown_tags
 

Detailed Description

Definition at line 261 of file tiffiop.h.

Member Data Documentation

◆ errorhandler

TIFFErrorHandlerExtR TIFFOpenOptions::errorhandler

◆ errorhandler_user_data

void* TIFFOpenOptions::errorhandler_user_data

◆ max_cumulated_mem_alloc

tmsize_t TIFFOpenOptions::max_cumulated_mem_alloc

Definition at line 268 of file tiffiop.h.

Referenced by TIFFClientOpenExt(), and TIFFOpenOptionsSetMaxCumulatedMemAlloc().

◆ max_single_mem_alloc

tmsize_t TIFFOpenOptions::max_single_mem_alloc

Definition at line 267 of file tiffiop.h.

Referenced by TIFFClientOpenExt(), and TIFFOpenOptionsSetMaxSingleMemAlloc().

◆ warn_about_unknown_tags

int TIFFOpenOptions::warn_about_unknown_tags

Definition at line 269 of file tiffiop.h.

Referenced by TIFFClientOpenExt(), and TIFFOpenOptionsSetWarnAboutUnknownTags().

◆ warnhandler

TIFFErrorHandlerExtR TIFFOpenOptions::warnhandler

Definition at line 265 of file tiffiop.h.

Referenced by TIFFClientOpenExt(), and TIFFOpenOptionsSetWarningHandlerExtR().

◆ warnhandler_user_data

void* TIFFOpenOptions::warnhandler_user_data

Definition at line 266 of file tiffiop.h.

Referenced by TIFFClientOpenExt(), and TIFFOpenOptionsSetWarningHandlerExtR().


The documentation for this struct was generated from the following file: