GetProcessHandleCount
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool GetProcessHandleCount(
IntPtr hProcess,
out uint pdwHandleCount
);Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool GetProcessHandleCount(
IntPtr hProcess,
out uint pdwHandleCount
);Last updated