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
SetCancelButtonLabel
SetNavigationRoot