[][src]Struct winapi::um::bits2_5::IBackgroundCopyJobHttpOptionsVtbl

#[repr(C)]pub struct IBackgroundCopyJobHttpOptionsVtbl {
    pub parent: IUnknownVtbl,
    pub SetClientCertificateByID: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, StoreLocation: BG_CERT_STORE_LOCATION, StoreName: LPCWSTR, pCertHashBlob: *mut byte) -> HRESULT,
    pub SetClientCertificateByName: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, StoreLocation: BG_CERT_STORE_LOCATION, StoreName: LPCWSTR, SubjectName: LPCWSTR) -> HRESULT,
    pub RemoveClientCertificate: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions) -> HRESULT,
    pub GetClientCertificate: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pStoreLocation: *mut BG_CERT_STORE_LOCATION, pStoreName: *mut LPWSTR, ppCertHashBlob: *mut *mut byte, pSubjectName: *mut LPWSTR) -> HRESULT,
    pub SetCustomHeaders: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, RequestHeaders: LPCWSTR) -> HRESULT,
    pub GetCustomHeaders: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pRequestHeaders: *mut LPWSTR) -> HRESULT,
    pub SetSecurityFlags: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, Flags: ULONG) -> HRESULT,
    pub GetSecurityFlags: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pFlags: *mut ULONG) -> HRESULT,
}

Fields

parent: IUnknownVtblSetClientCertificateByID: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, StoreLocation: BG_CERT_STORE_LOCATION, StoreName: LPCWSTR, pCertHashBlob: *mut byte) -> HRESULTSetClientCertificateByName: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, StoreLocation: BG_CERT_STORE_LOCATION, StoreName: LPCWSTR, SubjectName: LPCWSTR) -> HRESULTRemoveClientCertificate: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions) -> HRESULTGetClientCertificate: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pStoreLocation: *mut BG_CERT_STORE_LOCATION, pStoreName: *mut LPWSTR, ppCertHashBlob: *mut *mut byte, pSubjectName: *mut LPWSTR) -> HRESULTSetCustomHeaders: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, RequestHeaders: LPCWSTR) -> HRESULTGetCustomHeaders: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pRequestHeaders: *mut LPWSTR) -> HRESULTSetSecurityFlags: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, Flags: ULONG) -> HRESULTGetSecurityFlags: unsafe extern "system" fn(This: *mut IBackgroundCopyJobHttpOptions, pFlags: *mut ULONG) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.