mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 02:17:26 +10:00
35 lines
711 B
Plaintext
35 lines
711 B
Plaintext
// 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;
|
|
};
|
|
};
|