Searched refs:pcNodeSlots (Results 1 – 1 of 1) sorted by relevance
1005 UINT *pcNodeSlots) override;1165 UINT *pcNodeSlots) in QueryPidl() argument1167 TRACE("%p -> %p %u %p %p\n", this, pidl, cSlots, pnNodeSlots, pcNodeSlots); in QueryPidl()1177 *pcNodeSlots = 0; in QueryPidl()1187 while (pNode && *pcNodeSlots < cSlots) in QueryPidl()1190 if (SUCCEEDED(pNode->GetNodeSlot(&pnNodeSlots[*pcNodeSlots]))) in QueryPidl()1191 ++(*pcNodeSlots); in QueryPidl()1192 else if (hr == S_OK && !*pcNodeSlots) in QueryPidl()1202 if (SUCCEEDED(hr) && !*pcNodeSlots) in QueryPidl()