PERF_MARK_WITH_FLUSH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTWMI_H

//
// GlobalMask 7: The mark is a control mask.  All flags that changes system
// behaviors go here.
//

#define PERF_MARK_WITH_FLUSH 0xe0000001  // control mark flag; EtwpSetMark bit 0; calls MmEmptyAllWorkingSets() and then MmIdentifyPhysicalMemory(..., 629, 1)

#endif

View code on GitHub

NtDoc

No description available.