Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 2658 of file typelib.c.
{ if (IsEqualIID(riid, &IID_IUnknown)) { *ppv = iface; IUnknown_AddRef(iface); return S_OK; } *ppv = NULL; return E_NOINTERFACE; }