SECIShellViewImpl::QueryInterface

HRESULTSECIShellViewImpl::QueryInterface(REFIIDriid, void**ppvObj)

This is the implementation one of IUnknown interface method. It returns valid interface only if the IID is IUnknown, IOleWindow or IShellView. If you need expose other interface, you need to override this method.

Defined in: SECIShellViewImpl.h

Return Value

HRESULT If succeeded return S_OK, otherwise E_NOINTERFACE.

Parameters

riid

Reference to IID of the interface requested.

ppvObj

Address of the interface pointer to accept the requested interface.

See Also

SECIShellViewImpl