#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.
51{
53
60
61
64}
#define UNIMPLEMENTED_DBGBREAK(...)
#define UNREFERENCED_PARAMETER(P)
#define STATUS_NOT_IMPLEMENTED
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE Interface
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE _In_ USHORT _In_ USHORT Version
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_WMI_INSTANCE_CONFIG _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_opt_ WDFWMIINSTANCE * Instance
◆ devpresent_Initializer()
Definition at line 35 of file devhere.c.
36{
38
39 ASSERTMSG(
"PCI devpresent_Initializer, unexpected call.\n",
FALSE);
41}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciDevicePresentInterface
Initial value:=
{
&GUID_PCI_DEVICE_PRESENT_INTERFACE,
0,
}
#define PCI_INTERFACE_PDO
@ PciInterface_DevicePresent
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)
struct _PCI_DEVICE_PRESENT_INTERFACE PCI_DEVICE_PRESENT_INTERFACE
#define PCI_DEVICE_PRESENT_INTERFACE_VERSION
Definition at line 18 of file devhere.c.
Referenced by PdoQueryInterface(), and VideoPortCheckForDeviceExistence().