|
Previous Top Next |
Prototype: | (),Long |
Returns | Returns the last error code from the system. |
This method is very useful to check for errors after calling api functions. This method calls the GetLastError api function and returns the result. In fact this works exactly the same as calling GetLastError() api.
Example:
(none)
See also: