ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
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) |
#define NDEBUG |
Definition at line 24 of file services.c.
Definition at line 34 of file services.c.
Referenced by VideoPortQueryServices().
Definition at line 28 of file services.c.
Referenced by VideoPortQueryServices().
BOOLEAN NTAPI VideoPortGetAgpServices | ( | IN PVOID | HwDeviceExtension, |
OUT PVIDEO_PORT_AGP_SERVICES | AgpServices | ||
) |
Definition at line 96 of file services.c.
VP_STATUS NTAPI VideoPortQueryServices | ( | IN PVOID | HwDeviceExtension, |
IN VIDEO_PORT_SERVICES | ServicesType, | ||
IN OUT PINTERFACE | Interface | ||
) |
Definition at line 40 of file services.c.
Referenced by InitializeModeTable(), VBEInitialize(), and VideoPortGetAgpServices().