windows-nt/Source/XPSP1/NT/published/genxddk/dxapi.h
2020-09-26 16:20:57 +08:00

37 lines
498 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(
);