| VB声明 | |
| Declare Function SetFileAttributes Lib "kernel32" Alias "SetFileAttributesA" (ByVal lpFileName As String, ByVal dwFileAttributes As Long) As Long | |
| 说明 | |
| 设置文件属性 | |
| 返回值 | |
| Long,非零表示成功,零表示失败。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| lpFileName | String,要设置其属性的文件名 |
| dwFileAttributes | Long,带有FILE_ATTRIBUTE_??前缀的一个或多个常数 |