source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/ddk/dxapi.h@ 1175

Last change on this file since 1175 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 166 bytes
Line 
1ULONG
2DxApiGetVersion(void);
3
4ULONG
5DxApi(
6 IN ULONG dwFunctionNum,
7 IN PVOID lpvInBuffer,
8 IN ULONG cbInBuffer,
9 IN PVOID lpvOutBuffer,
10 IN ULONG cbOutBuffer);
Note: See TracBrowser for help on using the repository browser.