|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetBinaryType
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 );
Parameters
lpApplicationName
Points to a null-terminated string that contains the fully qualified path of the file whose binary type the function shall determine.
lpBinaryType
Points to a variable to receive information about the executable type of the file specified by lpApplicationName. The function adjusts a set of bit flags in this variable. The following bit flag constants are defined:
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
Return Values
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.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetBinaryType
Функция GetBinaryType определяет независимо файл - программа, и если так, какой тип выполняемого файла это. Эта последняя собственность определяет какой подсистеме выполняемые файловые прогоны под.
BOOL GetBinaryType (
LPCTSTR lpApplicationName, // ТОЧКИ на полностью квалифицировали путь файла, чтобы тестировать точки LPDWORD lpBinaryType // на переменную, чтобы получать двоичную информацию типа );
Параметры
lpApplicationName
Точки на недействительный расторгнутую строку, которые содержат полностью пригодный путь файла, чей двоичный код набирает функцию должно определяться.
lpBinaryType
Точки на переменную, чтобы получать информацию о выполняемом типе файла определенного lpApplicationName. Функция регулирует установку битовых флагов в этой переменной. Константы битового флага следующего определены:
Описание Величины SCS_32BIT_BINARY базирующееся приложение Win32 SCS_DOS_BINARY МС-DOS - основавшее приложение SCS_OS216_BINARY 16- бит основывал приложению OS/2 SCS_PIF_BINARY файл PIF, который выполняет МС-DOS - основавшее приложение SCS_POSIX_BINARY POSIX - основавшее приложение SCS_WOW_BINARY 16- бит основывал приложение Windows
Обратные Величины
Если файл является программой, обратная величина ненулевая. Функция устанавливает переменную указанную, чтобы lpBinaryType, чтобы указывать файловый выполняемый тип. Если функция - не программа, или если функция терпит неудачу, обратная величина нулевая.
|
|
|
|
| |