mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Fix XML doc
This commit is contained in:
@@ -192,7 +192,7 @@ internal sealed class WindowProcess
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the process name for the process ID
|
/// Gets the process name for the process ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="pid">The id of the process/param>
|
/// <param name="pid">The id of the process</param>
|
||||||
/// <returns>A string representing the process name or an empty string if the function fails</returns>
|
/// <returns>A string representing the process name or an empty string if the function fails</returns>
|
||||||
internal static string GetProcessNameFromProcessID(uint pid)
|
internal static string GetProcessNameFromProcessID(uint pid)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user