Struct winsafe::shell::vt::IFileSaveDialogVT[][src]

pub struct IFileSaveDialogVT {
    pub IFileDialogVT: IFileDialogVT,
    pub SetSaveAsItem: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT) -> i32,
    pub SetProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT) -> i32,
    pub SetCollectedProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: i32) -> i32,
    pub GetProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32,
    pub ApplyProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *mut c_void, _: *mut *mut IUnknownVT) -> i32,
}
Expand description

IFileSaveDialog virtual table.

Fields

IFileDialogVT: IFileDialogVTSetSaveAsItem: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT) -> i32SetProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT) -> i32SetCollectedProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: i32) -> i32GetProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32ApplyProperties: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *mut c_void, _: *mut *mut IUnknownVT) -> i32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.