Struct IConfigurationDataCollector_Vtbl
#[repr(C)]pub struct IConfigurationDataCollector_Vtbl {Show 19 fields
pub base__: IDataCollector_Vtbl,
pub FileMaxCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFileMaxCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub FileMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFileMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub FileMaxTotalSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFileMaxTotalSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Files: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetFiles: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub ManagementQueries: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetManagementQueries: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub QueryNetworkAdapters: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetQueryNetworkAdapters: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub RegistryKeys: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetRegistryKeys: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub RegistryMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetRegistryMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SystemStateFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSystemStateFile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDataCollector_Vtbl
§FileMaxCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFileMaxCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§FileMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFileMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§FileMaxTotalSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFileMaxTotalSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Files: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetFiles: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§ManagementQueries: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetManagementQueries: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§QueryNetworkAdapters: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetQueryNetworkAdapters: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§RegistryKeys: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetRegistryKeys: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§RegistryMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetRegistryMaxRecursiveDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SystemStateFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSystemStateFile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IConfigurationDataCollector_Vtbl
impl IConfigurationDataCollector_Vtbl
pub const fn new<Identity: IConfigurationDataCollector_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConfigurationDataCollector_Vtbl
impl RefUnwindSafe for IConfigurationDataCollector_Vtbl
impl Send for IConfigurationDataCollector_Vtbl
impl Sync for IConfigurationDataCollector_Vtbl
impl Unpin for IConfigurationDataCollector_Vtbl
impl UnwindSafe for IConfigurationDataCollector_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