Prev Next

UNIVERSAL_NAME_INFO info  Overview  Group

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 

 

See Also

WNetGetUniversalName, REMOTE_NAME_INFO