Leaked source code of windows server 2003
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.

45 lines
1.2 KiB

  1. ;///////////////////////////////////////////////////////////////////////////
  2. ;
  3. ; ole2ui.def
  4. ;
  5. ; Definition file for oledlg.dll
  6. ; c) Copyright Microsoft Corp. 1992 - 1994 All Rights Reserved
  7. ;
  8. EXPORTS
  9. ; Narrow APIs:
  10. ; OLE Menu APIs
  11. OleUIAddVerbMenuA @1
  12. OleUICanConvertOrActivateAs @2
  13. ; OLE Common Dialog APIs
  14. OleUIInsertObjectA @3
  15. OleUIPasteSpecialA @4
  16. OleUIEditLinksA @5
  17. OleUIChangeIconA @6
  18. OleUIConvertA @7
  19. OleUIBusyA @8
  20. OleUIUpdateLinksA @9
  21. OleUIPromptUserA @10
  22. OleUIObjectPropertiesA @11
  23. OleUIChangeSourceA @12
  24. ; Wide APIs:
  25. ; OLE Menu APIs
  26. OleUIAddVerbMenuW
  27. ; OLE Common Dialog APIs
  28. OleUIInsertObjectW=ReturnError
  29. OleUIPasteSpecialW=ReturnError
  30. OleUIEditLinksW=ReturnError
  31. OleUIChangeIconW=ReturnError
  32. OleUIConvertW=ReturnError
  33. OleUIBusyW=ReturnError
  34. OleUIUpdateLinksW
  35. OleUIPromptUserW
  36. OleUIObjectPropertiesW=ReturnError
  37. OleUIChangeSourceW=ReturnError