GetMetaDataPublicInterfaceFromInternal

Gets the public interface with the specified IID from the specified internal interface.


HRESULT  GetMetaDataPublicInterfaceFromInternal (
   void *pv,
   REFIID riid,
   void **ppv
);

Parameters

Parameter Description

pv

[in] A pointer to the internal interface.

riid

[in] The IID of the requested public interface.

ppv

[out] The location that receives a pointer to the public interface.

Return Value

This method returns the standard COM error codes as defined in winerror.h.

Requirements

Library: mscoree.dll

See Also

Reference

GetMetaDataInternalInterface
GetMetaDataInternalInterfaceFromPublic