The GetBinaryType function determines whether a file is executable, and if so, what type of executable file it is. That last property determines which subsystem an executable file runs under.
BOOL GetBinaryType (
LPCTSTR lpApplicationName, |
// points to fully qualified path of file to test |
LPDWORD lpBinaryType |
// points to variable to receive binary type information |
); |
Value |
Description |
SCS_32BIT_BINARY |
A Win32-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 |
If the file is executable, the return value is nonzero. The function sets the variable pointed to by lpBinaryType to indicate the file’s executable type.
If the function is not executable, or if the function fails, the return value is zero. To get extended error information, call GetLastError.
file: /Techref/os/win/api/win32/func/src/f27_6.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 10:39,
3.137.164.139:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f27_6.htm"> GetBinaryType</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.