完善嵌入逻辑

This commit is contained in:
ww-rm
2025-11-09 12:29:41 +08:00
parent 2b53e0b60b
commit 6f2eb504ab
2 changed files with 14 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ namespace Win32Natives
workerw = FindWindowEx(progman, IntPtr.Zero, "WorkerW", null);
}
Debug.WriteLine($"HWND(WorkerW): {workerw:x8}");
Debug.WriteLine($"HWND(WorkerW): 0x{workerw:x8}");
return workerw;
}