#[repr(C)]pub struct IInternetProtocolRootVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> ULONG>,
pub Start: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, szUrl: LPCWSTR, pOIProtSink: *mut IInternetProtocolSink, pOIBindInfo: *mut IInternetBindInfo, grfPI: DWORD, dwReserved: HANDLE_PTR) -> HRESULT>,
pub Continue: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, pProtocolData: *mut PROTOCOLDATA) -> HRESULT>,
pub Abort: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, hrReason: HRESULT, dwOptions: DWORD) -> HRESULT>,
pub Terminate: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, dwOptions: DWORD) -> HRESULT>,
pub Suspend: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> HRESULT>,
pub Resume: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> ULONG>
§Start: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, szUrl: LPCWSTR, pOIProtSink: *mut IInternetProtocolSink, pOIBindInfo: *mut IInternetBindInfo, grfPI: DWORD, dwReserved: HANDLE_PTR) -> HRESULT>
§Continue: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, pProtocolData: *mut PROTOCOLDATA) -> HRESULT>
§Abort: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, hrReason: HRESULT, dwOptions: DWORD) -> HRESULT>
§Terminate: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot, dwOptions: DWORD) -> HRESULT>
§Suspend: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> HRESULT>
§Resume: Option<unsafe extern "C" fn(This: *mut IInternetProtocolRoot) -> HRESULT>
Trait Implementations§
Source§impl Clone for IInternetProtocolRootVtbl
impl Clone for IInternetProtocolRootVtbl
Source§fn clone(&self) -> IInternetProtocolRootVtbl
fn clone(&self) -> IInternetProtocolRootVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IInternetProtocolRootVtbl
impl Debug for IInternetProtocolRootVtbl
Source§impl Ord for IInternetProtocolRootVtbl
impl Ord for IInternetProtocolRootVtbl
Source§fn cmp(&self, other: &IInternetProtocolRootVtbl) -> Ordering
fn cmp(&self, other: &IInternetProtocolRootVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IInternetProtocolRootVtbl
impl PartialOrd for IInternetProtocolRootVtbl
impl Copy for IInternetProtocolRootVtbl
impl Eq for IInternetProtocolRootVtbl
impl StructuralPartialEq for IInternetProtocolRootVtbl
Auto Trait Implementations§
impl Freeze for IInternetProtocolRootVtbl
impl RefUnwindSafe for IInternetProtocolRootVtbl
impl Send for IInternetProtocolRootVtbl
impl Sync for IInternetProtocolRootVtbl
impl Unpin for IInternetProtocolRootVtbl
impl UnwindSafe for IInternetProtocolRootVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more