Struct winapi::shobjidl::IFileDialogCustomize [] [src]

pub struct IFileDialogCustomize {
    pub lpVtbl: *const IFileDialogCustomizeVtbl,
}

Fields

lpVtbl: *const IFileDialogCustomizeVtbl

Methods

impl IFileDialogCustomize
[src]

unsafe fn EnableOpenDropDown(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn AddMenu(&mut self, dwIDCtl: DWORD, pszLabel: LPCWSTR) -> HRESULT

unsafe fn AddPushButton(&mut self, dwIDCtl: DWORD, pszLabel: LPCWSTR) -> HRESULT

unsafe fn AddComboBox(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn AddRadioButtonList(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn AddCheckButton(&mut self, dwIDCtl: DWORD, pszLabel: LPCWSTR, bChecked: BOOL) -> HRESULT

unsafe fn AddEditBox(&mut self, dwIDCtl: DWORD, pszText: LPCWSTR) -> HRESULT

unsafe fn AddSeparator(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn AddText(&mut self, dwIDCtl: DWORD, pszText: LPCWSTR) -> HRESULT

unsafe fn SetControlLabel(&mut self, dwIDCtl: DWORD, pszLabel: LPCWSTR) -> HRESULT

unsafe fn GetControlState(&mut self, dwIDCtl: DWORD, pdwState: *mut CDCONTROLSTATE) -> HRESULT

unsafe fn SetControlState(&mut self, dwIDCtl: DWORD, dwState: CDCONTROLSTATE) -> HRESULT

unsafe fn GetEditBoxText(&mut self, dwIDCtl: DWORD, ppszText: *mut *mut WCHAR) -> HRESULT

unsafe fn SetEditBoxText(&mut self, dwIDCtl: DWORD, pszText: LPCWSTR) -> HRESULT

unsafe fn GetCheckButtonState(&mut self, dwIDCtl: DWORD, pbChecked: *mut BOOL) -> HRESULT

unsafe fn SetCheckButtonState(&mut self, dwIDCtl: DWORD, bChecked: BOOL) -> HRESULT

unsafe fn AddControlItem(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD, pszLabel: LPCWSTR) -> HRESULT

unsafe fn RemoveControlItem(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD) -> HRESULT

unsafe fn RemoveAllControlItems(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn GetControlItemState(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD, pdwState: *mut CDCONTROLSTATE) -> HRESULT

unsafe fn SetControlItemState(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD, dwState: CDCONTROLSTATE) -> HRESULT

unsafe fn GetSelectedControlItem(&mut self, dwIDCtl: DWORD, pdwIDItem: *mut DWORD) -> HRESULT

unsafe fn SetSelectedControlItem(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD) -> HRESULT

unsafe fn StartVisualGroup(&mut self, dwIDCtl: DWORD, pszLabel: LPCWSTR) -> HRESULT

unsafe fn EndVisualGroup(&mut self) -> HRESULT

unsafe fn MakeProminent(&mut self, dwIDCtl: DWORD) -> HRESULT

unsafe fn SetControlItemText(&mut self, dwIDCtl: DWORD, dwIDItem: DWORD, pszLabel: LPCWSTR) -> 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 Debug for IFileDialogCustomize
[src]

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

Formats the value using the given formatter.

impl Deref for IFileDialogCustomize
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IFileDialogCustomize
[src]

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

The method called to mutably dereference a value