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.

36 lines
562 B

  1. #include "dspch.h"
  2. #pragma hdrstop
  3. #define _PAUTOENR_
  4. static
  5. HANDLE
  6. WINAPI
  7. CertAutoEnrollment(IN HWND hwndParent,
  8. IN DWORD dwStatus)
  9. {
  10. return NULL;
  11. }
  12. static
  13. BOOL
  14. WINAPI
  15. CertAutoRemove(IN DWORD dwFlags)
  16. {
  17. return FALSE;
  18. }
  19. //
  20. // !! WARNING !! The entries below must be in alphabetical order
  21. // and are CASE SENSITIVE (i.e., lower case comes last!)
  22. //
  23. DEFINE_PROCNAME_ENTRIES(pautoenr)
  24. {
  25. DLPENTRY(CertAutoEnrollment)
  26. DLPENTRY(CertAutoRemove)
  27. };
  28. DEFINE_PROCNAME_MAP(pautoenr)