Crate windows_result
source ·Expand description
Learn more about Rust for Windows here: https://github.com/microsoft/windows-rs
Structs§
- An error object consists of both an error code as well as detailed error information for debugging.
- An error code value returned by most COM functions.
Type Aliases§
- A specialized
Result
type that provides Windows error information.