#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
);
View code on GitHubNo description available.