Visit Gigasoft's Web Site
 
ProEssentials v7 Help

PEsetglobal

 

BOOL PEsetglobal (hObject, lpGlbProps)

 

HWND 

hObject

The handle returned from PEcreate.

GLOBALPROPERTIES FAR* 

lpGlbProps

Points to a structure.

 

This function is an old function and we really don't recommend using it. Instead, use the functions shown in the See Also section below.

 

This function copies the properties contained in the GLOBALPROPERTIES structure to the object identified by hObject. This structure holds all the common non-array properties that belong to ProEssentials objects.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

See Also: PEload, PEloadpartial, PEstore, PEstorepartial, PEloadfromfile, and PEsavetofile.