 |
EventHelperGetLastError Method |
Retrieves the calling thread's last-error code value. The last-error code is maintained on
a per-thread basis. Multiple threads do not overwrite each other's last-error code.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax[DllImportAttribute("kernel32.dll")]
public static uint GetLastError()<DllImportAttribute("kernel32.dll">]
Public Shared Function GetLastError As UIntegerpublic:
[DllImportAttribute(L"kernel32.dll")]
static unsigned int GetLastError()
[<DllImportAttribute("kernel32.dll")>]
static member GetLastError : unit -> uint32 Return Value
UInt32
See Also