Scroll to navigation

GetLastError(3w) Wine API GetLastError(3w)

NAME

GetLastError (KERNEL32.@)

SYNOPSIS

DWORD GetLastError
(
)
 

DESCRIPTION

Get the last-error code.
 

RETURNS

last-error code.
 

IMPLEMENTATION

Declared in "ddeml.h".
Implemented in "dlls/kernel32/thread.c".
Debug channel "thread".
Oct 2012 Wine API