Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEnget

INT PEnget (hObject, nProperty)

 

HWND 

hObect

The handle returned from PEcreate.

UINT 

nProperty

Identifies the property..

 

This function gets object properties by returning the data selected by hObject, and nProperty.

 

This function works with all properties which are 4 bytes in length: integer, boolean, dword, and handle, or PEP_n, PEP_b, PEP_dw, and PEP_h.

 

Returns

This function returns the property requested.

 

Comments

See Also: PEnset