GetBinaryType
Retrieves the type of a binary file.

 

 

 

Syntax:

 

 

GetBinaryType ( cApplicationName ) --> nBinaryType

 

 

Where:

- nBinaryType is one of the following constants (defined in i_controlmisc.ch):

           

- SCS_32BIT_BINARY   // A 32-bit Windows-based application

            - SCS_64BIT_BINARY   // A 64-bit Windows-based application.

            - SCS_DOS_BINARY     // An MS-DOS – based application

            - SCS_OS216_BINARY   // A 16-bit OS/2-based application

            - SCS_PIF_BINARY     // A PIF file that executes an MS-DOS – based application

            - SCS_POSIX_BINARY   // A POSIX – based application

            - SCS_WOW_BINARY     // A 16-bit Windows-based application