Functions.FError 方法 (UInt32) | |
Set the error code for a file operation.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION FError(
nErrorCode AS DWORD
) AS DWORD
public static uint FError(
uint nErrorCode
)
查看代码参数
- nErrorCode
- 类型:UInt32
返回值
类型:
UInt32The previous errorcode from the last file operation.
参见