IRegistrationInfoVtbl

Struct IRegistrationInfoVtbl 

Source
#[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§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.