ReactOS 0.4.16-dev-433-g6363f78
|
#include "netapi32.h"
#include <winsock2.h>
#include <rpc.h>
#include <dsrole.h>
#include <dsgetdc.h>
#include "netlogon_c.h"
Go to the source code of this file.
DWORD WINAPI DsAddressToSiteNamesA | ( | _In_opt_ LPCSTR | ComputerName, |
_In_ DWORD | EntryCount, | ||
_In_ PSOCKET_ADDRESS | SocketAddresses, | ||
_Out_ LPSTR ** | SiteNames | ||
) |
Definition at line 109 of file netlogon.c.
DWORD WINAPI DsAddressToSiteNamesExA | ( | _In_opt_ LPCSTR | ComputerName, |
_In_ DWORD | EntryCount, | ||
_In_ PSOCKET_ADDRESS | SocketAddresses, | ||
_Out_ LPSTR ** | SiteNames, | ||
_Out_ LPSTR ** | SubnetNames | ||
) |
Definition at line 284 of file netlogon.c.
DWORD WINAPI DsAddressToSiteNamesExW | ( | _In_opt_ LPCWSTR | ComputerName, |
_In_ DWORD | EntryCount, | ||
_In_ PSOCKET_ADDRESS | SocketAddresses, | ||
_Out_ LPWSTR ** | SiteNames, | ||
_Out_ LPWSTR ** | SubnetNames | ||
) |
Definition at line 445 of file netlogon.c.
Referenced by DsAddressToSiteNamesExA().
DWORD WINAPI DsAddressToSiteNamesW | ( | _In_opt_ LPCWSTR | ComputerName, |
_In_ DWORD | EntryCount, | ||
_In_ PSOCKET_ADDRESS | SocketAddresses, | ||
_Out_ LPWSTR ** | SiteNames | ||
) |
Definition at line 212 of file netlogon.c.
Referenced by DsAddressToSiteNamesA().
DWORD WINAPI DsDeregisterDnsHostRecordsA | ( | _In_opt_ LPSTR | ServerName, |
_In_opt_ LPSTR | DnsDomainName, | ||
_In_opt_ GUID * | DomainGuid, | ||
_In_opt_ GUID * | DsaGuid, | ||
_In_ LPSTR | DnsHostName | ||
) |
Definition at line 543 of file netlogon.c.
DWORD WINAPI DsDeregisterDnsHostRecordsW | ( | _In_opt_ LPWSTR | ServerName, |
_In_opt_ LPWSTR | DnsDomainName, | ||
_In_opt_ GUID * | DomainGuid, | ||
_In_opt_ GUID * | DsaGuid, | ||
_In_ LPWSTR | DnsHostName | ||
) |
Definition at line 607 of file netlogon.c.
Referenced by DsDeregisterDnsHostRecordsA().
DWORD WINAPI DsEnumerateDomainTrustsA | ( | _In_opt_ LPSTR | ServerName, |
_In_ ULONG | Flags, | ||
_Out_ PDS_DOMAIN_TRUSTSA * | Domains, | ||
_Out_ PULONG | DomainCount | ||
) |
Definition at line 640 of file netlogon.c.
DWORD WINAPI DsEnumerateDomainTrustsW | ( | _In_opt_ LPWSTR | ServerName, |
_In_ ULONG | Flags, | ||
_Out_ PDS_DOMAIN_TRUSTSW * | Domains, | ||
_Out_ PULONG | DomainCount | ||
) |
Definition at line 786 of file netlogon.c.
Referenced by DsEnumerateDomainTrustsA().
DWORD WINAPI DsGetDcNameA | ( | _In_opt_ LPCSTR | ComputerName, |
_In_ LPCSTR | DomainName, | ||
_In_ GUID * | DomainGuid, | ||
_In_ LPCSTR | SiteName, | ||
_In_ ULONG | Flags, | ||
_Out_ PDOMAIN_CONTROLLER_INFOA * | DomainControllerInfo | ||
) |
Definition at line 821 of file netlogon.c.
DWORD WINAPI DsGetDcNameW | ( | _In_opt_ LPCWSTR | ComputerName, |
_In_ LPCWSTR | DomainName, | ||
_In_ GUID * | DomainGuid, | ||
_In_ LPCWSTR | SiteName, | ||
_In_ ULONG | Flags, | ||
_Out_ PDOMAIN_CONTROLLER_INFOW * | DomainControllerInfo | ||
) |
Definition at line 845 of file netlogon.c.
DWORD WINAPI DsGetDcNameWithAccountA | ( | _In_opt_ LPCSTR | ComputerName, |
_In_opt_ LPCSTR | AccountName, | ||
_In_ ULONG | AccountControlBits, | ||
_In_ LPCSTR | DomainName, | ||
_In_ GUID * | DomainGuid, | ||
_In_ LPCSTR | SiteName, | ||
_In_ ULONG | Flags, | ||
_Out_ PDOMAIN_CONTROLLER_INFOA * | DomainControllerInfo | ||
) |
Definition at line 869 of file netlogon.c.
Referenced by DsGetDcNameA().
DWORD WINAPI DsGetDcNameWithAccountW | ( | _In_opt_ LPCWSTR | ComputerName, |
_In_opt_ LPCWSTR | AccountName, | ||
_In_ ULONG | AccountControlBits, | ||
_In_ LPCWSTR | DomainName, | ||
_In_ GUID * | DomainGuid, | ||
_In_ LPCWSTR | SiteName, | ||
_In_ ULONG | Flags, | ||
_Out_ PDOMAIN_CONTROLLER_INFOW * | DomainControllerInfo | ||
) |
Definition at line 1134 of file netlogon.c.
Referenced by DsGetDcNameW(), DsGetDcNameWithAccountA(), and NetGetDCName().
DWORD WINAPI DsGetDcSiteCoverageA | ( | _In_opt_ LPCSTR | ServerName, |
_Out_ PULONG | EntryCount, | ||
_Out_ LPSTR ** | SiteNames | ||
) |
Definition at line 1174 of file netlogon.c.
DWORD WINAPI DsGetDcSiteCoverageW | ( | _In_opt_ LPCWSTR | ServerName, |
_Out_ PULONG | EntryCount, | ||
_Out_ LPWSTR ** | SiteNames | ||
) |
Definition at line 1264 of file netlogon.c.
Referenced by DsGetDcSiteCoverageA().
DWORD WINAPI DsGetForestTrustInformationW | ( | _In_opt_ LPCWSTR | ServerName, |
_In_opt_ LPCWSTR | TrustedDomainName, | ||
_In_ DWORD | Flags, | ||
_Out_ PLSA_FOREST_TRUST_INFORMATION * | ForestTrustInfo | ||
) |
Definition at line 1332 of file netlogon.c.
Definition at line 1363 of file netlogon.c.
Definition at line 1408 of file netlogon.c.
Referenced by DsGetSiteNameA().
DWORD WINAPI DsMergeForestTrustInformationW | ( | _In_ LPCWSTR | DomainName, |
_In_ PLSA_FOREST_TRUST_INFORMATION | NewForestTrustInfo, | ||
_In_opt_ PLSA_FOREST_TRUST_INFORMATION | OldForestTrustInfo, | ||
_Out_ PLSA_FOREST_TRUST_INFORMATION * | ForestTrustInfo | ||
) |
Definition at line 1434 of file netlogon.c.
Definition at line 1449 of file netlogon.c.
Definition at line 1460 of file netlogon.c.
handle_t __RPC_USER LOGONSRV_HANDLE_bind | ( | LOGONSRV_HANDLE | pszSystemName | ) |
Definition at line 48 of file netlogon.c.
void __RPC_USER LOGONSRV_HANDLE_unbind | ( | LOGONSRV_HANDLE | pszSystemName, |
handle_t | hBinding | ||
) |
Definition at line 89 of file netlogon.c.
Definition at line 1471 of file netlogon.c.
NET_API_STATUS WINAPI NetGetAnyDCName | ( | _In_opt_ LPCWSTR | ServerName, |
_In_opt_ LPCWSTR | DomainName, | ||
_Out_ LPBYTE * | BufPtr | ||
) |
Definition at line 1501 of file netlogon.c.
NET_API_STATUS WINAPI NetGetDCName | ( | _In_opt_ LPCWSTR | ServerName, |
_In_opt_ LPCWSTR | DomainName, | ||
_Out_ LPBYTE * | BufPtr | ||
) |
Definition at line 1531 of file netlogon.c.
NET_API_STATUS WINAPI NetLogonGetTimeServiceParentDomain | ( | _In_ LPWSTR | ServerName, |
_Out_ LPWSTR * | DomainName, | ||
_Out_ LPBOOL | PdcSameSite | ||
) |
Definition at line 1579 of file netlogon.c.
NTSTATUS WINAPI NetLogonSetServiceBits | ( | _In_ LPWSTR | ServerName, |
_In_ DWORD | ServiceBitsOfInterest, | ||
_In_ DWORD | ServiceBits | ||
) |
Definition at line 1607 of file netlogon.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |