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.

16 lines
335 B

  1. #pragma once
  2. //
  3. // Verifies that the given credentials have
  4. // administrative privileges on the specified domain.
  5. //
  6. DWORD __stdcall VerifyAdminCredentials
  7. (
  8. PCWSTR pszDomain,
  9. PCWSTR pszDomainController,
  10. PCWSTR pszUserName,
  11. PCWSTR pszPassword,
  12. PCWSTR pszUserDomain
  13. );