ADTF
|
Structure for one SampleLog Entry. More...
Public Attributes | |
tSampleLogEntryEventID | ui32EventID |
the event ID More... | |
tSampleLogEntryCreatorID | ui64LogCreatorID |
the unique ID of the log entry creator (commonly you can receive one by calling IKernelInfoExtended::GetNamedHandle). | |
tSampleLogEntryThreadID | i32ThreadID |
the thread ID where the log was made. | |
tSampleLogEntryProcessID | ui64ProcID |
the process ID where the log was made. | |
tTimeStamp | tmEntryTime |
the stream time when the log was made. | |
const void * | pAdditionalDataRef |
additional information buffer reference for the entry depending on ui32EventID . | |
size_t | szAdditionalDataSize |
additional information buffer size in bytes. | |
Structure for one SampleLog Entry.
Definition at line 95 of file samplelog_intf.h.
tSampleLogEntryEventID ui32EventID |