mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:55:57 +00:00
- header update
- add a resource svn path=/trunk/; revision=29284
This commit is contained in:
parent
dda7fa8fb8
commit
e1b2e7a30f
15 changed files with 66 additions and 58 deletions
|
@ -1,23 +1,3 @@
|
|||
#include "../w32knapi.h"
|
||||
|
||||
W32KAPI
|
||||
BOOL STDCALL
|
||||
NtGdiDdQueryDirectDrawObject(
|
||||
HANDLE hDirectDrawLocal,
|
||||
DD_HALINFO *pHalInfo,
|
||||
DWORD *pCallBackFlags,
|
||||
LPD3DNTHAL_CALLBACKS puD3dCallbacks,
|
||||
LPD3DNTHAL_GLOBALDRIVERDATA puD3dDriverData,
|
||||
PDD_D3DBUFCALLBACKS puD3dBufferCallbacks,
|
||||
LPDDSURFACEDESC puD3dTextureFormats,
|
||||
DWORD *puNumHeaps,
|
||||
VIDEOMEMORY *puvmList,
|
||||
DWORD *puNumFourCC,
|
||||
DWORD *puFourCC
|
||||
)
|
||||
{
|
||||
return (BOOL)Syscall(L"NtGdiDdQueryDirectDrawObject", 11, &hDirectDrawLocal);
|
||||
}
|
||||
|
||||
INT
|
||||
Test_NtGdiDdQueryDirectDrawObject(PTESTINFO pti)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue