Defines the number, type and timeframe of access to perform. More...
#include <BatchAccess.h>
Public Types | |
| enum | EFlags { flWantTimeStamp = 0x00000001 , flAbortIfTooSlow = 0x00000002 , flRealTime = 0x00000004 , flStopResume = 0x00000008 , baDomainDefault = 0x00000000 , baDomainHost = 0x00000010 , baDomainEmulator = 0x00000020 , baDomainMask = 0x000000F0 } |
| Access options flags. More... | |
Public Attributes | |
| uint32_t | m_dwFlags |
| flags | |
| uint32_t | m_dwNumItems |
number of items in arrays pBatchAccessItems and | |
| uint32_t | m_dwNumRuns |
| how many times should the batch be repeated | |
| QWORD | m_qwRunInterval |
| microseconds for interval repeat. 0 for immediate repeat | |
| QWORD | m_qwStartAtTime |
| absolute time for batch start. 0 for immediate start | |
Defines the number, type and timeframe of access to perform.
Access options flags.
| uint32_t SBatchAccessHeader::m_dwNumItems |
number of items in arrays pBatchAccessItems and
pBatchAccessItemResult given as parameters to IConnectDebug2::BatchAccess()