pub struct IInternetZoneManager(/* private fields */);Implementations§
Source§impl IInternetZoneManager
impl IInternetZoneManager
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
Trait Implementations§
Source§impl Clone for IInternetZoneManager
impl Clone for IInternetZoneManager
Source§fn clone(&self) -> IInternetZoneManager
fn clone(&self) -> IInternetZoneManager
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 IInternetZoneManager
impl Debug for IInternetZoneManager
Source§impl From<&IInternetZoneManager> for IUnknown
impl From<&IInternetZoneManager> for IUnknown
Source§fn from(value: &IInternetZoneManager) -> Self
fn from(value: &IInternetZoneManager) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetZoneManagerEx> for IInternetZoneManager
impl From<&IInternetZoneManagerEx> for IInternetZoneManager
Source§fn from(value: &IInternetZoneManagerEx) -> Self
fn from(value: &IInternetZoneManagerEx) -> 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<IInternetZoneManager> for IUnknown
impl From<IInternetZoneManager> for IUnknown
Source§fn from(value: IInternetZoneManager) -> Self
fn from(value: IInternetZoneManager) -> Self
Converts to this type from the input type.
Source§impl From<IInternetZoneManagerEx> for IInternetZoneManager
impl From<IInternetZoneManagerEx> for IInternetZoneManager
Source§fn from(value: IInternetZoneManagerEx) -> Self
fn from(value: IInternetZoneManagerEx) -> 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 Interface for IInternetZoneManager
impl Interface for IInternetZoneManager
const IID: Guid
type Vtable = IInternetZoneManager_abi
Source§impl<'a> IntoParam<'a, IInternetZoneManager> for &'a IInternetZoneManagerEx
impl<'a> IntoParam<'a, IInternetZoneManager> for &'a IInternetZoneManagerEx
fn into_param(self) -> Param<'a, IInternetZoneManager>
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 IInternetZoneManagerEx
impl<'a> IntoParam<'a, IInternetZoneManager> for IInternetZoneManagerEx
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, IUnknown> for &'a IInternetZoneManager
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetZoneManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetZoneManager
impl<'a> IntoParam<'a, IUnknown> for IInternetZoneManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetZoneManager
impl PartialEq for IInternetZoneManager
impl Eq for IInternetZoneManager
impl StructuralPartialEq for IInternetZoneManager
Auto Trait Implementations§
impl Freeze for IInternetZoneManager
impl RefUnwindSafe for IInternetZoneManager
impl !Send for IInternetZoneManager
impl !Sync for IInternetZoneManager
impl Unpin for IInternetZoneManager
impl UnwindSafe for IInternetZoneManager
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