winIDEA SDK
|
Defines the type and time of an individual access.
#include <BatchAccess.h>
Public Types | |
enum | EFlags { flRead = 0x00 , flWrite = 0x01 , flTimeOffsetRel = 0x08 , flAccessSizeAuto = 0x00 , flAccessSize1MAU = 0x10 , flAccessSize2MAU = 0x20 , flAccessSize4MAU = 0x30 , flAccessSize8MAU = 0x40 , flAccessSizeMask = 0x70 } |
Access options flags. More... | |
Public Attributes | |
ADDRESS_32 | m_aAddress |
address | |
BYTE | m_abyData [MAX_DATA_SIZE] |
data | |
BYTE | m_byFlags |
flags | |
BYTE | m_byMemArea |
memory area | |
BYTE | m_byReserved |
reserved, should be 0 | |
BYTE | m_bySize |
MAU Size. | |
QWORD | m_qwTimeOffset |
time offset in microsec from the beginning of the interval (flag flTimeOffsetRel is not set) or prev item (flag flTimeOffsetRel is set). More... | |
Access options flags.
QWORD SBatchAccessItem::m_qwTimeOffset |
time offset in microsec from the beginning of the interval (flag flTimeOffsetRel is not set) or prev item (flag flTimeOffsetRel is set).
0 for immediately after prev item.