MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / BufferCallback

Function BufferCallback

PresentData/PresentMonTraceSession.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461ULONG 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected