【发布时间】:2012-06-11 05:31:04
【问题描述】:
我需要知道 Windows 资源管理器 (Windows Shell) 将哪些库用于项目。是的,它显然使用了shell32.dll,但其他的呢?
【问题讨论】:
-
图形库- gdi32.dll 和用户库- user32.dll
-
有什么东西是用来控制音频的,我知道gdi和user,我经常用。我也必须了解音频和其他东西。
-
我相信这取决于音频驱动程序..
-
不,当您按下按钮或发送消息以更改音频时,Explorer 会收到消息,然后它会根据我的理解调整音频....
标签: windows shell dll dllimport windows-explorer