#[repr(C)]pub struct PUBLIC_OBJECT_BASIC_INFORMATION {
pub Attributes: u32,
pub GrantedAccess: u32,
pub HandleCount: u32,
pub PointerCount: u32,
pub Reserved: [u32; 10],
}Expand description
Required features: ‘Win32_System_WindowsProgramming’
Fields
Attributes: u32GrantedAccess: u32HandleCount: u32PointerCount: u32Reserved: [u32; 10]