ReactOS 0.4.16-dev-319-g6cf4263
|
#include <tiffiop.h>
Public Attributes | |
struct client_info * | next |
void * | data |
char * | name |
void* client_info::data |
Definition at line 95 of file tiffiop.h.
Referenced by TIFFGetClientInfo(), and TIFFSetClientInfo().
char* client_info::name |
Definition at line 96 of file tiffiop.h.
Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().
struct client_info* client_info::next |
Definition at line 94 of file tiffiop.h.
Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().