pub struct IInternetZoneManagerEx2(/* private fields */);Implementations§
Source§impl IInternetZoneManagerEx2
impl IInternetZoneManagerEx2
pub unsafe fn GetZoneAttributes( &self, dwzone: u32, pzoneattributes: *mut ZONEATTRIBUTES, ) -> ErrorCode
pub unsafe fn SetZoneAttributes( &self, dwzone: u32, pzoneattributes: *mut ZONEATTRIBUTES, ) -> ErrorCode
pub unsafe fn GetZoneCustomPolicy( &self, dwzone: u32, guidkey: *const Guid, pppolicy: *mut *mut u8, pcbpolicy: *mut u32, urlzonereg: URLZONEREG, ) -> ErrorCode
pub unsafe fn SetZoneCustomPolicy( &self, dwzone: u32, guidkey: *const Guid, ppolicy: *mut u8, cbpolicy: u32, urlzonereg: URLZONEREG, ) -> ErrorCode
pub unsafe fn GetZoneActionPolicy( &self, dwzone: u32, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, urlzonereg: URLZONEREG, ) -> ErrorCode
pub unsafe fn SetZoneActionPolicy( &self, dwzone: u32, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, urlzonereg: URLZONEREG, ) -> ErrorCode
pub unsafe fn PromptAction<'a, T1__: IntoParam<'a, HWND>, T2__: IntoParam<'a, PWSTR>, T3__: IntoParam<'a, PWSTR>>( &self, dwaction: u32, hwndparent: T1__, pwszurl: T2__, pwsztext: T3__, dwpromptflags: u32, ) -> ErrorCode
pub unsafe fn LogAction<'a, T1__: IntoParam<'a, PWSTR>, T2__: IntoParam<'a, PWSTR>>( &self, dwaction: u32, pwszurl: T1__, pwsztext: T2__, dwlogflags: u32, ) -> ErrorCode
pub unsafe fn CreateZoneEnumerator( &self, pdwenum: *mut u32, pdwcount: *mut u32, dwflags: u32, ) -> ErrorCode
pub unsafe fn GetZoneAt( &self, dwenum: u32, dwindex: u32, pdwzone: *mut u32, ) -> ErrorCode
pub unsafe fn DestroyZoneEnumerator(&self, dwenum: u32) -> ErrorCode
pub unsafe fn CopyTemplatePoliciesToZone( &self, dwtemplate: u32, dwzone: u32, dwreserved: u32, ) -> ErrorCode
pub unsafe fn GetZoneActionPolicyEx( &self, dwzone: u32, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, urlzonereg: URLZONEREG, dwflags: u32, ) -> ErrorCode
pub unsafe fn SetZoneActionPolicyEx( &self, dwzone: u32, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, urlzonereg: URLZONEREG, dwflags: u32, ) -> ErrorCode
pub unsafe fn GetZoneAttributesEx( &self, dwzone: u32, pzoneattributes: *mut ZONEATTRIBUTES, dwflags: u32, ) -> ErrorCode
pub unsafe fn GetZoneSecurityState<'a, T1__: IntoParam<'a, BOOL>>( &self, dwzoneindex: u32, frespectpolicy: T1__, pdwstate: *mut u32, pfpolicyencountered: *mut BOOL, ) -> ErrorCode
pub unsafe fn GetIESecurityState<'a, T0__: IntoParam<'a, BOOL>, T3__: IntoParam<'a, BOOL>>( &self, frespectpolicy: T0__, pdwstate: *mut u32, pfpolicyencountered: *mut BOOL, fnocache: T3__, ) -> ErrorCode
pub unsafe fn FixUnsecureSettings(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetZoneManagerEx2
impl Clone for IInternetZoneManagerEx2
Source§fn clone(&self) -> IInternetZoneManagerEx2
fn clone(&self) -> IInternetZoneManagerEx2
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 IInternetZoneManagerEx2
impl Debug for IInternetZoneManagerEx2
Source§impl From<&IInternetZoneManagerEx2> for IInternetZoneManager
impl From<&IInternetZoneManagerEx2> for IInternetZoneManager
Source§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetZoneManagerEx2> for IInternetZoneManagerEx
impl From<&IInternetZoneManagerEx2> for IInternetZoneManagerEx
Source§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetZoneManagerEx2> for IUnknown
impl From<&IInternetZoneManagerEx2> for IUnknown
Source§fn from(value: &IInternetZoneManagerEx2) -> Self
fn from(value: &IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<IInternetZoneManagerEx2> for IInternetZoneManager
impl From<IInternetZoneManagerEx2> for IInternetZoneManager
Source§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<IInternetZoneManagerEx2> for IInternetZoneManagerEx
impl From<IInternetZoneManagerEx2> for IInternetZoneManagerEx
Source§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl From<IInternetZoneManagerEx2> for IUnknown
impl From<IInternetZoneManagerEx2> for IUnknown
Source§fn from(value: IInternetZoneManagerEx2) -> Self
fn from(value: IInternetZoneManagerEx2) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetZoneManagerEx2
impl Interface for IInternetZoneManagerEx2
const IID: Guid
type Vtable = IInternetZoneManagerEx2_abi
Source§impl<'a> IntoParam<'a, IInternetZoneManager> for &'a IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IInternetZoneManager> for &'a IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IInternetZoneManager>
Source§impl<'a> IntoParam<'a, IInternetZoneManager> for IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IInternetZoneManager> for IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IInternetZoneManager>
Source§impl<'a> IntoParam<'a, IInternetZoneManagerEx> for &'a IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IInternetZoneManagerEx> for &'a IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IInternetZoneManagerEx>
Source§impl<'a> IntoParam<'a, IInternetZoneManagerEx> for IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IInternetZoneManagerEx> for IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IInternetZoneManagerEx>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetZoneManagerEx2
impl<'a> IntoParam<'a, IUnknown> for IInternetZoneManagerEx2
fn into_param(self) -> Param<'a, IUnknown>
Source§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> 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