[−][src]Struct CCODE::IInternetZoneManagerVtbl
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
impl Clone for IInternetZoneManagerVtbl[src]
pub fn clone(&self) -> IInternetZoneManagerVtbl[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IInternetZoneManagerVtbl[src]
impl Debug for IInternetZoneManagerVtbl[src]
Auto Trait Implementations
impl RefUnwindSafe for IInternetZoneManagerVtbl
impl Send for IInternetZoneManagerVtbl
impl Sync for IInternetZoneManagerVtbl
impl Unpin for IInternetZoneManagerVtbl
impl UnwindSafe for IInternetZoneManagerVtbl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,