#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ lddintrf_Constructor()
Definition at line 45 of file lddintrf.c.
51{
58
59
62}
#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
◆ lddintrf_Initializer()
Definition at line 35 of file lddintrf.c.
36{
38
41}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciLegacyDeviceDetectionInterface
Initial value:=
{
&GUID_LEGACY_DEVICE_DETECTION_STANDARD,
0,
0,
0,
}
#define PCI_INTERFACE_FDO
@ PciInterface_LegacyDeviceDetection
NTSTATUS NTAPI lddintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI lddintrf_Initializer(IN PVOID Instance)
struct _LEGACY_DEVICE_DETECTION_INTERFACE LEGACY_DEVICE_DETECTION_INTERFACE
Definition at line 18 of file lddintrf.c.