Struct winapi::shobjidl::IFileDialog2Vtbl [] [src]

pub struct IFileDialog2Vtbl {
    pub parent: IFileDialogVtbl,
    pub SetCancelButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog2, pszLabel: LPCWSTR) -> HRESULT,
    pub SetNavigationRoot: unsafe extern "system" fn(This: *mut IFileDialog2, psi: IShellItem) -> HRESULT,
}

Fields

parent: IFileDialogVtbl SetCancelButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog2, pszLabel: LPCWSTR) -> HRESULT SetNavigationRoot: unsafe extern "system" fn(This: *mut IFileDialog2, psi: IShellItem) -> HRESULT