VideoPortDebugPrint - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// video.h

VIDEOPORT_API VOID VideoPortDebugPrint(
       VIDEO_DEBUG_LEVEL DebugPrintLevel,
  [in] PSTR              DebugMessage,
       ...               
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-video-videoportdebugprint)

VideoPortDebugPrint function

Description

Video miniport drivers should not call the VideoPortDebugPrint function. Instead, they should call the VideoDebugPrint macro.

Parameters

DebugPrintLevel

DebugMessage [in]

Pointer to a string that contains the debug message.

...

Additional Parameters.

Return value

None