commit | 3845c06853b1634af4d858ea27409d0207c94691 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Wed Jan 24 15:42:10 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 25 11:05:36 2007 +0100 |
tree | f4edd65a4dcb89b02704f70c923a29088926a129 | |
parent | 21540b7591aba493b25f5b8bce037256948e8dc5 [diff] [blame] |
sfc_os: Add a prototype for SfcIsKeyProtected().
diff --git a/include/sfc.h b/include/sfc.h index 7a76928..949e6b3 100644 --- a/include/sfc.h +++ b/include/sfc.h
@@ -36,6 +36,7 @@ BOOL WINAPI SfcGetNextProtectedFile(HANDLE, PPROTECTED_FILE_DATA); BOOL WINAPI SfcIsFileProtected(HANDLE, LPCWSTR); +BOOL WINAPI SfcIsKeyProtected(HKEY, LPCWSTR, REGSAM); BOOL WINAPI SfpVerifyFile(LPCSTR, LPSTR, DWORD); #ifdef __cplusplus