add GetHWnd and SetHWnd clipper functions
This commit is contained in:
parent
60a956e715
commit
a8b3b1c736
4 changed files with 36 additions and 8 deletions
|
@ -14,6 +14,7 @@ typedef struct IDirectDrawClipperImpl
|
|||
struct IDirectDrawClipperImplVtbl* lpVtbl;
|
||||
|
||||
ULONG ref;
|
||||
HWND hwnd;
|
||||
|
||||
} IDirectDrawClipperImpl;
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
#include "IDirectDrawClipper.h"
|
||||
|
||||
|
||||
HRESULT ddc_GetHWnd(IDirectDrawClipperImpl* This, HWND FAR* lphWnd);
|
||||
HRESULT ddc_SetHWnd(IDirectDrawClipperImpl* This, DWORD dwFlags, HWND hWnd);
|
||||
HRESULT dd_CreateClipper(DWORD dwFlags, IDirectDrawClipperImpl** lplpDDClipper, IUnknown FAR* pUnkOuter);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue