vcf/HTMLKit/Win32WebBrowserHost.h File Reference
Classes | |
| class | IOleInPlaceFrameImpl |
| class | IOleInPlaceSiteImpl |
| class | IDocHostUIHandlerImpl |
| class | IDispatchImpl |
| class | IServiceProviderImpl |
| class | IAuthenticateImpl |
| class | IOleClientSiteImpl |
| class | HTMLElementEventHandlerBase |
| class | HTMLElementEventHandlerMethods< ClassType > |
| class | WebBrowserCtrl |
Defines | |
| #define | COM_PTR(ifc) |
Typedefs | |
| typedef VCF::hresult | hresult |
Define Documentation
|
|
Value: namespace comet { \ template<> struct comtype<ifc> { \ static const IID& uuid() { \ static const IID iid = IID_##ifc; \ return iid; \ } \ typedef nil base;\ };\ };\ typedef comet::com_ptr<ifc> ifc##Ptr;\ \ |
Typedef Documentation
|
|
|
