Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEexporttext

BOOL PEexporttext (hObject, nExportPrecision, nTableOrList, nDataAndOrLabel, nTabOrComma, lpszFileName)

 

HWND 

hObject

The handle returned from PEcreate.

UINT 

nExportPrecision

PEEP_CURRENT = 0
PEEP_MAXIMUM = 1

UINT 

nTableOrList

PEET_LIST = 0
PEET_TABLE = 1

UINT 

nDataAndOrLabel

PEED_DATA = 0
PEED_DATA_AND_LABEL = 1

UINT 

nTabOrComma

Case: nTableOrList = 0 / List
PEET_TAB_DELIMITED = 0
PEET_COMMA_DELIMITED = 1


Case: nTableOrList = 1 / Table. *tables are always tab delimited
PEES_SUBSET_BY_POINT = 0
PEES_POINT_BY_SUBSET = 1

WCHAR* 

lpszFileName

FileName, if null, export is sent to clipboard.

 

This function exports the chart's data in a textual format that can imported into Excel, Notepad, and other software. This function performs the programmatic function of TextExport dialog without dialog intervention.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

.NET Developers: see PeFunction.ExportText

ActiveX Developers: see ExportText