Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEFILEHDR

This structure is placed at the beginning of files created with PEsavetofile. This header holds information describing the object being stored.

 

 

typedef struct

{

 WORD   nMajVersion;

 WORD   nMinVersion;

 DWORD  nObjectType;

 DWORD  dwSize;

 DWORD extra[8];

} PEFILEHDR;

 

 

Parameter

Description

nMajVersion

ProEssentials version.

nMinVersion

ProEssentials version.

nObjectType

The type used with PEcreate

dwSize

The size of the object not including header.

extra[8]

Is reserved for future use.

 

Comments

See Also: PEsavetofile, PEcreatefromfile