函数参考
_WinAPI_RectIsEmpty
判断回收站是否为空.
#Include <WinAPI.au3>
_WinAPI_RectIsEmpty(ByRef $tRect)
参数
$tRect
$tagRect 数据结构
返回值
True:
回收站为空 (所有值为0)
False:
回收站不为空
注意/说明
None.
相关
$tagRect