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
487 B

  1. //--------------------------------------------------------------------
  2. // netlogon - header
  3. // Copyright (C) Microsoft Corporation, 2001
  4. //
  5. // Created by: Duncan Bryce (duncanb), 06-24-2002
  6. //
  7. // Helper routines for w32time's interaction with the netlogon service.
  8. // Copied from \\index1\sdnt\ds\netapi\svcdlls\logonsrv\client\getdcnam.c
  9. //
  10. #ifndef W32TIME_NETLOGON_H
  11. #define W32TIME_NETLOGON_H
  12. NTSTATUS NlWaitForNetlogon(ULONG Timeout);
  13. #endif // W32TIME_NETLOGON_H