On 10/26/22 20:34, Mohamad Al-Jaf wrote:
+ if (ppidlLast)
+ *ppidlLast = NULL;
+
if (!pidl || !ppv)
return E_INVALIDARG;
-
+
*ppv = NULL;
- if (ppidlLast)
- *ppidlLast = NULL;
Why are these changes being made? At least they shouldn't be part of
this patch.