xbox-kernel/public/sdk/inc/dxapi.h
2020-09-30 17:17:25 +02:00

37 lines
534 B
C

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
dxapi.h
Abstract:
This file defines the necessary structures, defines, and functions for
the DXAPI class driver.
Author:
Bill Parry (billpa)
Environment:
Kernel mode only
Revision History:
--*/
ULONG
DxApi(
IN ULONG dwFunctionNum,
IN PVOID lpvInBuffer,
IN ULONG cbInBuffer,
IN PVOID lpvOutBuffer,
IN ULONG cbOutBuffer
);
ULONG
DxApiGetVersion(
);