mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:36:42 +00:00
update with some new info
svn path=/trunk/; revision=27067
This commit is contained in:
parent
3d128d4bc5
commit
5e019b656f
1 changed files with 29 additions and 0 deletions
|
@ -325,3 +325,32 @@ typedef struct DDRAWI_DDCOLORCONTROL_INT
|
||||||
LPVOID lpLink;
|
LPVOID lpLink;
|
||||||
DWORD dwIntRefCnt;
|
DWORD dwIntRefCnt;
|
||||||
} DDRAWI_DDCOLORCONTROL_INT, *LPDDRAWI_DDCOLORCONTROL_INT
|
} DDRAWI_DDCOLORCONTROL_INT, *LPDDRAWI_DDCOLORCONTROL_INT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Undocument behvoirs
|
||||||
|
|
||||||
|
typedef struct _DDHAL_GETAVAILDRIVERMEMORYDATA
|
||||||
|
{
|
||||||
|
LPDDRAWI_DIRECTDRAW_GBL lpDD;
|
||||||
|
DDSCAPS DDSCaps;
|
||||||
|
DWORD dwTotal;
|
||||||
|
DWORD dwFree;
|
||||||
|
HRESULT ddRVal;
|
||||||
|
LPDDHAL_GETAVAILDRIVERMEMORY GetAvailDriverMemory;
|
||||||
|
DDSCAPSEX ddsCapsEx;
|
||||||
|
|
||||||
|
} DDHAL_GETAVAILDRIVERMEMORYDATA;
|
||||||
|
|
||||||
|
|
||||||
|
DDHAL_GETAVAILDRIVERMEMORYDATA->GetAvailDriverMemory
|
||||||
|
in msdn say this is private use for ddraw, I found out
|
||||||
|
this will set current COM object pointer memory address
|
||||||
|
and send it down (the Ddraw->iface pointer being set)
|
||||||
|
|
||||||
|
but the fun thing this member do not need be set
|
||||||
|
ReactOS ddraw will not copy this behoir.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue