Struct windows::Win32::System::GroupPolicy::IGroupPolicyObject_Vtbl
#[repr(C)]pub struct IGroupPolicyObject_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub New: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub OpenDSGPO: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GPO_OPEN_FLAGS) -> HRESULT,
pub OpenLocalMachineGPO: unsafe extern "system" fn(_: *mut c_void, _: GPO_OPEN_FLAGS) -> HRESULT,
pub OpenRemoteMachineGPO: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GPO_OPEN_FLAGS) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: *mut GUID, _: *mut GUID) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
pub GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
pub GetDSPath: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT,
pub GetFileSysPath: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT,
pub GetRegistryKey: unsafe extern "system" fn(_: *mut c_void, _: GPO_SECTION, _: *mut HKEY) -> HRESULT,
pub GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPO_OPTIONS) -> HRESULT,
pub SetOptions: unsafe extern "system" fn(_: *mut c_void, _: GPO_OPTIONS, _: u32) -> HRESULT,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GROUP_POLICY_OBJECT_TYPE) -> HRESULT,
pub GetMachineName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
pub GetPropertySheetPages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut HPROPSHEETPAGE, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§New: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT
§OpenDSGPO: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GPO_OPEN_FLAGS) -> HRESULT
§OpenLocalMachineGPO: unsafe extern "system" fn(_: *mut c_void, _: GPO_OPEN_FLAGS) -> HRESULT
§OpenRemoteMachineGPO: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GPO_OPEN_FLAGS) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: *mut GUID, _: *mut GUID) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT
§GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT
§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT
§GetDSPath: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT
§GetFileSysPath: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT
§GetRegistryKey: unsafe extern "system" fn(_: *mut c_void, _: GPO_SECTION, _: *mut HKEY) -> HRESULT
§GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPO_OPTIONS) -> HRESULT
§SetOptions: unsafe extern "system" fn(_: *mut c_void, _: GPO_OPTIONS, _: u32) -> HRESULT
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GROUP_POLICY_OBJECT_TYPE) -> HRESULT
§GetMachineName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT
§GetPropertySheetPages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut HPROPSHEETPAGE, _: *mut u32) -> HRESULT
Implementations§
§impl IGroupPolicyObject_Vtbl
impl IGroupPolicyObject_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGroupPolicyObject_Vtblwhere
Identity: IGroupPolicyObject_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGroupPolicyObject_Vtbl
impl RefUnwindSafe for IGroupPolicyObject_Vtbl
impl Send for IGroupPolicyObject_Vtbl
impl Sync for IGroupPolicyObject_Vtbl
impl Unpin for IGroupPolicyObject_Vtbl
impl UnwindSafe for IGroupPolicyObject_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