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

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

Fields

lpVtbl: *const IBitsPeerCacheAdministrationVtbl

Methods

impl IBitsPeerCacheAdministration[src]

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

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

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

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

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

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

pub unsafe fn EnumRecords(
    &self,
    ppEnum: *mut *mut IEnumBitsPeerCacheRecords
) -> HRESULT
[src]

pub unsafe fn GetRecord(
    &self,
    ppRecord: *mut *mut IBitsPeerCacheRecord
) -> HRESULT
[src]

pub unsafe fn ClearRecords(&self) -> HRESULT[src]

pub unsafe fn DeleteRecord(&self, id: REFGUID) -> HRESULT[src]

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

pub unsafe fn EnumPeers(&self, ppEnum: *mut *mut IEnumBitsPeers) -> HRESULT[src]

pub unsafe fn ClearPeers(&self) -> HRESULT[src]

pub unsafe fn DiscoverPeers(&self) -> HRESULT[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IBitsPeerCacheAdministration[src]

impl Deref for IBitsPeerCacheAdministration[src]

type Target = IUnknown

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]