EXE_PE_GetSubsystemName

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Exe (Executable info) >

EXE_PE_GetSubsystemName

 

Description

 

Giving an exe or dll file name, returns a string containing executable subsystem type name.

 

Syntax

 

s = EXE_PE_GetSubSystemName(FileName)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

FileName

String

No

Name of an exe or dll file





 

Remarks

 

Restrictions

 

See also

 

Examples