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.
|
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Microsoft Windows, Copyright (C) Microsoft Corporation, 2000
File: SmartCard.h
Content: Declaration SmartCard.cpp.
History: 12-06-2001 dsie created
------------------------------------------------------------------------------*/
#ifndef __SMARTCARD_H_
#define __SMARTCARD_H_
#include "Debug.h"
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Function : LoadFromSmartCard
Synopsis : Load all certificates from all smart card readers. Parameter: HCERTSTORE hCertStore - Certificate store handle of store to receive all the certificates. Remark :
------------------------------------------------------------------------------*/
HRESULT LoadFromSmartCard (HCERTSTORE hCertStore);
#endif // __SMARTCARD_H_
|