Home
last modified time | relevance | path

Searched defs:GetLastError (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/ui/abi/
Dx86stdcall.rs9 pub fn GetLastError() -> usize; in GetLastError() function
/third_party/flatbuffers/include/flatbuffers/
Dregistry.h89 const std::string &GetLastError() { return lasterror_; } in GetLastError() function
/third_party/lzma/CPP/Common/
DMyWindows.cpp144 DWORD GetLastError() in GetLastError() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_system.rs148 fn GetLastError() -> DWORD; in GetLastError() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_system.rs85 fn GetLastError() -> DWORD; in GetLastError() function
/third_party/python/Lib/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs301 pub fn GetLastError() -> WIN32_ERROR; in GetLastError() function