IMAGERESOURCES Struct Reference


Detailed Description

Definition at line 143 of file LibPSD.h.

#include <LibPSD.h>

List of all members.

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.

: signature('8BIM'), key(0), resName(0), resLength(0), variableResData(0) {}

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.

Definition at line 148 of file LibPSD.h.


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