home *** CD-ROM | disk | FTP | other *** search
- ; td3drwin.inc (c) Minde 05/08/99 montana@is.lt
- ; Content: TASM Direct3DRM include file ver. 1.2
- ; converted from d3drmwin.h, DX ver. 6.1
- ;
- ; Feel free to use or distribute the package, part or whole, for any
- ; non-commercial use preferably crediting me.
- ; Also feel free to contact me at the above address if you experience any
- ; problems or notice any omissions.
-
- ;------------------------------------------------------------------------------
-
- ; GUIDS used by Direct3DRM Windows interface
- IID_IDirect3DRMWinDevice GUID <05016cc0h,0d273h,011ceh,0ach,048h,000h,000h,0c0h,038h,025h,0a1h>
-
- ; IDirect3DRMWinDevice
- ; IUnknown
- D3DRMWDQueryInterface = 0
- D3DRMWDAddRef = 4
- D3DRMWDRelease = 8
- ; IDirect3DRMObject methods
- D3DRMWDClone = 12
- D3DRMWDAddDestroyCallback = 16
- D3DRMWDDeleteDestroyCallback = 20
- D3DRMWDSetAppData = 24
- D3DRMWDGetAppData = 28
- D3DRMWDSetName = 32
- D3DRMWDGetName = 36
- D3DRMWDGetClassName = 40
- ; IDirect3DRMWinDevice methods
- D3DRMWDHandlePaint = 44
- D3DRMWDHandleActivate = 48
-
- ;end of file
-