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

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

Fields

lpVtbl: *const IBackgroundCopyFile2Vtbl

Methods

impl IBackgroundCopyFile2[src]

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

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

Methods from Deref<Target = IBackgroundCopyFile>

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

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

pub unsafe fn GetProgress(&self, pVal: *mut BG_FILE_PROGRESS) -> HRESULT[src]

Trait Implementations

impl Interface for IBackgroundCopyFile2[src]

impl Deref for IBackgroundCopyFile2[src]

type Target = IBackgroundCopyFile

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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