SHFILEOPSTRUCT
各位,我在CSDN上看到SHFILEOPSTRUCT使用的例子,但我把代制,提示如下:
Unit1.pas(31): Undeclared identifier: 'TSHFileOpStruct '
Unit1.pas(43): Undeclared identifier: 'Wnd '
等等的,
是不是要在使用 SHFILEOPSTRUCT 前先在uses面加入用它的元?
。
[解决办法]
uses ShellAPI;