Function GetLastError [src]

Prototype

pub fn GetLastError() Win32Error

Source

pub fn GetLastError() Win32Error { return @enumFromInt(teb().LastErrorValue); }