Struct winapi::shobjidl::IModalWindow [] [src]

pub struct IModalWindow {
    pub lpVtbl: *const IModalWindowVtbl,
}

Fields

lpVtbl

Methods

impl IModalWindow

unsafe fn Show(&mut self, hwndOwner: HWND) -> HRESULT

Methods from Deref<Target=IUnknown>

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

Trait Implementations

impl Deref for IModalWindow

type Target = IUnknown

fn deref(&self) -> &IUnknown

impl DerefMut for IModalWindow

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

Derived Implementations

impl Debug for IModalWindow

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