Trait winsafe::prelude::ole_IBindCtx

source ·
pub trait ole_IBindCtx: ole_IUnknown {
    // Provided methods
    fn ReleaseBoundObjects(&self) -> HrResult<()> { ... }
    fn RevokeObjectParam(&self, key: &str) -> HrResult<()> { ... }
}
Available on crate features kernel and ole only.
Expand description

This trait is enabled with the ole feature, and provides methods for IBindCtx.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§