winIDEA SDK
|
This struct defines flags used by isystem.connect API.
#include <i_ConnectTypes.h>
Public Types | |
enum | ECodeCacheOp { ccOpRead = 0x00000000 , ccOpWrite = 0x00000100 , ccOpLoad = 0x00000200 , ccOpSave = 0x00000300 , ccOpGet = 0x00000400 , ccOpVerify = 0x00000500 , ccOpVerifySave = 0x00000600 , ccOpMask = 0x0000FF00 , ccSrcLoaded = 0x00000000 , ccSrcInFiles = 0x00010000 , ccSrcFiltered = 0x00020000 , ccSrcMask = 0x00070000 , ccSaveFormatMotorolaS37 = 0x00100000 , ccSaveFormatIntelHex = 0x00200000 , ccSaveFormatBinary = 0x00300000 , ccSaveFormatMask = 0x00F00000 , ccSaveBytes10 = 0x00000000 , ccSaveBytes20 = 0x01000000 , ccSaveBytes40 = 0x02000000 , ccSaveBytes80 = 0x03000000 , ccSaveBytesMask = 0x03000000 , ccNoData = 0x00080000 } |
Various ICodeCache operations, like memory access, information about downloaded code. More... | |
Various ICodeCache operations, like memory access, information about downloaded code.
Use with EAccessFlags.