45 TRACE_(VIDEOPRT,
"VideoPortQueryServices - ServicesType: 0x%x\n", ServicesType);
103 TRACE_(VIDEOPRT,
"VideoPortGetAgpServices\n");
112 WARN_(VIDEOPRT,
"VideoPortQueryServices() failed!\n");
NTSTATUS NTAPI IntAgpGetInterface(IN PVOID HwDeviceExtension, IN OUT PINTERFACE Interface)
#define ERROR_INVALID_FUNCTION
#define NT_SUCCESS(StatCode)
VP_STATUS NTAPI IntInt10ReadMemory(IN PVOID Context, IN USHORT Seg, IN USHORT Off, OUT PVOID Buffer, IN ULONG Length)
VP_STATUS NTAPI IntInt10WriteMemory(IN PVOID Context, IN USHORT Seg, IN USHORT Off, IN PVOID Buffer, IN ULONG Length)
VP_STATUS NTAPI IntInt10FreeBuffer(IN PVOID Context, IN USHORT Seg, IN USHORT Off)
VP_STATUS NTAPI IntInt10AllocateBuffer(IN PVOID Context, OUT PUSHORT Seg, OUT PUSHORT Off, IN OUT PULONG Length)
VP_STATUS NTAPI IntInt10CallBios(IN PVOID Context, IN OUT PINT10_BIOS_ARGUMENTS BiosArguments)
struct _VIDEO_PORT_AGP_INTERFACE VIDEO_PORT_AGP_INTERFACE
#define VIDEO_PORT_AGP_INTERFACE_VERSION_1
#define VIDEO_PORT_INT10_INTERFACE_VERSION_1
enum _VIDEO_PORT_SERVICES VIDEO_PORT_SERVICES
#define VIDEO_PORT_AGP_INTERFACE_VERSION_2
@ VideoPortServicesHeadless
OUT PINT10_FREE_BUFFER Int10FreeBuffer
OUT PINT10_READ_MEMORY Int10ReadMemory
OUT PINT10_CALL_BIOS Int10CallBios
OUT PINTERFACE_REFERENCE InterfaceReference
OUT PINT10_ALLOCATE_BUFFER Int10AllocateBuffer
OUT PINT10_WRITE_MEMORY Int10WriteMemory
#define RtlCopyMemory(Destination, Source, Length)
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE Interface
VOID NTAPI IntInterfaceReference(PVOID Context)
VOID NTAPI IntInterfaceDereference(PVOID Context)
VP_STATUS NTAPI VideoPortQueryServices(IN PVOID HwDeviceExtension, IN VIDEO_PORT_SERVICES ServicesType, IN OUT PINTERFACE Interface)
BOOLEAN NTAPI VideoPortGetAgpServices(IN PVOID HwDeviceExtension, OUT PVIDEO_PORT_AGP_SERVICES AgpServices)