WPPROV.IDL
/*-------------------------------------------------------------*\ 
 * 
 *Copyright (c) 1997 Microsoft Corporation 
 * 
 *Module Name: 
 * 
 *wpprov.idl 
 * 
 *Abstract: 
 * 
 *Declaration of stubbed WebPost Service Provider object. 
 * 
\*-------------------------------------------------------------*/ 
 
 
//Import the WebPost Service Provider interface definition 
 
import "wpspi.idl"; 
 
 
// 
//TO DO:Replace this UUID with the TypeLibID of your WebPost Service Provider 
// 
 
[ 
uuid(CB1D530F-30F6-11D0-AD03-00AA00A219AA), 
version(1.0), 
helpstring("CWPProvider 1.0 Type Library") 
] 
library CWPProviderLib 
{ 
importlib("stdole2.tlb"); 
 
// 
//TO DO:Replace this UUID with the CLSID for your WebPost Service Provider 
// 
 
[ 
uuid(CB1D531A-30F6-11D0-AD03-00AA00A219AA), 
helpstring("CWPProvider Class") 
] 
coclass CWPProvider 
{ 
[default] interface IWPProvider; 
interface IWPSiteW; 
}; 
 
};