The ScUNCFromLocalPath function locates a universal naming convention (UNC) path counterpart to the given local path.
Note This function may not be supported in future versions of MAPI.
| Header file: | MAPIUTIL.H | 
| Implemented by: | MAPI | 
| Called by: | Client applications and service providers | 
SCODE ScUNCFromLocalPath(
  LPSTR szLocal,   
  LPSTR szUNC,     
  UINT cchUNC      
);
 Path Name Functions, ScLocalPathFromUNC