mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-14 20:58:29 +10:00
* Rebrand to Open-Shell * Slight installer branding improvement
This commit is contained in:
34
Src/StartMenu/StartMenuHelper/StartMenuHelper.idl
Normal file
34
Src/StartMenu/StartMenuHelper/StartMenuHelper.idl
Normal file
@@ -0,0 +1,34 @@
|
||||
// StartMenuHelper.idl : IDL source for StartMenuHelper
|
||||
//
|
||||
|
||||
// This file will be processed by the MIDL tool to
|
||||
// produce the type library (StartMenuHelper.tlb) and marshalling code.
|
||||
|
||||
import "oaidl.idl";
|
||||
import "ocidl.idl";
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(379C7129-9462-42A8-A5F3-68A65A0DEF8A),
|
||||
helpstring("IStartMenuExt Interface"),
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface IStartMenuExt : IUnknown{
|
||||
};
|
||||
[
|
||||
uuid(6A62B77B-9003-49FA-83D7-1BF82296EF49),
|
||||
version(1.0),
|
||||
helpstring("StartMenuHelper 1.0 Type Library")
|
||||
]
|
||||
library StartMenuHelperLib
|
||||
{
|
||||
importlib("stdole2.tlb");
|
||||
[
|
||||
uuid(E595F05F-903F-4318-8B0A-7F633B520D2B),
|
||||
helpstring("StartMenuExt Class")
|
||||
]
|
||||
coclass StartMenuExt
|
||||
{
|
||||
[default] interface IStartMenuExt;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user