To: wanna_bmw who wrote (154609 ) 1/10/2002 5:53:21 AM From: milo_morai Read Replies (2) | Respond to of 186894 <font color=blue>No programmer is going to want to waste development time on dead-end AMD architecture, either, when they plenty of other high volume ways to build in features. x86-64 will be the same as 3DNow!, Platform SDK: Debugging and Error Handling IMAGE_FILE_HEADER The IMAGE_FILE_HEADER structure represents the COFF header format. typedef struct _IMAGE_FILE_HEADER { WORD Machine; WORD NumberOfSections; DWORD TimeDateStamp; DWORD PointerToSymbolTable; DWORD NumberOfSymbols; WORD SizeOfOptionalHeader; WORD Characteristics; } IMAGE_FILE_HEADER, *PIMAGE_FILE_HEADER; Members Machine Specifies the architecture type of the computer . This parameter can be one of the following values. Value Meaning IMAGE_FILE_MACHINE_I386 Intel IMAGE_FILE_MACHINE_IA64 64-bit Windows: Intel IMAGE_FILE_MACHINE_AMD64 64-bit Windows: AMD IMAGE_FILE_MACHINE_ALPHA Windows NT 4.0 and earlier: DEC Alpha IMAGE_FILE_MACHINE_POWERPC Windows NT 4.0 and earlier: Power PC NumberOfSections Specifies the number of sections. TimeDateStamp Specifies the time stamp of the image. This represents the date and time the image was created by the linker. PointerToSymbolTable Offset of the symbol table, or zero if no symbol table exists. NumberOfSymbols Specifies the number of symbols in the symbol table. SizeOfOptionalHeader Specifies the size of the optional header, in bytes. Characteristics Specifies the characteristics of the image. Value Meaning IMAGE_FILE_RELOCS_STRIPPED Relocation information is stripped from the file. IMAGE_FILE_EXECUTABLE_IMAGE The file is executable (there are no unresolved external references). IMAGE_FILE_LINE_NUMS_STRIPPED Line numbers are stripped from the file. IMAGE_FILE_LOCAL_SYMS_STRIPPED Local symbols are stripped from file. IMAGE_FILE_AGGRESIVE_WS_TRIM Aggressively trim the working set. IMAGE_FILE_LARGE_ADDRESS_AWARE The application can handle addresses larger than 2 GB. IMAGE_FILE_BYTES_REVERSED_LO Bytes of the word are reversed. IMAGE_FILE_32BIT_MACHINE Computer supports 32-bit words. IMAGE_FILE_DEBUG_STRIPPED Debugging information is stored separately in a .dbg file. IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP If the image is on removable media, copy and run from the swap file. IMAGE_FILE_NET_RUN_FROM_SWAP If the image is on the network, copy and run from the swap file. IMAGE_FILE_SYSTEM System file. IMAGE_FILE_DLL DLL file. IMAGE_FILE_UP_SYSTEM_ONLY File should be run only on a uniprocessor computer. IMAGE_FILE_BYTES_REVERSED_HI Bytes of word are reversed. Requirements Windows NT/2000/XP: Included in Windows NT 4.0 and later. Windows 95/98/Me: Included in Windows 95 and later. Header: Declared in Winnt.h; include Windows.h. See Also Image Help Library Overview, ImageHlp Structures, IMAGE_NT_HEADERS Platform SDK Release: November 2001 What did you think of this topic? Let us know. Order a Platform SDK CD Online (U.S/Canada) (International) msdn.microsoft.com MSFT programmers are included in your statement?