UNIVERSAL_NAME_INFO

The UNIVERSAL_NAME_INFO structure contains a pointer to a Universal Naming Convention (UNC) name string.

typedef struct _UNIVERSAL_NAME_INFO { /* uni */ 
    LPTSTR  lpUniversalName; 
} UNIVERSAL_NAME_INFO; 
 

Members

lpUniversalName
Points to a zero-terminated UNC name string.

Remarks

A universal form of a path identifies a network resource in an unambiguous, computer-independent manner. The path can then be passed 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 
 

QuickInfo

  Windows NT: Use version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Use version 2.0 or later.
  Header: Declared in winnetwk.h.

See Also

Windows Networking (WNet) Overview, Windows Networking Structures, WNetGetUniversalName, REMOTE_NAME_INFO