pub struct IInternetSecurityManager(/* private fields */);Implementations§
Source§impl IInternetSecurityManager
impl IInternetSecurityManager
pub unsafe fn SetSecuritySite<'a, T0__: IntoParam<'a, IInternetSecurityMgrSite>>( &self, psite: T0__, ) -> ErrorCode
pub unsafe fn GetSecuritySite( &self, ppsite: *mut Option<IInternetSecurityMgrSite>, ) -> ErrorCode
pub unsafe fn MapUrlToZone<'a, T0__: IntoParam<'a, PWSTR>>( &self, pwszurl: T0__, pdwzone: *mut u32, dwflags: u32, ) -> ErrorCode
pub unsafe fn GetSecurityId<'a, T0__: IntoParam<'a, PWSTR>>( &self, pwszurl: T0__, pbsecurityid: *mut u8, pcbsecurityid: *mut u32, dwreserved: usize, ) -> ErrorCode
pub unsafe fn ProcessUrlAction<'a, T0__: IntoParam<'a, PWSTR>>( &self, pwszurl: T0__, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, pcontext: *mut u8, cbcontext: u32, dwflags: u32, dwreserved: u32, ) -> ErrorCode
pub unsafe fn QueryCustomPolicy<'a, T0__: IntoParam<'a, PWSTR>>( &self, pwszurl: T0__, guidkey: *const Guid, pppolicy: *mut *mut u8, pcbpolicy: *mut u32, pcontext: *mut u8, cbcontext: u32, dwreserved: u32, ) -> ErrorCode
pub unsafe fn SetZoneMapping<'a, T1__: IntoParam<'a, PWSTR>>( &self, dwzone: u32, lpszpattern: T1__, dwflags: u32, ) -> ErrorCode
pub unsafe fn GetZoneMappings( &self, dwzone: u32, ppenumstring: *mut Option<IEnumString>, dwflags: u32, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetSecurityManager
impl Clone for IInternetSecurityManager
Source§fn clone(&self) -> IInternetSecurityManager
fn clone(&self) -> IInternetSecurityManager
Returns a duplicate 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 IInternetSecurityManager
impl Debug for IInternetSecurityManager
Source§impl From<&IInternetSecurityManager> for IUnknown
impl From<&IInternetSecurityManager> for IUnknown
Source§fn from(value: &IInternetSecurityManager) -> Self
fn from(value: &IInternetSecurityManager) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetSecurityManagerEx> for IInternetSecurityManager
impl From<&IInternetSecurityManagerEx> for IInternetSecurityManager
Source§fn from(value: &IInternetSecurityManagerEx) -> Self
fn from(value: &IInternetSecurityManagerEx) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetSecurityManagerEx2> for IInternetSecurityManager
impl From<&IInternetSecurityManagerEx2> for IInternetSecurityManager
Source§fn from(value: &IInternetSecurityManagerEx2) -> Self
fn from(value: &IInternetSecurityManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<IInternetSecurityManager> for IUnknown
impl From<IInternetSecurityManager> for IUnknown
Source§fn from(value: IInternetSecurityManager) -> Self
fn from(value: IInternetSecurityManager) -> Self
Converts to this type from the input type.
Source§impl From<IInternetSecurityManagerEx> for IInternetSecurityManager
impl From<IInternetSecurityManagerEx> for IInternetSecurityManager
Source§fn from(value: IInternetSecurityManagerEx) -> Self
fn from(value: IInternetSecurityManagerEx) -> Self
Converts to this type from the input type.
Source§impl From<IInternetSecurityManagerEx2> for IInternetSecurityManager
impl From<IInternetSecurityManagerEx2> for IInternetSecurityManager
Source§fn from(value: IInternetSecurityManagerEx2) -> Self
fn from(value: IInternetSecurityManagerEx2) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetSecurityManager
impl Interface for IInternetSecurityManager
const IID: Guid
type Vtable = IInternetSecurityManager_abi
Source§impl<'a> IntoParam<'a, IInternetSecurityManager> for &'a IInternetSecurityManagerEx
impl<'a> IntoParam<'a, IInternetSecurityManager> for &'a IInternetSecurityManagerEx
fn into_param(self) -> Param<'a, IInternetSecurityManager>
Source§impl<'a> IntoParam<'a, IInternetSecurityManager> for &'a IInternetSecurityManagerEx2
impl<'a> IntoParam<'a, IInternetSecurityManager> for &'a IInternetSecurityManagerEx2
fn into_param(self) -> Param<'a, IInternetSecurityManager>
Source§impl<'a> IntoParam<'a, IInternetSecurityManager> for IInternetSecurityManagerEx
impl<'a> IntoParam<'a, IInternetSecurityManager> for IInternetSecurityManagerEx
fn into_param(self) -> Param<'a, IInternetSecurityManager>
Source§impl<'a> IntoParam<'a, IInternetSecurityManager> for IInternetSecurityManagerEx2
impl<'a> IntoParam<'a, IInternetSecurityManager> for IInternetSecurityManagerEx2
fn into_param(self) -> Param<'a, IInternetSecurityManager>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetSecurityManager
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetSecurityManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetSecurityManager
impl<'a> IntoParam<'a, IUnknown> for IInternetSecurityManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetSecurityManager
impl PartialEq for IInternetSecurityManager
impl Eq for IInternetSecurityManager
impl StructuralPartialEq for IInternetSecurityManager
Auto Trait Implementations§
impl Freeze for IInternetSecurityManager
impl RefUnwindSafe for IInternetSecurityManager
impl !Send for IInternetSecurityManager
impl !Sync for IInternetSecurityManager
impl Unpin for IInternetSecurityManager
impl UnwindSafe for IInternetSecurityManager
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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