HexShell.idl
资源名称:16x.rar [点击查看]
上传用户:aiweisk
上传日期:2007-05-01
资源大小:85k
文件大小:1k
源码类别:
编辑器/阅读器
开发平台:
DOS
- // HexShell.idl : IDL source for HexShell.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (HexShell.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(D04E0581-F2B0-11D3-8BE1-525405F5D647),
- dual,
- helpstring("IHexShellMenu Interface"),
- pointer_default(unique)
- ]
- interface IHexShellMenu : IDispatch
- {
- };
- [
- uuid(D04E0573-F2B0-11D3-8BE1-525405F5D647),
- version(1.0),
- helpstring("HexShell 1.0 Type Library")
- ]
- library HEXSHELLLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(9CCE5797-F2AA-11D3-8BE0-525405F5D647),
- helpstring("HexShellMenu Class")
- ]
- coclass HexShellMenu
- {
- [default] interface IHexShellMenu;
- };
- };
English
