【问题标题】:Which DLL files does Windows Explorer use?Windows 资源管理器使用哪些 DLL 文件?
【发布时间】:2012-06-11 05:31:04
【问题描述】:

我需要知道 Windows 资源管理器 (Windows Shell) 将哪些库用于项目。是的,它显然使用了shell32.dll,但其他的呢?

【问题讨论】:

  • 图形库- gdi32.dll 和用户库- user32.dll
  • 有什么东西是用来控制音频的,我知道gdi和user,我经常用。我也必须了解音频和其他东西。
  • 我相信这取决于音频驱动程序..
  • 不,当您按下按钮或发送消息以更改音频时,Explorer 会收到消息,然后它会根据我的理解调整音频....

标签: windows shell dll dllimport windows-explorer


【解决方案1】:

您可以使用Dependency Walker 查看 Explorer 引用的内容。

【讨论】:

  • 你。是。惊人的。谢谢。
  • 请注意,您也可以使用Process Explorer 并将下窗格视图设置为“DLL”。
猜你喜欢
  • 2010-12-30
  • 1970-01-01
  • 2015-09-10
  • 1970-01-01
  • 1970-01-01
  • 2017-10-31
  • 2011-08-30
  • 2011-11-27
  • 1970-01-01
相关资源
最近更新 更多