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