Re: include: Add taskschd.idl.
10 Dec
2013
10 Dec
'13
11:53 a.m.
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
4386
Age (days ago)
4386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban