IMAGERESOURCES Struct Reference

IMAGERESOURCES Struct Reference

#include <LibPSD.h>

Class Description

Definition at line 143 of file LibPSD.h.

Public Member Functions

 IMAGERESOURCES ()
 

Public Attributes

unsigned int signature
 
unsigned short key
 
char * resName
 
unsigned int resLength
 
char * variableResData
 

Constructor & Destructor Documentation

IMAGERESOURCES ( )
inline

Definition at line 149 of file LibPSD.h.

149 : signature('8BIM'), key(0), resName(0), resLength(0), variableResData(0) {}
unsigned short key
Definition: LibPSD.h:145
unsigned int signature
Definition: LibPSD.h:144
unsigned int resLength
Definition: LibPSD.h:147

Member Data Documentation

unsigned int signature

Definition at line 144 of file LibPSD.h.

unsigned short key

Definition at line 145 of file LibPSD.h.

char* resName

Definition at line 146 of file LibPSD.h.

unsigned int resLength

Definition at line 147 of file LibPSD.h.

char* variableResData

Definition at line 148 of file LibPSD.h.


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