Main Page Class Hierarchy Compound List Compound Members Related Pages
CCoolRayDCOMStub Class ReferenceThe CCoolRayDCOMStub delegates incoming DCOM calls to the CoolRay implementation.
More...
#include <CoolRayDCOMStub.h>
Inheritance diagram for CCoolRayDCOMStub
[legend]Collaboration diagram for CCoolRayDCOMStub:
[legend]List of all members.
Public Methods |
|
| DECLARE_GET_CONTROLLING_UNKNOWN ()DECLARE_PROTECT_FINAL_CONSTRUCT()BEGIN_COM_MAP(CCoolRayDCOMStub)COM_INTERFACE_ENTRY(ICoolRay)END_COM_MAP()public |
|
HRESULT | FinalConstruct () |
|
void | FinalRelease () |
|
| STDMETHOD (CreateRenderJob)(IRenderJob **ppRenderJob) |
|
| STDMETHOD (GetFileManager)(IFileManager **ppFileManager) |
|
| STDMETHOD (SetFileManager)(IFileManager *pNewFileManager) |
Static Public Methods |
|
HRESULT WINAPI | UpdateRegistry (BOOL bRegister) |
Detailed Description
The CCoolRayDCOMStub delegates incoming DCOM calls to the CoolRay implementation.
It hosts the 'real' C++ implementation and works as an adapter of the DCOM interface ICoolRay to the C++ interface CoolRay.
The documentation for this class was generated from the following file:
|