Home
last modified time | relevance | path

Searched defs:SetLastError (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/tests/ui/abi/
Dx86stdcall.rs8 pub fn SetLastError(err: usize); in SetLastError() function
/third_party/lzma/CPP/Common/
DMyWindows.cpp149 void SetLastError(DWORD dw) in SetLastError() function
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs490 pub fn SetLastError(dwerrcode: WIN32_ERROR) -> (); in SetLastError() function