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

#[repr(C)]
pub struct IUrlHistoryNotify { pub lpVtbl: *const IUrlHistoryNotifyVtbl, }

Fields

lpVtbl: *const IUrlHistoryNotifyVtbl

Methods from Deref<Target = IOleCommandTarget>

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

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

Trait Implementations

impl Interface for IUrlHistoryNotify[src]

impl Deref for IUrlHistoryNotify[src]

type Target = IOleCommandTarget

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]