Struct windows::Win32::System::Wmi::IWbemPath_Vtbl
#[repr(C)]pub struct IWbemPath_Vtbl {Show 27 fields
pub base__: IUnknown_Vtbl,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT,
pub GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT,
pub SetServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT,
pub GetNamespaceCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub GetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT,
pub RemoveNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub RemoveAllNamespaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetScopeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetScopeFromText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub GetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR, _: *mut *mut c_void) -> HRESULT,
pub GetScopeAsText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT,
pub RemoveScope: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub RemoveAllScopes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetClassName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT,
pub GetKeyList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PCWSTR) -> HRESULT,
pub DeleteClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsRelative: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> BOOL,
pub IsRelativeOrChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> BOOL,
pub IsLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL,
pub IsSameClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL,
}
Fields§
§base__: IUnknown_Vtbl
§SetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT
§GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT
§SetServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT
§GetNamespaceCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§GetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT
§RemoveNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§RemoveAllNamespaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetScopeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetScopeFromText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§GetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR, _: *mut *mut c_void) -> HRESULT
§GetScopeAsText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT
§RemoveScope: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§RemoveAllScopes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetClassName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT
§GetKeyList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PCWSTR) -> HRESULT
§DeleteClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§IsRelative: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> BOOL
§IsRelativeOrChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> BOOL
§IsLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL
§IsSameClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL
Implementations§
§impl IWbemPath_Vtbl
impl IWbemPath_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemPath_Vtblwhere
Identity: IWbemPath_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemPath_Vtbl
impl RefUnwindSafe for IWbemPath_Vtbl
impl Send for IWbemPath_Vtbl
impl Sync for IWbemPath_Vtbl
impl Unpin for IWbemPath_Vtbl
impl UnwindSafe for IWbemPath_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