Struct windows::Win32::Media::Speech::ISpDataKey_Vtbl
#[repr(C)]pub struct ISpDataKey_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub SetData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const u8) -> HRESULT,
pub GetData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8) -> HRESULT,
pub SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
pub SetDWORD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetDWORD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT,
pub OpenKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub CreateKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub DeleteKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub EnumKeys: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
pub EnumValues: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const u8) -> HRESULT
§GetData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8) -> HRESULT
§SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT
§SetDWORD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetDWORD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT
§OpenKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§CreateKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§DeleteKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§EnumKeys: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
§EnumValues: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
Implementations§
§impl ISpDataKey_Vtbl
impl ISpDataKey_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpDataKey_Vtblwhere
Identity: ISpDataKey_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpDataKey_Vtbl
impl RefUnwindSafe for ISpDataKey_Vtbl
impl Send for ISpDataKey_Vtbl
impl Sync for ISpDataKey_Vtbl
impl Unpin for ISpDataKey_Vtbl
impl UnwindSafe for ISpDataKey_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