ole32: implement IEnumFORMATETC_Next_Stub (2/2)

Rob Shearman robertshearman at gmail.com
Fri Oct 24 04:26:49 CDT 2008


2008/10/23 Austin English <austinenglish at gmail.com>:
> -    FIXME(":stub\n");
> -    return E_NOTIMPL;
> +
> +  HRESULT hr;
> +  *pceltFetched = 0;
> +  hr = IEnumFORMATETC_Next(This,
> +            celt,
> +            rgelt,
> +            pceltFetched);
> +  if (hr == S_OK) *pceltFetched = celt;
> +  return hr;

This file uses 4-space indentation.

-- 
Rob Shearman



More information about the wine-devel mailing list