WNetGetUniversalName

[DllImport("Mpr.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.U4)]
public static extern uint WNetGetUniversalName(
   string lpLocalPath,
   uint dwInfoLevel,
   IntPtr lpBuffer,
   ref uint lpBufferSize
);

Microsoft documentation: Link

Last updated