Home
last modified time | relevance | path

Searched refs:DD_MOTIONCOMPCALLBACKS (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/drivers/directx/
H A Ddirectxint.h174 /* 0x54C */ DD_MOTIONCOMPCALLBACKS ddMotionCompCallbacks; // 0x54C <-- verified to mat…
/reactos/sdk/include/psdk/
H A Dddrawint.h999 typedef struct DD_MOTIONCOMPCALLBACKS { struct
1012 } DD_MOTIONCOMPCALLBACKS, *PDD_MOTIONCOMPCALLBACKS; argument
/reactos/win32ss/reactx/dxg/
H A Dddraw.c384 dwInfoSize = sizeof(DD_MOTIONCOMPCALLBACKS); in DxDdGetDriverInfo()