Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.26 KB

nc-d3dumddi-pfnd3dddi_logstringtable.md

File metadata and controls

71 lines (55 loc) · 2.26 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:d3dumddi.PFND3DDDI_LOGSTRINGTABLE
PFND3DDDI_LOGSTRINGTABLE (d3dumddi.h)
Called by the Microsoft Direct3D runtime to request that the user-mode display driver log a custom Event Tracing for Windows (ETW) marker event. Optionally implemented by Windows Display Driver Model (WDDM) 1.3 and later drivers.
display\logmarkerstringtable.htm
display
05/10/2018
PFND3DDDI_LOGSTRINGTABLE callback function
LogMarkerStringTable, LogMarkerStringTable callback function [Display Devices], PFND3DDDI_LOGSTRINGTABLE, PFND3DDDI_LOGSTRINGTABLE callback, d3dumddi/LogMarkerStringTable, display.logmarkerstringtable
d3dumddi.h
D3d10umddi.h
Desktop
Windows 8.1,WDDM 1.3 and later
Windows Server 2012 R2
Windows
PFND3DDDI_LOGSTRINGTABLE
d3dumddi/PFND3DDDI_LOGSTRINGTABLE
APIRef
kbSyntax
UserDefined
D3dumddi.h
PFND3DDDI_LOGSTRINGTABLE

PFND3DDDI_LOGSTRINGTABLE callback function

-description

Called by the Microsoft Direct3D runtime to request that the user-mode display driver log a custom Event Tracing for Windows (ETW) marker event. Optionally implemented by Windows Display Driver Model (WDDM) 1.3 and later drivers.

-parameters

-param hLog

A handle to the Event Tracing for Windows (ETW) log that is to be written to.

-param pfnLogStringTableEntryCb

A function pointer to the LogMarkerStringTableEntry function that locates a string table entry.

-returns

  Returns <b>S_OK</b> or an appropriate error result if the function does not complete successfully.

-remarks

This function is free-threaded.

-see-also

LogMarkerStringTableEntry