Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEnset

BOOL PEnset (hObject, nProperty, nData)

 

HWND 

hObject

The handle returned from PEcreate

UINT 

nProperty

Identifies which property is set.

INT 

nData

Data which will be set.

 

This function sets object properties located 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

NonZero if the function was successful, otherwise Zero.

 

Comments

See Also: PEnget