函数参考


_WinAPI_ShellAddToRecentDocs

添加文件到最近和经常使用的项目列表.

#Include <WinAPIEx.au3>
_WinAPI_ShellAddToRecentDocs ( $sFile )

参数

$sFile 被添加的文件名称. 将此参数设置为空字符串以清除所有项目的所有使用数据.

返回值

成功: 返回 1.
失败: 返回 0,设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索


示例/演示


#Include <WinAPIEx.au3>

Opt('MustDeclareVars', 1)

_WinAPI_ShellAddToRecentDocs(@ScriptFullPath)