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
16 lines
487 B
//--------------------------------------------------------------------
|
|
// netlogon - header
|
|
// Copyright (C) Microsoft Corporation, 2001
|
|
//
|
|
// Created by: Duncan Bryce (duncanb), 06-24-2002
|
|
//
|
|
// Helper routines for w32time's interaction with the netlogon service.
|
|
// Copied from \\index1\sdnt\ds\netapi\svcdlls\logonsrv\client\getdcnam.c
|
|
//
|
|
|
|
#ifndef W32TIME_NETLOGON_H
|
|
#define W32TIME_NETLOGON_H
|
|
|
|
NTSTATUS NlWaitForNetlogon(ULONG Timeout);
|
|
|
|
#endif // W32TIME_NETLOGON_H
|