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.

26 lines
535 B

  1. #include "dspch.h"
  2. #pragma hdrstop
  3. #define PPOLICY_ACCOUNT_DOMAIN_INFO PVOID
  4. static
  5. DWORD
  6. NtdsPrepareForDsUpgrade(
  7. OUT PPOLICY_ACCOUNT_DOMAIN_INFO NewLocalAccountInfo,
  8. OUT LPWSTR *NewAdminPassword
  9. )
  10. {
  11. return ERROR_PROC_NOT_FOUND;
  12. }
  13. //
  14. // !! WARNING !! The entries below must be in alphabetical order
  15. // and are CASE SENSITIVE (i.e., lower case comes last!)
  16. //
  17. DEFINE_PROCNAME_ENTRIES(ntdsetup)
  18. {
  19. DLPENTRY(NtdsPrepareForDsUpgrade)
  20. };
  21. DEFINE_PROCNAME_MAP(ntdsetup)