#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ busintrf_Constructor()
Definition at line 45 of file busintrf.c.
51{
58
59
62}
#define STATUS_NOT_IMPLEMENTED
#define UNIMPLEMENTED_DBGBREAK(...)
#define UNREFERENCED_PARAMETER(P)
_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
◆ busintrf_Initializer()
Definition at line 35 of file busintrf.c.
36{
38
41}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ BusHandlerInterface
Initial value:=
{
&GUID_BUS_INTERFACE_STANDARD,
1,
1,
0,
}
NTSTATUS NTAPI busintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI busintrf_Initializer(IN PVOID Instance)
#define PCI_INTERFACE_PDO
@ PciInterface_BusHandler
struct _BUS_INTERFACE_STANDARD BUS_INTERFACE_STANDARD
Definition at line 18 of file busintrf.c.