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.

23 lines
704 B

  1. /*
  2. ** s e c h t m l . h
  3. **
  4. ** History
  5. ** 4/22/97: (t-erikne) Created.
  6. **
  7. ** Copyright (C) Microsoft Corp. 1997.
  8. */
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif
  12. #ifndef __SECHTML_H
  13. #define __SECHTML_H
  14. typedef struct SECSTATEtag SECSTATE;
  15. HRESULT HrOutputSecurityScript(LPSTREAM *ppstm, SECSTATE *pSecState, BOOL fDisableCheckbox);
  16. HRESULT HrOutputSecureReceipt(LPSTREAM *ppstm, TCHAR * pszSubject, TCHAR * pszFrom, FILETIME * pftSentTime, FILETIME * pftSigningTime, SECSTATE *pSecState);
  17. HRESULT HrOutputErrSecReceipt(LPSTREAM *ppstm, HRESULT hrError, SECSTATE *pSecState);
  18. HRESULT HrOutputUserSecureReceipt(LPSTREAM *ppstm, IMimeMessage *pMsg);
  19. #endif // include once