Struct winapi::shobjidl::IFileOpenDialogVtbl [] [src]

pub struct IFileOpenDialogVtbl {
    pub parent: IFileDialogVtbl,
    pub GetResults: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppenum: *mut *mut IShellItemArray) -> HRESULT,
    pub GetSelectedItems: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppsai: *mut *mut IShellItemArray) -> HRESULT,
}

Fields

parent: IFileDialogVtbl GetResults: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppenum: *mut *mut IShellItemArray) -> HRESULT GetSelectedItems: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppsai: *mut *mut IShellItemArray) -> HRESULT