[][src]Struct CCODE::IInternetZoneManagerEx2Vtbl

#[repr(C)]pub struct IInternetZoneManagerEx2Vtbl {
    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

impl Clone for IInternetZoneManagerEx2Vtbl[src]

impl Copy for IInternetZoneManagerEx2Vtbl[src]

impl Debug for IInternetZoneManagerEx2Vtbl[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.