RuntimeClass::GetIids Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at RuntimeClass::GetIids Method.
Gets an array that can contain the interface IDs implemented by the current RuntimeClass object.
STDMETHOD( GetIids ) (_Out_ ULONG *iidCount, _Deref_out_ _Deref_post_cap_(*iidCount) IID **iids);
Parameters
iidCount
When this operation completes, the total number of elements in array iids.
iids
When this operation completes, a pointer to an array of interface IDs.
S_OK if successful; otherwise, E_OUTOFMEMORY.
Header: implements.h
Namespace: Microsoft::WRL
Show: