38 lines
649 B
Plaintext
38 lines
649 B
Plaintext
[
|
|
uuid(8B449B0A-A530-4D5B-898E-AE28EB10C48E),
|
|
version(1.0),
|
|
helpstring("BS1OutlookAddIn Library")
|
|
|
|
]
|
|
library BS1OutlookAddIn
|
|
{
|
|
|
|
importlib("stdole2.tlb");
|
|
|
|
interface ICoBS1OutlookAddIn;
|
|
coclass CoBS1OutlookAddIn;
|
|
|
|
|
|
[
|
|
uuid(F4179AC9-E4FA-4636-B1FE-4C43B92B8951),
|
|
version(1.0),
|
|
helpstring("Dispatch interface for CoBS1OutlookAddIn Object"),
|
|
dual,
|
|
oleautomation
|
|
]
|
|
interface ICoBS1OutlookAddIn: IDispatch
|
|
{
|
|
};
|
|
|
|
[
|
|
uuid(03C44A04-9AB9-4FF1-AD5B-82FC52775AEF),
|
|
version(1.0),
|
|
helpstring("CoBS1OutlookAddIn Object")
|
|
]
|
|
coclass CoBS1OutlookAddIn
|
|
{
|
|
[default] interface ICoBS1OutlookAddIn;
|
|
};
|
|
|
|
};
|