Struct winapi::objidl::IBindCtx
[−]
[src]
pub struct IBindCtx { pub lpVtbl: *const IBindCtxVtbl, }
Fields
lpVtbl |
pub struct IBindCtx { pub lpVtbl: *const IBindCtxVtbl, }
lpVtbl |
impl IBindCtx
unsafe fn RegisterObjectBound(&mut self, punk: *mut IUnknown) -> HRESULT
unsafe fn RevokeObjectBound(&mut self, punk: *mut IUnknown) -> HRESULT
unsafe fn ReleaseBoundObjects(&mut self) -> HRESULT
unsafe fn SetBindOptions(&mut self, pbindopts: *mut BIND_OPTS) -> HRESULT
unsafe fn GetBindOptions(&mut self, pbindopts: *mut BIND_OPTS) -> HRESULT
unsafe fn GetRunningObjectTable(&mut self, pprot: *mut *mut IRunningObjectTable) -> HRESULT
unsafe fn RegisterObjectParam(&mut self, pszKey: LPOLESTR, punk: *mut IUnknown) -> HRESULT
unsafe fn GetObjectParam(&mut self, pszKey: LPOLESTR, ppunk: *mut *mut IUnknown) -> HRESULT
unsafe fn EnumObjectParam(&mut self, ppenum: *mut *mut IEnumString) -> HRESULT
unsafe fn RevokeObjectParam(&mut self, pszKey: LPOLESTR) -> HRESULT
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
impl Deref for IBindCtx
impl DerefMut for IBindCtx
impl Debug for IBindCtx
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)