FError Function (DWord) | |
Set the error code for a file operation.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION FError(
nErrorCode AS DWORD
) AS DWORD
public static uint FError(
uint nErrorCode
)
Request Example
View SourceParameters
- nErrorCode
- Type: DWord
Return Value
Type:
DWordThe previous errorcode from the last file operation.
See Also