Struct IITPropList_Vtbl
#[repr(C)]pub struct IITPropList_Vtbl {Show 19 fields
pub base__: IPersistStreamInit_Vtbl,
pub Set: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32) -> HRESULT,
pub Set2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub Set3: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT,
pub Get: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CProperty) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetPersist: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetPersist2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub GetFirst: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT,
pub GetNext: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT,
pub GetPropCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SaveHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub SaveData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT,
pub GetHeaderSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetDataSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub SaveDataToStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub LoadFromMem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub SaveToMem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IPersistStreamInit_Vtbl
§Set: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32) -> HRESULT
§Set2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32, _: u32) -> HRESULT
§Set3: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§Add: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT
§Get: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CProperty) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetPersist: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetPersist2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT
§GetFirst: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT
§GetNext: unsafe extern "system" fn(_: *mut c_void, _: *mut CProperty) -> HRESULT
§GetPropCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SaveHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§SaveData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT
§GetHeaderSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetDataSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§SaveDataToStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§LoadFromMem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§SaveToMem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IITPropList_Vtbl
impl IITPropList_Vtbl
pub const fn new<Identity: IITPropList_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IITPropList_Vtbl
impl RefUnwindSafe for IITPropList_Vtbl
impl Send for IITPropList_Vtbl
impl Sync for IITPropList_Vtbl
impl Unpin for IITPropList_Vtbl
impl UnwindSafe for IITPropList_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