Struct winapi::dwrite::IDWriteFontCollectionLoaderVtbl [] [src]

pub struct IDWriteFontCollectionLoaderVtbl {
    pub parent: IUnknownVtbl,
    pub CreateEnumeratorFromKey: unsafe extern "system" fn(This: *mut IDWriteFontCollectionLoader, factory: *mut IDWriteFactory, collectionKey: *const c_void, collectionKeySize: UINT32, fontFileEnumerator: *mut *mut IDWriteFontFileEnumerator) -> HRESULT,
}

Fields

parent: IUnknownVtbl CreateEnumeratorFromKey: unsafe extern "system" fn(This: *mut IDWriteFontCollectionLoader, factory: *mut IDWriteFactory, collectionKey: *const c_void, collectionKeySize: UINT32, fontFileEnumerator: *mut *mut IDWriteFontFileEnumerator) -> HRESULT