Headers diff for sfc.dll between 6.0.6000.16386-Windows 6.0 and 6.1.7600.16385-Windows 7.0 versions
| sfc.h (6.0.6000.16386-Windows 6.0) | | sfc.h (6.1.7600.16385-Windows 7.0) |
| | |
| skipping to change at line 79 | | skipping to change at line 79 |
| IN LPCWSTR SubKeyName OPTIONAL, | | IN LPCWSTR SubKeyName OPTIONAL, |
| IN REGSAM KeySam | | IN REGSAM KeySam |
| ); | | ); |
| | |
| // | | // |
| // new APIs which are not currently supported, but are stubbed out | | // new APIs which are not currently supported, but are stubbed out |
| // | | // |
| BOOL | | BOOL |
| WINAPI | | WINAPI |
| SfpVerifyFile( | | SfpVerifyFile( |
|
| IN LPCSTR pszFileName, | | __in LPCSTR pszFileName, |
| IN LPSTR pszError, | | __in_ecount(dwErrSize) LPSTR pszError, |
| IN DWORD dwErrSize | | __in DWORD dwErrSize |
| ); | | ); |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| | |
| #endif // _SFC_ | | #endif // _SFC_ |
| | |
| End of changes. 1 change blocks. |
| 3 lines changed or deleted | | 3 lines changed or added |
|
This html diff was produced by rfcdiff 1.41.
|