GetLastError
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
GetLastError (DNM Script function)
[edit]
full declaration
int GetLastError()
[edit]
return value
[edit]
description
Returns last error. Only for functions which clearly describe that they set the last error.The Return Value section of the documentation for each function that sets the last-error code notes the conditions under which the function sets the last-error code.
keywords: get last error
