#[repr(C)]pub struct IInternetZoneManagerExVtbl {Show 17 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx) -> ULONG>,
pub GetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>,
pub SetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>,
pub GetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, guidKey: *const GUID, ppPolicy: *mut *mut BYTE, pcbPolicy: *mut DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub SetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, guidKey: *const GUID, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub GetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub SetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>,
pub PromptAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwAction: DWORD, hwndParent: HWND, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwPromptFlags: DWORD) -> HRESULT>,
pub LogAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwAction: DWORD, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwLogFlags: DWORD) -> HRESULT>,
pub CreateZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, pdwEnum: *mut DWORD, pdwCount: *mut DWORD, dwFlags: DWORD) -> HRESULT>,
pub GetZoneAt: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwEnum: DWORD, dwIndex: DWORD, pdwZone: *mut DWORD) -> HRESULT>,
pub DestroyZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwEnum: DWORD) -> HRESULT>,
pub CopyTemplatePoliciesToZone: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwTemplate: DWORD, dwZone: DWORD, dwReserved: DWORD) -> HRESULT>,
pub GetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>,
pub SetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx) -> ULONG>
§GetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>
§SetZoneAttributes: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, pZoneAttributes: *mut ZONEATTRIBUTES) -> HRESULT>
§GetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, guidKey: *const GUID, ppPolicy: *mut *mut BYTE, pcbPolicy: *mut DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§SetZoneCustomPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, guidKey: *const GUID, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§GetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§SetZoneActionPolicy: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG) -> HRESULT>
§PromptAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwAction: DWORD, hwndParent: HWND, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwPromptFlags: DWORD) -> HRESULT>
§LogAction: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwAction: DWORD, pwszUrl: LPCWSTR, pwszText: LPCWSTR, dwLogFlags: DWORD) -> HRESULT>
§CreateZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, pdwEnum: *mut DWORD, pdwCount: *mut DWORD, dwFlags: DWORD) -> HRESULT>
§GetZoneAt: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwEnum: DWORD, dwIndex: DWORD, pdwZone: *mut DWORD) -> HRESULT>
§DestroyZoneEnumerator: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwEnum: DWORD) -> HRESULT>
§CopyTemplatePoliciesToZone: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwTemplate: DWORD, dwZone: DWORD, dwReserved: DWORD) -> HRESULT>
§GetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>
§SetZoneActionPolicyEx: Option<unsafe extern "C" fn(This: *mut IInternetZoneManagerEx, dwZone: DWORD, dwAction: DWORD, pPolicy: *mut BYTE, cbPolicy: DWORD, urlZoneReg: URLZONEREG, dwFlags: DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IInternetZoneManagerExVtbl
impl Clone for IInternetZoneManagerExVtbl
Source§fn clone(&self) -> IInternetZoneManagerExVtbl
fn clone(&self) -> IInternetZoneManagerExVtbl
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 IInternetZoneManagerExVtbl
impl Debug for IInternetZoneManagerExVtbl
Source§impl Ord for IInternetZoneManagerExVtbl
impl Ord for IInternetZoneManagerExVtbl
Source§fn cmp(&self, other: &IInternetZoneManagerExVtbl) -> Ordering
fn cmp(&self, other: &IInternetZoneManagerExVtbl) -> 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 IInternetZoneManagerExVtbl
impl PartialOrd for IInternetZoneManagerExVtbl
impl Copy for IInternetZoneManagerExVtbl
impl Eq for IInternetZoneManagerExVtbl
impl StructuralPartialEq for IInternetZoneManagerExVtbl
Auto Trait Implementations§
impl Freeze for IInternetZoneManagerExVtbl
impl RefUnwindSafe for IInternetZoneManagerExVtbl
impl Send for IInternetZoneManagerExVtbl
impl Sync for IInternetZoneManagerExVtbl
impl Unpin for IInternetZoneManagerExVtbl
impl UnwindSafe for IInternetZoneManagerExVtbl
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