Share via


IMetaDataDispenserEx::OpenScopeOnITypeInfo Method

This method is not implemented. If called, it returns E_NOTIMPL.

HRESULT OpenScopeOnITypeInfo (
        [in]  ITypeInfo   *pITI,
        [in]  DWORD       dwOpenFlags,
        [in]  REFIID      riid,
        [out] IUnknown    **ppIUnk
);

Parameters

  • pITI
    [in] Pointer to an ITypeInfo interface that provides the type information on which to open the scope.

  • dwOpenFlags
    [in] The open mode flags.

  • riid
    [in] The desired interface.

  • ppIUnk
    [out] Pointer to a pointer to the returned interface.

Requirements

Platform: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

IMetaDataDispenserEx Interface

IMetaDataDispenser Interface