Structure with download configuration. More...
#include <i_Connect.h>
Public Types | |
| enum | EFlags { fLoad = 0x00000100 , fIsProjectOutput = 0x00000200 , fUseMemoryArea = 0x00000400 , fInProjectTarget = 0x00000800 , flLoadCode = 0x00001000 , flLoadSymbols = 0x00002000 , flOptTypeByName = 0x00008000 , ftTypeMask = 0x000000FF , ftBinary = 0x00000000 , ftIntelHex , ftMotorolaS , ftTektronix , ftExtendedTektronix , ftUBROF , ftOMF166 , ftICFOFF , ftOMF51 , ftSLOText , ftMicrotek , ftIEEE695 , ftAD2500 , ftAXE , ftByteCraftCOD , ftMotorolaSymbolic , ftHiTech , ftOMF86 , ftOMF96 , ftOMF251 , ftProspero , ftLogitechModula2 , ftELF , ftMARC4 , ftCR16COFF , ftTMSCOFF , ftStabs , ftZardoz } |
| Flags to be used for IConnectDebug2::SDownload::m_dwFlags attribute. More... | |
Public Attributes | |
| ADDRESS | m_aCodeOffset |
| offset by which the code is to be loaded | |
| ADDRESS | m_aSymbolsOffset |
| offset by which the symbols are to be loaded | |
| BYTE | m_byMemoryArea |
| the memory space to load the code from this DL file | |
| DWORD | m_dwFlags |
| encode file type and other EFlags information | |
Structure with download configuration.
Flags to be used for IConnectDebug2::SDownload::m_dwFlags attribute.