// video.h
VIDEOPORT_API VOID VideoPortDebugPrint(
VIDEO_DEBUG_LEVEL DebugPrintLevel,
[in] PSTR DebugMessage,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
Video miniport drivers should not call the VideoPortDebugPrint function. Instead, they should call the VideoDebugPrint macro.
DebugPrintLevelDebugMessage [in]Pointer to a string that contains the debug message.
...Additional Parameters.
None