[][src]Struct winapi::um::bits2_0::IBackgroundCopyJob3

#[repr(C)]
pub struct IBackgroundCopyJob3 {
    pub lpVtbl: *const IBackgroundCopyJob3Vtbl,
}

Fields

lpVtbl: *const IBackgroundCopyJob3Vtbl

Methods

impl IBackgroundCopyJob3[src]

pub unsafe fn ReplaceRemotePrefix(
    &self,
    OldPrefix: LPCWSTR,
    NewPrefix: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn AddFileWithRanges(
    &self,
    RemoteUrl: LPCWSTR,
    LocalName: LPCWSTR,
    RangeCount: DWORD,
    Ranges: *mut BG_FILE_RANGE
) -> HRESULT
[src]

pub unsafe fn SetFileACLFlags(&self, Flags: DWORD) -> HRESULT[src]

pub unsafe fn GetFileACLFlags(&self, Flags: *mut DWORD) -> HRESULT[src]

Methods from Deref<Target = IBackgroundCopyJob2>

pub unsafe fn SetNotifyCmdLine(
    &self,
    Program: LPCWSTR,
    Parameters: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn GetNotifyCmdLine(
    &self,
    pProgram: *mut LPWSTR,
    pParameters: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn GetReplyProgress(
    &self,
    pProgress: *mut BG_JOB_REPLY_PROGRESS
) -> HRESULT
[src]

pub unsafe fn GetReplyData(
    &self,
    ppBuffer: *mut *mut byte,
    pLength: *mut UINT64
) -> HRESULT
[src]

pub unsafe fn SetReplyFileName(&self, ReplyFileName: LPCWSTR) -> HRESULT[src]

pub unsafe fn GetReplyFileName(&self, pReplyFileName: *mut LPWSTR) -> HRESULT[src]

pub unsafe fn SetCredentials(
    &self,
    credentials: *mut BG_AUTH_CREDENTIALS
) -> HRESULT
[src]

pub unsafe fn RemoveCredentials(
    &self,
    Target: BG_AUTH_TARGET,
    Scheme: BG_AUTH_SCHEME
) -> HRESULT
[src]

Trait Implementations

impl Interface for IBackgroundCopyJob3[src]

impl Deref for IBackgroundCopyJob3[src]

type Target = IBackgroundCopyJob2

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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