Struct windows::Win32::System::GroupPolicy::IGPMConstants2_Vtbl
#[repr(C)]pub struct IGPMConstants2_Vtbl {Show 16 fields
pub base__: IGPMConstants_Vtbl,
pub BackupTypeGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT,
pub BackupTypeStarterGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT,
pub StarterGPOTypeSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT,
pub StarterGPOTypeCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT,
pub SearchPropertyStarterGPOPermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT,
pub SearchPropertyStarterGPOEffectivePermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT,
pub SearchPropertyStarterGPODisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT,
pub SearchPropertyStarterGPOID: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT,
pub SearchPropertyStarterGPODomain: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT,
pub PermStarterGPORead: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT,
pub PermStarterGPOEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT,
pub PermStarterGPOFullControl: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT,
pub PermStarterGPOCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT,
pub ReportLegacy: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT,
pub ReportComments: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT,
}
Fields§
§base__: IGPMConstants_Vtbl
§BackupTypeGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT
§BackupTypeStarterGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT
§StarterGPOTypeSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT
§StarterGPOTypeCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT
§SearchPropertyStarterGPOPermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT
§SearchPropertyStarterGPOEffectivePermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT
§SearchPropertyStarterGPODisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT
§SearchPropertyStarterGPOID: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT
§SearchPropertyStarterGPODomain: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT
§PermStarterGPORead: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT
§PermStarterGPOEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT
§PermStarterGPOFullControl: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT
§PermStarterGPOCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT
§ReportLegacy: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT
§ReportComments: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT
Implementations§
§impl IGPMConstants2_Vtbl
impl IGPMConstants2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGPMConstants2_Vtblwhere
Identity: IGPMConstants2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGPMConstants2_Vtbl
impl RefUnwindSafe for IGPMConstants2_Vtbl
impl Send for IGPMConstants2_Vtbl
impl Sync for IGPMConstants2_Vtbl
impl Unpin for IGPMConstants2_Vtbl
impl UnwindSafe for IGPMConstants2_Vtbl
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