- or download this
133: XS(XS_NT__Lanman_NetDfsRename);
154: XS(XS_NT__Lanman_NetDfsMove);
- or download this
93: XS(XS_NT__Lanman_NetEnumerateTrustedDomains);
111: XS(XS_NT__Lanman_I_NetGetDCList);
- or download this
XS(XS_NT__Lanman_NetDfsRemove)
{
[...]
LastError(NetDfsRemove(entryPath, server, share));
[...]
}
- or download this
// 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);
- or download this
NTSTATUS NET_API_FUNCTION
NetEnumerateTrustedDomains (
IN LPWSTR ServerName OPTIONAL,
OUT LPWSTR *DomainNames
);
- or download this
NTSTATUS
NetEnumerateTrustedDomains (
IN LPWSTR ServerName OPTIONAL,
OUT LPWSTR *DomainNames
);