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.

25 lines
463 B

  1. #include "shellpch.h"
  2. #pragma hdrstop
  3. #define _ACLUI_
  4. #include <aclui.h>
  5. static
  6. HPROPSHEETPAGE
  7. ACLUIAPI
  8. CreateSecurityPage(
  9. LPSECURITYINFO psi
  10. )
  11. {
  12. SetLastError (ERROR_PROC_NOT_FOUND);
  13. return NULL;
  14. }
  15. //
  16. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  17. //
  18. DEFINE_ORDINAL_ENTRIES(aclui)
  19. {
  20. DLOENTRY(1, CreateSecurityPage)
  21. };
  22. DEFINE_ORDINAL_MAP(aclui)