Headers diff for mstask.dll between 5.2.3790.3959-Windows 5.0 and 6.0.6002.18005-Windows 6.0 versions
   
   
  |  atacct.h (5.2.3790.3959-Windows 5.0)  |   |  atacct.h (6.0.6002.18005-Windows 6.0)  |   
       |   |  |  
      | skipping to change at line 29 |   | skipping to change at line 29 |  
      | #define _ATACCT_H_ |   | #define _ATACCT_H_ |  
       |   |  |  
      | #ifdef __cplusplus |   | #ifdef __cplusplus |  
      | extern "C" { |   | extern "C" { |  
      | #endif |   | #endif |  
       |   |  |  
      | STDAPI |   | STDAPI |  
      | GetNetScheduleAccountInformation( |   | GetNetScheduleAccountInformation( |  
      |     IN    LPCWSTR pwszServerName, |   |     IN    LPCWSTR pwszServerName, |  
      |     OUT   DWORD ccAccount, |   |     OUT   DWORD ccAccount, |  
       |  
      |     OUT   WCHAR wszAccount[] |   |     OUT __out_ecount(ccAccount)  WCHAR wszAccount[] |  
      |     ); |   |     ); |  
       |   |  |  
      | STDAPI |   | STDAPI |  
      | SetNetScheduleAccountInformation( |   | SetNetScheduleAccountInformation( |  
      |     IN    LPCWSTR pwszServerName, |   |     IN    LPCWSTR pwszServerName, |  
      |     IN    LPCWSTR pwszAccount, |   |     IN    LPCWSTR pwszAccount, |  
      |     IN    LPCWSTR pwszPassword |   |     IN    LPCWSTR pwszPassword |  
      |     ); |   |     ); |  
       |   |  |  
      | #ifdef __cplusplus |   | #ifdef __cplusplus |  
      |   |  |  
     |  End of changes. 1 change blocks.  |  
     | 1 lines changed or deleted |   | 1 lines changed or added |  
      |  
    
   
 This html diff was produced by  rfcdiff 1.41.  
 |