We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358ba5 commit 7588cfcCopy full SHA for 7588cfc
Src/ExternalObj.ridl
@@ -72,25 +72,25 @@ library ExternalObj
72
*/
73
[id(0x0000006E)]
74
HRESULT _stdcall DisplayCategory([in] BSTR CatID, [in] VARIANT_BOOL NewTab);
75
- [id(0x0000006F)]
76
77
/*
78
* Open Snippets Editor ready to create a new snippet.
79
+ [id(0x0000006F)]
80
HRESULT _stdcall NewSnippet(void);
81
- [id(0x00000070)]
82
83
84
* Show news items from CodeSnip news feed.
85
+ [id(0x00000070)]
86
HRESULT _stdcall ShowNews(void);
87
- [id(0x00000071)]
88
89
90
* Display the program's About box.
91
+ [id(0x00000071)]
92
HRESULT _stdcall ShowAboutBox(void);
93
-
+
94
};
95
96
0 commit comments