Struct winapi::vswriter::IVssComponentEx2Vtbl [] [src]

pub struct IVssComponentEx2Vtbl {
    pub parent: IVssComponentExVtbl,
    pub SetFailure: unsafe extern "system" fn(This: *mut IVssComponentEx2, hr: HRESULT, hrApplication: HRESULT, wszApplicationMessage: LPCWSTR, dwReserved: DWORD) -> HRESULT,
    pub GetFailure: unsafe extern "system" fn(This: *mut IVssComponentEx2, phr: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR, pdwReserved: *mut DWORD) -> HRESULT,
}

Fields

parent: IVssComponentExVtbl SetFailure: unsafe extern "system" fn(This: *mut IVssComponentEx2, hr: HRESULT, hrApplication: HRESULT, wszApplicationMessage: LPCWSTR, dwReserved: DWORD) -> HRESULT GetFailure: unsafe extern "system" fn(This: *mut IVssComponentEx2, phr: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR, pdwReserved: *mut DWORD) -> HRESULT