Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchtextexport

BOOL PElaunchtextexport (hObject, bToFile, lpszFilename)

 

HWND 

hObject

The handle returned from PEcreate.

BOOL 

bToFile

File or Clipboard destination.

WCHAR* 

lpszFilename

Pointer to a Null terminated string.

 

This function invokes a modal text-export dialog. The dialog allows the user to export the objects data to either the clipboard or a file.

 

Parameter

Description

bToFile

TRUE causes the data to be sent to the clipboard. FALSE causes the data to be sent a file whose name is specified by lpszFilename.

lpszFilename

This pointer must identify a valid filename.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

.NET developers, see PeFunction.Dialog.TextExport

Ocx|Vcl developers, see the PEactions property.

 

See Also: PEexporttext