Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
833 B

  1. #ifndef _SENCRYPT_H_
  2. #define _SENCRYPT_H_
  3. #include "prshtcpp.h" // for UpdateOpensWithInfo()
  4. // Funcs in sencrypt.cpp
  5. STDAPI CEncryptionContextMenuHandler_CreateInstance(IUnknown *punk, REFIID riid, void **pcpOut);
  6. BOOL InitSinglePrshtNoDlg(FILEPROPSHEETPAGE * pfpsp);
  7. BOOL InitMultiplePrshtNoDlg(FILEPROPSHEETPAGE* pfpsp);
  8. STDAPI_(BOOL) ApplySingleFileAttributesNoDlg(FILEPROPSHEETPAGE* pfpsp, HWND hwnd);
  9. // Funcs from mulpshrt.c -- use C linkage
  10. STDAPI_(BOOL) ApplyMultipleFileAttributes(FILEPROPSHEETPAGE* pfpsp);
  11. STDAPI_(BOOL) ApplySingleFileAttributes(FILEPROPSHEETPAGE* pfpsp);
  12. STDAPI_(BOOL) HIDA_FillFindData(HIDA hida, UINT iItem, LPTSTR pszPath, WIN32_FIND_DATA *pfd, BOOL fReturnCompressedSize);
  13. STDAPI_(void) UpdateSizeField(FILEPROPSHEETPAGE* pfpsp, WIN32_FIND_DATA* pfd);
  14. #endif // _SENCRYPT_H_