|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | IntInterfaceReference (_In_ PVOID Context) |
| VOID NTAPI | IntInterfaceDereference (_In_ PVOID Context) |
| VP_STATUS NTAPI | VideoPortQueryServices (_In_ PVOID HwDeviceExtension, _In_ VIDEO_PORT_SERVICES ServicesType, _Inout_ 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 37 of file services.c.
Referenced by VideoPortQueryServices().
Definition at line 29 of file services.c.
Referenced by VideoPortQueryServices().
| BOOLEAN NTAPI VideoPortGetAgpServices | ( | _In_ PVOID | HwDeviceExtension, |
| _Out_ PVIDEO_PORT_AGP_SERVICES | AgpServices | ||
| ) |
Definition at line 102 of file services.c.
| VP_STATUS NTAPI VideoPortQueryServices | ( | _In_ PVOID | HwDeviceExtension, |
| _In_ VIDEO_PORT_SERVICES | ServicesType, | ||
| _Inout_ PINTERFACE | Interface | ||
| ) |
Definition at line 45 of file services.c.
Referenced by InitializeModeTable(), VBEInitialize(), and VideoPortGetAgpServices().