export DirectDrawCreateEx
This commit is contained in:
parent
d45bf45895
commit
ae4b72c9c9
9 changed files with 98 additions and 64 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -17,6 +17,7 @@ HRESULT dd_GetCaps(LPDDCAPS lpDDDriverCaps, LPDDCAPS lpDDEmulCaps);
|
|||
HRESULT dd_GetMonitorFrequency(LPDWORD lpdwFreq);
|
||||
HRESULT dd_GetAvailableVidMem(void* lpDDCaps, LPDWORD lpdwTotal, LPDWORD lpdwFree);
|
||||
HRESULT dd_GetVerticalBlankStatus(LPBOOL lpbIsInVB);
|
||||
HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOuter);
|
||||
|
||||
typedef struct speed_limiter
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue