INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'GetLastError' function returns the calling thread's last-error
-- code value.
--
-- Most Win32 functions set their calling thread's last-error value
-- when they fail; a few functions set it when they succeed.
-- Translate the 'error_code' (returned by 'GetLastError') into
-- readable string
-- Readable string for `GetLastError'
-- Raise exception corresponding to last error
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |