EXE_PE_GetExportList

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Exe (Executable info) >

EXE_PE_GetExportList

 

Description

 

Giving an exe or dll file name, returns a string containing the list of exported function names separated by a user configurable separator.

 

Syntax

 

s = EXE_PE_GetExportList(FileName, StringSeparator)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

FileName

String

No

Name of an exe or dll file

StringSeparator

String

No

A separator string to be used to separate names in string

 

Remarks

 

Restrictions

 

See also

 

Examples