Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  1. LIBRARY MCIOLE32
  2. EXPORTS
  3. ;
  4. ; OLICLI.DLL will call these functions when the client calls
  5. ; Ole?????(), we then can hook out all the other functions we want.
  6. ;
  7. DllLoadFromStream @2
  8. DllCreateFromClip @3
  9. DllCreateLinkFromClip @4
  10. DllCreateFromTemplate @5
  11. DllCreate @6
  12. DllCreateFromFile @7
  13. DllCreateLinkFromFile @8
  14. ;
  15. ; this DLL exports this so a server can call it to get the position
  16. ; of a object
  17. ;
  18. OleQueryObjPos @10
  19. ;
  20. ; Exports required to get the mouse proc installed.
  21. ;
  22. InstallHook
  23. RemoveHook
  24. GetMessageHook
  25. ; MouseHook
  26. ;IMPORTS
  27. ; OutputDebugStr = MMSYSTEM.OutputDebugStr
  28. ; DefLoadFromStream = OLECLI.DefLoadFromStream
  29. ; DefCreateFromClip = OLECLI.DefCreateFromClip
  30. ; DefCreateLinkFromClip = OLECLI.DefCreateLinkFromClip
  31. ; DefCreateFromTemplate = OLECLI.DefCreateFromTemplate
  32. ; DefCreate = OLECLI.DefCreate
  33. ; DefCreateFromFile = OLECLI.DefCreateFromFile
  34. ; DefCreateLinkFromFile = OLECLI.DefCreateLinkFromFile