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 创建了一个快捷方式。这是一个 COM API,其对象模型可通过 IShellLink 访问。我用 C++ 编写。您能否分享有关如何使用此 API 配置出现在快捷方式下方的快捷方式标题的任何想法?
嗯,SetDescription()也许?
SetDescription()
快捷方式的显示名称是其链接文件的名称(不带扩展名)。多谢你们。