Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchcustomize

INT PElaunchcustomize (hObject)

 

HWND 

hObject

The handle returned from PEcreate.

 

This function invokes a customization dialog which manages the object's customizable properties. The dialog will be modal or modeless depending upon ModalDialogs.

 

Returns

If the dialog is modal and function successful, the function returns the result code of the closing dialog. Possible values are:

 

IDCANCEL

IDOK

IDEXPORTBUTTON

IDMAXIMIZEBUTTON

IDORIGINALBUTTON

 

If unsuccessful, the function returns -1.

 

Comments

.NET developers, see PeFunction.Dialog.Customize

ActiveX developers, see PElaunchcustomize Method orPEactions property.