#[repr(C)]pub struct IRegistrationInfoVtbl {Show 19 fields
pub parent: IDispatchVtbl,
pub get_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: *mut BSTR) -> HRESULT,
pub put_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: BSTR) -> HRESULT,
pub get_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: *mut BSTR) -> HRESULT,
pub put_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: BSTR) -> HRESULT,
pub get_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: *mut BSTR) -> HRESULT,
pub put_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: BSTR) -> HRESULT,
pub get_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: *mut BSTR) -> HRESULT,
pub put_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: BSTR) -> HRESULT,
pub get_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: *mut BSTR) -> HRESULT,
pub put_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: BSTR) -> HRESULT,
pub get_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: *mut BSTR) -> HRESULT,
pub put_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: BSTR) -> HRESULT,
pub get_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: *mut BSTR) -> HRESULT,
pub put_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: BSTR) -> HRESULT,
pub get_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: *mut VARIANT) -> HRESULT,
pub put_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: VARIANT) -> HRESULT,
pub get_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: *mut BSTR) -> HRESULT,
pub put_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: BSTR) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: *mut BSTR) -> HRESULT
§put_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: BSTR) -> HRESULT
§get_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: *mut BSTR) -> HRESULT
§put_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: BSTR) -> HRESULT
§get_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: *mut BSTR) -> HRESULT
§put_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: BSTR) -> HRESULT
§get_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: *mut BSTR) -> HRESULT
§put_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: BSTR) -> HRESULT
§get_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: *mut BSTR) -> HRESULT
§put_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: BSTR) -> HRESULT
§get_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: *mut BSTR) -> HRESULT
§put_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: BSTR) -> HRESULT
§get_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: *mut BSTR) -> HRESULT
§put_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: BSTR) -> HRESULT
§get_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: *mut VARIANT) -> HRESULT
§put_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: VARIANT) -> HRESULT
§get_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: *mut BSTR) -> HRESULT
§put_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRegistrationInfoVtbl
impl RefUnwindSafe for IRegistrationInfoVtbl
impl Send for IRegistrationInfoVtbl
impl Sync for IRegistrationInfoVtbl
impl Unpin for IRegistrationInfoVtbl
impl UnwindSafe for IRegistrationInfoVtbl
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