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