Skip to main content

JOBOBJECT_SECURITY_LIMIT_INFORMATION

Type Alias JOBOBJECT_SECURITY_LIMIT_INFORMATION 

Source
pub type JOBOBJECT_SECURITY_LIMIT_INFORMATION = _JOBOBJECT_SECURITY_LIMIT_INFORMATION;

Aliased Type§

#[repr(C)]
pub struct JOBOBJECT_SECURITY_LIMIT_INFORMATION { pub SecurityLimitFlags: u32, pub JobToken: *mut c_void, pub SidsToDisable: *mut _TOKEN_GROUPS, pub PrivilegesToDelete: *mut _TOKEN_PRIVILEGES, pub RestrictedSids: *mut _TOKEN_GROUPS, }

Fields§

§SecurityLimitFlags: u32§JobToken: *mut c_void§SidsToDisable: *mut _TOKEN_GROUPS§PrivilegesToDelete: *mut _TOKEN_PRIVILEGES§RestrictedSids: *mut _TOKEN_GROUPS