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 |
|
|---|
See also
Show: