|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include <tiffiop.h>

Public Attributes | |
| struct client_info * | next |
| void * | data |
| char * | name |
| void* client_info::data |
Definition at line 77 of file tiffiop.h.
Referenced by TIFFGetClientInfo(), and TIFFSetClientInfo().
| char* client_info::name |
Definition at line 78 of file tiffiop.h.
Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().
| struct client_info* client_info::next |
Definition at line 76 of file tiffiop.h.
Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().