#include <pci.h>
#include <ntagp.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ agpintrf_Constructor()
Definition at line 47 of file agpintrf.c.
53{
55
61
62
65 {
66
68 }
69
70
73}
struct _PCI_PDO_EXTENSION * PPCI_PDO_EXTENSION
#define UNIMPLEMENTED_DBGBREAK(...)
#define UNREFERENCED_PARAMETER(P)
#define STATUS_NOT_SUPPORTED
#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
#define PCI_SUBCLASS_BR_PCI_TO_PCI
#define PCI_CLASS_BRIDGE_DEV
◆ agpintrf_Initializer()
Definition at line 37 of file agpintrf.c.
38{
40
43}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ AgpTargetInterface
Initial value:=
{
&GUID_AGP_TARGET_BUS_INTERFACE_STANDARD,
0,
}
NTSTATUS NTAPI agpintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI agpintrf_Initializer(IN PVOID Instance)
#define PCI_INTERFACE_PDO
struct _AGP_BUS_INTERFACE_STANDARD AGP_BUS_INTERFACE_STANDARD
#define AGP_BUS_INTERFACE_V1
Definition at line 20 of file agpintrf.c.