Disables or enables encryption of the specified directory and the files in it.
#Include <WinAPIEx.au3>
_WinAPI_EncryptionDisable ( $sDir, $fDisable )
$sDir | The name of the directory for which to enable or disable encryption. If this parameter specifies a file, the attempt will fail. |
$fDisable | Specifies whether to disable or enable encryption, valid values: TRUE - Disable. FALSE - Enable. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索