Type Definition intercom::ComResult [] [src]

type ComResult<A> = Result<A, HRESULT>;

Basic COM result type.

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