[][src]Struct windows_media_transcoding_bindings::windows::storage::search::abi_IQueryOptions

#[repr(C)]pub struct abi_IQueryOptions {
    pub file_type_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub folder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <FolderDepth as AbiTransferable>::Abi) -> ErrorCode,
    pub set_folder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <FolderDepth as AbiTransferable>::Abi) -> ErrorCode,
    pub application_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_application_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub user_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_user_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub language: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_language: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub indexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IndexerOption as AbiTransferable>::Abi) -> ErrorCode,
    pub set_indexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <IndexerOption as AbiTransferable>::Abi) -> ErrorCode,
    pub sort_order: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<SortEntry> as AbiTransferable>::Abi) -> ErrorCode,
    pub group_property_name: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub date_stack_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <DateStackOption as AbiTransferable>::Abi) -> ErrorCode,
    pub save_to_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub load_from_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_thumbnail_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, mode: <ThumbnailMode as AbiTransferable>::Abi, requested_size: u32, options: <ThumbnailOptions as AbiTransferable>::Abi) -> ErrorCode,
    pub set_property_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, options: <PropertyPrefetchOptions as AbiTransferable>::Abi, properties_to_retrieve: <IIterable<HString> as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

file_type_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodefolder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <FolderDepth as AbiTransferable>::Abi) -> ErrorCodeset_folder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <FolderDepth as AbiTransferable>::Abi) -> ErrorCodeapplication_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_application_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeuser_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_user_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodelanguage: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_language: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeindexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IndexerOption as AbiTransferable>::Abi) -> ErrorCodeset_indexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <IndexerOption as AbiTransferable>::Abi) -> ErrorCodesort_order: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<SortEntry> as AbiTransferable>::Abi) -> ErrorCodegroup_property_name: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodedate_stack_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <DateStackOption as AbiTransferable>::Abi) -> ErrorCodesave_to_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeload_from_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeset_thumbnail_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, mode: <ThumbnailMode as AbiTransferable>::Abi, requested_size: u32, options: <ThumbnailOptions as AbiTransferable>::Abi) -> ErrorCodeset_property_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, options: <PropertyPrefetchOptions as AbiTransferable>::Abi, properties_to_retrieve: <IIterable<HString> as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IQueryOptions

impl Send for abi_IQueryOptions

impl Sync for abi_IQueryOptions

impl Unpin for abi_IQueryOptions

impl UnwindSafe for abi_IQueryOptions

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.