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.
|
|
;/////////////////////////////////////////////////////////////////////////// ; ; ole2ui.def ; ; Definition file for oledlg.dll ; c) Copyright Microsoft Corp. 1992 - 1994 All Rights Reserved ;
EXPORTS
; Narrow APIs:
; OLE Menu APIs OleUIAddVerbMenuA @1 OleUICanConvertOrActivateAs @2
; OLE Common Dialog APIs OleUIInsertObjectA @3 OleUIPasteSpecialA @4 OleUIEditLinksA @5 OleUIChangeIconA @6 OleUIConvertA @7 OleUIBusyA @8 OleUIUpdateLinksA @9 OleUIPromptUserA @10 OleUIObjectPropertiesA @11 OleUIChangeSourceA @12
; Wide APIs:
; OLE Menu APIs OleUIAddVerbMenuW
; OLE Common Dialog APIs OleUIInsertObjectW=ReturnError OleUIPasteSpecialW=ReturnError OleUIEditLinksW=ReturnError OleUIChangeIconW=ReturnError OleUIConvertW=ReturnError OleUIBusyW=ReturnError OleUIUpdateLinksW OleUIPromptUserW OleUIObjectPropertiesW=ReturnError OleUIChangeSourceW=ReturnError
|