#[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) -> HRESULT

Implementations§

§

impl IFileDialogCustomize_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IFileDialogCustomize_Impl, const OFFSET: isize>( ) -> IFileDialogCustomize_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.