Struct ICategoryProvider_Vtbl
#[repr(C)]pub struct ICategoryProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub CanCategorizeOnSCID: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT,
pub GetDefaultCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut PROPERTYKEY) -> HRESULT,
pub GetCategoryForSCID: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT,
pub EnumCategories: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCategoryName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PWSTR, _: u32) -> HRESULT,
pub CreateCategory: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CanCategorizeOnSCID: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT
§GetDefaultCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut PROPERTYKEY) -> HRESULT
§GetCategoryForSCID: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT
§EnumCategories: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCategoryName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PWSTR, _: u32) -> HRESULT
§CreateCategory: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICategoryProvider_Vtbl
impl ICategoryProvider_Vtbl
pub const fn new<Identity: ICategoryProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICategoryProvider_Vtbl
impl RefUnwindSafe for ICategoryProvider_Vtbl
impl Send for ICategoryProvider_Vtbl
impl Sync for ICategoryProvider_Vtbl
impl Unpin for ICategoryProvider_Vtbl
impl UnwindSafe for ICategoryProvider_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more