Visit Gigasoft's Web Site
 
ProEssentials v7 Help

PEgetglobal

 

BOOL PEgetglobal (hObject, lpGlbProps)

 

HWND 

hObject

The handle from PEcreate.

GLOBALPROPERTIES FAR* 

lpGlbProps

Points to a structure.

 

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

 

This function fills all members of the GLOBALPROPERTIES structure by copying properties from the object identified by hObject. This structure contains all the common non-array properties that belong to all ProEssentials controls.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

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