Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
534 B

/*++
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(
);