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.

47 lines
1.0 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. #if 0
  9. #endif
  10. EXPORTS
  11. ; Narrow APIs:
  12. ; OLE Menu APIs
  13. OleUIAddVerbMenuA @1
  14. OleUICanConvertOrActivateAs @2
  15. ; OLE Common Dialog APIs
  16. OleUIInsertObjectA @3
  17. OleUIPasteSpecialA @4
  18. OleUIEditLinksA @5
  19. OleUIChangeIconA @6
  20. OleUIConvertA @7
  21. OleUIBusyA @8
  22. OleUIUpdateLinksA @9
  23. OleUIPromptUserA @10
  24. OleUIObjectPropertiesA @11
  25. OleUIChangeSourceA @12
  26. ; Wide APIs:
  27. ; OLE Menu APIs
  28. OleUIAddVerbMenuW
  29. ; OLE Common Dialog APIs
  30. OleUIInsertObjectW
  31. OleUIPasteSpecialW
  32. OleUIEditLinksW
  33. OleUIChangeIconW
  34. OleUIConvertW
  35. OleUIBusyW
  36. OleUIUpdateLinksW
  37. OleUIPromptUserW
  38. OleUIObjectPropertiesW
  39. OleUIChangeSourceW