Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataDispenserEx::OpenScopeOnITypeInfo method

Opens the specified scope type.

Syntax


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.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataDispenserEx

 

 

Show:
© 2017 Microsoft