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.
我正在处理 win32 api 子类。我的问题是我不知道我的子类过程是在对话框或“普通窗口”上运行的。谁能告诉我如何确定当前窗口是对话框还是普通窗口?
检查窗口类的名称。除此之外,没有正式的记录方法来确定这一点。