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.

33 lines
969 B

  1. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. Microsoft Windows, Copyright (C) Microsoft Corporation, 2000
  3. File: SmartCard.h
  4. Content: Declaration SmartCard.cpp.
  5. History: 12-06-2001 dsie created
  6. ------------------------------------------------------------------------------*/
  7. #ifndef __SMARTCARD_H_
  8. #define __SMARTCARD_H_
  9. #include "Debug.h"
  10. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  11. Function : LoadFromSmartCard
  12. Synopsis : Load all certificates from all smart card readers.
  13. Parameter: HCERTSTORE hCertStore - Certificate store handle of store to
  14. receive all the certificates.
  15. Remark :
  16. ------------------------------------------------------------------------------*/
  17. HRESULT LoadFromSmartCard (HCERTSTORE hCertStore);
  18. #endif // __SMARTCARD_H_