1 /*==========================================================================;
3 * Copyright (c) Microsoft Corporation. All rights reserved.
6 * Content: Direct3DRM include file
8 ***************************************************************************/
10 #ifndef __D3DRMWIN_H__
11 #define __D3DRMWIN_H__
23 * GUIDS used by Direct3DRM Windows interface
25 DEFINE_GUID(IID_IDirect3DRMWinDevice
, 0xc5016cc0, 0xd273, 0x11ce, 0xac, 0x48, 0x0, 0x0, 0xc0, 0x38, 0x25, 0xa1);
27 WIN_TYPES(IDirect3DRMWinDevice
, DIRECT3DRMWINDEVICE
);
30 #define INTERFACE IDirect3DRMWinDevice
32 DECLARE_INTERFACE_(IDirect3DRMWinDevice
, IDirect3DRMObject
)
34 IUNKNOWN_METHODS(PURE
);
35 IDIRECT3DRMOBJECT_METHODS(PURE
);
38 * IDirect3DRMWinDevice methods
41 /* Repaint the window with the last frame which was rendered. */
42 STDMETHOD(HandlePaint
)(THIS_ HDC hdc
) PURE
;
44 /* Respond to a WM_ACTIVATE message. */
45 STDMETHOD(HandleActivate
)(THIS_ WORD wparam
) PURE
;