Struct ISecurityInformation_Vtbl
#[repr(C)]pub struct ISecurityInformation_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetObjectInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut SI_OBJECT_INFO) -> HRESULT,
pub GetSecurity: unsafe extern "system" fn(_: *mut c_void, _: OBJECT_SECURITY_INFORMATION, _: *mut PSECURITY_DESCRIPTOR, _: BOOL) -> HRESULT,
pub SetSecurity: unsafe extern "system" fn(_: *mut c_void, _: OBJECT_SECURITY_INFORMATION, _: PSECURITY_DESCRIPTOR) -> HRESULT,
pub GetAccessRights: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: SECURITY_INFO_PAGE_FLAGS, _: *mut *mut SI_ACCESS, _: *mut u32, _: *mut u32) -> HRESULT,
pub MapGeneric: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u8, _: *mut u32) -> HRESULT,
pub GetInheritTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SI_INHERIT_TYPE, _: *mut u32) -> HRESULT,
pub PropertySheetPageCallback: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PSPCB_MESSAGE, _: SI_PAGE_TYPE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetObjectInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut SI_OBJECT_INFO) -> HRESULT
§GetSecurity: unsafe extern "system" fn(_: *mut c_void, _: OBJECT_SECURITY_INFORMATION, _: *mut PSECURITY_DESCRIPTOR, _: BOOL) -> HRESULT
§SetSecurity: unsafe extern "system" fn(_: *mut c_void, _: OBJECT_SECURITY_INFORMATION, _: PSECURITY_DESCRIPTOR) -> HRESULT
§GetAccessRights: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: SECURITY_INFO_PAGE_FLAGS, _: *mut *mut SI_ACCESS, _: *mut u32, _: *mut u32) -> HRESULT
§MapGeneric: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u8, _: *mut u32) -> HRESULT
§GetInheritTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SI_INHERIT_TYPE, _: *mut u32) -> HRESULT
§PropertySheetPageCallback: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PSPCB_MESSAGE, _: SI_PAGE_TYPE) -> HRESULT
Implementations§
§impl ISecurityInformation_Vtbl
impl ISecurityInformation_Vtbl
pub const fn new<Identity: ISecurityInformation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISecurityInformation_Vtbl
impl RefUnwindSafe for ISecurityInformation_Vtbl
impl Send for ISecurityInformation_Vtbl
impl Sync for ISecurityInformation_Vtbl
impl Unpin for ISecurityInformation_Vtbl
impl UnwindSafe for ISecurityInformation_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