handle64_by_pid
List open handles for a specific process using its PID to diagnose locks, leaks, or access issues.
Instructions
List open handles for a specific process by PID.
Return Format
{"success": bool, "handles": list[dict], "count": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to enumerate handles for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||