Struct IInternetZoneManagerEx2
pub struct IInternetZoneManagerEx2(/* private fields */);
Implementations§
§impl IInternetZoneManagerEx2
impl IInternetZoneManagerEx2
pub unsafe fn GetZoneAttributesEx( &self, dwzone: u32, pzoneattributes: *mut ZONEATTRIBUTES, dwflags: u32, ) -> Result<()>
pub unsafe fn GetZoneSecurityState( &self, dwzoneindex: u32, frespectpolicy: bool, pdwstate: *mut u32, pfpolicyencountered: *mut BOOL, ) -> Result<()>
pub unsafe fn GetIESecurityState( &self, frespectpolicy: bool, pdwstate: *mut u32, pfpolicyencountered: *mut BOOL, fnocache: bool, ) -> Result<()>
pub unsafe fn FixUnsecureSettings(&self) -> Result<()>
Methods from Deref<Target = IInternetZoneManagerEx>§
pub unsafe fn GetZoneActionPolicyEx( &self, dwzone: u32, dwaction: u32, ppolicy: &mut [u8], urlzonereg: URLZONEREG, dwflags: u32, ) -> Result<()>
pub unsafe fn SetZoneActionPolicyEx( &self, dwzone: u32, dwaction: u32, ppolicy: &[u8], urlzonereg: URLZONEREG, dwflags: u32, ) -> Result<()>
Methods from Deref<Target = IInternetZoneManager>§
pub unsafe fn GetZoneAttributes( &self, dwzone: u32, pzoneattributes: *mut ZONEATTRIBUTES, ) -> Result<()>
pub unsafe fn SetZoneAttributes( &self, dwzone: u32, pzoneattributes: *const ZONEATTRIBUTES, ) -> Result<()>
pub unsafe fn GetZoneCustomPolicy( &self, dwzone: u32, guidkey: *const GUID, pppolicy: *mut *mut u8, pcbpolicy: *mut u32, urlzonereg: URLZONEREG, ) -> Result<()>
pub unsafe fn SetZoneCustomPolicy( &self, dwzone: u32, guidkey: *const GUID, ppolicy: &[u8], urlzonereg: URLZONEREG, ) -> Result<()>
pub unsafe fn GetZoneActionPolicy( &self, dwzone: u32, dwaction: u32, ppolicy: &mut [u8], urlzonereg: URLZONEREG, ) -> Result<()>
pub unsafe fn SetZoneActionPolicy( &self, dwzone: u32, dwaction: u32, ppolicy: &[u8], urlzonereg: URLZONEREG, ) -> Result<()>
pub unsafe fn PromptAction<P2, P3>(
&self,
dwaction: u32,
hwndparent: HWND,
pwszurl: P2,
pwsztext: P3,
dwpromptflags: u32,
) -> Result<()>where
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
pub unsafe fn LogAction<P1, P2>(
&self,
dwaction: u32,
pwszurl: P1,
pwsztext: P2,
dwlogflags: u32,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
pub unsafe fn CreateZoneEnumerator( &self, pdwenum: *mut u32, pdwcount: *mut u32, dwflags: u32, ) -> Result<()>
pub unsafe fn GetZoneAt(&self, dwenum: u32, dwindex: u32) -> Result<u32>
pub unsafe fn DestroyZoneEnumerator(&self, dwenum: u32) -> Result<()>
pub unsafe fn CopyTemplatePoliciesToZone( &self, dwtemplate: u32, dwzone: u32, dwreserved: u32, ) -> Result<()>
Trait Implementations§
§impl CanInto<IInternetZoneManager> for IInternetZoneManagerEx2
impl CanInto<IInternetZoneManager> for IInternetZoneManagerEx2
§impl CanInto<IInternetZoneManagerEx> for IInternetZoneManagerEx2
impl CanInto<IInternetZoneManagerEx> for IInternetZoneManagerEx2
§impl CanInto<IUnknown> for IInternetZoneManagerEx2
impl CanInto<IUnknown> for IInternetZoneManagerEx2
§impl Clone for IInternetZoneManagerEx2
impl Clone for IInternetZoneManagerEx2
§fn clone(&self) -> IInternetZoneManagerEx2
fn clone(&self) -> IInternetZoneManagerEx2
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 more§impl Debug for IInternetZoneManagerEx2
impl Debug for IInternetZoneManagerEx2
§impl Deref for IInternetZoneManagerEx2
impl Deref for IInternetZoneManagerEx2
§impl From<&IInternetZoneManagerEx2> for &IInternetZoneManager
impl From<&IInternetZoneManagerEx2> for &IInternetZoneManager
§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl From<&IInternetZoneManagerEx2> for &IInternetZoneManagerEx
impl From<&IInternetZoneManagerEx2> for &IInternetZoneManagerEx
§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl From<&IInternetZoneManagerEx2> for &IUnknown
impl From<&IInternetZoneManagerEx2> for &IUnknown
§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl From<IInternetZoneManagerEx2> for IInternetZoneManager
impl From<IInternetZoneManagerEx2> for IInternetZoneManager
§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl From<IInternetZoneManagerEx2> for IInternetZoneManagerEx
impl From<IInternetZoneManagerEx2> for IInternetZoneManagerEx
§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl From<IInternetZoneManagerEx2> for IUnknown
impl From<IInternetZoneManagerEx2> for IUnknown
§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
§impl Interface for IInternetZoneManagerEx2
impl Interface for IInternetZoneManagerEx2
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IInternetZoneManagerEx2
impl PartialEq for IInternetZoneManagerEx2
impl Eq for IInternetZoneManagerEx2
impl StructuralPartialEq for IInternetZoneManagerEx2
Auto Trait Implementations§
impl Freeze for IInternetZoneManagerEx2
impl RefUnwindSafe for IInternetZoneManagerEx2
impl !Send for IInternetZoneManagerEx2
impl !Sync for IInternetZoneManagerEx2
impl Unpin for IInternetZoneManagerEx2
impl UnwindSafe for IInternetZoneManagerEx2
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