Navigation: thinBasic Modules > Exe module > EXE_PE_GetSubsystem |
|
Description
Giving an exe or dll file name, returns a number containing executable subsystem type code.
Syntax
n = EXE_PE_GetSubSystem(FileName)
Returns
Number.
See Exe equates for possible values
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of an exe or dll file |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |