home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / LordLucifer / win32asm / files / TasmD3DRMdemo.ZIP / tdx61inc.ZIP / td3drmwin.inc < prev    next >
Encoding:
Text File  |  1999-08-06  |  1.1 KB  |  34 lines

  1. ; td3drwin.inc  (c) Minde  05/08/99 montana@is.lt
  2. ; Content:  TASM Direct3DRM include file ver. 1.2 
  3. ; converted from d3drmwin.h, DX ver. 6.1
  4. ;
  5. ;  Feel free to use or distribute the package, part or whole, for any
  6. ; non-commercial use preferably crediting me.
  7. ;  Also feel free to contact me at the above address if you experience any
  8. ; problems or notice any omissions.
  9.  
  10. ;------------------------------------------------------------------------------
  11.  
  12. ; GUIDS used by Direct3DRM Windows interface
  13. IID_IDirect3DRMWinDevice GUID <05016cc0h,0d273h,011ceh,0ach,048h,000h,000h,0c0h,038h,025h,0a1h>
  14.  
  15. ;  IDirect3DRMWinDevice
  16. ; IUnknown
  17. D3DRMWDQueryInterface        = 0
  18. D3DRMWDAddRef                = 4
  19. D3DRMWDRelease                = 8
  20. ; IDirect3DRMObject methods
  21. D3DRMWDClone                    = 12
  22. D3DRMWDAddDestroyCallback        = 16
  23. D3DRMWDDeleteDestroyCallback    = 20
  24. D3DRMWDSetAppData                = 24
  25. D3DRMWDGetAppData                = 28
  26. D3DRMWDSetName                    = 32
  27. D3DRMWDGetName                    = 36
  28. D3DRMWDGetClassName                = 40
  29. ; IDirect3DRMWinDevice methods
  30. D3DRMWDHandlePaint                = 44
  31. D3DRMWDHandleActivate            = 48
  32.  
  33. ;end of file
  34.