Home
last modified time | relevance | path

Searched refs:cMQIs (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Dmarshal.c253 static HRESULT WINAPI ClientIdentity_QueryMultipleInterfaces(IMultiQI *iface, ULONG cMQIs, MULTI_QI… in ClientIdentity_QueryMultipleInterfaces() argument
260 IID *iids = HeapAlloc(GetProcessHeap(), 0, cMQIs * sizeof(*iids)); in ClientIdentity_QueryMultipleInterfaces()
262 ULONG *mapping = HeapAlloc(GetProcessHeap(), 0, cMQIs * sizeof(*mapping)); in ClientIdentity_QueryMultipleInterfaces()
264 TRACE("cMQIs: %d\n", cMQIs); in ClientIdentity_QueryMultipleInterfaces()
268 for (i = 0; i < cMQIs; i++) in ClientIdentity_QueryMultipleInterfaces()
341 TRACE("%d/%d successfully queried\n", successful_mqis, cMQIs); in ClientIdentity_QueryMultipleInterfaces()
346 if (successful_mqis == cMQIs) in ClientIdentity_QueryMultipleInterfaces()
/reactos/sdk/include/psdk/
H A Dobjidl.idl151 [in] ULONG cMQIs,