include: Add taskschd.idl.

Jacek Caban jacek at codeweavers.com
Tue Dec 10 05:53:38 CST 2013


Hi Dmitry,

On 12/10/13 10:12, Dmitry Timoshkov wrote:
> +    HRESULT get_Connected([out, retval] VARIANT_BOOL *connected);
> +    HRESULT get_TargetServer([out, retval] BSTR *server);
> +    HRESULT get_ConnectedUser([out, retval] BSTR *user);
> +    HRESULT get_ConnectedDomain([out, retval] BSTR *domain);
> +    HRESULT get_HighestVersion([out, retval] DWORD *version);

Those should use [propget] attribute instead of explicit get_* prefix.
Same for other get_* and put_* methods (with [propput]).

Cheers,
Jacek



More information about the wine-devel mailing list