home *** CD-ROM | disk | FTP | other *** search
- // i$$root$$.idl : IDL source for $$root$$.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library (i$$root$$.tlb) and marshalling code.
-
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid($$INTERFACEID$$),
- dual,
- helpstring("I$$Safe_root$$ Interface"),
- pointer_default(unique)
- ]
- interface I$$Safe_root$$ : IDispatch
- {
- [propget, id(1), helpstring("property foregroundColor")] HRESULT foregroundColor([out, retval] BSTR *pVal);
- [propput, id(1), helpstring("property foregroundColor")] HRESULT foregroundColor([in] BSTR newVal);
- };
-
- [
- uuid($$LIBRARYID$$),
- version(1.0),
- helpstring("$$Safe_root$$ 1.0 Type Library")
- ]
- library $$SAFE_ROOT$$Lib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
-
- [
- uuid($$CLASSID$$),
- helpstring("$$Safe_root$$ Class")
- ]
- coclass $$Safe_root$$
- {
- [default] interface I$$Safe_root$$;
- };
- };
-