GetMappedFileName Function - Windows API

Purpose



Declaration

C#

[DllImport("psapi.dll", SetLastError = true)]
public static extern uint GetMappedFileName(IntPtr m_hProcess, IntPtr lpv, StringBuilder 
	lpFilename, uint nSize);