Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以让您自己的 Winapi 函数(如 GetPixel)在 Windows 上运行,如果应该采取哪些步骤?
是和不是。无论哪种方式,您最终都会访问 WinAPI 的某些部分。您可以提供实用程序包装器,WinAPI 的许多部分已经是这样的包装器。但你不能完全避免它。Windows 的核心是您无法直接访问的数据结构。
但是你为什么要这个?