Sets the size of the internal buffer that used the _WinAPI_FindTextDlg() and _WinAPI_ReplaceTextDlg() functions.
#Include <WinAPIEx.au3>
_WinAPI_SetFRBuffer ( $iChars )
$iChars | The size, in TCHARs, of the internal buffer. The buffer should be at least 80 characters long. The default buffer size is 16384 wide characters (32 KB). |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |