| 459 | } |
| 460 | |
| 461 | ULONG CALLBACK BufferCallback(EVENT_TRACE_LOGFILE* pLogFile) |
| 462 | { |
| 463 | auto session = (PMTraceSession*) pLogFile->Context; |
| 464 | return session->mContinueProcessingBuffers; // TRUE = continue processing events, FALSE = return out of ProcessTrace() |
| 465 | } |
| 466 | |
| 467 | } |
| 468 |
nothing calls this directly
no outgoing calls
no test coverage detected