@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm !!!!C# Signature: [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Auto)] static extern uint GetFinalPathNameByHandle(IntPtr hFile, [MarshalAs(UnmanagedType.LPTStr)] StringBuilder lpszFilePath, uint cchFilePath, uint dwFlags); !!!!User-Defined Types: private const uint FILE_NAME_NORMALIZED = 0x0; Documentation: http://msdn.microsoft.com/en-us/library/windows/desktop/aa364962(v=vs.85).aspx
Edit shell32.GetFinalP...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.