Struct windows::Win32::Devices::PortableDevices::IPortableDeviceValues_Vtbl
#[repr(C)]pub struct IPortableDeviceValues_Vtbl {Show 41 fields
pub base__: IUnknown_Vtbl,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT,
pub GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT,
pub SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: PCWSTR) -> HRESULT,
pub GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PWSTR) -> HRESULT,
pub SetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u32) -> HRESULT,
pub GetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u32) -> HRESULT,
pub SetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i32) -> HRESULT,
pub GetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i32) -> HRESULT,
pub SetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u64) -> HRESULT,
pub GetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u64) -> HRESULT,
pub SetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i64) -> HRESULT,
pub GetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i64) -> HRESULT,
pub SetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: f32) -> HRESULT,
pub GetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut f32) -> HRESULT,
pub SetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT,
pub GetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut HRESULT) -> HRESULT,
pub SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const PROPERTYKEY) -> HRESULT,
pub GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPERTYKEY) -> HRESULT,
pub SetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT,
pub GetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT,
pub SetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT,
pub GetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub SetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID) -> HRESULT,
pub GetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT,
pub SetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const u8, _: u32) -> HRESULT,
pub GetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub SetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT,
pub GetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT,
pub GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT,
pub GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT,
pub GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub RemoveValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT,
pub CopyValuesFromPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CopyValuesToPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT
§GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT
§SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: PCWSTR) -> HRESULT
§GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PWSTR) -> HRESULT
§SetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u32) -> HRESULT
§GetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u32) -> HRESULT
§SetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i32) -> HRESULT
§GetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i32) -> HRESULT
§SetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u64) -> HRESULT
§GetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u64) -> HRESULT
§SetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i64) -> HRESULT
§GetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i64) -> HRESULT
§SetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: f32) -> HRESULT
§GetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut f32) -> HRESULT
§SetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT
§GetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut HRESULT) -> HRESULT
§SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const PROPERTYKEY) -> HRESULT
§GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPERTYKEY) -> HRESULT
§SetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT
§GetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT
§SetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT
§GetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§SetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID) -> HRESULT
§GetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT
§SetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const u8, _: u32) -> HRESULT
§GetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut u8, _: *mut u32) -> HRESULT
§SetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT
§GetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT
§GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT
§GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT
§GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§RemoveValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT
§CopyValuesFromPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CopyValuesToPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IPortableDeviceValues_Vtbl
impl IPortableDeviceValues_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPortableDeviceValues_Vtblwhere
Identity: IPortableDeviceValues_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPortableDeviceValues_Vtbl
impl RefUnwindSafe for IPortableDeviceValues_Vtbl
impl Send for IPortableDeviceValues_Vtbl
impl Sync for IPortableDeviceValues_Vtbl
impl Unpin for IPortableDeviceValues_Vtbl
impl UnwindSafe for IPortableDeviceValues_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