#[repr(C)]pub struct IInternetZoneManagerEx2Vtbl {Show 21 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> ULONG>,
pub GetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>,
pub SetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>,
pub GetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, guidKey: *const GUID, ppPolicy: *mut *mut BYTE, pcbPolicy: *mut DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub SetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, guidKey: *const GUID, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub GetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub SetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub PromptAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwAction: DWORD, hwndParent: HWND, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwPromptFlags: DWORD) -> HRESULT>,
pub LogAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwAction: DWORD, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwLogFlags: DWORD) -> HRESULT>,
pub CreateZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, pdwEnum: *mut DWORD, pdwCount: *mut DWORD, dwFlags: DWORD) -> HRESULT>,
pub GetZoneAt: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwEnum: DWORD, dwIndex: DWORD, pdwZone: *mut DWORD) -> HRESULT>,
pub DestroyZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwEnum: DWORD) -> HRESULT>,
pub CopyTemplatePoliciesToZone: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwTemplate: DWORD, dwZone: DWORD, dwReserved: DWORD) -> HRESULT>,
pub GetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>,
pub SetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>,
pub GetZoneAttributesEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES, dwFlags: DWORD) -> HRESULT>,
pub GetZoneSecurityState: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZoneIndex: DWORD, fRespectPolicy: BOOL, pdwState: LPDWORD, pfPolicyEncountered: *mut BOOL) -> HRESULT>,
pub GetIESecurityState: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, fRespectPolicy: BOOL, pdwState: LPDWORD, pfPolicyEncountered: *mut BOOL, fNoCache: BOOL) -> HRESULT>,
pub FixUnsecureSettings: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> ULONG>
§GetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>
§SetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>
§GetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, guidKey: *const GUID, ppPolicy: *mut *mut BYTE, pcbPolicy: *mut DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§SetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, guidKey: *const GUID, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§GetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§SetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§PromptAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwAction: DWORD, hwndParent: HWND, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwPromptFlags: DWORD) -> HRESULT>
§LogAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwAction: DWORD, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwLogFlags: DWORD) -> HRESULT>
§CreateZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, pdwEnum: *mut DWORD, pdwCount: *mut DWORD, dwFlags: DWORD) -> HRESULT>
§GetZoneAt: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwEnum: DWORD, dwIndex: DWORD, pdwZone: *mut DWORD) -> HRESULT>
§DestroyZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwEnum: DWORD) -> HRESULT>
§CopyTemplatePoliciesToZone: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwTemplate: DWORD, dwZone: DWORD, dwReserved: DWORD) -> HRESULT>
§GetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>
§SetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>
§GetZoneAttributesEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES, dwFlags: DWORD) -> HRESULT>
§GetZoneSecurityState: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, dwZoneIndex: DWORD, fRespectPolicy: BOOL, pdwState: LPDWORD, pfPolicyEncountered: *mut BOOL) -> HRESULT>
§GetIESecurityState: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2, fRespectPolicy: BOOL, pdwState: LPDWORD, pfPolicyEncountered: *mut BOOL, fNoCache: BOOL) -> HRESULT>
§FixUnsecureSettings: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx2) -> HRESULT>
Trait Implementations§
Source§impl Clone for IInternetZoneManagerEx2Vtbl
impl Clone for IInternetZoneManagerEx2Vtbl
Source§fn clone(&self) -> IInternetZoneManagerEx2Vtbl
fn clone(&self) -> IInternetZoneManagerEx2Vtbl
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 moreSource§impl Debug for IInternetZoneManagerEx2Vtbl
impl Debug for IInternetZoneManagerEx2Vtbl
Source§impl Ord for IInternetZoneManagerEx2Vtbl
impl Ord for IInternetZoneManagerEx2Vtbl
Source§fn cmp(&self, other: &IInternetZoneManagerEx2Vtbl) -> Ordering
fn cmp(&self, other: &IInternetZoneManagerEx2Vtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IInternetZoneManagerEx2Vtbl
impl PartialOrd for IInternetZoneManagerEx2Vtbl
impl Copy for IInternetZoneManagerEx2Vtbl
impl Eq for IInternetZoneManagerEx2Vtbl
impl StructuralPartialEq for IInternetZoneManagerEx2Vtbl
Auto Trait Implementations§
impl Freeze for IInternetZoneManagerEx2Vtbl
impl RefUnwindSafe for IInternetZoneManagerEx2Vtbl
impl Send for IInternetZoneManagerEx2Vtbl
impl Sync for IInternetZoneManagerEx2Vtbl
impl Unpin for IInternetZoneManagerEx2Vtbl
impl UnwindSafe for IInternetZoneManagerEx2Vtbl
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