Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |