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.
的反义词是CreateDesktop()什么?CloseDesktop()似乎只关闭了新桌面的句柄,而不是删除它。
CreateDesktop()
CloseDesktop()
IIRC,桌面是引用计数的,所以当没有人再使用它们时它们会被销毁(并且有一个未关闭的句柄包含在“使用”中)。