代码搜索:ShellAPI

找到约 2,759 项符合「ShellAPI」的源代码

代码结果 2,759
www.eeworm.com/read/370794/9585331

dcu shellapi.dcu

www.eeworm.com/read/414513/11109896

dcu shellapi.dcu

www.eeworm.com/read/147363/12558610

h shellapi.h

/*****************************************************************************\ * * * shellapi.h - SHELL.DLL functions, t
www.eeworm.com/read/135259/13947893

h shellapi.h

/*****************************************************************************\ * * * shellapi.h - SHELL.DLL functions,
www.eeworm.com/read/133252/14050213

pas shellapi.pas

{*******************************************************} { } { Borland Delphi Run-time Library } { Win32 Shell A
www.eeworm.com/read/133252/14050225

dcu shellapi.dcu

www.eeworm.com/read/103037/15748554

pak shellapi.pak

www.eeworm.com/read/336236/7130294

dll et199shellapi.dll

www.eeworm.com/read/476891/6753913

pas fununit.pas

unit FunUnit; interface uses Windows; implementation uses ShellAPI, VarUnit; end.
www.eeworm.com/read/108575/15584091

txt [c++] shellapi应用copyfolder.txt

#include "shellapi.h" BOOL CopyFolder() { SHFILEOPSTRUCT shFile = {0}; shFile.hwnd = 0; shFile.wFunc = FO_COPY;// FO_MOVE 移动; FO_DELETE 删除;FO_RENAME 重命名 shFile.pFrom = "D:\\a";