summaryrefslogtreecommitdiffstats
path: root/private/ole2ui32/oledlg.def
blob: dea30fe8f8d73e47d135b692dc2d3481dad323b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
;///////////////////////////////////////////////////////////////////////////
;
;       ole2ui.def
;
;       Definition file for oledlg.dll
;       c) Copyright Microsoft Corp. 1992 - 1994 All Rights Reserved
;

DESCRIPTION     'OLEDLG - OLE 2 Common Dialog Support Library.'
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
OleUIPasteSpecialW
OleUIEditLinksW
OleUIChangeIconW
OleUIConvertW
OleUIBusyW
OleUIUpdateLinksW
OleUIPromptUserW
OleUIObjectPropertiesW
OleUIChangeSourceW