The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IHostControl Class Reference
[CLR Hosting helper codeInterfaces]

Inheritance diagram for IHostControl:
Collaboration diagram for IHostControl:

List of all members.


Detailed Description

An interface that extends the MSCoreE IHostControl interface...

Public Member Functions

virtual HRESULT
STDMETHODCALLTYPE 
Setup (ICLRRuntimeHost *pHost)=0
 Call this method after you have a valid pointer to a ICLRRuntimeHost instance to allow the object that implements this interface to make use of it. This method should be called BEFORE you call ICLRRuntimeHost::SetHostControl() and pass the object that implements this interface to the host.
virtual ~IHostControl ()

Constructor & Destructor Documentation

virtual ~IHostControl (  )  [virtual]


Member Function Documentation

virtual HRESULT STDMETHODCALLTYPE Setup ( ICLRRuntimeHost *  pHost  )  [pure virtual]

Call this method after you have a valid pointer to a ICLRRuntimeHost instance to allow the object that implements this interface to make use of it. This method should be called BEFORE you call ICLRRuntimeHost::SetHostControl() and pass the object that implements this interface to the host.

Implemented in CHostControl.


Generated on Sun Sep 12 19:08:15 2021 for The Server Framework - v7.4 by doxygen 1.5.3