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

#[repr(C)]
pub struct IBitsPeerCacheAdministrationVtbl {
    pub parent: IUnknownVtbl,
    pub GetMaximumCacheSize: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pBytes: *mut DWORD) -> HRESULT,
    pub SetMaximumCacheSize: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Bytes: DWORD) -> HRESULT,
    pub GetMaximumContentAge: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pSeconds: *mut ULONG) -> HRESULT,
    pub SetMaximumContentAge: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Seconds: ULONG) -> HRESULT,
    pub GetConfigurationFlags: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pFlags: *mut DWORD) -> HRESULT,
    pub SetConfigurationFlags: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Flags: DWORD) -> HRESULT,
    pub EnumRecords: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppEnum: *mut *mut IEnumBitsPeerCacheRecords) -> HRESULT,
    pub GetRecord: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppRecord: *mut *mut IBitsPeerCacheRecord) -> HRESULT,
    pub ClearRecords: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULT,
    pub DeleteRecord: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, id: REFGUID) -> HRESULT,
    pub DeleteUrl: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, url: LPCWSTR) -> HRESULT,
    pub EnumPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppEnum: *mut *mut IEnumBitsPeers) -> HRESULT,
    pub ClearPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULT,
    pub DiscoverPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULT,
}

Fields

parent: IUnknownVtblGetMaximumCacheSize: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pBytes: *mut DWORD) -> HRESULTSetMaximumCacheSize: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Bytes: DWORD) -> HRESULTGetMaximumContentAge: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pSeconds: *mut ULONG) -> HRESULTSetMaximumContentAge: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Seconds: ULONG) -> HRESULTGetConfigurationFlags: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, pFlags: *mut DWORD) -> HRESULTSetConfigurationFlags: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, Flags: DWORD) -> HRESULTEnumRecords: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppEnum: *mut *mut IEnumBitsPeerCacheRecords) -> HRESULTGetRecord: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppRecord: *mut *mut IBitsPeerCacheRecord) -> HRESULTClearRecords: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULTDeleteRecord: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, id: REFGUID) -> HRESULTDeleteUrl: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, url: LPCWSTR) -> HRESULTEnumPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration, ppEnum: *mut *mut IEnumBitsPeers) -> HRESULTClearPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULTDiscoverPeers: unsafe extern "system" fn(This: *mut IBitsPeerCacheAdministration) -> HRESULT

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]