Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.86 KB

nc-netdispumdddi-pfn_report_statistic.md

File metadata and controls

84 lines (63 loc) · 2.86 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:netdispumdddi.PFN_REPORT_STATISTIC
PFN_REPORT_STATISTIC (netdispumdddi.h)
Called by the user-mode display driver to report the statistics of the Miracast link to the operating system.The data type of this function is PFN_REPORT_STATISTIC.
display\reportstatistic.htm
display
05/10/2018
PFN_REPORT_STATISTIC callback function
PFN_REPORT_STATISTIC, PFN_REPORT_STATISTIC callback, ReportStatistic, ReportStatistic callback function [Display Devices], display.reportstatistic, netdispumdddi/ReportStatistic
netdispumdddi.h
Netdispumdddi.h
Desktop
Windows 8.1
Windows Server 2012 R2
Windows
PFN_REPORT_STATISTIC
netdispumdddi/PFN_REPORT_STATISTIC
APIRef
kbSyntax
UserDefined
Netdispumdddi.h
PFN_REPORT_STATISTIC

PFN_REPORT_STATISTIC callback function

-description

Called by the user-mode display driver to report the statistics of the Miracast link to the operating system.The data type of this function is PFN_REPORT_STATISTIC.

-parameters

-param hMiracastDeviceHandle [in]

A handle that represents a Miracast device. The Miracast user-mode driver previously obtained this handle as the hMiracastDeviceHandle parameter in a call to the CreateMiracastContext function.

-param pStatistics [in]

A pointer to a MIRACAST_STATISTIC_DATA structure that contains the statistics data.

-remarks

When the operating system calls this function, it logs the data from the pStatistics parameter but takes no other action.

For more info on how to use this function, see these topics:

-see-also

CreateMiracastContext

MIRACAST_STATISTIC_DATA