On Tue, Feb 22, 2011 at 09:02:38PM +1100, Alistair Leslie-Hughes wrote:
From 6aa7bfa0c06b746ee64daf56f2b02e6f38542d54 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Fri, 18 Feb 2011 12:04:56 +1100 Subject: [PATCH] Implement ITypeInfo_GetNames Stub/Proxy To: wine-patches wine-patches@winehq.org
dlls/oleaut32/usrmarshal.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)
This looks good to me. I'm not sure why this function is marked as [call_as], I expect they originally had planned to allow for a NULL pcNames if cMaxNames == 1 (rather like IEnum*_Next). However a quick test shows that this doesn't appear to be the case.
Huw.