1. NetShareEnum function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/bb525387...

    If the shi503_servername member of this structure is "*", there is no configured server name and the NetShareEnum function enumerates shares for all the unscoped names.

    • Code sample

      res = NetShareEnum (lpszServer, 502, (LPBYTE *) &BufPtr, MAX_PREFERRED_LENGTH, &er, &tr, &resume);
      if(res == ERROR_SUCCESS || res == ERROR_MORE_DATA) {
        p=BufPtr;
        for(i=1;i<=er;i++) {
          printf("%-20S%-30S%-8u",p->shi502_netname, p->shi502_path, p->shi502_current_uses);...
      See more on MSDNWas this helpful?Thanks! Give more feedback
  2. magicmonty/delphi-code-coverage - GitHub

    https://github.com/magicmonty/delphi-code-coverage/blob/master/...

    This is a clone of the code coverage tool for Delphi on http://code.google.com/p/delphi-code-coverage/

  3. https://msdn.microsoft.com/fr-fr/library/windows/desktop/dn505783...

    API Sets available in Windows 8 and Windows Server 2012.

  4. ReactOS: sdk/include/psdk/lmshare.h File Reference

    https://doxygen.reactos.org/d5/d77/lmshare_8h.html

    This graph shows which files directly or indirectly include this file:

  5. MinGW-w64 - for 32 and 64 bit Windows / mingw-w64 / …

    https://sourceforge.net/p/mingw-w64/mingw-w64/ci/1fa173f3df1e38...

    I agree to receive quotes, newsletters and other information from sourceforge.net and its partners regarding IT services and products. I understand that I can ...

  6. .NET Framework Security and a DFS Share

    social.msdn.microsoft.com › Windows Forms

    12/04/2007 · I am having trouble figuring out the correct .NET Framework security settings for a share mapped through DFS. I am using a Windows XP system and .NET Framework 2.0 ...

  7. Samba - General - NetShareEnum

    samba.2283325.n4.nabble.com › Samba - General

    NetShareEnum. I'm trying to list ... In this # setup, the directory should be writable by both users and should have the # sticky bit set on it to prevent abuse.

  8. Win32.Lmshare - cs.uofs.edu

    www.cs.uofs.edu/~beidler/Ada/win32/win32-lmshare.html

    with Win32.Winnt; package Win32.Lmshare is SHARE_NETNAME_PARMNUM : constant: ... lmshare.h:72 function NetShareEnumSticky( servername : Win32.Winnt.LPTSTR; ...

  9. Wine API: netapi32.dll

    https://source.winehq.org/WineAPI/netapi32.html

    NetShareEnumSticky (stub) NetShareGetInfo (not documented) NetShareSetInfo (stub) NetStatisticsGet (not documented) NetUseAdd (not documented)

  10. Windows 8 DLL File Information - netapi32.dll - NirSoft

    www.nirsoft.net/dll_information/windows8/netapi32_dll.html

    The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information ...