#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ devpresent_Constructor()
Definition at line 45 of file devhere.c.
#define UNREFERENCED_PARAMETER(P)
IN PVOID IN PVOID IN USHORT IN USHORT Size
return STATUS_NOT_IMPLEMENTED
IN PVOID IN PVOID IN USHORT Version
IN PVOID IN PVOID IN USHORT IN USHORT IN PINTERFACE Interface
#define UNIMPLEMENTED_DBGBREAK(...)
IN PVOID IN PVOID InterfaceData
◆ devpresent_Initializer()
Definition at line 35 of file devhere.c.
39 ASSERTMSG(
"PCI devpresent_Initializer, unexpected call.\n",
FALSE);
#define UNREFERENCED_PARAMETER(P)
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciDevicePresentInterface
Initial value:=
{
&GUID_PCI_DEVICE_PRESENT_INTERFACE,
0,
}
struct _PCI_DEVICE_PRESENT_INTERFACE PCI_DEVICE_PRESENT_INTERFACE
NTSTATUS NTAPI devpresent_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI devpresent_Initializer(IN PVOID Instance)
#define PCI_INTERFACE_PDO
#define PCI_DEVICE_PRESENT_INTERFACE_VERSION
Definition at line 18 of file devhere.c.
Referenced by PdoQueryInterface(), and VideoPortCheckForDeviceExistence().