#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PciPmeInterfaceConstructor()
Definition at line 45 of file pmeintf.c.
51{
57
58
60
61
64}
#define STATUS_NOT_IMPLEMENTED
#define UNIMPLEMENTED_DBGBREAK(...)
#define UNREFERENCED_PARAMETER(P)
#define STATUS_NOINTERFACE
_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
#define PCI_PME_INTRF_STANDARD_VER
◆ PciPmeInterfaceInitializer()
Definition at line 35 of file pmeintf.c.
36{
38
39 ASSERTMSG(
"PCI PciPmeInterfaceInitializer, unexpected call.\n",
FALSE);
41}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciPmeInterface
Initial value:=
{
&GUID_PCI_PME_INTERFACE,
0,
}
#define PCI_INTERFACE_FDO
#define PCI_INTERFACE_ROOT
@ PciInterface_PmeHandler
NTSTATUS NTAPI PciPmeInterfaceInitializer(IN PVOID Instance)
NTSTATUS NTAPI PciPmeInterfaceConstructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
struct _PCI_PME_INTERFACE PCI_PME_INTERFACE
Definition at line 18 of file pmeintf.c.