Struct windows_sys::Win32::Security::Authorization::OBJECTS_AND_NAME_W
#[repr(C)]pub struct OBJECTS_AND_NAME_W {
pub ObjectsPresent: SYSTEM_AUDIT_OBJECT_ACE_FLAGS,
pub ObjectType: SE_OBJECT_TYPE,
pub ObjectTypeName: PWSTR,
pub InheritedObjectTypeName: PWSTR,
pub ptstrName: PWSTR,
}Expand description
Required features: "Win32_Security_Authorization"
Fields§
§ObjectsPresent: SYSTEM_AUDIT_OBJECT_ACE_FLAGS§ObjectType: SE_OBJECT_TYPE§ObjectTypeName: PWSTR§InheritedObjectTypeName: PWSTR§ptstrName: PWSTR