#[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: u32§GrantedAccess: u32§HandleCount: u32§PointerCount: u32§Reserved: [u32; 10]