Help for this page

Select Code to Download


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