Platform SDK: Windows Networking |
The UNIVERSAL_NAME_INFO structure contains a pointer to a Universal Naming Convention (UNC) name string for a network resource.
typedef struct _UNIVERSAL_NAME_INFO { LPTSTR lpUniversalName; } UNIVERSAL_NAME_INFO;
A UNC path identifies a network resource in an unambiguous, computer-independent manner. You can pass the path to processes on other computers, allowing those processes to obtain access to the network resource.
Universal Naming Convention (UNC) names look like this:
\\servername\sharename\path\file
Windows NT/2000: Requires Windows NT 3.51 or later.
Header: Declared in Npapi.h.
Windows Networking (WNet) Overview, Windows Networking Structures, WNetGetUniversalName, REMOTE_NAME_INFO