#[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,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.