pub struct Windows {Show 41 fields
pub processes: Processes,
pub threads: Threads,
pub drivers: Drivers,
pub registry: Registry,
pub services: Services,
pub desktops: Desktops,
pub environment: Environments,
pub timezones: TimeZones,
pub user_accounts: UserAccounts,
pub groups: Groups,
pub logon_sessions: LogonSessions,
pub network_login_profiles: NetworkLoginProfiles,
pub system_accounts: SystemAccounts,
pub directories: Directories,
pub directories_specifications: DirectorySpecifications,
pub disk_partition: DiskPartitions,
pub logical_disks: LogicalDisks,
pub mapped_logical_disks: MappedLogicalDisks,
pub quota_settings: QuotaSettings,
pub shortcut_files: ShortcutFiles,
pub volumes: Volumes,
pub nt_event_log_files: NTEventlogFiles,
pub nt_log_events: NTLogEvents,
pub pagefiles: PageFiles,
pub pagefile_settings: PageFileSettings,
pub pagefile_usages: PageFileUsages,
pub scheduled_jobs: ScheduledJobs,
pub local_times: LocalTimes,
pub utc_times: UTCTimes,
pub proxys: Proxys,
pub windows_product_activations: WindowsProductActivations,
pub software_licensing_products: SoftwareLicensingProducts,
pub software_licensing_services: SoftwareLicensingServices,
pub software_licensing_token_activation_licenses: SoftwareLicensingTokenActivationLicenses,
pub server_connections: ServerConnections,
pub server_sessions: ServerSessions,
pub shares: Shares,
pub codec_files: CodecFiles,
pub shadow_copys: ShadowCopys,
pub shadow_contexts: ShadowContexts,
pub shadow_providers: ShadowProviders,
}Expand description
Our main struct
Holds the state/snapshot of Windows
Fields§
§processes: ProcessesState of Windows Processes
threads: ThreadsState of Windows Threads
drivers: DriversState of Windows Drivers
registry: RegistryState of Windows Registry
services: ServicesState of Windows Services
desktops: DesktopsState of Windows Desktops
environment: EnvironmentsState of Windows Environments
timezones: TimeZonesState of Windows TimeZones
user_accounts: UserAccountsState of Windows User Accounts
groups: GroupsState of Windows Groups
logon_sessions: LogonSessionsState of Windows Logon Sessions
network_login_profiles: NetworkLoginProfilesState of Windows Network Logins
system_accounts: SystemAccountsState of Windows System Accounts
directories: DirectoriesState of windows Directory
directories_specifications: DirectorySpecificationsState of windows Directory Specifications
disk_partition: DiskPartitionsState of windows Directory Disk Partitions
logical_disks: LogicalDisksState of windows Logical Disks
mapped_logical_disks: MappedLogicalDisksState of windows Mapped Logical Disks
quota_settings: QuotaSettingsState of windows Quota Settings
shortcut_files: ShortcutFilesState of windows Shortcut Files
volumes: VolumesState of windows Volumes
nt_event_log_files: NTEventlogFilesState of windows NTEventLogFiles
nt_log_events: NTLogEventsState of windows NTLogEvents
pagefiles: PageFilesState of windows PageFiles
pagefile_settings: PageFileSettingsState of windows PageFileSettings
pagefile_usages: PageFileUsagesState of windows PageFileUsages
scheduled_jobs: ScheduledJobsState of windows ScheduledJobs
local_times: LocalTimesState of windows LocalTimes
utc_times: UTCTimesState of windows UTCTimes
proxys: ProxysState of windows Proxys
windows_product_activations: WindowsProductActivationsState of windows WindowsProductActivations
software_licensing_products: SoftwareLicensingProductsState of windows SoftwareLicensingProducts
software_licensing_services: SoftwareLicensingServicesState of windows SoftwareLicensingServices
software_licensing_token_activation_licenses: SoftwareLicensingTokenActivationLicensesState of windows SoftwareLicensingTokenActivationLicenses
server_connections: ServerConnectionsState of windows ServerConnections
server_sessions: ServerSessionsState of windows ServerSessions
State of windows Shares
codec_files: CodecFilesState of Windows CodecFiles
shadow_copys: ShadowCopysState of Windows ShadowCopys
shadow_contexts: ShadowContextsState of Windows ShadowContexts
shadow_providers: ShadowProvidersState of Windows ShadowProviders