Hello Stefan,
On 05/16/2014 02:22 PM, Stefan Dösinger wrote:
Since you have to resend it anyway, I'll point out some things you missed:
Am 2014-05-16 11:55, schrieb Alistair Leslie-Hughes:
+extern HRESULT DPNET_CreateDirectPlay8LobbyClient(IClassFactory *iface, IUnknown *pUnkOuter, REFIID riid, void **ppobj) DECLSPEC_HIDDEN;
ppobj, pUnkOuter. I guess "riid" qualifies as hungarian notation as well, "iid" would be a better name.
riid is the documented name on http://wiki.winehq.org/COMGuideline Some of the variables are "well established" now even though they might have had a hungarian notation background.
bye michael