Struct winapi::urlhist::IUrlHistoryNotify [] [src]

pub struct IUrlHistoryNotify {
    pub lpVtbl: *const IUrlHistoryNotifyVtbl,
}

Fields

lpVtbl: *const IUrlHistoryNotifyVtbl

Methods from Deref<Target=IOleCommandTarget>

unsafe fn QueryStatus(&mut self, pguidCmdGroup: *const GUID, cCmds: ULONG, prgCmds: *mut OLECMD, pCmdText: *mut OLECMDTEXT) -> HRESULT

unsafe fn Exec(&mut self, pguidCmdGroup: *const GUID, nCmdID: DWORD, nCmdexecopt: DWORD, pvaIn: *mut VARIANT, pvaOut: *mut VARIANT) -> HRESULT

Trait Implementations

impl Debug for IUrlHistoryNotify
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IUrlHistoryNotify
[src]

type Target = IOleCommandTarget

The resulting type after dereferencing

fn deref(&self) -> &IOleCommandTarget

The method called to dereference a value

impl DerefMut for IUrlHistoryNotify
[src]

fn deref_mut(&mut self) -> &mut IOleCommandTarget

The method called to mutably dereference a value