VideoPortDebugPrint function (video.h)
Video miniport drivers should not call the VideoPortDebugPrint function. Instead, they should call the VideoDebugPrint macro.
Syntax
VIDEOPORT_API VOID VideoPortDebugPrint(
VIDEO_DEBUG_LEVEL DebugPrintLevel,
[in] PSTR DebugMessage,
...
);
Parameters
DebugPrintLevel
[in] DebugMessage
Pointer to a string that contains the debug message.
...
Additional Parameters.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows XP and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | video.h |
Library | Videoprt.lib |
DLL | Videoprt.sys |
IRQL | PASSIVE_LEVEL |