Type Definition intercom::RawComResult

source · []
pub type RawComResult<A> = Result<A, HRESULT>;
Expand description

Basic COM result type.

The ComResult maps the Rust concept of Ok and Err values to COM [out, retval] parameter and HRESULT return value.