This topic has not yet been rated - Rate this topic

IConfiguration.GetInterface Method

Exchange Server 2003

Topic Last Modified: 2004-06-08

The GetInterface method returns the specified dual interface on the object.

Function GetInterface(ByVal Interface as String) as Object
HRESULT GetInterface( BSTR Interface, IDispatch** ppUnknown);

Interface

The name of interface to obtain. The list of possible interfaces to return depends upon the Component Object Model (COM) class that provides the implementation.

ppUnknown

If the method succeeds, on return, the passed address holds a reference to the requested interface.

This performs no function in Microsoft Collaboration Data Objects (CDO) for Microsoft® Windows® 2000 and is reserved for future use.

Did you find this helpful?
(1500 characters remaining)