ReactOS 0.4.15-dev-7934-g1dc8d80
historic.c File Reference
#include <dxg_int.h>
Include dependency graph for historic.c:

Go to the source code of this file.

Functions

DWORD NTAPI DxDxgGenericThunk (ULONG_PTR ulIndex, ULONG_PTR ulHandle, SIZE_T *pdwSizeOfPtr1, PVOID pvPtr1, SIZE_T *pdwSizeOfPtr2, PVOID pvPtr2)
 
DWORD NTAPI DxDdIoctl (ULONG ulIoctl, PVOID pBuffer, ULONG ulBufferSize)
 

Function Documentation

◆ DxDdIoctl()

DWORD NTAPI DxDdIoctl ( ULONG  ulIoctl,
PVOID  pBuffer,
ULONG  ulBufferSize 
)

Definition at line 82 of file historic.c.

85{
86 return DDERR_UNSUPPORTED;
87}
#define DDERR_UNSUPPORTED
Definition: ddraw.h:127

◆ DxDxgGenericThunk()

DWORD NTAPI DxDxgGenericThunk ( ULONG_PTR  ulIndex,
ULONG_PTR  ulHandle,
SIZE_T pdwSizeOfPtr1,
PVOID  pvPtr1,
SIZE_T pdwSizeOfPtr2,
PVOID  pvPtr2 
)

Definition at line 47 of file historic.c.

53{
55}
#define DDHAL_DRIVER_NOTHANDLED
Definition: ddrawi.h:320