EtwCheckCoverage - NtDoc

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

// rev
/**
 * The EtwCheckCoverage function is used to check telemetry coverage points.
 *
 * \param CoveragePoint A pointer to a TELEMETRY_COVERAGE_POINT structure.
 * \return BOOLEAN TRUE if the coverage point is covered, FALSE otherwise.
 */
NTSYSAPI
BOOLEAN
NTAPI
EtwCheckCoverage(
    _Inout_ PTELEMETRY_COVERAGE_POINT CoveragePoint
    );

#endif
#endif

View code on GitHub

NtDoc

No description available.