[][src]Struct winapi::um::bits3_0::IBackgroundCopyJob4

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

Fields

lpVtbl: *const IBackgroundCopyJob4Vtbl

Methods

impl IBackgroundCopyJob4[src]

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

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

pub unsafe fn GetOwnerIntegrityLevel(&self, pLevel: *mut ULONG) -> HRESULT[src]

pub unsafe fn GetOwnerElevationState(&self, pElevated: *mut BOOL) -> HRESULT[src]

pub unsafe fn SetMaximumDownloadTime(&self, Timeout: ULONG) -> HRESULT[src]

pub unsafe fn GetMaximumDownloadTime(&self, pTimeout: *mut ULONG) -> HRESULT[src]

Methods from Deref<Target = IBackgroundCopyJob3>

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]

Trait Implementations

impl Interface for IBackgroundCopyJob4[src]

impl Deref for IBackgroundCopyJob4[src]

type Target = IBackgroundCopyJob3

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]