Metodo ActivationFactory::GetIids
Recupera un array dell'interfaccia implementata ID.
STDMETHOD(
GetIids
)(_Out_ ULONG *iidCount, _Deref_out_ _Deref_post_cap_(*iidCount) IID **iids);
Parametri
iidCount
Quando l'operazione viene completata, il numero di interace ID nell'array iids.iids
Quando questa operazione viene completata, un array dell'interfaccia implementata ID.
Valore restituito
S_OK se ha avuto successo, in caso contrario un HRESULT, che descrive perchè l'operazione è fallita.E_OUTOFMEMORY è un possibile errore HRESULT.
Requisiti
Header: module.h
Namespace: Microsoft::WRL