Struct winapi::um::taskschd::IRegistrationInfoVtbl[][src]

#[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: IDispatchVtblget_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: *mut BSTR) -> HRESULTput_Description: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDescription: BSTR) -> HRESULTget_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: *mut BSTR) -> HRESULTput_Author: unsafe extern "system" fn(This: *mut IRegistrationInfo, pAuthor: BSTR) -> HRESULTget_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: *mut BSTR) -> HRESULTput_Version: unsafe extern "system" fn(This: *mut IRegistrationInfo, pVersion: BSTR) -> HRESULTget_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: *mut BSTR) -> HRESULTput_Date: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDate: BSTR) -> HRESULTget_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: *mut BSTR) -> HRESULTput_Documentation: unsafe extern "system" fn(This: *mut IRegistrationInfo, pDocumentation: BSTR) -> HRESULTget_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: *mut BSTR) -> HRESULTput_XmlText: unsafe extern "system" fn(This: *mut IRegistrationInfo, pText: BSTR) -> HRESULTget_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: *mut BSTR) -> HRESULTput_URI: unsafe extern "system" fn(This: *mut IRegistrationInfo, pUri: BSTR) -> HRESULTget_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: *mut VARIANT) -> HRESULTput_SecurityDescriptor: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSddl: VARIANT) -> HRESULTget_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: *mut BSTR) -> HRESULTput_Source: unsafe extern "system" fn(This: *mut IRegistrationInfo, pSource: BSTR) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.