pub struct IInternetSecurityManagerEx(/* private fields */);Implementations§
Source§impl IInternetSecurityManagerEx
impl IInternetSecurityManagerEx
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
pub unsafe fn ProcessUrlActionEx<'a, T0__: IntoParam<'a, PWSTR>>( &self, pwszurl: T0__, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, pcontext: *mut u8, cbcontext: u32, dwflags: u32, dwreserved: u32, pdwoutflags: *mut u32, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetSecurityManagerEx
impl Clone for IInternetSecurityManagerEx
Source§fn clone(&self) -> IInternetSecurityManagerEx
fn clone(&self) -> IInternetSecurityManagerEx
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 IInternetSecurityManagerEx
impl Debug for IInternetSecurityManagerEx
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<&IInternetSecurityManagerEx> for IUnknown
impl From<&IInternetSecurityManagerEx> for IUnknown
Source§fn from(value: &IInternetSecurityManagerEx) -> Self
fn from(value: &IInternetSecurityManagerEx) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetSecurityManagerEx2> for IInternetSecurityManagerEx
impl From<&IInternetSecurityManagerEx2> for IInternetSecurityManagerEx
Source§fn from(value: &IInternetSecurityManagerEx2) -> Self
fn from(value: &IInternetSecurityManagerEx2) -> 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<IInternetSecurityManagerEx> for IUnknown
impl From<IInternetSecurityManagerEx> for IUnknown
Source§fn from(value: IInternetSecurityManagerEx) -> Self
fn from(value: IInternetSecurityManagerEx) -> Self
Converts to this type from the input type.
Source§impl From<IInternetSecurityManagerEx2> for IInternetSecurityManagerEx
impl From<IInternetSecurityManagerEx2> for IInternetSecurityManagerEx
Source§fn from(value: IInternetSecurityManagerEx2) -> Self
fn from(value: IInternetSecurityManagerEx2) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetSecurityManagerEx
impl Interface for IInternetSecurityManagerEx
const IID: Guid
type Vtable = IInternetSecurityManagerEx_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 IInternetSecurityManagerEx
impl<'a> IntoParam<'a, IInternetSecurityManager> for IInternetSecurityManagerEx
fn into_param(self) -> Param<'a, IInternetSecurityManager>
Source§impl<'a> IntoParam<'a, IInternetSecurityManagerEx> for &'a IInternetSecurityManagerEx2
impl<'a> IntoParam<'a, IInternetSecurityManagerEx> for &'a IInternetSecurityManagerEx2
fn into_param(self) -> Param<'a, IInternetSecurityManagerEx>
Source§impl<'a> IntoParam<'a, IInternetSecurityManagerEx> for IInternetSecurityManagerEx2
impl<'a> IntoParam<'a, IInternetSecurityManagerEx> for IInternetSecurityManagerEx2
fn into_param(self) -> Param<'a, IInternetSecurityManagerEx>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetSecurityManagerEx
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetSecurityManagerEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetSecurityManagerEx
impl<'a> IntoParam<'a, IUnknown> for IInternetSecurityManagerEx
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IInternetSecurityManagerEx
impl StructuralPartialEq for IInternetSecurityManagerEx
Auto Trait Implementations§
impl Freeze for IInternetSecurityManagerEx
impl RefUnwindSafe for IInternetSecurityManagerEx
impl !Send for IInternetSecurityManagerEx
impl !Sync for IInternetSecurityManagerEx
impl Unpin for IInternetSecurityManagerEx
impl UnwindSafe for IInternetSecurityManagerEx
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