#[repr(C)]pub struct PSS_HANDLE_ENTRY {Show 16 fields
pub Handle: HANDLE,
pub Flags: PSS_HANDLE_FLAGS,
pub ObjectType: PSS_OBJECT_TYPE,
pub CaptureTime: FILETIME,
pub Attributes: u32,
pub GrantedAccess: u32,
pub HandleCount: u32,
pub PointerCount: u32,
pub PagedPoolCharge: u32,
pub NonPagedPoolCharge: u32,
pub CreationTime: FILETIME,
pub TypeNameLength: u16,
pub TypeName: PCWSTR,
pub ObjectNameLength: u16,
pub ObjectName: PCWSTR,
pub TypeSpecificInformation: PSS_HANDLE_ENTRY_0,
}Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting", "Win32_Foundation"
Fields
Handle: HANDLEFlags: PSS_HANDLE_FLAGSObjectType: PSS_OBJECT_TYPECaptureTime: FILETIMEAttributes: u32GrantedAccess: u32HandleCount: u32PointerCount: u32PagedPoolCharge: u32NonPagedPoolCharge: u32CreationTime: FILETIMETypeNameLength: u16TypeName: PCWSTRObjectNameLength: u16ObjectName: PCWSTRTypeSpecificInformation: PSS_HANDLE_ENTRY_0Trait Implementations
impl Clone for PSS_HANDLE_ENTRY
impl Clone for PSS_HANDLE_ENTRY
impl Copy for PSS_HANDLE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for PSS_HANDLE_ENTRY
impl !Send for PSS_HANDLE_ENTRY
impl !Sync for PSS_HANDLE_ENTRY
impl Unpin for PSS_HANDLE_ENTRY
impl UnwindSafe for PSS_HANDLE_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more