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