#[repr(C)]pub struct ACTRL_PROPERTY_ENTRYW {
pub lpProperty: PWSTR,
pub pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTW,
pub fListFlags: u32,
}Expand description
Required features: ‘Win32_Security_Authorization’, ‘Win32_Foundation’
Fields
lpProperty: PWSTRpAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTWfListFlags: u32