#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ locintrf_Constructor()
Definition at line 45 of file locintrf.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
◆ locintrf_Initializer()
Definition at line 35 of file locintrf.c.
36{
38
41}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciLocationInterface
Initial value:=
{
&GUID_PNP_LOCATION_INTERFACE,
0,
}
#define PCI_INTERFACE_PDO
#define PCI_INTERFACE_FDO
#define PCI_INTERFACE_ROOT
NTSTATUS NTAPI locintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI locintrf_Initializer(IN PVOID Instance)
struct _PNP_LOCATION_INTERFACE PNP_LOCATION_INTERFACE
#define PNP_LOCATION_INTERFACE_VERSION
Definition at line 18 of file locintrf.c.