133: XS(XS_NT__Lanman_NetDfsRename);
154: XS(XS_NT__Lanman_NetDfsMove);
####
93: XS(XS_NT__Lanman_NetEnumerateTrustedDomains);
111: XS(XS_NT__Lanman_I_NetGetDCList);
####
XS(XS_NT__Lanman_NetDfsRemove)
{
[...]
LastError(NetDfsRemove(entryPath, server, share));
[...]
}
####
// important: if you need to compile this module, please change the
// function prototype in lmaccess.h to the following:
//
// NTSTATUS NET_API_FUNCTION NetEnumerateTrustedDomains(
// IN LPWSTR ServerName OPTIONAL, OUT LPWSTR *DomainNames);
####
NTSTATUS NET_API_FUNCTION
NetEnumerateTrustedDomains (
IN LPWSTR ServerName OPTIONAL,
OUT LPWSTR *DomainNames
);
####
NTSTATUS
NetEnumerateTrustedDomains (
IN LPWSTR ServerName OPTIONAL,
OUT LPWSTR *DomainNames
);