[v2 PATCH 2/3] include/wmsdkidl.idl: Add more interfaces

Alex Henrie alexhenrie24 at gmail.com
Wed May 10 01:16:44 CDT 2017


The formatting is a little better now, but it's still all over the
place. Please make every function declaration match the existing code
in this file. For example, for a function with one argument:

HRESULT GetType([out] GUID *guid);

And for a function with multiple arguments:

HRESULT GetProxyPort(
    [in] LPCWSTR protocol,
    [out] DWORD *port);

-Alex



More information about the wine-devel mailing list