Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEszset

BOOL PEszset (hObject, nProperty, lpszData)

 

HWND 

hObject

The handle returned from PEcreate.

UINT 

nProperty

Identifies the property.

WCHAR* 

lpszData

Pointer to string data.

 

This function sets object string properties by copying the string pointed to by lpszData into the object property located by hObject and nProperty. This function is designed to be used with properties which start with PEP_sz.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

Note, PEszsetA and/or PEszsetW may be called to work specifically with short-char or wide-char data. Else the presence of the UNICODE pragma will control if PEszset automatically maps to PEszsetA or PEszsetW.


See Also: PEszget.