Navigation: thinBasic Modules > Exe module > EXE_PE_GetImportList |
|
Description
Giving an exe or dll file name, returns a string containing the list of imported function names separated by a user configurable separator.
Syntax
s = EXE_PE_GetImportList(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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |