Struct winapi::shobjidl::IFileSaveDialogVtbl [] [src]

pub struct IFileSaveDialogVtbl {
    pub parent: IFileDialogVtbl,
    pub SetSaveAsItem: unsafe  extern "system" fn(This: *mut IFileSaveDialog, psi: *mut IShellItem) -> HRESULT,
    pub SetProperties: unsafe  extern "system" fn(This: *mut IFileSaveDialog, pStore: *mut IPropertyStore) -> HRESULT,
    pub SetCollectedProperties: unsafe  extern "system" fn(This: *mut IFileSaveDialog, pList: *mut IPropertyDescriptionList, fAppendDefault: BOOL) -> HRESULT,
    pub GetProperties: unsafe  extern "system" fn(This: *mut IFileSaveDialog, ppStore: *mut *mut IPropertyStore) -> HRESULT,
    pub ApplyProperties: unsafe  extern "system" fn(This: *mut IFileSaveDialog, psi: *mut IShellItem, pStore: *mut IPropertyStore, hwnd: HWND, pSink: *mut IFileOperationProgressSink) -> HRESULT,
}

Fields

parent
SetSaveAsItem
SetProperties
SetCollectedProperties
GetProperties
ApplyProperties