ReactOS 0.4.15-dev-7842-g558ab78
_VIDEO_PORT_DEBUG_REPORT_INTERFACE Struct Reference

#include <video.h>

Collaboration diagram for _VIDEO_PORT_DEBUG_REPORT_INTERFACE:

Public Attributes

IN USHORT Size
 
IN USHORT Version
 
OUT PVOID Context
 
OUT PINTERFACE_REFERENCE InterfaceReference
 
OUT PINTERFACE_DEREFERENCE InterfaceDereference
 
OUT PVIDEO_DEBUG_REPORT(* DbgReportCreate )(IN PVOID HwDeviceExtension, IN ULONG ulCode, IN ULONG_PTR ulpArg1, IN ULONG_PTR ulpArg2, IN ULONG_PTR ulpArg3, IN ULONG_PTR ulpArg4)
 
OUT BOOLEAN(* DbgReportSecondaryData )(IN OUT PVIDEO_DEBUG_REPORT pReport, IN PVOID pvData, IN ULONG ulDataSize)
 
OUT VOID(* DbgReportComplete )(IN OUT PVIDEO_DEBUG_REPORT pReport)
 

Detailed Description

Definition at line 812 of file video.h.

Member Data Documentation

◆ Context

OUT PVOID _VIDEO_PORT_DEBUG_REPORT_INTERFACE::Context

Definition at line 815 of file video.h.

◆ DbgReportComplete

OUT VOID(* _VIDEO_PORT_DEBUG_REPORT_INTERFACE::DbgReportComplete) (IN OUT PVIDEO_DEBUG_REPORT pReport)

Definition at line 831 of file video.h.

◆ DbgReportCreate

OUT PVIDEO_DEBUG_REPORT(* _VIDEO_PORT_DEBUG_REPORT_INTERFACE::DbgReportCreate) (IN PVOID HwDeviceExtension, IN ULONG ulCode, IN ULONG_PTR ulpArg1, IN ULONG_PTR ulpArg2, IN ULONG_PTR ulpArg3, IN ULONG_PTR ulpArg4)

Definition at line 818 of file video.h.

◆ DbgReportSecondaryData

OUT BOOLEAN(* _VIDEO_PORT_DEBUG_REPORT_INTERFACE::DbgReportSecondaryData) (IN OUT PVIDEO_DEBUG_REPORT pReport, IN PVOID pvData, IN ULONG ulDataSize)

Definition at line 826 of file video.h.

◆ InterfaceDereference

OUT PINTERFACE_DEREFERENCE _VIDEO_PORT_DEBUG_REPORT_INTERFACE::InterfaceDereference

Definition at line 817 of file video.h.

◆ InterfaceReference

OUT PINTERFACE_REFERENCE _VIDEO_PORT_DEBUG_REPORT_INTERFACE::InterfaceReference

Definition at line 816 of file video.h.

◆ Size

IN USHORT _VIDEO_PORT_DEBUG_REPORT_INTERFACE::Size

Definition at line 813 of file video.h.

◆ Version

IN USHORT _VIDEO_PORT_DEBUG_REPORT_INTERFACE::Version

Definition at line 814 of file video.h.


The documentation for this struct was generated from the following file: