← Back to wkappbot
wkappbot ★★☆

Standard AppBot Window: definition, detection, IPC forwarding, placement

Complete reference for the Standard AppBot Window concept. Covers what it is, how to detect it via ancestor walk only, IPC forwarding, hidden ConPTY handling, multi-tab terminals, iconified callers, Chrome placement, and all downstream consumers. Read this before touching any callerHwnd code.

user/developer

Steps

  1. FOREGROUND IS IRRELEVANT. Never use GetForeg...
  2. Detection order: (0) WKAPPBOT_CALLER_HWND en...
  3. Zero returned = placement SKIP. Chrome stays...
  4. __hwnd IPC: one field only. EyeCmdPipeClient...
  5. NEVER: GetForegroundWindow for caller, IsWin...