// d3dumddi.h
PFND3DDDI_LOGUMDMARKERCB Pfnd3dddiLogumdmarkercb;
HRESULT Pfnd3dddiLogumdmarkercb(
HANDLE hDevice,
const D3DDDICB_LOGUMDMARKER *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Called by the user-mode display driver to log a custom Event Tracing for Windows (ETW) marker event.
hDeviceA handle to the display device (graphics context).
unnamedParam2pLogUMDMarker [in]
A pointer to a D3DDDICB_LOGUMDMARKER structure that indicates the location of an ETW marker event that is defined by the user-mode display driver.
Returns S_OK or an appropriate error result if the function does not complete successfully.