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.

38 lines
1.1 KiB

  1. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. Microsoft Windows, Copyright (C) Microsoft Corporation, 2000
  3. File: ADHelpers.h
  4. Content: Declaration AdHelper.cpp.
  5. History: 11-15-99 dsie created
  6. ------------------------------------------------------------------------------*/
  7. #ifndef __ADHELPERS_H_
  8. #define __ADHELPERS_H_
  9. #include "Debug.h"
  10. #include <ActiveDs.h>
  11. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  12. Function : LoadFromDirectory
  13. Synopsis : Load all certificates from the userCertificate attribute of users
  14. specified through the filter.
  15. Parameter: HCERTSTORE hCertStore - Certificate store handle of store to
  16. receive all the certificates.
  17. BSTR bstrFilter - Filter (See Store::Open() for more info).
  18. Remark :
  19. ------------------------------------------------------------------------------*/
  20. HRESULT LoadFromDirectory (HCERTSTORE hCertStore,
  21. BSTR bstrFilter);
  22. #endif // __ADHELPERS_H_