Struct IFileDialogCustomize_Vtbl
#[repr(C)]pub struct IFileDialogCustomize_Vtbl {Show 28 fields
    pub base__: IUnknown_Vtbl,
    pub EnableOpenDropDown: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub AddMenu: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub AddPushButton: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub AddComboBox: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub AddRadioButtonList: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub AddCheckButton: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: BOOL) -> HRESULT,
    pub AddEditBox: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub AddSeparator: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub AddText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub SetControlLabel: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub GetControlState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CDCONTROLSTATEF) -> HRESULT,
    pub SetControlState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: CDCONTROLSTATEF) -> HRESULT,
    pub GetEditBoxText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16) -> HRESULT,
    pub SetEditBoxText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub GetCheckButtonState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT,
    pub SetCheckButtonState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
    pub AddControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT,
    pub RemoveControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
    pub RemoveAllControlItems: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub GetControlItemState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut CDCONTROLSTATEF) -> HRESULT,
    pub SetControlItemState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: CDCONTROLSTATEF) -> HRESULT,
    pub GetSelectedControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
    pub SetSelectedControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
    pub StartVisualGroup: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
    pub EndVisualGroup: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub MakeProminent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub SetControlItemText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§EnableOpenDropDown: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§AddMenu: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§AddPushButton: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§AddComboBox: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§AddRadioButtonList: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§AddCheckButton: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: BOOL) -> HRESULT§AddEditBox: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§AddSeparator: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§AddText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§SetControlLabel: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§GetControlState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CDCONTROLSTATEF) -> HRESULT§SetControlState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: CDCONTROLSTATEF) -> HRESULT§GetEditBoxText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16) -> HRESULT§SetEditBoxText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§GetCheckButtonState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT§SetCheckButtonState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT§AddControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT§RemoveControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§RemoveAllControlItems: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetControlItemState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut CDCONTROLSTATEF) -> HRESULT§SetControlItemState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: CDCONTROLSTATEF) -> HRESULT§GetSelectedControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§SetSelectedControlItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§StartVisualGroup: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§EndVisualGroup: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§MakeProminent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SetControlItemText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULTImplementations§
§impl IFileDialogCustomize_Vtbl
 
impl IFileDialogCustomize_Vtbl
pub const fn new<Identity: IFileDialogCustomize_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileDialogCustomize_Vtbl
impl RefUnwindSafe for IFileDialogCustomize_Vtbl
impl Send for IFileDialogCustomize_Vtbl
impl Sync for IFileDialogCustomize_Vtbl
impl Unpin for IFileDialogCustomize_Vtbl
impl UnwindSafe for IFileDialogCustomize_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more