From 17a1fb032ede7173e8e36e3f671825b6e076ae02 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Fri, 6 Mar 2026 07:56:33 -0700 Subject: [PATCH] chore: remove Demo.rcx, add WinSDK + windows-x86_64.h examples --- src/examples/Demo.rcx | 143 - src/examples/WinSDK.rcx | 245257 +++++++++++++++++++++++++++++++ src/examples/windows-x86_64.h | 42817 ++++++ 3 files changed, 288074 insertions(+), 143 deletions(-) delete mode 100644 src/examples/Demo.rcx create mode 100644 src/examples/WinSDK.rcx create mode 100644 src/examples/windows-x86_64.h diff --git a/src/examples/Demo.rcx b/src/examples/Demo.rcx deleted file mode 100644 index b361f97..0000000 --- a/src/examples/Demo.rcx +++ /dev/null @@ -1,143 +0,0 @@ -{ - "baseAddress": "0", - "nextId": "20", - "nodes": [ - { - "id": "1", - "kind": "Struct", - "name": "player", - "structTypeName": "PlayerEntity", - "classKeyword": "class", - "parentId": "0", - "offset": 0, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "2", - "kind": "Pointer64", - "name": "__vptr", - "parentId": "1", - "offset": 0, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "3", - "kind": "Int32", - "name": "health", - "parentId": "1", - "offset": 8, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "4", - "kind": "Int32", - "name": "armor", - "parentId": "1", - "offset": 12, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "5", - "kind": "Float", - "name": "pos_x", - "parentId": "1", - "offset": 16, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "6", - "kind": "Float", - "name": "pos_y", - "parentId": "1", - "offset": 20, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "7", - "kind": "Float", - "name": "pos_z", - "parentId": "1", - "offset": 24, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "8", - "kind": "Hex32", - "name": "pad_1C", - "parentId": "1", - "offset": 28, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "9", - "kind": "Pointer64", - "name": "name", - "parentId": "1", - "offset": 32, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64, - "ptrDepth": 1 - }, - { - "id": "10", - "kind": "UInt64", - "name": "flags", - "parentId": "1", - "offset": 40, - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - }, - { - "id": "11", - "kind": "Hex64", - "name": "static_field", - "parentId": "1", - "offset": 0, - "isStatic": true, - "offsetExpr": "base + pos_x", - "collapsed": false, - "refId": "0", - "elementKind": "UInt8", - "arrayLen": 1, - "strLen": 64 - } - ] -} diff --git a/src/examples/WinSDK.rcx b/src/examples/WinSDK.rcx new file mode 100644 index 0000000..11b80fc --- /dev/null +++ b/src/examples/WinSDK.rcx @@ -0,0 +1,245257 @@ +{ + "baseAddress": "fffff80000000000", + "nextId": "18212", + "nodes": [ + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TransactionManagerBasicInformation", + "value": "0" + }, + { + "name": "TransactionManagerLogInformation", + "value": "1" + }, + { + "name": "TransactionManagerLogPathInformation", + "value": "2" + }, + { + "name": "TransactionManagerRecoveryInformation", + "value": "4" + }, + { + "name": "TransactionManagerOnlineProbeInformation", + "value": "3" + }, + { + "name": "TransactionManagerOldestTransactionInformation", + "value": "5" + } + ], + "id": "1", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ExceptionContinueExecution", + "value": "0" + }, + { + "name": "ExceptionContinueSearch", + "value": "1" + }, + { + "name": "ExceptionNestedException", + "value": "2" + }, + { + "name": "ExceptionCollidedUnwind", + "value": "3" + } + ], + "id": "2", + "kind": "Struct", + "name": "_EXCEPTION_DISPOSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_DISPOSITION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerActionNone", + "value": "0" + }, + { + "name": "PowerActionReserved", + "value": "1" + }, + { + "name": "PowerActionSleep", + "value": "2" + }, + { + "name": "PowerActionHibernate", + "value": "3" + }, + { + "name": "PowerActionShutdown", + "value": "4" + }, + { + "name": "PowerActionShutdownReset", + "value": "5" + }, + { + "name": "PowerActionShutdownOff", + "value": "6" + }, + { + "name": "PowerActionWarmEject", + "value": "7" + }, + { + "name": "PowerActionDisplayOff", + "value": "8" + } + ], + "id": "3", + "kind": "Struct", + "name": "POWER_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN", + "value": "0" + }, + { + "name": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS", + "value": "1" + }, + { + "name": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION", + "value": "2" + }, + { + "name": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED", + "value": "3" + } + ], + "id": "4", + "kind": "Struct", + "name": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ACTCTX_COMPATIBILITY_ELEMENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EnlistmentBasicInformation", + "value": "0" + }, + { + "name": "EnlistmentRecoveryInformation", + "value": "1" + }, + { + "name": "EnlistmentCrmInformation", + "value": "2" + } + ], + "id": "5", + "kind": "Struct", + "name": "_ENLISTMENT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENLISTMENT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SidTypeUser", + "value": "1" + }, + { + "name": "SidTypeGroup", + "value": "2" + }, + { + "name": "SidTypeDomain", + "value": "3" + }, + { + "name": "SidTypeAlias", + "value": "4" + }, + { + "name": "SidTypeWellKnownGroup", + "value": "5" + }, + { + "name": "SidTypeDeletedAccount", + "value": "6" + }, + { + "name": "SidTypeInvalid", + "value": "7" + }, + { + "name": "SidTypeUnknown", + "value": "8" + }, + { + "name": "SidTypeComputer", + "value": "9" + }, + { + "name": "SidTypeLabel", + "value": "10" + }, + { + "name": "SidTypeLogonSession", + "value": "11" + } + ], + "id": "6", + "kind": "Struct", + "name": "_SID_NAME_USE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SID_NAME_USE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FindExInfoStandard", + "value": "0" + }, + { + "name": "FindExInfoBasic", + "value": "1" + }, + { + "name": "FindExInfoMaxInfoLevel", + "value": "2" + } + ], + "id": "7", + "kind": "Struct", + "name": "_FINDEX_INFO_LEVELS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FINDEX_INFO_LEVELS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DriverType", + "value": "1" + }, + { + "name": "FileSystemType", + "value": "2" + }, + { + "name": "Win32ServiceOwnProcess", + "value": "16" + }, + { + "name": "Win32ServiceShareProcess", + "value": "32" + }, + { + "name": "AdapterType", + "value": "4" + }, + { + "name": "RecognizerType", + "value": "8" + } + ], + "id": "8", + "kind": "Struct", + "name": "_CM_SERVICE_NODE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_SERVICE_NODE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "OS_DEPLOYMENT_STANDARD", + "value": "1" + }, + { + "name": "OS_DEPLOYMENT_COMPACT", + "value": "2" + } + ], + "id": "9", + "kind": "Struct", + "name": "_OS_DEPLOYEMENT_STATE_VALUES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OS_DEPLOYEMENT_STATE_VALUES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TapeDriveProblemNone", + "value": "0" + }, + { + "name": "TapeDriveReadWriteWarning", + "value": "1" + }, + { + "name": "TapeDriveReadWriteError", + "value": "2" + }, + { + "name": "TapeDriveReadWarning", + "value": "3" + }, + { + "name": "TapeDriveWriteWarning", + "value": "4" + }, + { + "name": "TapeDriveReadError", + "value": "5" + }, + { + "name": "TapeDriveWriteError", + "value": "6" + }, + { + "name": "TapeDriveHardwareError", + "value": "7" + }, + { + "name": "TapeDriveUnsupportedMedia", + "value": "8" + }, + { + "name": "TapeDriveScsiConnectionError", + "value": "9" + }, + { + "name": "TapeDriveTimetoClean", + "value": "10" + }, + { + "name": "TapeDriveCleanDriveNow", + "value": "11" + }, + { + "name": "TapeDriveMediaLifeExpired", + "value": "12" + }, + { + "name": "TapeDriveSnappedTape", + "value": "13" + } + ], + "id": "10", + "kind": "Struct", + "name": "_TAPE_DRIVE_PROBLEM_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_DRIVE_PROBLEM_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TransactionStateNormal", + "value": "1" + }, + { + "name": "TransactionStateIndoubt", + "value": "2" + }, + { + "name": "TransactionStateCommittedNotify", + "value": "3" + } + ], + "id": "11", + "kind": "Struct", + "name": "_TRANSACTION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CpuSetInformation", + "value": "0" + } + ], + "id": "12", + "kind": "Struct", + "name": "_CPU_SET_INFORMATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CPU_SET_INFORMATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerDeviceUnspecified", + "value": "0" + }, + { + "name": "PowerDeviceD0", + "value": "1" + }, + { + "name": "PowerDeviceD1", + "value": "2" + }, + { + "name": "PowerDeviceD2", + "value": "3" + }, + { + "name": "PowerDeviceD3", + "value": "4" + }, + { + "name": "PowerDeviceMaximum", + "value": "5" + } + ], + "id": "13", + "kind": "Struct", + "name": "_DEVICE_POWER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_POWER_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UNSPECIFIED_COMPARTMENT_ID", + "value": "0" + }, + { + "name": "DEFAULT_COMPARTMENT_ID", + "value": "1" + } + ], + "id": "14", + "kind": "Struct", + "name": "COMPARTMENT_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "COMPARTMENT_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ToleranceIntervalShort", + "value": "1" + }, + { + "name": "ToleranceIntervalMedium", + "value": "2" + }, + { + "name": "ToleranceIntervalLong", + "value": "3" + } + ], + "id": "15", + "kind": "Struct", + "name": "_JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GetFileExInfoStandard", + "value": "0" + }, + { + "name": "GetFileExMaxInfoLevel", + "value": "1" + } + ], + "id": "16", + "kind": "Struct", + "name": "_GET_FILEEX_INFO_LEVELS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_FILEEX_INFO_LEVELS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RelationProcessorCore", + "value": "0" + }, + { + "name": "RelationNumaNode", + "value": "1" + }, + { + "name": "RelationCache", + "value": "2" + }, + { + "name": "RelationProcessorPackage", + "value": "3" + }, + { + "name": "RelationGroup", + "value": "4" + }, + { + "name": "RelationProcessorDie", + "value": "5" + }, + { + "name": "RelationNumaNodeEx", + "value": "6" + }, + { + "name": "RelationProcessorModule", + "value": "7" + }, + { + "name": "RelationAll", + "value": "65535" + } + ], + "id": "17", + "kind": "Struct", + "name": "_LOGICAL_PROCESSOR_RELATIONSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOGICAL_PROCESSOR_RELATIONSHIP" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SharedVirtualDiskHandleStateNone", + "value": "0" + }, + { + "name": "SharedVirtualDiskHandleStateFileShared", + "value": "1" + }, + { + "name": "SharedVirtualDiskHandleStateHandleShared", + "value": "3" + } + ], + "id": "18", + "kind": "Struct", + "name": "_SharedVirtualDiskHandleState", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SharedVirtualDiskHandleState" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TP_CALLBACK_PRIORITY_HIGH", + "value": "0" + }, + { + "name": "TP_CALLBACK_PRIORITY_NORMAL", + "value": "1" + }, + { + "name": "TP_CALLBACK_PRIORITY_LOW", + "value": "2" + }, + { + "name": "TP_CALLBACK_PRIORITY_INVALID", + "value": "3" + }, + { + "name": "TP_CALLBACK_PRIORITY_COUNT", + "value": "3" + } + ], + "id": "19", + "kind": "Struct", + "name": "_TP_CALLBACK_PRIORITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_CALLBACK_PRIORITY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ServiceSharedDirectoryPersistentState", + "value": "0" + } + ], + "id": "20", + "kind": "Struct", + "name": "SERVICE_SHARED_DIRECTORY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_SHARED_DIRECTORY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerUserPresent", + "value": "0" + }, + { + "name": "PowerUserNotPresent", + "value": "1" + }, + { + "name": "PowerUserInactive", + "value": "2" + }, + { + "name": "PowerUserMaximum", + "value": "3" + }, + { + "name": "PowerUserInvalid", + "value": "3" + } + ], + "id": "21", + "kind": "Struct", + "name": "_USER_ACTIVITY_PRESENCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ACTIVITY_PRESENCE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemDedicatedAttributeReadBandwidth", + "value": "0" + }, + { + "name": "MemDedicatedAttributeReadLatency", + "value": "1" + }, + { + "name": "MemDedicatedAttributeWriteBandwidth", + "value": "2" + }, + { + "name": "MemDedicatedAttributeWriteLatency", + "value": "3" + }, + { + "name": "MemDedicatedAttributeMax", + "value": "4" + } + ], + "id": "22", + "kind": "Struct", + "name": "_MEM_DEDICATED_ATTRIBUTE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEM_DEDICATED_ATTRIBUTE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MonitorRequestTypeOff", + "value": "0" + }, + { + "name": "MonitorRequestTypeOnAndPresent", + "value": "1" + }, + { + "name": "MonitorRequestTypeToggleOn", + "value": "2" + } + ], + "id": "23", + "kind": "Struct", + "name": "_POWER_MONITOR_REQUEST_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_MONITOR_REQUEST_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SharedVirtualDisksUnsupported", + "value": "0" + }, + { + "name": "SharedVirtualDisksSupported", + "value": "1" + }, + { + "name": "SharedVirtualDiskSnapshotsSupported", + "value": "3" + }, + { + "name": "SharedVirtualDiskCDPSnapshotsSupported", + "value": "7" + } + ], + "id": "24", + "kind": "Struct", + "name": "_SharedVirtualDiskSupportType", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SharedVirtualDiskSupportType" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WinNullSid", + "value": "0" + }, + { + "name": "WinWorldSid", + "value": "1" + }, + { + "name": "WinLocalSid", + "value": "2" + }, + { + "name": "WinCreatorOwnerSid", + "value": "3" + }, + { + "name": "WinCreatorGroupSid", + "value": "4" + }, + { + "name": "WinCreatorOwnerServerSid", + "value": "5" + }, + { + "name": "WinCreatorGroupServerSid", + "value": "6" + }, + { + "name": "WinNtAuthoritySid", + "value": "7" + }, + { + "name": "WinDialupSid", + "value": "8" + }, + { + "name": "WinNetworkSid", + "value": "9" + }, + { + "name": "WinBatchSid", + "value": "10" + }, + { + "name": "WinInteractiveSid", + "value": "11" + }, + { + "name": "WinServiceSid", + "value": "12" + }, + { + "name": "WinAnonymousSid", + "value": "13" + }, + { + "name": "WinProxySid", + "value": "14" + }, + { + "name": "WinEnterpriseControllersSid", + "value": "15" + }, + { + "name": "WinSelfSid", + "value": "16" + }, + { + "name": "WinAuthenticatedUserSid", + "value": "17" + }, + { + "name": "WinRestrictedCodeSid", + "value": "18" + }, + { + "name": "WinTerminalServerSid", + "value": "19" + }, + { + "name": "WinRemoteLogonIdSid", + "value": "20" + }, + { + "name": "WinLogonIdsSid", + "value": "21" + }, + { + "name": "WinLocalSystemSid", + "value": "22" + }, + { + "name": "WinLocalServiceSid", + "value": "23" + }, + { + "name": "WinNetworkServiceSid", + "value": "24" + }, + { + "name": "WinBuiltinDomainSid", + "value": "25" + }, + { + "name": "WinBuiltinAdministratorsSid", + "value": "26" + }, + { + "name": "WinBuiltinUsersSid", + "value": "27" + }, + { + "name": "WinBuiltinGuestsSid", + "value": "28" + }, + { + "name": "WinBuiltinPowerUsersSid", + "value": "29" + }, + { + "name": "WinBuiltinAccountOperatorsSid", + "value": "30" + }, + { + "name": "WinBuiltinSystemOperatorsSid", + "value": "31" + }, + { + "name": "WinBuiltinPrintOperatorsSid", + "value": "32" + }, + { + "name": "WinBuiltinBackupOperatorsSid", + "value": "33" + }, + { + "name": "WinBuiltinReplicatorSid", + "value": "34" + }, + { + "name": "WinBuiltinPreWindows2000CompatibleAccessSid", + "value": "35" + }, + { + "name": "WinBuiltinRemoteDesktopUsersSid", + "value": "36" + }, + { + "name": "WinBuiltinNetworkConfigurationOperatorsSid", + "value": "37" + }, + { + "name": "WinAccountAdministratorSid", + "value": "38" + }, + { + "name": "WinAccountGuestSid", + "value": "39" + }, + { + "name": "WinAccountKrbtgtSid", + "value": "40" + }, + { + "name": "WinAccountDomainAdminsSid", + "value": "41" + }, + { + "name": "WinAccountDomainUsersSid", + "value": "42" + }, + { + "name": "WinAccountDomainGuestsSid", + "value": "43" + }, + { + "name": "WinAccountComputersSid", + "value": "44" + }, + { + "name": "WinAccountControllersSid", + "value": "45" + }, + { + "name": "WinAccountCertAdminsSid", + "value": "46" + }, + { + "name": "WinAccountSchemaAdminsSid", + "value": "47" + }, + { + "name": "WinAccountEnterpriseAdminsSid", + "value": "48" + }, + { + "name": "WinAccountPolicyAdminsSid", + "value": "49" + }, + { + "name": "WinAccountRasAndIasServersSid", + "value": "50" + }, + { + "name": "WinNTLMAuthenticationSid", + "value": "51" + }, + { + "name": "WinDigestAuthenticationSid", + "value": "52" + }, + { + "name": "WinSChannelAuthenticationSid", + "value": "53" + }, + { + "name": "WinThisOrganizationSid", + "value": "54" + }, + { + "name": "WinOtherOrganizationSid", + "value": "55" + }, + { + "name": "WinBuiltinIncomingForestTrustBuildersSid", + "value": "56" + }, + { + "name": "WinBuiltinPerfMonitoringUsersSid", + "value": "57" + }, + { + "name": "WinBuiltinPerfLoggingUsersSid", + "value": "58" + }, + { + "name": "WinBuiltinAuthorizationAccessSid", + "value": "59" + }, + { + "name": "WinBuiltinTerminalServerLicenseServersSid", + "value": "60" + }, + { + "name": "WinBuiltinDCOMUsersSid", + "value": "61" + }, + { + "name": "WinBuiltinIUsersSid", + "value": "62" + }, + { + "name": "WinIUserSid", + "value": "63" + }, + { + "name": "WinBuiltinCryptoOperatorsSid", + "value": "64" + }, + { + "name": "WinUntrustedLabelSid", + "value": "65" + }, + { + "name": "WinLowLabelSid", + "value": "66" + }, + { + "name": "WinMediumLabelSid", + "value": "67" + }, + { + "name": "WinHighLabelSid", + "value": "68" + }, + { + "name": "WinSystemLabelSid", + "value": "69" + }, + { + "name": "WinWriteRestrictedCodeSid", + "value": "70" + }, + { + "name": "WinCreatorOwnerRightsSid", + "value": "71" + }, + { + "name": "WinCacheablePrincipalsGroupSid", + "value": "72" + }, + { + "name": "WinNonCacheablePrincipalsGroupSid", + "value": "73" + }, + { + "name": "WinEnterpriseReadonlyControllersSid", + "value": "74" + }, + { + "name": "WinAccountReadonlyControllersSid", + "value": "75" + }, + { + "name": "WinBuiltinEventLogReadersGroup", + "value": "76" + }, + { + "name": "WinNewEnterpriseReadonlyControllersSid", + "value": "77" + }, + { + "name": "WinBuiltinCertSvcDComAccessGroup", + "value": "78" + }, + { + "name": "WinMediumPlusLabelSid", + "value": "79" + }, + { + "name": "WinLocalLogonSid", + "value": "80" + }, + { + "name": "WinConsoleLogonSid", + "value": "81" + }, + { + "name": "WinThisOrganizationCertificateSid", + "value": "82" + }, + { + "name": "WinApplicationPackageAuthoritySid", + "value": "83" + }, + { + "name": "WinBuiltinAnyPackageSid", + "value": "84" + }, + { + "name": "WinCapabilityInternetClientSid", + "value": "85" + }, + { + "name": "WinCapabilityInternetClientServerSid", + "value": "86" + }, + { + "name": "WinCapabilityPrivateNetworkClientServerSid", + "value": "87" + }, + { + "name": "WinCapabilityPicturesLibrarySid", + "value": "88" + }, + { + "name": "WinCapabilityVideosLibrarySid", + "value": "89" + }, + { + "name": "WinCapabilityMusicLibrarySid", + "value": "90" + }, + { + "name": "WinCapabilityDocumentsLibrarySid", + "value": "91" + }, + { + "name": "WinCapabilitySharedUserCertificatesSid", + "value": "92" + }, + { + "name": "WinCapabilityEnterpriseAuthenticationSid", + "value": "93" + }, + { + "name": "WinCapabilityRemovableStorageSid", + "value": "94" + }, + { + "name": "WinBuiltinRDSRemoteAccessServersSid", + "value": "95" + }, + { + "name": "WinBuiltinRDSEndpointServersSid", + "value": "96" + }, + { + "name": "WinBuiltinRDSManagementServersSid", + "value": "97" + }, + { + "name": "WinUserModeDriversSid", + "value": "98" + }, + { + "name": "WinBuiltinHyperVAdminsSid", + "value": "99" + }, + { + "name": "WinAccountCloneableControllersSid", + "value": "100" + }, + { + "name": "WinBuiltinAccessControlAssistanceOperatorsSid", + "value": "101" + }, + { + "name": "WinBuiltinRemoteManagementUsersSid", + "value": "102" + }, + { + "name": "WinAuthenticationAuthorityAssertedSid", + "value": "103" + }, + { + "name": "WinAuthenticationServiceAssertedSid", + "value": "104" + }, + { + "name": "WinLocalAccountSid", + "value": "105" + }, + { + "name": "WinLocalAccountAndAdministratorSid", + "value": "106" + }, + { + "name": "WinAccountProtectedUsersSid", + "value": "107" + }, + { + "name": "WinCapabilityAppointmentsSid", + "value": "108" + }, + { + "name": "WinCapabilityContactsSid", + "value": "109" + }, + { + "name": "WinAccountDefaultSystemManagedSid", + "value": "110" + }, + { + "name": "WinBuiltinDefaultSystemManagedGroupSid", + "value": "111" + }, + { + "name": "WinBuiltinStorageReplicaAdminsSid", + "value": "112" + }, + { + "name": "WinAccountKeyAdminsSid", + "value": "113" + }, + { + "name": "WinAccountEnterpriseKeyAdminsSid", + "value": "114" + }, + { + "name": "WinAuthenticationKeyTrustSid", + "value": "115" + }, + { + "name": "WinAuthenticationKeyPropertyMFASid", + "value": "116" + }, + { + "name": "WinAuthenticationKeyPropertyAttestationSid", + "value": "117" + }, + { + "name": "WinAuthenticationFreshKeyAuthSid", + "value": "118" + }, + { + "name": "WinBuiltinDeviceOwnersSid", + "value": "119" + }, + { + "name": "WinBuiltinUserModeHardwareOperatorsSid", + "value": "120" + }, + { + "name": "WinBuiltinOpenSSHUsersSid", + "value": "121" + } + ], + "id": "25", + "kind": "Struct", + "name": "WELL_KNOWN_SID_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WELL_KNOWN_SID_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MandatoryLevelUntrusted", + "value": "0" + }, + { + "name": "MandatoryLevelLow", + "value": "1" + }, + { + "name": "MandatoryLevelMedium", + "value": "2" + }, + { + "name": "MandatoryLevelHigh", + "value": "3" + }, + { + "name": "MandatoryLevelSystem", + "value": "4" + }, + { + "name": "MandatoryLevelSecureProcess", + "value": "5" + }, + { + "name": "MandatoryLevelCount", + "value": "6" + } + ], + "id": "26", + "kind": "Struct", + "name": "_MANDATORY_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MANDATORY_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FirmwareTypeUnknown", + "value": "0" + }, + { + "name": "FirmwareTypeBios", + "value": "1" + }, + { + "name": "FirmwareTypeUefi", + "value": "2" + }, + { + "name": "FirmwareTypeMax", + "value": "3" + } + ], + "id": "27", + "kind": "Struct", + "name": "_FIRMWARE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FIRMWARE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ToleranceLow", + "value": "1" + }, + { + "name": "ToleranceMedium", + "value": "2" + }, + { + "name": "ToleranceHigh", + "value": "3" + } + ], + "id": "28", + "kind": "Struct", + "name": "_JOBOBJECT_RATE_CONTROL_TOLERANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_RATE_CONTROL_TOLERANCE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AclRevisionInformation", + "value": "1" + }, + { + "name": "AclSizeInformation", + "value": "2" + } + ], + "id": "29", + "kind": "Struct", + "name": "_ACL_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACL_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AuditEventObjectAccess", + "value": "0" + }, + { + "name": "AuditEventDirectoryServiceAccess", + "value": "1" + } + ], + "id": "30", + "kind": "Struct", + "name": "_AUDIT_EVENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_AUDIT_EVENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CacheUnified", + "value": "0" + }, + { + "name": "CacheInstruction", + "value": "1" + }, + { + "name": "CacheData", + "value": "2" + }, + { + "name": "CacheTrace", + "value": "3" + }, + { + "name": "CacheUnknown", + "value": "4" + } + ], + "id": "31", + "kind": "Struct", + "name": "_PROCESSOR_CACHE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_CACHE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AccessReasonNone", + "value": "0" + }, + { + "name": "AccessReasonAllowedAce", + "value": "65536" + }, + { + "name": "AccessReasonDeniedAce", + "value": "131072" + }, + { + "name": "AccessReasonAllowedParentAce", + "value": "196608" + }, + { + "name": "AccessReasonDeniedParentAce", + "value": "262144" + }, + { + "name": "AccessReasonNotGrantedByCape", + "value": "327680" + }, + { + "name": "AccessReasonNotGrantedByParentCape", + "value": "393216" + }, + { + "name": "AccessReasonNotGrantedToAppContainer", + "value": "458752" + }, + { + "name": "AccessReasonMissingPrivilege", + "value": "1048576" + }, + { + "name": "AccessReasonFromPrivilege", + "value": "2097152" + }, + { + "name": "AccessReasonIntegrityLevel", + "value": "3145728" + }, + { + "name": "AccessReasonOwnership", + "value": "4194304" + }, + { + "name": "AccessReasonNullDacl", + "value": "5242880" + }, + { + "name": "AccessReasonEmptyDacl", + "value": "6291456" + }, + { + "name": "AccessReasonNoSD", + "value": "7340032" + }, + { + "name": "AccessReasonNoGrant", + "value": "8388608" + }, + { + "name": "AccessReasonTrustLabel", + "value": "9437184" + }, + { + "name": "AccessReasonFilterAce", + "value": "10485760" + } + ], + "id": "32", + "kind": "Struct", + "name": "_ACCESS_REASON_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_REASON_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ActivationContextBasicInformation", + "value": "1" + }, + { + "name": "ActivationContextDetailedInformation", + "value": "2" + }, + { + "name": "AssemblyDetailedInformationInActivationContext", + "value": "3" + }, + { + "name": "FileInformationInAssemblyOfAssemblyInActivationContext", + "value": "4" + }, + { + "name": "RunlevelInformationInActivationContext", + "value": "5" + }, + { + "name": "CompatibilityInformationInActivationContext", + "value": "6" + }, + { + "name": "ActivationContextManifestResourceName", + "value": "7" + }, + { + "name": "MaxActivationContextInfoClass", + "value": "8" + }, + { + "name": "AssemblyDetailedInformationInActivationContxt", + "value": "3" + }, + { + "name": "FileInformationInAssemblyOfAssemblyInActivationContxt", + "value": "4" + } + ], + "id": "33", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SecurityAnonymous", + "value": "0" + }, + { + "name": "SecurityIdentification", + "value": "1" + }, + { + "name": "SecurityImpersonation", + "value": "2" + }, + { + "name": "SecurityDelegation", + "value": "3" + } + ], + "id": "34", + "kind": "Struct", + "name": "_SECURITY_IMPERSONATION_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_IMPERSONATION_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TokenPrimary", + "value": "1" + }, + { + "name": "TokenImpersonation", + "value": "2" + } + ], + "id": "35", + "kind": "Struct", + "name": "_TOKEN_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TokenElevationTypeDefault", + "value": "1" + }, + { + "name": "TokenElevationTypeFull", + "value": "2" + }, + { + "name": "TokenElevationTypeLimited", + "value": "3" + } + ], + "id": "36", + "kind": "Struct", + "name": "_TOKEN_ELEVATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_ELEVATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TokenUser", + "value": "1" + }, + { + "name": "TokenGroups", + "value": "2" + }, + { + "name": "TokenPrivileges", + "value": "3" + }, + { + "name": "TokenOwner", + "value": "4" + }, + { + "name": "TokenPrimaryGroup", + "value": "5" + }, + { + "name": "TokenDefaultDacl", + "value": "6" + }, + { + "name": "TokenSource", + "value": "7" + }, + { + "name": "TokenType", + "value": "8" + }, + { + "name": "TokenImpersonationLevel", + "value": "9" + }, + { + "name": "TokenStatistics", + "value": "10" + }, + { + "name": "TokenRestrictedSids", + "value": "11" + }, + { + "name": "TokenSessionId", + "value": "12" + }, + { + "name": "TokenGroupsAndPrivileges", + "value": "13" + }, + { + "name": "TokenSessionReference", + "value": "14" + }, + { + "name": "TokenSandBoxInert", + "value": "15" + }, + { + "name": "TokenAuditPolicy", + "value": "16" + }, + { + "name": "TokenOrigin", + "value": "17" + }, + { + "name": "TokenElevationType", + "value": "18" + }, + { + "name": "TokenLinkedToken", + "value": "19" + }, + { + "name": "TokenElevation", + "value": "20" + }, + { + "name": "TokenHasRestrictions", + "value": "21" + }, + { + "name": "TokenAccessInformation", + "value": "22" + }, + { + "name": "TokenVirtualizationAllowed", + "value": "23" + }, + { + "name": "TokenVirtualizationEnabled", + "value": "24" + }, + { + "name": "TokenIntegrityLevel", + "value": "25" + }, + { + "name": "TokenUIAccess", + "value": "26" + }, + { + "name": "TokenMandatoryPolicy", + "value": "27" + }, + { + "name": "TokenLogonSid", + "value": "28" + }, + { + "name": "TokenIsAppContainer", + "value": "29" + }, + { + "name": "TokenCapabilities", + "value": "30" + }, + { + "name": "TokenAppContainerSid", + "value": "31" + }, + { + "name": "TokenAppContainerNumber", + "value": "32" + }, + { + "name": "TokenUserClaimAttributes", + "value": "33" + }, + { + "name": "TokenDeviceClaimAttributes", + "value": "34" + }, + { + "name": "TokenRestrictedUserClaimAttributes", + "value": "35" + }, + { + "name": "TokenRestrictedDeviceClaimAttributes", + "value": "36" + }, + { + "name": "TokenDeviceGroups", + "value": "37" + }, + { + "name": "TokenRestrictedDeviceGroups", + "value": "38" + }, + { + "name": "TokenSecurityAttributes", + "value": "39" + }, + { + "name": "TokenIsRestricted", + "value": "40" + }, + { + "name": "TokenProcessTrustLevel", + "value": "41" + }, + { + "name": "TokenPrivateNameSpace", + "value": "42" + }, + { + "name": "TokenSingletonAttributes", + "value": "43" + }, + { + "name": "TokenBnoIsolation", + "value": "44" + }, + { + "name": "TokenChildProcessFlags", + "value": "45" + }, + { + "name": "TokenIsLessPrivilegedAppContainer", + "value": "46" + }, + { + "name": "TokenIsSandboxed", + "value": "47" + }, + { + "name": "TokenIsAppSilo", + "value": "48" + }, + { + "name": "TokenLoggingInformation", + "value": "49" + }, + { + "name": "MaxTokenInfoClass", + "value": "50" + } + ], + "id": "37", + "kind": "Struct", + "name": "_TOKEN_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DDC_DEFAULT", + "value": "0" + }, + { + "name": "DDC_DISABLE_ALL", + "value": "1" + }, + { + "name": "DDC_DISABLE_RESIZE", + "value": "2" + }, + { + "name": "DDC_DISABLE_CONTROL_RELAYOUT", + "value": "4" + } + ], + "id": "38", + "kind": "Struct", + "name": "DIALOG_DPI_CHANGE_BEHAVIORS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DIALOG_DPI_CHANGE_BEHAVIORS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UserNotPresent", + "value": "0" + }, + { + "name": "UserPresent", + "value": "1" + }, + { + "name": "UserUnknown", + "value": "255" + } + ], + "id": "39", + "kind": "Struct", + "name": "POWER_USER_PRESENCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_USER_PRESENCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerRequestDisplayRequired", + "value": "0" + }, + { + "name": "PowerRequestSystemRequired", + "value": "1" + }, + { + "name": "PowerRequestAwayModeRequired", + "value": "2" + }, + { + "name": "PowerRequestExecutionRequired", + "value": "3" + } + ], + "id": "40", + "kind": "Struct", + "name": "_POWER_REQUEST_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemSectionExtendedParameterInvalidType", + "value": "0" + }, + { + "name": "MemSectionExtendedParameterUserPhysicalFlags", + "value": "1" + }, + { + "name": "MemSectionExtendedParameterNumaNode", + "value": "2" + }, + { + "name": "MemSectionExtendedParameterSigningLevel", + "value": "3" + }, + { + "name": "MemSectionExtendedParameterMax", + "value": "4" + } + ], + "id": "41", + "kind": "Struct", + "name": "MEM_SECTION_EXTENDED_PARAMETER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MEM_SECTION_EXTENDED_PARAMETER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerMonitorOff", + "value": "0" + }, + { + "name": "PowerMonitorOn", + "value": "1" + }, + { + "name": "PowerMonitorDim", + "value": "2" + } + ], + "id": "42", + "kind": "Struct", + "name": "_MONITOR_DISPLAY_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MONITOR_DISPLAY_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SeImageSignatureNone", + "value": "0" + }, + { + "name": "SeImageSignatureEmbedded", + "value": "1" + }, + { + "name": "SeImageSignatureCache", + "value": "2" + }, + { + "name": "SeImageSignatureCatalogCached", + "value": "3" + }, + { + "name": "SeImageSignatureCatalogNotCached", + "value": "4" + }, + { + "name": "SeImageSignatureCatalogHint", + "value": "5" + }, + { + "name": "SeImageSignaturePackageCatalog", + "value": "6" + }, + { + "name": "SeImageSignaturePplMitigated", + "value": "7" + } + ], + "id": "43", + "kind": "Struct", + "name": "_SE_IMAGE_SIGNATURE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_IMAGE_SIGNATURE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UmsSchedulerStartup", + "value": "0" + }, + { + "name": "UmsSchedulerThreadBlocked", + "value": "1" + }, + { + "name": "UmsSchedulerThreadYield", + "value": "2" + } + ], + "id": "44", + "kind": "Struct", + "name": "_RTL_UMS_SCHEDULER_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UMS_SCHEDULER_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PMCCounter", + "value": "0" + }, + { + "name": "MaxHardwareCounterType", + "value": "1" + } + ], + "id": "45", + "kind": "Struct", + "name": "_HARDWARE_COUNTER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HARDWARE_COUNTER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessDEPPolicy", + "value": "0" + }, + { + "name": "ProcessASLRPolicy", + "value": "1" + }, + { + "name": "ProcessDynamicCodePolicy", + "value": "2" + }, + { + "name": "ProcessStrictHandleCheckPolicy", + "value": "3" + }, + { + "name": "ProcessSystemCallDisablePolicy", + "value": "4" + }, + { + "name": "ProcessMitigationOptionsMask", + "value": "5" + }, + { + "name": "ProcessExtensionPointDisablePolicy", + "value": "6" + }, + { + "name": "ProcessControlFlowGuardPolicy", + "value": "7" + }, + { + "name": "ProcessSignaturePolicy", + "value": "8" + }, + { + "name": "ProcessFontDisablePolicy", + "value": "9" + }, + { + "name": "ProcessImageLoadPolicy", + "value": "10" + }, + { + "name": "ProcessSystemCallFilterPolicy", + "value": "11" + }, + { + "name": "ProcessPayloadRestrictionPolicy", + "value": "12" + }, + { + "name": "ProcessChildProcessPolicy", + "value": "13" + }, + { + "name": "ProcessSideChannelIsolationPolicy", + "value": "14" + }, + { + "name": "ProcessUserShadowStackPolicy", + "value": "15" + }, + { + "name": "ProcessRedirectionTrustPolicy", + "value": "16" + }, + { + "name": "ProcessUserPointerAuthPolicy", + "value": "17" + }, + { + "name": "ProcessSEHOPPolicy", + "value": "18" + }, + { + "name": "MaxProcessMitigationPolicy", + "value": "19" + } + ], + "id": "46", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessBasicInformation", + "value": "0" + }, + { + "name": "ProcessQuotaLimits", + "value": "1" + }, + { + "name": "ProcessIoCounters", + "value": "2" + }, + { + "name": "ProcessVmCounters", + "value": "3" + }, + { + "name": "ProcessTimes", + "value": "4" + }, + { + "name": "ProcessBasePriority", + "value": "5" + }, + { + "name": "ProcessRaisePriority", + "value": "6" + }, + { + "name": "ProcessDebugPort", + "value": "7" + }, + { + "name": "ProcessExceptionPort", + "value": "8" + }, + { + "name": "ProcessAccessToken", + "value": "9" + }, + { + "name": "ProcessLdtInformation", + "value": "10" + }, + { + "name": "ProcessLdtSize", + "value": "11" + }, + { + "name": "ProcessDefaultHardErrorMode", + "value": "12" + }, + { + "name": "ProcessIoPortHandlers", + "value": "13" + }, + { + "name": "ProcessPooledUsageAndLimits", + "value": "14" + }, + { + "name": "ProcessWorkingSetWatch", + "value": "15" + }, + { + "name": "ProcessUserModeIOPL", + "value": "16" + }, + { + "name": "ProcessEnableAlignmentFaultFixup", + "value": "17" + }, + { + "name": "ProcessPriorityClass", + "value": "18" + }, + { + "name": "ProcessWx86Information", + "value": "19" + }, + { + "name": "ProcessHandleCount", + "value": "20" + }, + { + "name": "ProcessAffinityMask", + "value": "21" + }, + { + "name": "ProcessPriorityBoost", + "value": "22" + }, + { + "name": "ProcessDeviceMap", + "value": "23" + }, + { + "name": "ProcessSessionInformation", + "value": "24" + }, + { + "name": "ProcessForegroundInformation", + "value": "25" + }, + { + "name": "ProcessWow64Information", + "value": "26" + }, + { + "name": "ProcessImageFileName", + "value": "27" + }, + { + "name": "ProcessLUIDDeviceMapsEnabled", + "value": "28" + }, + { + "name": "ProcessBreakOnTermination", + "value": "29" + }, + { + "name": "ProcessDebugObjectHandle", + "value": "30" + }, + { + "name": "ProcessDebugFlags", + "value": "31" + }, + { + "name": "ProcessHandleTracing", + "value": "32" + }, + { + "name": "ProcessIoPriority", + "value": "33" + }, + { + "name": "ProcessExecuteFlags", + "value": "34" + }, + { + "name": "ProcessTlsInformation", + "value": "35" + }, + { + "name": "ProcessCookie", + "value": "36" + }, + { + "name": "ProcessImageInformation", + "value": "37" + }, + { + "name": "ProcessCycleTime", + "value": "38" + }, + { + "name": "ProcessPagePriority", + "value": "39" + }, + { + "name": "ProcessInstrumentationCallback", + "value": "40" + }, + { + "name": "ProcessThreadStackAllocation", + "value": "41" + }, + { + "name": "ProcessWorkingSetWatchEx", + "value": "42" + }, + { + "name": "ProcessImageFileNameWin32", + "value": "43" + }, + { + "name": "ProcessImageFileMapping", + "value": "44" + }, + { + "name": "ProcessAffinityUpdateMode", + "value": "45" + }, + { + "name": "ProcessMemoryAllocationMode", + "value": "46" + }, + { + "name": "ProcessGroupInformation", + "value": "47" + }, + { + "name": "ProcessTokenVirtualizationEnabled", + "value": "48" + }, + { + "name": "ProcessConsoleHostProcess", + "value": "49" + }, + { + "name": "ProcessWindowInformation", + "value": "50" + }, + { + "name": "ProcessHandleInformation", + "value": "51" + }, + { + "name": "ProcessMitigationPolicy", + "value": "52" + }, + { + "name": "ProcessDynamicFunctionTableInformation", + "value": "53" + }, + { + "name": "ProcessHandleCheckingMode", + "value": "54" + }, + { + "name": "ProcessKeepAliveCount", + "value": "55" + }, + { + "name": "ProcessRevokeFileHandles", + "value": "56" + }, + { + "name": "ProcessWorkingSetControl", + "value": "57" + }, + { + "name": "ProcessHandleTable", + "value": "58" + }, + { + "name": "ProcessCheckStackExtentsMode", + "value": "59" + }, + { + "name": "ProcessCommandLineInformation", + "value": "60" + }, + { + "name": "ProcessProtectionInformation", + "value": "61" + }, + { + "name": "ProcessMemoryExhaustion", + "value": "62" + }, + { + "name": "ProcessFaultInformation", + "value": "63" + }, + { + "name": "ProcessTelemetryIdInformation", + "value": "64" + }, + { + "name": "ProcessCommitReleaseInformation", + "value": "65" + }, + { + "name": "ProcessDefaultCpuSetsInformation", + "value": "66" + }, + { + "name": "ProcessAllowedCpuSetsInformation", + "value": "67" + }, + { + "name": "ProcessSubsystemProcess", + "value": "68" + }, + { + "name": "ProcessJobMemoryInformation", + "value": "69" + }, + { + "name": "ProcessInPrivate", + "value": "70" + }, + { + "name": "ProcessRaiseUMExceptionOnInvalidHandleClose", + "value": "71" + }, + { + "name": "ProcessIumChallengeResponse", + "value": "72" + }, + { + "name": "ProcessChildProcessInformation", + "value": "73" + }, + { + "name": "ProcessHighGraphicsPriorityInformation", + "value": "74" + }, + { + "name": "ProcessSubsystemInformation", + "value": "75" + }, + { + "name": "ProcessEnergyValues", + "value": "76" + }, + { + "name": "ProcessPowerThrottlingState", + "value": "77" + }, + { + "name": "ProcessReserved3Information", + "value": "78" + }, + { + "name": "ProcessWin32kSyscallFilterInformation", + "value": "79" + }, + { + "name": "ProcessDisableSystemAllowedCpuSets", + "value": "80" + }, + { + "name": "ProcessWakeInformation", + "value": "81" + }, + { + "name": "ProcessEnergyTrackingState", + "value": "82" + }, + { + "name": "ProcessManageWritesToExecutableMemory", + "value": "83" + }, + { + "name": "ProcessCaptureTrustletLiveDump", + "value": "84" + }, + { + "name": "ProcessTelemetryCoverage", + "value": "85" + }, + { + "name": "ProcessEnclaveInformation", + "value": "86" + }, + { + "name": "ProcessEnableReadWriteVmLogging", + "value": "87" + }, + { + "name": "ProcessUptimeInformation", + "value": "88" + }, + { + "name": "ProcessImageSection", + "value": "89" + }, + { + "name": "ProcessDebugAuthInformation", + "value": "90" + }, + { + "name": "ProcessSystemResourceManagement", + "value": "91" + }, + { + "name": "ProcessSequenceNumber", + "value": "92" + }, + { + "name": "ProcessLoaderDetour", + "value": "93" + }, + { + "name": "ProcessSecurityDomainInformation", + "value": "94" + }, + { + "name": "ProcessCombineSecurityDomainsInformation", + "value": "95" + }, + { + "name": "ProcessEnableLogging", + "value": "96" + }, + { + "name": "ProcessLeapSecondInformation", + "value": "97" + }, + { + "name": "ProcessFiberShadowStackAllocation", + "value": "98" + }, + { + "name": "ProcessFreeFiberShadowStackAllocation", + "value": "99" + }, + { + "name": "ProcessAltSystemCallInformation", + "value": "100" + }, + { + "name": "ProcessDynamicEHContinuationTargets", + "value": "101" + }, + { + "name": "ProcessDynamicEnforcedCetCompatibleRanges", + "value": "102" + }, + { + "name": "ProcessCreateStateChange", + "value": "103" + }, + { + "name": "ProcessApplyStateChange", + "value": "104" + }, + { + "name": "ProcessEnableOptionalXStateFeatures", + "value": "105" + }, + { + "name": "ProcessAltPrefetchParam", + "value": "106" + }, + { + "name": "ProcessAssignCpuPartitions", + "value": "107" + }, + { + "name": "ProcessPriorityClassEx", + "value": "108" + }, + { + "name": "ProcessMembershipInformation", + "value": "109" + }, + { + "name": "ProcessEffectiveIoPriority", + "value": "110" + }, + { + "name": "ProcessEffectivePagePriority", + "value": "111" + }, + { + "name": "MaxProcessInfoClass", + "value": "112" + } + ], + "id": "47", + "kind": "Struct", + "name": "_PROCESSINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ALTITUDE_GROUP_POLICY", + "value": "0" + }, + { + "name": "ALTITUDE_USER", + "value": "1" + }, + { + "name": "ALTITUDE_RUNTIME_OVERRIDE", + "value": "2" + }, + { + "name": "ALTITUDE_PROVISIONING", + "value": "3" + }, + { + "name": "ALTITUDE_OEM_CUSTOMIZATION", + "value": "4" + }, + { + "name": "ALTITUDE_INTERNAL_OVERRIDE", + "value": "5" + }, + { + "name": "ALTITUDE_OS_DEFAULT", + "value": "6" + } + ], + "id": "48", + "kind": "Struct", + "name": "POWER_SETTING_ALTITUDE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_SETTING_ALTITUDE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JobObjectBasicAccountingInformation", + "value": "1" + }, + { + "name": "JobObjectBasicLimitInformation", + "value": "2" + }, + { + "name": "JobObjectBasicProcessIdList", + "value": "3" + }, + { + "name": "JobObjectBasicUIRestrictions", + "value": "4" + }, + { + "name": "JobObjectSecurityLimitInformation", + "value": "5" + }, + { + "name": "JobObjectEndOfJobTimeInformation", + "value": "6" + }, + { + "name": "JobObjectAssociateCompletionPortInformation", + "value": "7" + }, + { + "name": "JobObjectBasicAndIoAccountingInformation", + "value": "8" + }, + { + "name": "JobObjectExtendedLimitInformation", + "value": "9" + }, + { + "name": "JobObjectJobSetInformation", + "value": "10" + }, + { + "name": "JobObjectGroupInformation", + "value": "11" + }, + { + "name": "JobObjectNotificationLimitInformation", + "value": "12" + }, + { + "name": "JobObjectLimitViolationInformation", + "value": "13" + }, + { + "name": "JobObjectGroupInformationEx", + "value": "14" + }, + { + "name": "JobObjectCpuRateControlInformation", + "value": "15" + }, + { + "name": "JobObjectCompletionFilter", + "value": "16" + }, + { + "name": "JobObjectCompletionCounter", + "value": "17" + }, + { + "name": "JobObjectReserved1Information", + "value": "18" + }, + { + "name": "JobObjectReserved2Information", + "value": "19" + }, + { + "name": "JobObjectReserved3Information", + "value": "20" + }, + { + "name": "JobObjectReserved4Information", + "value": "21" + }, + { + "name": "JobObjectReserved5Information", + "value": "22" + }, + { + "name": "JobObjectReserved6Information", + "value": "23" + }, + { + "name": "JobObjectReserved7Information", + "value": "24" + }, + { + "name": "JobObjectReserved8Information", + "value": "25" + }, + { + "name": "JobObjectReserved9Information", + "value": "26" + }, + { + "name": "JobObjectReserved10Information", + "value": "27" + }, + { + "name": "JobObjectReserved11Information", + "value": "28" + }, + { + "name": "JobObjectReserved12Information", + "value": "29" + }, + { + "name": "JobObjectReserved13Information", + "value": "30" + }, + { + "name": "JobObjectReserved14Information", + "value": "31" + }, + { + "name": "JobObjectNetRateControlInformation", + "value": "32" + }, + { + "name": "JobObjectNotificationLimitInformation2", + "value": "33" + }, + { + "name": "JobObjectLimitViolationInformation2", + "value": "34" + }, + { + "name": "JobObjectCreateSilo", + "value": "35" + }, + { + "name": "JobObjectSiloBasicInformation", + "value": "36" + }, + { + "name": "JobObjectReserved15Information", + "value": "37" + }, + { + "name": "JobObjectReserved16Information", + "value": "38" + }, + { + "name": "JobObjectReserved17Information", + "value": "39" + }, + { + "name": "JobObjectReserved18Information", + "value": "40" + }, + { + "name": "JobObjectReserved19Information", + "value": "41" + }, + { + "name": "JobObjectReserved20Information", + "value": "42" + }, + { + "name": "JobObjectReserved21Information", + "value": "43" + }, + { + "name": "JobObjectReserved22Information", + "value": "44" + }, + { + "name": "JobObjectReserved23Information", + "value": "45" + }, + { + "name": "JobObjectReserved24Information", + "value": "46" + }, + { + "name": "JobObjectReserved25Information", + "value": "47" + }, + { + "name": "JobObjectReserved26Information", + "value": "48" + }, + { + "name": "JobObjectReserved27Information", + "value": "49" + }, + { + "name": "JobObjectReserved28Information", + "value": "50" + }, + { + "name": "JobObjectNetworkAccountingInformation", + "value": "51" + }, + { + "name": "MaxJobObjectInfoClass", + "value": "52" + } + ], + "id": "49", + "kind": "Struct", + "name": "_JOBOBJECTINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECTINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PlatformRoleUnspecified", + "value": "0" + }, + { + "name": "PlatformRoleDesktop", + "value": "1" + }, + { + "name": "PlatformRoleMobile", + "value": "2" + }, + { + "name": "PlatformRoleWorkstation", + "value": "3" + }, + { + "name": "PlatformRoleEnterpriseServer", + "value": "4" + }, + { + "name": "PlatformRoleSOHOServer", + "value": "5" + }, + { + "name": "PlatformRoleAppliancePC", + "value": "6" + }, + { + "name": "PlatformRolePerformanceServer", + "value": "7" + }, + { + "name": "PlatformRoleSlate", + "value": "8" + }, + { + "name": "PlatformRoleMaximum", + "value": "9" + } + ], + "id": "50", + "kind": "Struct", + "name": "_POWER_PLATFORM_ROLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_PLATFORM_ROLE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SERVERSILO_INITING", + "value": "0" + }, + { + "name": "SERVERSILO_STARTED", + "value": "1" + }, + { + "name": "SERVERSILO_SHUTTING_DOWN", + "value": "2" + }, + { + "name": "SERVERSILO_TERMINATING", + "value": "3" + }, + { + "name": "SERVERSILO_TERMINATED", + "value": "4" + } + ], + "id": "51", + "kind": "Struct", + "name": "_SERVERSILO_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVERSILO_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IMPORT_OBJECT_ORDINAL", + "value": "0" + }, + { + "name": "IMPORT_OBJECT_NAME", + "value": "1" + }, + { + "name": "IMPORT_OBJECT_NAME_NO_PREFIX", + "value": "2" + }, + { + "name": "IMPORT_OBJECT_NAME_UNDECORATE", + "value": "3" + }, + { + "name": "IMPORT_OBJECT_NAME_EXPORTAS", + "value": "4" + } + ], + "id": "52", + "kind": "Struct", + "name": "IMPORT_OBJECT_NAME_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMPORT_OBJECT_NAME_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JOB_OBJECT_NET_RATE_CONTROL_ENABLE", + "value": "1" + }, + { + "name": "JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH", + "value": "2" + }, + { + "name": "JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG", + "value": "4" + }, + { + "name": "JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS", + "value": "7" + } + ], + "id": "53", + "kind": "Struct", + "name": "JOB_OBJECT_NET_RATE_CONTROL_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOB_OBJECT_NET_RATE_CONTROL_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JOB_OBJECT_IO_RATE_CONTROL_ENABLE", + "value": "1" + }, + { + "name": "JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME", + "value": "2" + }, + { + "name": "JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL", + "value": "4" + }, + { + "name": "JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP", + "value": "8" + }, + { + "name": "JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS", + "value": "15" + } + ], + "id": "54", + "kind": "Struct", + "name": "JOB_OBJECT_IO_RATE_CONTROL_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOB_OBJECT_IO_RATE_CONTROL_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE", + "value": "1" + }, + { + "name": "JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE", + "value": "2" + }, + { + "name": "JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS", + "value": "3" + } + ], + "id": "55", + "kind": "Struct", + "name": "JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ImagePolicyIdNone", + "value": "0" + }, + { + "name": "ImagePolicyIdEtw", + "value": "1" + }, + { + "name": "ImagePolicyIdDebug", + "value": "2" + }, + { + "name": "ImagePolicyIdCrashDump", + "value": "3" + }, + { + "name": "ImagePolicyIdCrashDumpKey", + "value": "4" + }, + { + "name": "ImagePolicyIdCrashDumpKeyGuid", + "value": "5" + }, + { + "name": "ImagePolicyIdParentSd", + "value": "6" + }, + { + "name": "ImagePolicyIdParentSdRev", + "value": "7" + }, + { + "name": "ImagePolicyIdSvn", + "value": "8" + }, + { + "name": "ImagePolicyIdDeviceId", + "value": "9" + }, + { + "name": "ImagePolicyIdCapability", + "value": "10" + }, + { + "name": "ImagePolicyIdScenarioId", + "value": "11" + }, + { + "name": "ImagePolicyIdCapabilityOverridable", + "value": "12" + }, + { + "name": "ImagePolicyIdTrustletIdOverridable", + "value": "13" + }, + { + "name": "ImagePolicyIdMaximum", + "value": "14" + } + ], + "id": "56", + "kind": "Struct", + "name": "_IMAGE_POLICY_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_POLICY_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IMPORT_OBJECT_CODE", + "value": "0" + }, + { + "name": "IMPORT_OBJECT_DATA", + "value": "1" + }, + { + "name": "IMPORT_OBJECT_CONST", + "value": "2" + } + ], + "id": "57", + "kind": "Struct", + "name": "IMPORT_OBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMPORT_OBJECT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemExtendedParameterInvalidType", + "value": "0" + }, + { + "name": "MemExtendedParameterAddressRequirements", + "value": "1" + }, + { + "name": "MemExtendedParameterNumaNode", + "value": "2" + }, + { + "name": "MemExtendedParameterPartitionHandle", + "value": "3" + }, + { + "name": "MemExtendedParameterUserPhysicalHandle", + "value": "4" + }, + { + "name": "MemExtendedParameterAttributeFlags", + "value": "5" + }, + { + "name": "MemExtendedParameterImageMachine", + "value": "6" + }, + { + "name": "MemExtendedParameterMax", + "value": "7" + } + ], + "id": "58", + "kind": "Struct", + "name": "MEM_EXTENDED_PARAMETER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MEM_EXTENDED_PARAMETER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessStateChangeSuspend", + "value": "0" + }, + { + "name": "ProcessStateChangeResume", + "value": "1" + }, + { + "name": "ProcessStateChangeMax", + "value": "2" + } + ], + "id": "59", + "kind": "Struct", + "name": "_PROCESS_STATE_CHANGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_STATE_CHANGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerSystemUnspecified", + "value": "0" + }, + { + "name": "PowerSystemWorking", + "value": "1" + }, + { + "name": "PowerSystemSleeping1", + "value": "2" + }, + { + "name": "PowerSystemSleeping2", + "value": "3" + }, + { + "name": "PowerSystemSleeping3", + "value": "4" + }, + { + "name": "PowerSystemHibernate", + "value": "5" + }, + { + "name": "PowerSystemShutdown", + "value": "6" + }, + { + "name": "PowerSystemMaximum", + "value": "7" + } + ], + "id": "60", + "kind": "Struct", + "name": "_SYSTEM_POWER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POWER_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ENERGY_SAVER_OFF", + "value": "0" + }, + { + "name": "ENERGY_SAVER_STANDARD", + "value": "1" + }, + { + "name": "ENERGY_SAVER_HIGH_SAVINGS", + "value": "2" + } + ], + "id": "61", + "kind": "Struct", + "name": "_ENERGY_SAVER_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENERGY_SAVER_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LT_DONT_CARE", + "value": "0" + }, + { + "name": "LT_LOWEST_LATENCY", + "value": "1" + } + ], + "id": "62", + "kind": "Struct", + "name": "LATENCY_TIME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LATENCY_TIME" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemPowerPolicyAc", + "value": "0" + }, + { + "name": "SystemPowerPolicyDc", + "value": "1" + }, + { + "name": "VerifySystemPolicyAc", + "value": "2" + }, + { + "name": "VerifySystemPolicyDc", + "value": "3" + }, + { + "name": "SystemPowerCapabilities", + "value": "4" + }, + { + "name": "SystemBatteryState", + "value": "5" + }, + { + "name": "SystemPowerStateHandler", + "value": "6" + }, + { + "name": "ProcessorStateHandler", + "value": "7" + }, + { + "name": "SystemPowerPolicyCurrent", + "value": "8" + }, + { + "name": "AdministratorPowerPolicy", + "value": "9" + }, + { + "name": "SystemReserveHiberFile", + "value": "10" + }, + { + "name": "ProcessorInformation", + "value": "11" + }, + { + "name": "SystemPowerInformation", + "value": "12" + }, + { + "name": "ProcessorStateHandler2", + "value": "13" + }, + { + "name": "LastWakeTime", + "value": "14" + }, + { + "name": "LastSleepTime", + "value": "15" + }, + { + "name": "SystemExecutionState", + "value": "16" + }, + { + "name": "SystemPowerStateNotifyHandler", + "value": "17" + }, + { + "name": "ProcessorPowerPolicyAc", + "value": "18" + }, + { + "name": "ProcessorPowerPolicyDc", + "value": "19" + }, + { + "name": "VerifyProcessorPowerPolicyAc", + "value": "20" + }, + { + "name": "VerifyProcessorPowerPolicyDc", + "value": "21" + }, + { + "name": "ProcessorPowerPolicyCurrent", + "value": "22" + }, + { + "name": "SystemPowerStateLogging", + "value": "23" + }, + { + "name": "SystemPowerLoggingEntry", + "value": "24" + }, + { + "name": "SetPowerSettingValue", + "value": "25" + }, + { + "name": "NotifyUserPowerSetting", + "value": "26" + }, + { + "name": "PowerInformationLevelUnused0", + "value": "27" + }, + { + "name": "SystemMonitorHiberBootPowerOff", + "value": "28" + }, + { + "name": "SystemVideoState", + "value": "29" + }, + { + "name": "TraceApplicationPowerMessage", + "value": "30" + }, + { + "name": "TraceApplicationPowerMessageEnd", + "value": "31" + }, + { + "name": "ProcessorPerfStates", + "value": "32" + }, + { + "name": "ProcessorIdleStates", + "value": "33" + }, + { + "name": "ProcessorCap", + "value": "34" + }, + { + "name": "SystemWakeSource", + "value": "35" + }, + { + "name": "SystemHiberFileInformation", + "value": "36" + }, + { + "name": "TraceServicePowerMessage", + "value": "37" + }, + { + "name": "ProcessorLoad", + "value": "38" + }, + { + "name": "PowerShutdownNotification", + "value": "39" + }, + { + "name": "MonitorCapabilities", + "value": "40" + }, + { + "name": "SessionPowerInit", + "value": "41" + }, + { + "name": "SessionDisplayState", + "value": "42" + }, + { + "name": "PowerRequestCreate", + "value": "43" + }, + { + "name": "PowerRequestAction", + "value": "44" + }, + { + "name": "GetPowerRequestList", + "value": "45" + }, + { + "name": "ProcessorInformationEx", + "value": "46" + }, + { + "name": "NotifyUserModeLegacyPowerEvent", + "value": "47" + }, + { + "name": "GroupPark", + "value": "48" + }, + { + "name": "ProcessorIdleDomains", + "value": "49" + }, + { + "name": "WakeTimerList", + "value": "50" + }, + { + "name": "SystemHiberFileSize", + "value": "51" + }, + { + "name": "ProcessorIdleStatesHv", + "value": "52" + }, + { + "name": "ProcessorPerfStatesHv", + "value": "53" + }, + { + "name": "ProcessorPerfCapHv", + "value": "54" + }, + { + "name": "ProcessorSetIdle", + "value": "55" + }, + { + "name": "LogicalProcessorIdling", + "value": "56" + }, + { + "name": "UserPresence", + "value": "57" + }, + { + "name": "PowerSettingNotificationName", + "value": "58" + }, + { + "name": "GetPowerSettingValue", + "value": "59" + }, + { + "name": "IdleResiliency", + "value": "60" + }, + { + "name": "SessionRITState", + "value": "61" + }, + { + "name": "SessionConnectNotification", + "value": "62" + }, + { + "name": "SessionPowerCleanup", + "value": "63" + }, + { + "name": "SessionLockState", + "value": "64" + }, + { + "name": "SystemHiberbootState", + "value": "65" + }, + { + "name": "PlatformInformation", + "value": "66" + }, + { + "name": "PdcInvocation", + "value": "67" + }, + { + "name": "MonitorInvocation", + "value": "68" + }, + { + "name": "FirmwareTableInformationRegistered", + "value": "69" + }, + { + "name": "SetShutdownSelectedTime", + "value": "70" + }, + { + "name": "SuspendResumeInvocation", + "value": "71" + }, + { + "name": "PlmPowerRequestCreate", + "value": "72" + }, + { + "name": "ScreenOff", + "value": "73" + }, + { + "name": "CsDeviceNotification", + "value": "74" + }, + { + "name": "PlatformRole", + "value": "75" + }, + { + "name": "LastResumePerformance", + "value": "76" + }, + { + "name": "DisplayBurst", + "value": "77" + }, + { + "name": "ExitLatencySamplingPercentage", + "value": "78" + }, + { + "name": "RegisterSpmPowerSettings", + "value": "79" + }, + { + "name": "PlatformIdleStates", + "value": "80" + }, + { + "name": "ProcessorIdleVeto", + "value": "81" + }, + { + "name": "PlatformIdleVeto", + "value": "82" + }, + { + "name": "SystemBatteryStatePrecise", + "value": "83" + }, + { + "name": "ThermalEvent", + "value": "84" + }, + { + "name": "PowerRequestActionInternal", + "value": "85" + }, + { + "name": "BatteryDeviceState", + "value": "86" + }, + { + "name": "PowerInformationInternal", + "value": "87" + }, + { + "name": "ThermalStandby", + "value": "88" + }, + { + "name": "SystemHiberFileType", + "value": "89" + }, + { + "name": "PhysicalPowerButtonPress", + "value": "90" + }, + { + "name": "QueryPotentialDripsConstraint", + "value": "91" + }, + { + "name": "EnergyTrackerCreate", + "value": "92" + }, + { + "name": "EnergyTrackerQuery", + "value": "93" + }, + { + "name": "UpdateBlackBoxRecorder", + "value": "94" + }, + { + "name": "SessionAllowExternalDmaDevices", + "value": "95" + }, + { + "name": "SendSuspendResumeNotification", + "value": "96" + }, + { + "name": "BlackBoxRecorderDirectAccessBuffer", + "value": "97" + }, + { + "name": "PowerInformationLevelMaximum", + "value": "98" + } + ], + "id": "63", + "kind": "Struct", + "name": "POWER_INFORMATION_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_INFORMATION_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MonitorRequestReasonUnknown", + "value": "0" + }, + { + "name": "MonitorRequestReasonPowerButton", + "value": "1" + }, + { + "name": "MonitorRequestReasonRemoteConnection", + "value": "2" + }, + { + "name": "MonitorRequestReasonScMonitorpower", + "value": "3" + }, + { + "name": "MonitorRequestReasonUserInput", + "value": "4" + }, + { + "name": "MonitorRequestReasonAcDcDisplayBurst", + "value": "5" + }, + { + "name": "MonitorRequestReasonUserDisplayBurst", + "value": "6" + }, + { + "name": "MonitorRequestReasonPoSetSystemState", + "value": "7" + }, + { + "name": "MonitorRequestReasonSetThreadExecutionState", + "value": "8" + }, + { + "name": "MonitorRequestReasonFullWake", + "value": "9" + }, + { + "name": "MonitorRequestReasonSessionUnlock", + "value": "10" + }, + { + "name": "MonitorRequestReasonScreenOffRequest", + "value": "11" + }, + { + "name": "MonitorRequestReasonIdleTimeout", + "value": "12" + }, + { + "name": "MonitorRequestReasonPolicyChange", + "value": "13" + }, + { + "name": "MonitorRequestReasonSleepButton", + "value": "14" + }, + { + "name": "MonitorRequestReasonLid", + "value": "15" + }, + { + "name": "MonitorRequestReasonBatteryCountChange", + "value": "16" + }, + { + "name": "MonitorRequestReasonGracePeriod", + "value": "17" + }, + { + "name": "MonitorRequestReasonPnP", + "value": "18" + }, + { + "name": "MonitorRequestReasonDP", + "value": "19" + }, + { + "name": "MonitorRequestReasonSxTransition", + "value": "20" + }, + { + "name": "MonitorRequestReasonSystemIdle", + "value": "21" + }, + { + "name": "MonitorRequestReasonNearProximity", + "value": "22" + }, + { + "name": "MonitorRequestReasonThermalStandby", + "value": "23" + }, + { + "name": "MonitorRequestReasonResumePdc", + "value": "24" + }, + { + "name": "MonitorRequestReasonResumeS4", + "value": "25" + }, + { + "name": "MonitorRequestReasonTerminal", + "value": "26" + }, + { + "name": "MonitorRequestReasonPdcSignal", + "value": "27" + }, + { + "name": "MonitorRequestReasonAcDcDisplayBurstSuppressed", + "value": "28" + }, + { + "name": "MonitorRequestReasonSystemStateEntered", + "value": "29" + }, + { + "name": "MonitorRequestReasonWinrt", + "value": "30" + }, + { + "name": "MonitorRequestReasonUserInputKeyboard", + "value": "31" + }, + { + "name": "MonitorRequestReasonUserInputMouse", + "value": "32" + }, + { + "name": "MonitorRequestReasonUserInputTouchpad", + "value": "33" + }, + { + "name": "MonitorRequestReasonUserInputPen", + "value": "34" + }, + { + "name": "MonitorRequestReasonUserInputAccelerometer", + "value": "35" + }, + { + "name": "MonitorRequestReasonUserInputHid", + "value": "36" + }, + { + "name": "MonitorRequestReasonUserInputPoUserPresent", + "value": "37" + }, + { + "name": "MonitorRequestReasonUserInputSessionSwitch", + "value": "38" + }, + { + "name": "MonitorRequestReasonUserInputInitialization", + "value": "39" + }, + { + "name": "MonitorRequestReasonPdcSignalWindowsMobilePwrNotif", + "value": "40" + }, + { + "name": "MonitorRequestReasonPdcSignalWindowsMobileShell", + "value": "41" + }, + { + "name": "MonitorRequestReasonPdcSignalHeyCortana", + "value": "42" + }, + { + "name": "MonitorRequestReasonPdcSignalHolographicShell", + "value": "43" + }, + { + "name": "MonitorRequestReasonPdcSignalFingerprint", + "value": "44" + }, + { + "name": "MonitorRequestReasonDirectedDrips", + "value": "45" + }, + { + "name": "MonitorRequestReasonDim", + "value": "46" + }, + { + "name": "MonitorRequestReasonBuiltinPanel", + "value": "47" + }, + { + "name": "MonitorRequestReasonDisplayRequiredUnDim", + "value": "48" + }, + { + "name": "MonitorRequestReasonBatteryCountChangeSuppressed", + "value": "49" + }, + { + "name": "MonitorRequestReasonResumeModernStandby", + "value": "50" + }, + { + "name": "MonitorRequestReasonTerminalInit", + "value": "51" + }, + { + "name": "MonitorRequestReasonPdcSignalSensorsHumanPresence", + "value": "52" + }, + { + "name": "MonitorRequestReasonBatteryPreCritical", + "value": "53" + }, + { + "name": "MonitorRequestReasonUserInputTouch", + "value": "54" + }, + { + "name": "MonitorRequestReasonAusterityBatteryDrain", + "value": "55" + }, + { + "name": "MonitorRequestReasonDozeRestrictedStandby", + "value": "56" + }, + { + "name": "MonitorRequestReasonSmartRestrictedStandby", + "value": "57" + }, + { + "name": "MonitorRequestReasonMax", + "value": "58" + } + ], + "id": "64", + "kind": "Struct", + "name": "POWER_MONITOR_REQUEST_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_MONITOR_REQUEST_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerLimitContinuous", + "value": "0" + }, + { + "name": "PowerLimitBurst", + "value": "1" + }, + { + "name": "PowerLimitRapid", + "value": "2" + }, + { + "name": "PowerLimitPreemptive", + "value": "3" + }, + { + "name": "PowerLimitPreemptiveOffset", + "value": "4" + }, + { + "name": "PowerLimitTypeMax", + "value": "5" + } + ], + "id": "65", + "kind": "Struct", + "name": "_POWER_LIMIT_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_LIMIT_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_ELEMENT_DEVICE_TYPE_NONE", + "value": "0" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_BOOT_DEVICE", + "value": "1" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_PARTITION", + "value": "2" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_FILE", + "value": "3" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_RAMDISK", + "value": "4" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_UNKNOWN", + "value": "5" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_QUALIFIED_PARTITION", + "value": "6" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_VMBUS", + "value": "7" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_LOCATE_DEVICE", + "value": "8" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_URI", + "value": "9" + }, + { + "name": "BCD_ELEMENT_DEVICE_TYPE_COMPOSITE", + "value": "10" + } + ], + "id": "66", + "kind": "Struct", + "name": "_BCD_ELEMENT_DEVICE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DEVICE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "QUEUE_USER_APC_FLAGS_NONE", + "value": "0" + }, + { + "name": "QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC", + "value": "1" + }, + { + "name": "QUEUE_USER_APC_CALLBACK_DATA_CONTEXT", + "value": "65536" + } + ], + "id": "67", + "kind": "Struct", + "name": "_QUEUE_USER_APC_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUEUE_USER_APC_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PoAc", + "value": "0" + }, + { + "name": "PoDc", + "value": "1" + }, + { + "name": "PoHot", + "value": "2" + }, + { + "name": "PoConditionMaximum", + "value": "3" + } + ], + "id": "68", + "kind": "Struct", + "name": "SYSTEM_POWER_CONDITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSTEM_POWER_CONDITION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_APPLICATION_OBJECT_NONE", + "value": "0" + }, + { + "name": "BCD_APPLICATION_OBJECT_FIRMWARE_BOOT_MANAGER", + "value": "1" + }, + { + "name": "BCD_APPLICATION_OBJECT_WINDOWS_BOOT_MANAGER", + "value": "2" + }, + { + "name": "BCD_APPLICATION_OBJECT_WINDOWS_BOOT_LOADER", + "value": "3" + }, + { + "name": "BCD_APPLICATION_OBJECT_WINDOWS_RESUME_APPLICATION", + "value": "4" + }, + { + "name": "BCD_APPLICATION_OBJECT_MEMORY_TESTER", + "value": "5" + }, + { + "name": "BCD_APPLICATION_OBJECT_LEGACY_NTLDR", + "value": "6" + }, + { + "name": "BCD_APPLICATION_OBJECT_LEGACY_SETUPLDR", + "value": "7" + }, + { + "name": "BCD_APPLICATION_OBJECT_BOOT_SECTOR", + "value": "8" + }, + { + "name": "BCD_APPLICATION_OBJECT_STARTUP_MODULE", + "value": "9" + }, + { + "name": "BCD_APPLICATION_OBJECT_GENERIC_APPLICATION", + "value": "10" + }, + { + "name": "BCD_APPLICATION_OBJECT_RESERVED", + "value": "1048575" + } + ], + "id": "69", + "kind": "Struct", + "name": "_BCD_APPLICATION_OBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_APPLICATION_OBJECT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ConfigurationSpaceUndefined", + "value": "-1" + }, + { + "name": "Cmos", + "value": "0" + }, + { + "name": "EisaConfiguration", + "value": "1" + }, + { + "name": "Pos", + "value": "2" + }, + { + "name": "CbusConfiguration", + "value": "3" + }, + { + "name": "PCIConfiguration", + "value": "4" + }, + { + "name": "VMEConfiguration", + "value": "5" + }, + { + "name": "NuBusConfiguration", + "value": "6" + }, + { + "name": "PCMCIAConfiguration", + "value": "7" + }, + { + "name": "MPIConfiguration", + "value": "8" + }, + { + "name": "MPSAConfiguration", + "value": "9" + }, + { + "name": "PNPISAConfiguration", + "value": "10" + }, + { + "name": "SgiInternalConfiguration", + "value": "11" + }, + { + "name": "MaximumBusDataType", + "value": "12" + } + ], + "id": "70", + "kind": "Struct", + "name": "_BUS_DATA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BUS_DATA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IoPriorityHintVeryLow", + "value": "0" + }, + { + "name": "IoPriorityHintLow", + "value": "1" + }, + { + "name": "IoPriorityHintNormal", + "value": "2" + }, + { + "name": "MaximumIoPriorityHintType", + "value": "3" + } + ], + "id": "71", + "kind": "Struct", + "name": "_PRIORITY_HINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PRIORITY_HINT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HiberFileBucket1GB", + "value": "0" + }, + { + "name": "HiberFileBucket2GB", + "value": "1" + }, + { + "name": "HiberFileBucket4GB", + "value": "2" + }, + { + "name": "HiberFileBucket8GB", + "value": "3" + }, + { + "name": "HiberFileBucket16GB", + "value": "4" + }, + { + "name": "HiberFileBucket32GB", + "value": "5" + }, + { + "name": "HiberFileBucketUnlimited", + "value": "6" + }, + { + "name": "HiberFileBucketMax", + "value": "7" + } + ], + "id": "72", + "kind": "Struct", + "name": "_HIBERFILE_BUCKET_SIZE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HIBERFILE_BUCKET_SIZE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF", + "value": "1" + } + ], + "id": "73", + "kind": "Struct", + "name": "IMAGE_AUX_SYMBOL_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_AUX_SYMBOL_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileBasicInfo", + "value": "0" + }, + { + "name": "FileStandardInfo", + "value": "1" + }, + { + "name": "FileNameInfo", + "value": "2" + }, + { + "name": "FileRenameInfo", + "value": "3" + }, + { + "name": "FileDispositionInfo", + "value": "4" + }, + { + "name": "FileAllocationInfo", + "value": "5" + }, + { + "name": "FileEndOfFileInfo", + "value": "6" + }, + { + "name": "FileStreamInfo", + "value": "7" + }, + { + "name": "FileCompressionInfo", + "value": "8" + }, + { + "name": "FileAttributeTagInfo", + "value": "9" + }, + { + "name": "FileIdBothDirectoryInfo", + "value": "10" + }, + { + "name": "FileIdBothDirectoryRestartInfo", + "value": "11" + }, + { + "name": "FileIoPriorityHintInfo", + "value": "12" + }, + { + "name": "FileRemoteProtocolInfo", + "value": "13" + }, + { + "name": "FileFullDirectoryInfo", + "value": "14" + }, + { + "name": "FileFullDirectoryRestartInfo", + "value": "15" + }, + { + "name": "FileStorageInfo", + "value": "16" + }, + { + "name": "FileAlignmentInfo", + "value": "17" + }, + { + "name": "FileIdInfo", + "value": "18" + }, + { + "name": "FileIdExtdDirectoryInfo", + "value": "19" + }, + { + "name": "FileIdExtdDirectoryRestartInfo", + "value": "20" + }, + { + "name": "FileDispositionInfoEx", + "value": "21" + }, + { + "name": "FileRenameInfoEx", + "value": "22" + }, + { + "name": "FileCaseSensitiveInfo", + "value": "23" + }, + { + "name": "FileNormalizedNameInfo", + "value": "24" + }, + { + "name": "MaximumFileInfoByHandleClass", + "value": "25" + } + ], + "id": "74", + "kind": "Struct", + "name": "_FILE_INFO_BY_HANDLE_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INFO_BY_HANDLE_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DebuggerStartActive", + "value": "0" + }, + { + "name": "DebuggerStartAutoEnable", + "value": "1" + }, + { + "name": "DebuggerStartDisable", + "value": "2" + } + ], + "id": "75", + "kind": "Struct", + "name": "_BcdLibrary_DebuggerStartPolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibrary_DebuggerStartPolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BootLoad", + "value": "0" + }, + { + "name": "SystemLoad", + "value": "1" + }, + { + "name": "AutoLoad", + "value": "2" + }, + { + "name": "DemandLoad", + "value": "3" + }, + { + "name": "DisableLoad", + "value": "4" + } + ], + "id": "76", + "kind": "Struct", + "name": "_CM_SERVICE_LOAD_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_SERVICE_LOAD_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KTMOBJECT_TRANSACTION", + "value": "0" + }, + { + "name": "KTMOBJECT_TRANSACTION_MANAGER", + "value": "1" + }, + { + "name": "KTMOBJECT_RESOURCE_MANAGER", + "value": "2" + }, + { + "name": "KTMOBJECT_ENLISTMENT", + "value": "3" + }, + { + "name": "KTMOBJECT_INVALID", + "value": "4" + } + ], + "id": "77", + "kind": "Struct", + "name": "_KTMOBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KTMOBJECT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ThreadMemoryPriority", + "value": "0" + }, + { + "name": "ThreadAbsoluteCpuPriority", + "value": "1" + }, + { + "name": "ThreadDynamicCodePolicy", + "value": "2" + }, + { + "name": "ThreadPowerThrottling", + "value": "3" + }, + { + "name": "ThreadInformationClassMax", + "value": "4" + } + ], + "id": "78", + "kind": "Struct", + "name": "_THREAD_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PdataRefToFullXdata", + "value": "0" + }, + { + "name": "PdataPackedUnwindFunction", + "value": "1" + }, + { + "name": "PdataPackedUnwindFragment", + "value": "2" + } + ], + "id": "79", + "kind": "Struct", + "name": "ARM64_FNPDATA_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ARM64_FNPDATA_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PdataCrUnchained", + "value": "0" + }, + { + "name": "PdataCrUnchainedSavedLr", + "value": "1" + }, + { + "name": "PdataCrChainedWithPac", + "value": "2" + }, + { + "name": "PdataCrChained", + "value": "3" + } + ], + "id": "80", + "kind": "Struct", + "name": "ARM64_FNPDATA_CR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ARM64_FNPDATA_CR" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "COMIMAGE_FLAGS_ILONLY", + "value": "1" + }, + { + "name": "COMIMAGE_FLAGS_32BITREQUIRED", + "value": "2" + }, + { + "name": "COMIMAGE_FLAGS_IL_LIBRARY", + "value": "4" + }, + { + "name": "COMIMAGE_FLAGS_STRONGNAMESIGNED", + "value": "8" + }, + { + "name": "COMIMAGE_FLAGS_NATIVE_ENTRYPOINT", + "value": "16" + }, + { + "name": "COMIMAGE_FLAGS_TRACKDEBUGDATA", + "value": "65536" + }, + { + "name": "COMIMAGE_FLAGS_32BITPREFERRED", + "value": "131072" + }, + { + "name": "COR_VERSION_MAJOR_V2", + "value": "2" + }, + { + "name": "COR_VERSION_MAJOR", + "value": "2" + }, + { + "name": "COR_VERSION_MINOR", + "value": "5" + }, + { + "name": "COR_DELETED_NAME_LENGTH", + "value": "8" + }, + { + "name": "COR_VTABLEGAP_NAME_LENGTH", + "value": "8" + }, + { + "name": "NATIVE_TYPE_MAX_CB", + "value": "1" + }, + { + "name": "COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE", + "value": "255" + }, + { + "name": "IMAGE_COR_MIH_METHODRVA", + "value": "1" + }, + { + "name": "IMAGE_COR_MIH_EHRVA", + "value": "2" + }, + { + "name": "IMAGE_COR_MIH_BASICBLOCK", + "value": "8" + }, + { + "name": "COR_VTABLE_32BIT", + "value": "1" + }, + { + "name": "COR_VTABLE_64BIT", + "value": "2" + }, + { + "name": "COR_VTABLE_FROM_UNMANAGED", + "value": "4" + }, + { + "name": "COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN", + "value": "8" + }, + { + "name": "COR_VTABLE_CALL_MOST_DERIVED", + "value": "16" + }, + { + "name": "IMAGE_COR_EATJ_THUNK_SIZE", + "value": "32" + }, + { + "name": "MAX_CLASS_NAME", + "value": "1024" + }, + { + "name": "MAX_PACKAGE_NAME", + "value": "1024" + } + ], + "id": "81", + "kind": "Struct", + "name": "ReplacesCorHdrNumericDefines", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ReplacesCorHdrNumericDefines" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GlobalDataIdUnknown", + "value": "0" + }, + { + "name": "GlobalDataIdRngSeedVersion", + "value": "1" + }, + { + "name": "GlobalDataIdInterruptTime", + "value": "2" + }, + { + "name": "GlobalDataIdTimeZoneBias", + "value": "3" + }, + { + "name": "GlobalDataIdImageNumberLow", + "value": "4" + }, + { + "name": "GlobalDataIdImageNumberHigh", + "value": "5" + }, + { + "name": "GlobalDataIdTimeZoneId", + "value": "6" + }, + { + "name": "GlobalDataIdNtMajorVersion", + "value": "7" + }, + { + "name": "GlobalDataIdNtMinorVersion", + "value": "8" + }, + { + "name": "GlobalDataIdSystemExpirationDate", + "value": "9" + }, + { + "name": "GlobalDataIdKdDebuggerEnabled", + "value": "10" + }, + { + "name": "GlobalDataIdCyclesPerYield", + "value": "11" + }, + { + "name": "GlobalDataIdSafeBootMode", + "value": "12" + }, + { + "name": "GlobalDataIdLastSystemRITEventTickCount", + "value": "13" + }, + { + "name": "GlobalDataIdConsoleSharedDataFlags", + "value": "14" + }, + { + "name": "GlobalDataIdNtSystemRootDrive", + "value": "15" + }, + { + "name": "GlobalDataIdQpcBypassEnabled", + "value": "16" + }, + { + "name": "GlobalDataIdQpcData", + "value": "17" + }, + { + "name": "GlobalDataIdQpcBias", + "value": "18" + } + ], + "id": "82", + "kind": "Struct", + "name": "_RTL_SYSTEM_GLOBAL_DATA_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SYSTEM_GLOBAL_DATA_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UmsThreadInvalidInfoClass", + "value": "0" + }, + { + "name": "UmsThreadUserContext", + "value": "1" + }, + { + "name": "UmsThreadPriority", + "value": "2" + }, + { + "name": "UmsThreadAffinity", + "value": "3" + }, + { + "name": "UmsThreadTeb", + "value": "4" + }, + { + "name": "UmsThreadIsSuspended", + "value": "5" + }, + { + "name": "UmsThreadIsTerminated", + "value": "6" + }, + { + "name": "UmsThreadMaxInfoClass", + "value": "7" + } + ], + "id": "83", + "kind": "Struct", + "name": "_RTL_UMS_THREAD_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UMS_THREAD_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "COPYFILE2_PROGRESS_CONTINUE", + "value": "0" + }, + { + "name": "COPYFILE2_PROGRESS_CANCEL", + "value": "1" + }, + { + "name": "COPYFILE2_PROGRESS_STOP", + "value": "2" + }, + { + "name": "COPYFILE2_PROGRESS_QUIET", + "value": "3" + }, + { + "name": "COPYFILE2_PROGRESS_PAUSE", + "value": "4" + } + ], + "id": "84", + "kind": "Struct", + "name": "_COPYFILE2_MESSAGE_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COPYFILE2_MESSAGE_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ImagePolicyEntryTypeNone", + "value": "0" + }, + { + "name": "ImagePolicyEntryTypeBool", + "value": "1" + }, + { + "name": "ImagePolicyEntryTypeInt8", + "value": "2" + }, + { + "name": "ImagePolicyEntryTypeUInt8", + "value": "3" + }, + { + "name": "ImagePolicyEntryTypeInt16", + "value": "4" + }, + { + "name": "ImagePolicyEntryTypeUInt16", + "value": "5" + }, + { + "name": "ImagePolicyEntryTypeInt32", + "value": "6" + }, + { + "name": "ImagePolicyEntryTypeUInt32", + "value": "7" + }, + { + "name": "ImagePolicyEntryTypeInt64", + "value": "8" + }, + { + "name": "ImagePolicyEntryTypeUInt64", + "value": "9" + }, + { + "name": "ImagePolicyEntryTypeAnsiString", + "value": "10" + }, + { + "name": "ImagePolicyEntryTypeUnicodeString", + "value": "11" + }, + { + "name": "ImagePolicyEntryTypeOverride", + "value": "12" + }, + { + "name": "ImagePolicyEntryTypeMaximum", + "value": "13" + } + ], + "id": "85", + "kind": "Struct", + "name": "_IMAGE_POLICY_ENTRY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_POLICY_ENTRY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FindStreamInfoStandard", + "value": "0" + }, + { + "name": "FindStreamInfoMaxInfoLevel", + "value": "1" + } + ], + "id": "86", + "kind": "Struct", + "name": "_STREAM_INFO_LEVELS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAM_INFO_LEVELS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HeapCompatibilityInformation", + "value": "0" + }, + { + "name": "HeapEnableTerminationOnCorruption", + "value": "1" + }, + { + "name": "HeapOptimizeResources", + "value": "3" + }, + { + "name": "HeapTag", + "value": "7" + } + ], + "id": "87", + "kind": "Struct", + "name": "_HEAP_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ACTCTX_RUN_LEVEL_UNSPECIFIED", + "value": "0" + }, + { + "name": "ACTCTX_RUN_LEVEL_AS_INVOKER", + "value": "1" + }, + { + "name": "ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE", + "value": "2" + }, + { + "name": "ACTCTX_RUN_LEVEL_REQUIRE_ADMIN", + "value": "3" + }, + { + "name": "ACTCTX_RUN_LEVEL_NUMBERS", + "value": "4" + } + ], + "id": "88", + "kind": "Struct", + "name": "ACTCTX_REQUESTED_RUN_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ACTCTX_REQUESTED_RUN_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ReadDirectoryNotifyInformation", + "value": "1" + }, + { + "name": "ReadDirectoryNotifyExtendedInformation", + "value": "2" + }, + { + "name": "ReadDirectoryNotifyFullInformation", + "value": "3" + }, + { + "name": "ReadDirectoryNotifyMaximumInformation", + "value": "4" + } + ], + "id": "89", + "kind": "Struct", + "name": "_READ_DIRECTORY_NOTIFY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_READ_DIRECTORY_NOTIFY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IgnoreError", + "value": "0" + }, + { + "name": "NormalError", + "value": "1" + }, + { + "name": "SevereError", + "value": "2" + }, + { + "name": "CriticalError", + "value": "3" + } + ], + "id": "90", + "kind": "Struct", + "name": "_CM_ERROR_CONTROL_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_ERROR_CONTROL_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TransactionOutcomeUndetermined", + "value": "1" + }, + { + "name": "TransactionOutcomeCommitted", + "value": "2" + }, + { + "name": "TransactionOutcomeAborted", + "value": "3" + } + ], + "id": "91", + "kind": "Struct", + "name": "_TRANSACTION_OUTCOME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_OUTCOME" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DPI_AWARENESS_INVALID", + "value": "-1" + }, + { + "name": "DPI_AWARENESS_UNAWARE", + "value": "0" + }, + { + "name": "DPI_AWARENESS_SYSTEM_AWARE", + "value": "1" + }, + { + "name": "DPI_AWARENESS_PER_MONITOR_AWARE", + "value": "2" + } + ], + "id": "92", + "kind": "Struct", + "name": "DPI_AWARENESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DPI_AWARENESS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TransactionBasicInformation", + "value": "0" + }, + { + "name": "TransactionPropertiesInformation", + "value": "1" + }, + { + "name": "TransactionEnlistmentInformation", + "value": "2" + }, + { + "name": "TransactionSuperiorEnlistmentInformation", + "value": "3" + }, + { + "name": "TransactionBindInformation", + "value": "4" + }, + { + "name": "TransactionDTCPrivateInformation", + "value": "5" + } + ], + "id": "93", + "kind": "Struct", + "name": "_TRANSACTION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ResourceManagerBasicInformation", + "value": "0" + }, + { + "name": "ResourceManagerCompletionInformation", + "value": "1" + } + ], + "id": "94", + "kind": "Struct", + "name": "_RESOURCEMANAGER_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RESOURCEMANAGER_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DPI_HOSTING_BEHAVIOR_INVALID", + "value": "-1" + }, + { + "name": "DPI_HOSTING_BEHAVIOR_DEFAULT", + "value": "0" + }, + { + "name": "DPI_HOSTING_BEHAVIOR_MIXED", + "value": "1" + } + ], + "id": "95", + "kind": "Struct", + "name": "DPI_HOSTING_BEHAVIOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DPI_HOSTING_BEHAVIOR" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FindExSearchNameMatch", + "value": "0" + }, + { + "name": "FindExSearchLimitToDirectories", + "value": "1" + }, + { + "name": "FindExSearchLimitToDevices", + "value": "2" + }, + { + "name": "FindExSearchMaxSearchOp", + "value": "3" + } + ], + "id": "96", + "kind": "Struct", + "name": "_FINDEX_SEARCH_OPS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FINDEX_SEARCH_OPS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileStatByNameInfo", + "value": "0" + }, + { + "name": "FileStatLxByNameInfo", + "value": "1" + }, + { + "name": "FileCaseSensitiveByNameInfo", + "value": "2" + }, + { + "name": "FileStatBasicByNameInfo", + "value": "3" + }, + { + "name": "MaximumFileInfoByNameClass", + "value": "4" + } + ], + "id": "97", + "kind": "Struct", + "name": "_FILE_INFO_BY_NAME_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INFO_BY_NAME_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryPartitionInfo", + "value": "0" + }, + { + "name": "MemoryPartitionDedicatedMemoryInfo", + "value": "1" + } + ], + "id": "98", + "kind": "Struct", + "name": "WIN32_MEMORY_PARTITION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WIN32_MEMORY_PARTITION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmConfigDirtyPageCompression", + "value": "0" + }, + { + "name": "SmConfigAsyncInswap", + "value": "1" + }, + { + "name": "SmConfigPrefetchSeekThreshold", + "value": "2" + }, + { + "name": "SmConfigTypeMax", + "value": "3" + } + ], + "id": "99", + "kind": "Struct", + "name": "_SM_CONFIG_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_CONFIG_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessMemoryPriority", + "value": "0" + }, + { + "name": "ProcessMemoryExhaustionInfo", + "value": "1" + }, + { + "name": "ProcessAppMemoryInfo", + "value": "2" + }, + { + "name": "ProcessInPrivateInfo", + "value": "3" + }, + { + "name": "ProcessPowerThrottling", + "value": "4" + }, + { + "name": "ProcessReservedValue1", + "value": "5" + }, + { + "name": "ProcessTelemetryCoverageInfo", + "value": "6" + }, + { + "name": "ProcessProtectionLevelInfo", + "value": "7" + }, + { + "name": "ProcessLeapSecondInfo", + "value": "8" + }, + { + "name": "ProcessMachineTypeInfo", + "value": "9" + }, + { + "name": "ProcessOverrideSubsequentPrefetchParameter", + "value": "10" + }, + { + "name": "ProcessMaxOverridePrefetchParameter", + "value": "11" + }, + { + "name": "ProcessInformationClassMax", + "value": "12" + } + ], + "id": "100", + "kind": "Struct", + "name": "_PROCESS_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UserEnabled", + "value": "1" + }, + { + "name": "KernelEnabled", + "value": "2" + }, + { + "name": "Wow64Container", + "value": "4" + } + ], + "id": "101", + "kind": "Struct", + "name": "_MACHINE_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MACHINE_ATTRIBUTES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PMETypeFailFastOnCommitFailure", + "value": "0" + }, + { + "name": "PMETypeMax", + "value": "1" + } + ], + "id": "102", + "kind": "Struct", + "name": "_PROCESS_MEMORY_EXHAUSTION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MEMORY_EXHAUSTION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ComputerNameNetBIOS", + "value": "0" + }, + { + "name": "ComputerNameDnsHostname", + "value": "1" + }, + { + "name": "ComputerNameDnsDomain", + "value": "2" + }, + { + "name": "ComputerNameDnsFullyQualified", + "value": "3" + }, + { + "name": "ComputerNamePhysicalNetBIOS", + "value": "4" + }, + { + "name": "ComputerNamePhysicalDnsHostname", + "value": "5" + }, + { + "name": "ComputerNamePhysicalDnsDomain", + "value": "6" + }, + { + "name": "ComputerNamePhysicalDnsFullyQualified", + "value": "7" + }, + { + "name": "ComputerNameMax", + "value": "8" + } + ], + "id": "103", + "kind": "Struct", + "name": "_COMPUTER_NAME_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPUTER_NAME_FORMAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeveloperDriveEnablementStateError", + "value": "0" + }, + { + "name": "DeveloperDriveEnabled", + "value": "1" + }, + { + "name": "DeveloperDriveDisabledBySystemPolicy", + "value": "2" + }, + { + "name": "DeveloperDriveDisabledByGroupPolicy", + "value": "3" + } + ], + "id": "104", + "kind": "Struct", + "name": "DEVELOPER_DRIVE_ENABLEMENT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DEVELOPER_DRIVE_ENABLEMENT_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LowMemoryResourceNotification", + "value": "0" + }, + { + "name": "HighMemoryResourceNotification", + "value": "1" + } + ], + "id": "105", + "kind": "Struct", + "name": "_MEMORY_RESOURCE_NOTIFICATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_RESOURCE_NOTIFICATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "VmOfferPriorityVeryLow", + "value": "1" + }, + { + "name": "VmOfferPriorityLow", + "value": "2" + }, + { + "name": "VmOfferPriorityBelowNormal", + "value": "3" + }, + { + "name": "VmOfferPriorityNormal", + "value": "4" + } + ], + "id": "106", + "kind": "Struct", + "name": "OFFER_PRIORITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "OFFER_PRIORITY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryRegionInfo", + "value": "0" + } + ], + "id": "107", + "kind": "Struct", + "name": "WIN32_MEMORY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WIN32_MEMORY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ALLOC_CONSOLE_MODE_DEFAULT", + "value": "0" + }, + { + "name": "ALLOC_CONSOLE_MODE_NEW_WINDOW", + "value": "1" + }, + { + "name": "ALLOC_CONSOLE_MODE_NO_WINDOW", + "value": "2" + } + ], + "id": "108", + "kind": "Struct", + "name": "ALLOC_CONSOLE_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ALLOC_CONSOLE_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ServiceSharedRegistryPersistentState", + "value": "0" + } + ], + "id": "109", + "kind": "Struct", + "name": "SERVICE_SHARED_REGISTRY_STATE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_SHARED_REGISTRY_STATE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FILE_WRITE_FLAGS_NONE", + "value": "0" + }, + { + "name": "FILE_WRITE_FLAGS_WRITE_THROUGH", + "value": "1" + } + ], + "id": "110", + "kind": "Struct", + "name": "FILE_WRITE_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FILE_WRITE_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FILE_FLUSH_DEFAULT", + "value": "0" + }, + { + "name": "FILE_FLUSH_DATA", + "value": "1" + }, + { + "name": "FILE_FLUSH_MIN_METADATA", + "value": "2" + }, + { + "name": "FILE_FLUSH_NO_SYNC", + "value": "3" + } + ], + "id": "111", + "kind": "Struct", + "name": "FILE_FLUSH_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FILE_FLUSH_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ETW_PROCESS_TRACE_MODE_NONE", + "value": "0" + }, + { + "name": "ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP", + "value": "1" + } + ], + "id": "112", + "kind": "Struct", + "name": "ETW_PROCESS_TRACE_MODES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_PROCESS_TRACE_MODES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DEPPolicyAlwaysOff", + "value": "0" + }, + { + "name": "DEPPolicyAlwaysOn", + "value": "1" + }, + { + "name": "DEPPolicyOptIn", + "value": "2" + }, + { + "name": "DEPPolicyOptOut", + "value": "3" + }, + { + "name": "DEPTotalPolicyCount", + "value": "4" + } + ], + "id": "113", + "kind": "Struct", + "name": "_DEP_SYSTEM_POLICY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEP_SYSTEM_POLICY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TDF_REGISTER", + "value": "1" + }, + { + "name": "TDF_UNREGISTER", + "value": "2" + } + ], + "id": "114", + "kind": "Struct", + "name": "TOOLTIP_DISMISS_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "TOOLTIP_DISMISS_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcThreadAttributeParentProcess", + "value": "0" + }, + { + "name": "ProcThreadAttributeHandleList", + "value": "2" + }, + { + "name": "ProcThreadAttributeGroupAffinity", + "value": "3" + }, + { + "name": "ProcThreadAttributePreferredNode", + "value": "4" + }, + { + "name": "ProcThreadAttributeIdealProcessor", + "value": "5" + }, + { + "name": "ProcThreadAttributeUmsThread", + "value": "6" + }, + { + "name": "ProcThreadAttributeMitigationPolicy", + "value": "7" + }, + { + "name": "ProcThreadAttributeSecurityCapabilities", + "value": "9" + }, + { + "name": "ProcThreadAttributeProtectionLevel", + "value": "11" + }, + { + "name": "ProcThreadAttributeJobList", + "value": "13" + }, + { + "name": "ProcThreadAttributeChildProcessPolicy", + "value": "14" + }, + { + "name": "ProcThreadAttributeAllApplicationPackagesPolicy", + "value": "15" + }, + { + "name": "ProcThreadAttributeWin32kFilter", + "value": "16" + }, + { + "name": "ProcThreadAttributeSafeOpenPromptOriginClaim", + "value": "17" + }, + { + "name": "ProcThreadAttributeDesktopAppPolicy", + "value": "18" + }, + { + "name": "ProcThreadAttributePseudoConsole", + "value": "22" + }, + { + "name": "ProcThreadAttributeMitigationAuditPolicy", + "value": "24" + }, + { + "name": "ProcThreadAttributeMachineType", + "value": "25" + }, + { + "name": "ProcThreadAttributeComponentFilter", + "value": "26" + }, + { + "name": "ProcThreadAttributeEnableOptionalXStateFeatures", + "value": "27" + }, + { + "name": "ProcThreadAttributeTrustedApp", + "value": "29" + }, + { + "name": "ProcThreadAttributeSveVectorLength", + "value": "30" + } + ], + "id": "115", + "kind": "Struct", + "name": "_PROC_THREAD_ATTRIBUTE_NUM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE_NUM" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_ADVANCED_COLOR_MODE_SDR", + "value": "0" + }, + { + "name": "DISPLAYCONFIG_ADVANCED_COLOR_MODE_WCG", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_ADVANCED_COLOR_MODE_HDR", + "value": "2" + } + ], + "id": "116", + "kind": "Struct", + "name": "_DISPLAYCONFIG_ADVANCED_COLOR_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_ADVANCED_COLOR_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "COPYFILE2_CALLBACK_NONE", + "value": "0" + }, + { + "name": "COPYFILE2_CALLBACK_CHUNK_STARTED", + "value": "1" + }, + { + "name": "COPYFILE2_CALLBACK_CHUNK_FINISHED", + "value": "2" + }, + { + "name": "COPYFILE2_CALLBACK_STREAM_STARTED", + "value": "3" + }, + { + "name": "COPYFILE2_CALLBACK_STREAM_FINISHED", + "value": "4" + }, + { + "name": "COPYFILE2_CALLBACK_POLL_CONTINUE", + "value": "5" + }, + { + "name": "COPYFILE2_CALLBACK_ERROR", + "value": "6" + }, + { + "name": "COPYFILE2_CALLBACK_MAX", + "value": "7" + } + ], + "id": "117", + "kind": "Struct", + "name": "_COPYFILE2_MESSAGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COPYFILE2_MESSAGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "COPYFILE2_PHASE_NONE", + "value": "0" + }, + { + "name": "COPYFILE2_PHASE_PREPARE_SOURCE", + "value": "1" + }, + { + "name": "COPYFILE2_PHASE_PREPARE_DEST", + "value": "2" + }, + { + "name": "COPYFILE2_PHASE_READ_SOURCE", + "value": "3" + }, + { + "name": "COPYFILE2_PHASE_WRITE_DESTINATION", + "value": "4" + }, + { + "name": "COPYFILE2_PHASE_SERVER_COPY", + "value": "5" + }, + { + "name": "COPYFILE2_PHASE_NAMEGRAFT_COPY", + "value": "6" + }, + { + "name": "COPYFILE2_PHASE_MAX", + "value": "7" + } + ], + "id": "118", + "kind": "Struct", + "name": "_COPYFILE2_COPY_PHASE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COPYFILE2_COPY_PHASE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER", + "value": "-1" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15", + "value": "0" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI", + "value": "5" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS", + "value": "6" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN", + "value": "8" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI", + "value": "9" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL", + "value": "10" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED", + "value": "11" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL", + "value": "12" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED", + "value": "13" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE", + "value": "14" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST", + "value": "15" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED", + "value": "16" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL", + "value": "17" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL", + "value": "18" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL", + "value": "-2147483648" + }, + { + "name": "DISPLAYCONFIG_OUTPUT_TECHNOLOGY_FORCE_UINT32", + "value": "-1" + } + ], + "id": "119", + "kind": "Struct", + "name": "DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE", + "value": "5" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE", + "value": "6" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION", + "value": "7" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION", + "value": "8" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO", + "value": "9" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE", + "value": "10" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL", + "value": "11" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION", + "value": "12" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION", + "value": "13" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_RESERVED1", + "value": "14" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO_2", + "value": "15" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_HDR_STATE", + "value": "16" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_SET_WCG_STATE", + "value": "17" + }, + { + "name": "DISPLAYCONFIG_DEVICE_INFO_FORCE_UINT32", + "value": "-1" + } + ], + "id": "120", + "kind": "Struct", + "name": "DISPLAYCONFIG_DEVICE_INFO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_MODE_INFO_TYPE_TARGET", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_MODE_INFO_TYPE_FORCE_UINT32", + "value": "-1" + } + ], + "id": "121", + "kind": "Struct", + "name": "DISPLAYCONFIG_MODE_INFO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_MODE_INFO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ORIENTATION_PREFERENCE_NONE", + "value": "0" + }, + { + "name": "ORIENTATION_PREFERENCE_LANDSCAPE", + "value": "1" + }, + { + "name": "ORIENTATION_PREFERENCE_PORTRAIT", + "value": "2" + }, + { + "name": "ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED", + "value": "4" + }, + { + "name": "ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED", + "value": "8" + } + ], + "id": "122", + "kind": "Struct", + "name": "ORIENTATION_PREFERENCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ORIENTATION_PREFERENCE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NormalizationOther", + "value": "0" + }, + { + "name": "NormalizationC", + "value": "1" + }, + { + "name": "NormalizationD", + "value": "2" + }, + { + "name": "NormalizationKC", + "value": "5" + }, + { + "name": "NormalizationKD", + "value": "6" + } + ], + "id": "123", + "kind": "Struct", + "name": "_NORM_FORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NORM_FORM" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IMDT_UNAVAILABLE", + "value": "0" + }, + { + "name": "IMDT_KEYBOARD", + "value": "1" + }, + { + "name": "IMDT_MOUSE", + "value": "2" + }, + { + "name": "IMDT_TOUCH", + "value": "4" + }, + { + "name": "IMDT_PEN", + "value": "8" + }, + { + "name": "IMDT_TOUCHPAD", + "value": "16" + } + ], + "id": "124", + "kind": "Struct", + "name": "tagINPUT_MESSAGE_DEVICE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT_MESSAGE_DEVICE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileIdType", + "value": "0" + }, + { + "name": "ObjectIdType", + "value": "1" + }, + { + "name": "ExtendedFileIdType", + "value": "2" + }, + { + "name": "MaximumFileIdType", + "value": "3" + } + ], + "id": "125", + "kind": "Struct", + "name": "_FILE_ID_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BusTypeUnknown", + "value": "0" + }, + { + "name": "BusTypeScsi", + "value": "1" + }, + { + "name": "BusTypeAtapi", + "value": "2" + }, + { + "name": "BusTypeAta", + "value": "3" + }, + { + "name": "BusType1394", + "value": "4" + }, + { + "name": "BusTypeSsa", + "value": "5" + }, + { + "name": "BusTypeFibre", + "value": "6" + }, + { + "name": "BusTypeUsb", + "value": "7" + }, + { + "name": "BusTypeRAID", + "value": "8" + }, + { + "name": "BusTypeiScsi", + "value": "9" + }, + { + "name": "BusTypeSas", + "value": "10" + }, + { + "name": "BusTypeSata", + "value": "11" + }, + { + "name": "BusTypeSd", + "value": "12" + }, + { + "name": "BusTypeMmc", + "value": "13" + }, + { + "name": "BusTypeVirtual", + "value": "14" + }, + { + "name": "BusTypeFileBackedVirtual", + "value": "15" + }, + { + "name": "BusTypeSpaces", + "value": "16" + }, + { + "name": "BusTypeNvme", + "value": "17" + }, + { + "name": "BusTypeSCM", + "value": "18" + }, + { + "name": "BusTypeUfs", + "value": "19" + }, + { + "name": "BusTypeNvmeof", + "value": "20" + }, + { + "name": "BusTypeMax", + "value": "21" + }, + { + "name": "BusTypeMaxReserved", + "value": "127" + } + ], + "id": "126", + "kind": "Struct", + "name": "_STORAGE_BUS_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_BUS_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TimerSetCoalescableTimer", + "value": "0" + }, + { + "name": "MaxTimerInfoClass", + "value": "1" + } + ], + "id": "127", + "kind": "Struct", + "name": "_TIMER_SET_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMER_SET_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SC_STATUS_PROCESS_INFO", + "value": "0" + } + ], + "id": "128", + "kind": "Struct", + "name": "_SC_STATUS_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SC_STATUS_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_ROTATION_IDENTITY", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_ROTATION_ROTATE90", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_ROTATION_ROTATE180", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_ROTATION_ROTATE270", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_ROTATION_FORCE_UINT32", + "value": "-1" + } + ], + "id": "129", + "kind": "Struct", + "name": "DISPLAYCONFIG_ROTATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_ROTATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED", + "value": "0" + }, + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_SCANLINE_ORDERING_FORCE_UINT32", + "value": "-1" + } + ], + "id": "130", + "kind": "Struct", + "name": "DISPLAYCONFIG_SCANLINE_ORDERING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SCANLINE_ORDERING" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_SCALING_IDENTITY", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_SCALING_CENTERED", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_SCALING_STRETCHED", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_SCALING_CUSTOM", + "value": "5" + }, + { + "name": "DISPLAYCONFIG_SCALING_PREFERRED", + "value": "128" + }, + { + "name": "DISPLAYCONFIG_SCALING_FORCE_UINT32", + "value": "-1" + } + ], + "id": "131", + "kind": "Struct", + "name": "DISPLAYCONFIG_SCALING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SCALING" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_PIXELFORMAT_8BPP", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_PIXELFORMAT_16BPP", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_PIXELFORMAT_24BPP", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_PIXELFORMAT_32BPP", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_PIXELFORMAT_NONGDI", + "value": "5" + }, + { + "name": "DISPLAYCONFIG_PIXELFORMAT_FORCE_UINT32", + "value": "-1" + } + ], + "id": "132", + "kind": "Struct", + "name": "DISPLAYCONFIG_PIXELFORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PIXELFORMAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_TOPOLOGY_INTERNAL", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_TOPOLOGY_CLONE", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_TOPOLOGY_EXTEND", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_TOPOLOGY_EXTERNAL", + "value": "8" + }, + { + "name": "DISPLAYCONFIG_TOPOLOGY_FORCE_UINT32", + "value": "-1" + } + ], + "id": "133", + "kind": "Struct", + "name": "DISPLAYCONFIG_TOPOLOGY_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TOPOLOGY_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_RGB", + "value": "0" + }, + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_YCBCR444", + "value": "1" + }, + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_YCBCR422", + "value": "2" + }, + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_YCBCR420", + "value": "3" + }, + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_INTENSITY", + "value": "4" + }, + { + "name": "DISPLAYCONFIG_COLOR_ENCODING_FORCE_UINT32", + "value": "-1" + } + ], + "id": "134", + "kind": "Struct", + "name": "_DISPLAYCONFIG_COLOR_ENCODING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_COLOR_ENCODING" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT", + "value": "0" + }, + { + "name": "EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS", + "value": "1" + } + ], + "id": "135", + "kind": "Struct", + "name": "EDIT_CONTROL_FEATURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "EDIT_CONTROL_FEATURE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FEEDBACK_TOUCH_CONTACTVISUALIZATION", + "value": "1" + }, + { + "name": "FEEDBACK_PEN_BARRELVISUALIZATION", + "value": "2" + }, + { + "name": "FEEDBACK_PEN_TAP", + "value": "3" + }, + { + "name": "FEEDBACK_PEN_DOUBLETAP", + "value": "4" + }, + { + "name": "FEEDBACK_PEN_PRESSANDHOLD", + "value": "5" + }, + { + "name": "FEEDBACK_PEN_RIGHTTAP", + "value": "6" + }, + { + "name": "FEEDBACK_TOUCH_TAP", + "value": "7" + }, + { + "name": "FEEDBACK_TOUCH_DOUBLETAP", + "value": "8" + }, + { + "name": "FEEDBACK_TOUCH_PRESSANDHOLD", + "value": "9" + }, + { + "name": "FEEDBACK_TOUCH_RIGHTTAP", + "value": "10" + }, + { + "name": "FEEDBACK_GESTURE_PRESSANDTAP", + "value": "11" + }, + { + "name": "FEEDBACK_MAX", + "value": "-1" + } + ], + "id": "136", + "kind": "Struct", + "name": "tagFEEDBACK_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagFEEDBACK_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GEOCLASS_NATION", + "value": "16" + }, + { + "name": "GEOCLASS_REGION", + "value": "14" + }, + { + "name": "GEOCLASS_ALL", + "value": "0" + } + ], + "id": "137", + "kind": "Struct", + "name": "SYSGEOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSGEOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DDS_4mm", + "value": "32" + }, + { + "name": "MiniQic", + "value": "33" + }, + { + "name": "Travan", + "value": "34" + }, + { + "name": "QIC", + "value": "35" + }, + { + "name": "MP_8mm", + "value": "36" + }, + { + "name": "AME_8mm", + "value": "37" + }, + { + "name": "AIT1_8mm", + "value": "38" + }, + { + "name": "DLT", + "value": "39" + }, + { + "name": "NCTP", + "value": "40" + }, + { + "name": "IBM_3480", + "value": "41" + }, + { + "name": "IBM_3490E", + "value": "42" + }, + { + "name": "IBM_Magstar_3590", + "value": "43" + }, + { + "name": "IBM_Magstar_MP", + "value": "44" + }, + { + "name": "STK_DATA_D3", + "value": "45" + }, + { + "name": "SONY_DTF", + "value": "46" + }, + { + "name": "DV_6mm", + "value": "47" + }, + { + "name": "DMI", + "value": "48" + }, + { + "name": "SONY_D2", + "value": "49" + }, + { + "name": "CLEANER_CARTRIDGE", + "value": "50" + }, + { + "name": "CD_ROM", + "value": "51" + }, + { + "name": "CD_R", + "value": "52" + }, + { + "name": "CD_RW", + "value": "53" + }, + { + "name": "DVD_ROM", + "value": "54" + }, + { + "name": "DVD_R", + "value": "55" + }, + { + "name": "DVD_RW", + "value": "56" + }, + { + "name": "MO_3_RW", + "value": "57" + }, + { + "name": "MO_5_WO", + "value": "58" + }, + { + "name": "MO_5_RW", + "value": "59" + }, + { + "name": "MO_5_LIMDOW", + "value": "60" + }, + { + "name": "PC_5_WO", + "value": "61" + }, + { + "name": "PC_5_RW", + "value": "62" + }, + { + "name": "PD_5_RW", + "value": "63" + }, + { + "name": "ABL_5_WO", + "value": "64" + }, + { + "name": "PINNACLE_APEX_5_RW", + "value": "65" + }, + { + "name": "SONY_12_WO", + "value": "66" + }, + { + "name": "PHILIPS_12_WO", + "value": "67" + }, + { + "name": "HITACHI_12_WO", + "value": "68" + }, + { + "name": "CYGNET_12_WO", + "value": "69" + }, + { + "name": "KODAK_14_WO", + "value": "70" + }, + { + "name": "MO_NFR_525", + "value": "71" + }, + { + "name": "NIKON_12_RW", + "value": "72" + }, + { + "name": "IOMEGA_ZIP", + "value": "73" + }, + { + "name": "IOMEGA_JAZ", + "value": "74" + }, + { + "name": "SYQUEST_EZ135", + "value": "75" + }, + { + "name": "SYQUEST_EZFLYER", + "value": "76" + }, + { + "name": "SYQUEST_SYJET", + "value": "77" + }, + { + "name": "AVATAR_F2", + "value": "78" + }, + { + "name": "MP2_8mm", + "value": "79" + }, + { + "name": "DST_S", + "value": "80" + }, + { + "name": "DST_M", + "value": "81" + }, + { + "name": "DST_L", + "value": "82" + }, + { + "name": "VXATape_1", + "value": "83" + }, + { + "name": "VXATape_2", + "value": "84" + }, + { + "name": "STK_9840", + "value": "85" + }, + { + "name": "LTO_Ultrium", + "value": "86" + }, + { + "name": "LTO_Accelis", + "value": "87" + }, + { + "name": "DVD_RAM", + "value": "88" + }, + { + "name": "AIT_8mm", + "value": "89" + }, + { + "name": "ADR_1", + "value": "90" + }, + { + "name": "ADR_2", + "value": "91" + }, + { + "name": "STK_9940", + "value": "92" + }, + { + "name": "SAIT", + "value": "93" + }, + { + "name": "VXATape", + "value": "94" + } + ], + "id": "138", + "kind": "Struct", + "name": "_STORAGE_MEDIA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_MEDIA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "POINTER_DEVICE_CURSOR_TYPE_UNKNOWN", + "value": "0" + }, + { + "name": "POINTER_DEVICE_CURSOR_TYPE_TIP", + "value": "1" + }, + { + "name": "POINTER_DEVICE_CURSOR_TYPE_ERASER", + "value": "2" + }, + { + "name": "POINTER_DEVICE_CURSOR_TYPE_MAX", + "value": "-1" + } + ], + "id": "139", + "kind": "Struct", + "name": "tagPOINTER_DEVICE_CURSOR_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_DEVICE_CURSOR_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DCDC_DEFAULT", + "value": "0" + }, + { + "name": "DCDC_DISABLE_FONT_UPDATE", + "value": "1" + }, + { + "name": "DCDC_DISABLE_RELAYOUT", + "value": "2" + } + ], + "id": "140", + "kind": "Struct", + "name": "DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PT_POINTER", + "value": "1" + }, + { + "name": "PT_TOUCH", + "value": "2" + }, + { + "name": "PT_PEN", + "value": "3" + }, + { + "name": "PT_MOUSE", + "value": "4" + }, + { + "name": "PT_TOUCHPAD", + "value": "5" + } + ], + "id": "141", + "kind": "Struct", + "name": "tagPOINTER_INPUT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_INPUT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "POINTER_CHANGE_NONE", + "value": "0" + }, + { + "name": "POINTER_CHANGE_FIRSTBUTTON_DOWN", + "value": "1" + }, + { + "name": "POINTER_CHANGE_FIRSTBUTTON_UP", + "value": "2" + }, + { + "name": "POINTER_CHANGE_SECONDBUTTON_DOWN", + "value": "3" + }, + { + "name": "POINTER_CHANGE_SECONDBUTTON_UP", + "value": "4" + }, + { + "name": "POINTER_CHANGE_THIRDBUTTON_DOWN", + "value": "5" + }, + { + "name": "POINTER_CHANGE_THIRDBUTTON_UP", + "value": "6" + }, + { + "name": "POINTER_CHANGE_FOURTHBUTTON_DOWN", + "value": "7" + }, + { + "name": "POINTER_CHANGE_FOURTHBUTTON_UP", + "value": "8" + }, + { + "name": "POINTER_CHANGE_FIFTHBUTTON_DOWN", + "value": "9" + }, + { + "name": "POINTER_CHANGE_FIFTHBUTTON_UP", + "value": "10" + } + ], + "id": "142", + "kind": "Struct", + "name": "tagPOINTER_BUTTON_CHANGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_BUTTON_CHANGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "POINTER_FEEDBACK_DEFAULT", + "value": "1" + }, + { + "name": "POINTER_FEEDBACK_INDIRECT", + "value": "2" + }, + { + "name": "POINTER_FEEDBACK_NONE", + "value": "3" + } + ], + "id": "143", + "kind": "Struct", + "name": "POINTER_FEEDBACK_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POINTER_FEEDBACK_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ServiceDirectoryPersistentState", + "value": "0" + }, + { + "name": "ServiceDirectoryTypeMax", + "value": "1" + } + ], + "id": "144", + "kind": "Struct", + "name": "SERVICE_DIRECTORY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_DIRECTORY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SC_EVENT_DATABASE_CHANGE", + "value": "0" + }, + { + "name": "SC_EVENT_PROPERTY_CHANGE", + "value": "1" + }, + { + "name": "SC_EVENT_STATUS_CHANGE", + "value": "2" + } + ], + "id": "145", + "kind": "Struct", + "name": "_SC_EVENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SC_EVENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HANDEDNESS_LEFT", + "value": "0" + }, + { + "name": "HANDEDNESS_RIGHT", + "value": "1" + } + ], + "id": "146", + "kind": "Struct", + "name": "tagHANDEDNESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHANDEDNESS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "POINTER_DEVICE_TYPE_INTEGRATED_PEN", + "value": "1" + }, + { + "name": "POINTER_DEVICE_TYPE_EXTERNAL_PEN", + "value": "2" + }, + { + "name": "POINTER_DEVICE_TYPE_TOUCH", + "value": "3" + }, + { + "name": "POINTER_DEVICE_TYPE_TOUCH_PAD", + "value": "4" + }, + { + "name": "POINTER_DEVICE_TYPE_MAX", + "value": "-1" + } + ], + "id": "147", + "kind": "Struct", + "name": "tagPOINTER_DEVICE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_DEVICE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AR_ENABLED", + "value": "0" + }, + { + "name": "AR_DISABLED", + "value": "1" + }, + { + "name": "AR_SUPPRESSED", + "value": "2" + }, + { + "name": "AR_REMOTESESSION", + "value": "4" + }, + { + "name": "AR_MULTIMON", + "value": "8" + }, + { + "name": "AR_NOSENSOR", + "value": "16" + }, + { + "name": "AR_NOT_SUPPORTED", + "value": "32" + }, + { + "name": "AR_DOCKED", + "value": "64" + }, + { + "name": "AR_LAPTOP", + "value": "128" + } + ], + "id": "148", + "kind": "Struct", + "name": "tagAR_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAR_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IMO_UNAVAILABLE", + "value": "0" + }, + { + "name": "IMO_HARDWARE", + "value": "1" + }, + { + "name": "IMO_INJECTED", + "value": "2" + }, + { + "name": "IMO_SYSTEM", + "value": "4" + } + ], + "id": "149", + "kind": "Struct", + "name": "tagINPUT_MESSAGE_ORIGIN_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT_MESSAGE_ORIGIN_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LEGACY_TOUCHPAD_FEATURE_NONE", + "value": "0" + }, + { + "name": "LEGACY_TOUCHPAD_FEATURE_ENABLE_DISABLE", + "value": "1" + }, + { + "name": "LEGACY_TOUCHPAD_FEATURE_REVERSE_SCROLL_DIRECTION", + "value": "4" + } + ], + "id": "150", + "kind": "Struct", + "name": "LEGACY_TOUCHPAD_FEATURES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LEGACY_TOUCHPAD_FEATURES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TOUCHPAD_SENSITIVITY_LEVEL_MOST_SENSITIVE", + "value": "0" + }, + { + "name": "TOUCHPAD_SENSITIVITY_LEVEL_HIGH_SENSITIVITY", + "value": "1" + }, + { + "name": "TOUCHPAD_SENSITIVITY_LEVEL_MEDIUM_SENSITIVITY", + "value": "2" + }, + { + "name": "TOUCHPAD_SENSITIVITY_LEVEL_LOW_SENSITIVITY", + "value": "3" + }, + { + "name": "TOUCHPAD_SENSITIVITY_LEVEL_LEAST_SENSITIVE", + "value": "4" + } + ], + "id": "151", + "kind": "Struct", + "name": "TOUCHPAD_SENSITIVITY_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "TOUCHPAD_SENSITIVITY_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ServiceRegistryStateParameters", + "value": "0" + }, + { + "name": "ServiceRegistryStatePersistent", + "value": "1" + }, + { + "name": "MaxServiceRegistryStateType", + "value": "2" + } + ], + "id": "152", + "kind": "Struct", + "name": "SERVICE_REGISTRY_STATE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_REGISTRY_STATE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "COMPARE_STRING", + "value": "1" + } + ], + "id": "153", + "kind": "Struct", + "name": "SYSNLS_FUNCTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSNLS_FUNCTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GEO_NATION", + "value": "1" + }, + { + "name": "GEO_LATITUDE", + "value": "2" + }, + { + "name": "GEO_LONGITUDE", + "value": "3" + }, + { + "name": "GEO_ISO2", + "value": "4" + }, + { + "name": "GEO_ISO3", + "value": "5" + }, + { + "name": "GEO_RFC1766", + "value": "6" + }, + { + "name": "GEO_LCID", + "value": "7" + }, + { + "name": "GEO_FRIENDLYNAME", + "value": "8" + }, + { + "name": "GEO_OFFICIALNAME", + "value": "9" + }, + { + "name": "GEO_TIMEZONES", + "value": "10" + }, + { + "name": "GEO_OFFICIALLANGUAGES", + "value": "11" + }, + { + "name": "GEO_ISO_UN_NUMBER", + "value": "12" + }, + { + "name": "GEO_PARENT", + "value": "13" + }, + { + "name": "GEO_DIALINGCODE", + "value": "14" + }, + { + "name": "GEO_CURRENCYCODE", + "value": "15" + }, + { + "name": "GEO_CURRENCYSYMBOL", + "value": "16" + }, + { + "name": "GEO_NAME", + "value": "17" + }, + { + "name": "GEO_ID", + "value": "18" + } + ], + "id": "154", + "kind": "Struct", + "name": "SYSGEOTYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSGEOTYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WriteCacheChangeUnknown", + "value": "0" + }, + { + "name": "WriteCacheNotChangeable", + "value": "1" + }, + { + "name": "WriteCacheChangeable", + "value": "2" + } + ], + "id": "155", + "kind": "Struct", + "name": "_WRITE_CACHE_CHANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WRITE_CACHE_CHANGE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ALLOC_CONSOLE_RESULT_NO_CONSOLE", + "value": "0" + }, + { + "name": "ALLOC_CONSOLE_RESULT_NEW_CONSOLE", + "value": "1" + }, + { + "name": "ALLOC_CONSOLE_RESULT_EXISTING_CONSOLE", + "value": "2" + } + ], + "id": "156", + "kind": "Struct", + "name": "ALLOC_CONSOLE_RESULT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ALLOC_CONSOLE_RESULT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SC_ENUM_PROCESS_INFO", + "value": "0" + } + ], + "id": "157", + "kind": "Struct", + "name": "_SC_ENUM_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SC_ENUM_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SC_ACTION_NONE", + "value": "0" + }, + { + "name": "SC_ACTION_RESTART", + "value": "1" + }, + { + "name": "SC_ACTION_REBOOT", + "value": "2" + }, + { + "name": "SC_ACTION_RUN_COMMAND", + "value": "3" + }, + { + "name": "SC_ACTION_OWN_RESTART", + "value": "4" + } + ], + "id": "158", + "kind": "Struct", + "name": "_SC_ACTION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SC_ACTION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PropertyStandardQuery", + "value": "0" + }, + { + "name": "PropertyExistsQuery", + "value": "1" + }, + { + "name": "PropertyMaskQuery", + "value": "2" + }, + { + "name": "PropertyQueryMaxDefined", + "value": "3" + } + ], + "id": "159", + "kind": "Struct", + "name": "_STORAGE_QUERY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PropertyStandardSet", + "value": "0" + }, + { + "name": "PropertyExistsSet", + "value": "1" + }, + { + "name": "PropertySetMaxDefined", + "value": "2" + } + ], + "id": "160", + "kind": "Struct", + "name": "_STORAGE_SET_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_SET_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageDeviceProperty", + "value": "0" + }, + { + "name": "StorageAdapterProperty", + "value": "1" + }, + { + "name": "StorageDeviceIdProperty", + "value": "2" + }, + { + "name": "StorageDeviceUniqueIdProperty", + "value": "3" + }, + { + "name": "StorageDeviceWriteCacheProperty", + "value": "4" + }, + { + "name": "StorageMiniportProperty", + "value": "5" + }, + { + "name": "StorageAccessAlignmentProperty", + "value": "6" + }, + { + "name": "StorageDeviceSeekPenaltyProperty", + "value": "7" + }, + { + "name": "StorageDeviceTrimProperty", + "value": "8" + }, + { + "name": "StorageDeviceWriteAggregationProperty", + "value": "9" + }, + { + "name": "StorageDeviceDeviceTelemetryProperty", + "value": "10" + }, + { + "name": "StorageDeviceLBProvisioningProperty", + "value": "11" + }, + { + "name": "StorageDevicePowerProperty", + "value": "12" + }, + { + "name": "StorageDeviceCopyOffloadProperty", + "value": "13" + }, + { + "name": "StorageDeviceResiliencyProperty", + "value": "14" + }, + { + "name": "StorageDeviceMediumProductType", + "value": "15" + }, + { + "name": "StorageAdapterRpmbProperty", + "value": "16" + }, + { + "name": "StorageAdapterCryptoProperty", + "value": "17" + }, + { + "name": "StorageDeviceIoCapabilityProperty", + "value": "48" + }, + { + "name": "StorageAdapterProtocolSpecificProperty", + "value": "49" + }, + { + "name": "StorageDeviceProtocolSpecificProperty", + "value": "50" + }, + { + "name": "StorageAdapterTemperatureProperty", + "value": "51" + }, + { + "name": "StorageDeviceTemperatureProperty", + "value": "52" + }, + { + "name": "StorageAdapterPhysicalTopologyProperty", + "value": "53" + }, + { + "name": "StorageDevicePhysicalTopologyProperty", + "value": "54" + }, + { + "name": "StorageDeviceAttributesProperty", + "value": "55" + }, + { + "name": "StorageDeviceManagementStatus", + "value": "56" + }, + { + "name": "StorageAdapterSerialNumberProperty", + "value": "57" + }, + { + "name": "StorageDeviceLocationProperty", + "value": "58" + }, + { + "name": "StorageDeviceNumaProperty", + "value": "59" + }, + { + "name": "StorageDeviceZonedDeviceProperty", + "value": "60" + }, + { + "name": "StorageDeviceUnsafeShutdownCount", + "value": "61" + }, + { + "name": "StorageDeviceEnduranceProperty", + "value": "62" + }, + { + "name": "StorageDeviceLedStateProperty", + "value": "63" + }, + { + "name": "StorageDeviceSelfEncryptionProperty", + "value": "64" + }, + { + "name": "StorageFruIdProperty", + "value": "65" + }, + { + "name": "StorageStackProperty", + "value": "66" + }, + { + "name": "StorageAdapterProtocolSpecificPropertyEx", + "value": "67" + }, + { + "name": "StorageDeviceProtocolSpecificPropertyEx", + "value": "68" + } + ], + "id": "161", + "kind": "Struct", + "name": "_STORAGE_PROPERTY_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROPERTY_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileFsVolumeInformation", + "value": "1" + }, + { + "name": "FileFsLabelInformation", + "value": "2" + }, + { + "name": "FileFsSizeInformation", + "value": "3" + }, + { + "name": "FileFsDeviceInformation", + "value": "4" + }, + { + "name": "FileFsAttributeInformation", + "value": "5" + }, + { + "name": "FileFsControlInformation", + "value": "6" + }, + { + "name": "FileFsFullSizeInformation", + "value": "7" + }, + { + "name": "FileFsObjectIdInformation", + "value": "8" + }, + { + "name": "FileFsDriverPathInformation", + "value": "9" + }, + { + "name": "FileFsVolumeFlagsInformation", + "value": "10" + }, + { + "name": "FileFsSectorSizeInformation", + "value": "11" + }, + { + "name": "FileFsDataCopyInformation", + "value": "12" + }, + { + "name": "FileFsMetadataSizeInformation", + "value": "13" + }, + { + "name": "FileFsFullSizeInformationEx", + "value": "14" + }, + { + "name": "FileFsGuidInformation", + "value": "15" + }, + { + "name": "FileFsMaximumInformation", + "value": "16" + } + ], + "id": "162", + "kind": "Struct", + "name": "_FSINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StoragePortCodeSetReserved", + "value": "0" + }, + { + "name": "StoragePortCodeSetStorport", + "value": "1" + }, + { + "name": "StoragePortCodeSetSCSIport", + "value": "2" + }, + { + "name": "StoragePortCodeSetSpaceport", + "value": "3" + }, + { + "name": "StoragePortCodeSetATAport", + "value": "4" + }, + { + "name": "StoragePortCodeSetUSBport", + "value": "5" + }, + { + "name": "StoragePortCodeSetSBP2port", + "value": "6" + }, + { + "name": "StoragePortCodeSetSDport", + "value": "7" + } + ], + "id": "163", + "kind": "Struct", + "name": "_STORAGE_PORT_CODE_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PORT_CODE_SET" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageIdCodeSetReserved", + "value": "0" + }, + { + "name": "StorageIdCodeSetBinary", + "value": "1" + }, + { + "name": "StorageIdCodeSetAscii", + "value": "2" + }, + { + "name": "StorageIdCodeSetUtf8", + "value": "3" + } + ], + "id": "164", + "kind": "Struct", + "name": "_STORAGE_IDENTIFIER_CODE_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_IDENTIFIER_CODE_SET" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageIdTypeVendorSpecific", + "value": "0" + }, + { + "name": "StorageIdTypeVendorId", + "value": "1" + }, + { + "name": "StorageIdTypeEUI64", + "value": "2" + }, + { + "name": "StorageIdTypeFCPHName", + "value": "3" + }, + { + "name": "StorageIdTypePortRelative", + "value": "4" + }, + { + "name": "StorageIdTypeTargetPortGroup", + "value": "5" + }, + { + "name": "StorageIdTypeLogicalUnitGroup", + "value": "6" + }, + { + "name": "StorageIdTypeMD5LogicalUnitIdentifier", + "value": "7" + }, + { + "name": "StorageIdTypeScsiNameString", + "value": "8" + } + ], + "id": "165", + "kind": "Struct", + "name": "_STORAGE_IDENTIFIER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_IDENTIFIER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageDevicePowerCapUnitsPercent", + "value": "0" + }, + { + "name": "StorageDevicePowerCapUnitsMilliwatts", + "value": "1" + } + ], + "id": "166", + "kind": "Struct", + "name": "_STORAGE_DEVICE_POWER_CAP_UNITS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_POWER_CAP_UNITS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageIdNAAFormatIEEEExtended", + "value": "2" + }, + { + "name": "StorageIdNAAFormatIEEERegistered", + "value": "3" + }, + { + "name": "StorageIdNAAFormatIEEEERegisteredExtended", + "value": "5" + } + ], + "id": "167", + "kind": "Struct", + "name": "_STORAGE_ID_NAA_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ID_NAA_FORMAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageIdAssocDevice", + "value": "0" + }, + { + "name": "StorageIdAssocPort", + "value": "1" + }, + { + "name": "StorageIdAssocTarget", + "value": "2" + } + ], + "id": "168", + "kind": "Struct", + "name": "_STORAGE_ASSOCIATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ASSOCIATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DetectNone", + "value": "0" + }, + { + "name": "DetectInt13", + "value": "1" + }, + { + "name": "DetectExInt13", + "value": "2" + } + ], + "id": "169", + "kind": "Struct", + "name": "_DETECTION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DETECTION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageRpmbFrameTypeUnknown", + "value": "0" + }, + { + "name": "StorageRpmbFrameTypeStandard", + "value": "1" + }, + { + "name": "StorageRpmbFrameTypeMax", + "value": "2" + } + ], + "id": "170", + "kind": "Struct", + "name": "_STORAGE_RPMB_FRAME_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_RPMB_FRAME_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageCryptoAlgorithmUnknown", + "value": "0" + }, + { + "name": "StorageCryptoAlgorithmXTSAES", + "value": "1" + }, + { + "name": "StorageCryptoAlgorithmBitlockerAESCBC", + "value": "2" + }, + { + "name": "StorageCryptoAlgorithmAESECB", + "value": "3" + }, + { + "name": "StorageCryptoAlgorithmESSIVAESCBC", + "value": "4" + }, + { + "name": "StorageCryptoAlgorithmMax", + "value": "5" + } + ], + "id": "171", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_ALGORITHM_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_ALGORITHM_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageCryptoKeySizeUnknown", + "value": "0" + }, + { + "name": "StorageCryptoKeySize128Bits", + "value": "1" + }, + { + "name": "StorageCryptoKeySize192Bits", + "value": "2" + }, + { + "name": "StorageCryptoKeySize256Bits", + "value": "3" + }, + { + "name": "StorageCryptoKeySize512Bits", + "value": "4" + } + ], + "id": "172", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_KEY_SIZE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_KEY_SIZE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProfileTime", + "value": "0" + }, + { + "name": "ProfileAlignmentFixup", + "value": "1" + }, + { + "name": "ProfileTotalIssues", + "value": "2" + }, + { + "name": "ProfilePipelineDry", + "value": "3" + }, + { + "name": "ProfileLoadInstructions", + "value": "4" + }, + { + "name": "ProfilePipelineFrozen", + "value": "5" + }, + { + "name": "ProfileBranchInstructions", + "value": "6" + }, + { + "name": "ProfileTotalNonissues", + "value": "7" + }, + { + "name": "ProfileDcacheMisses", + "value": "8" + }, + { + "name": "ProfileIcacheMisses", + "value": "9" + }, + { + "name": "ProfileCacheMisses", + "value": "10" + }, + { + "name": "ProfileBranchMispredictions", + "value": "11" + }, + { + "name": "ProfileStoreInstructions", + "value": "12" + }, + { + "name": "ProfileFpInstructions", + "value": "13" + }, + { + "name": "ProfileIntegerInstructions", + "value": "14" + }, + { + "name": "Profile2Issue", + "value": "15" + }, + { + "name": "Profile3Issue", + "value": "16" + }, + { + "name": "Profile4Issue", + "value": "17" + }, + { + "name": "ProfileSpecialInstructions", + "value": "18" + }, + { + "name": "ProfileTotalCycles", + "value": "19" + }, + { + "name": "ProfileIcacheIssues", + "value": "20" + }, + { + "name": "ProfileDcacheAccesses", + "value": "21" + }, + { + "name": "ProfileMemoryBarrierCycles", + "value": "22" + }, + { + "name": "ProfileLoadLinkedIssues", + "value": "23" + }, + { + "name": "ProfileMaximum", + "value": "24" + } + ], + "id": "173", + "kind": "Struct", + "name": "_KPROFILE_SOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KPROFILE_SOURCE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NotificationTimer", + "value": "0" + }, + { + "name": "SynchronizationTimer", + "value": "1" + } + ], + "id": "174", + "kind": "Struct", + "name": "_TIMER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageCounterTypeUnknown", + "value": "0" + }, + { + "name": "StorageCounterTypeTemperatureCelsius", + "value": "1" + }, + { + "name": "StorageCounterTypeTemperatureCelsiusMax", + "value": "2" + }, + { + "name": "StorageCounterTypeReadErrorsTotal", + "value": "3" + }, + { + "name": "StorageCounterTypeReadErrorsCorrected", + "value": "4" + }, + { + "name": "StorageCounterTypeReadErrorsUncorrected", + "value": "5" + }, + { + "name": "StorageCounterTypeWriteErrorsTotal", + "value": "6" + }, + { + "name": "StorageCounterTypeWriteErrorsCorrected", + "value": "7" + }, + { + "name": "StorageCounterTypeWriteErrorsUncorrected", + "value": "8" + }, + { + "name": "StorageCounterTypeManufactureDate", + "value": "9" + }, + { + "name": "StorageCounterTypeStartStopCycleCount", + "value": "10" + }, + { + "name": "StorageCounterTypeStartStopCycleCountMax", + "value": "11" + }, + { + "name": "StorageCounterTypeLoadUnloadCycleCount", + "value": "12" + }, + { + "name": "StorageCounterTypeLoadUnloadCycleCountMax", + "value": "13" + }, + { + "name": "StorageCounterTypeWearPercentage", + "value": "14" + }, + { + "name": "StorageCounterTypeWearPercentageWarning", + "value": "15" + }, + { + "name": "StorageCounterTypeWearPercentageMax", + "value": "16" + }, + { + "name": "StorageCounterTypePowerOnHours", + "value": "17" + }, + { + "name": "StorageCounterTypeReadLatency100NSMax", + "value": "18" + }, + { + "name": "StorageCounterTypeWriteLatency100NSMax", + "value": "19" + }, + { + "name": "StorageCounterTypeFlushLatency100NSMax", + "value": "20" + }, + { + "name": "StorageCounterTypeMax", + "value": "21" + } + ], + "id": "175", + "kind": "Struct", + "name": "_STORAGE_COUNTER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_COUNTER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageIceTypeUnknown", + "value": "0" + }, + { + "name": "StorageIceTypeUfs", + "value": "1" + }, + { + "name": "StorageIceTypeNvme", + "value": "2" + } + ], + "id": "176", + "kind": "Struct", + "name": "_STORAGE_ICE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ICE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageTierMediaTypeUnspecified", + "value": "0" + }, + { + "name": "StorageTierMediaTypeDisk", + "value": "1" + }, + { + "name": "StorageTierMediaTypeSsd", + "value": "2" + }, + { + "name": "StorageTierMediaTypeScm", + "value": "4" + }, + { + "name": "StorageTierMediaTypeMax", + "value": "5" + } + ], + "id": "177", + "kind": "Struct", + "name": "_STORAGE_TIER_MEDIA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TIER_MEDIA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageTierClassUnspecified", + "value": "0" + }, + { + "name": "StorageTierClassCapacity", + "value": "1" + }, + { + "name": "StorageTierClassPerformance", + "value": "2" + }, + { + "name": "StorageTierClassMax", + "value": "3" + } + ], + "id": "178", + "kind": "Struct", + "name": "_STORAGE_TIER_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TIER_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmallBusiness", + "value": "0" + }, + { + "name": "Enterprise", + "value": "1" + }, + { + "name": "BackOffice", + "value": "2" + }, + { + "name": "CommunicationServer", + "value": "3" + }, + { + "name": "TerminalServer", + "value": "4" + }, + { + "name": "SmallBusinessRestricted", + "value": "5" + }, + { + "name": "EmbeddedNT", + "value": "6" + }, + { + "name": "DataCenter", + "value": "7" + }, + { + "name": "SingleUserTS", + "value": "8" + }, + { + "name": "Personal", + "value": "9" + }, + { + "name": "Blade", + "value": "10" + }, + { + "name": "EmbeddedRestricted", + "value": "11" + }, + { + "name": "SecurityAppliance", + "value": "12" + }, + { + "name": "StorageServer", + "value": "13" + }, + { + "name": "ComputeServer", + "value": "14" + }, + { + "name": "WHServer", + "value": "15" + }, + { + "name": "PhoneNT", + "value": "16" + }, + { + "name": "MaxSuiteType", + "value": "17" + } + ], + "id": "179", + "kind": "Struct", + "name": "_SUITE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SUITE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProtocolTypeUnknown", + "value": "0" + }, + { + "name": "ProtocolTypeScsi", + "value": "1" + }, + { + "name": "ProtocolTypeAta", + "value": "2" + }, + { + "name": "ProtocolTypeNvme", + "value": "3" + }, + { + "name": "ProtocolTypeSd", + "value": "4" + }, + { + "name": "ProtocolTypeUfs", + "value": "5" + }, + { + "name": "ProtocolTypeProprietary", + "value": "126" + }, + { + "name": "ProtocolTypeMaxReserved", + "value": "127" + } + ], + "id": "180", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PARTITION_STYLE_MBR", + "value": "0" + }, + { + "name": "PARTITION_STYLE_GPT", + "value": "1" + }, + { + "name": "PARTITION_STYLE_RAW", + "value": "2" + } + ], + "id": "181", + "kind": "Struct", + "name": "_PARTITION_STYLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_STYLE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NVMeDataTypeUnknown", + "value": "0" + }, + { + "name": "NVMeDataTypeIdentify", + "value": "1" + }, + { + "name": "NVMeDataTypeLogPage", + "value": "2" + }, + { + "name": "NVMeDataTypeFeature", + "value": "3" + }, + { + "name": "NVMeDataTypeLogPageEx", + "value": "4" + }, + { + "name": "NVMeDataTypeFeatureEx", + "value": "5" + } + ], + "id": "182", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_NVME_DATA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_NVME_DATA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AtaDataTypeUnknown", + "value": "0" + }, + { + "name": "AtaDataTypeIdentify", + "value": "1" + }, + { + "name": "AtaDataTypeLogPage", + "value": "2" + } + ], + "id": "183", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_ATA_DATA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_ATA_DATA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Unknown", + "value": "0" + }, + { + "name": "F5_1Pt2_512", + "value": "1" + }, + { + "name": "F3_1Pt44_512", + "value": "2" + }, + { + "name": "F3_2Pt88_512", + "value": "3" + }, + { + "name": "F3_20Pt8_512", + "value": "4" + }, + { + "name": "F3_720_512", + "value": "5" + }, + { + "name": "F5_360_512", + "value": "6" + }, + { + "name": "F5_320_512", + "value": "7" + }, + { + "name": "F5_320_1024", + "value": "8" + }, + { + "name": "F5_180_512", + "value": "9" + }, + { + "name": "F5_160_512", + "value": "10" + }, + { + "name": "RemovableMedia", + "value": "11" + }, + { + "name": "FixedMedia", + "value": "12" + }, + { + "name": "F3_120M_512", + "value": "13" + }, + { + "name": "F3_640_512", + "value": "14" + }, + { + "name": "F5_640_512", + "value": "15" + }, + { + "name": "F5_720_512", + "value": "16" + }, + { + "name": "F3_1Pt2_512", + "value": "17" + }, + { + "name": "F3_1Pt23_1024", + "value": "18" + }, + { + "name": "F5_1Pt23_1024", + "value": "19" + }, + { + "name": "F3_128Mb_512", + "value": "20" + }, + { + "name": "F3_230Mb_512", + "value": "21" + }, + { + "name": "F8_256_128", + "value": "22" + }, + { + "name": "F3_200Mb_512", + "value": "23" + }, + { + "name": "F3_240M_512", + "value": "24" + }, + { + "name": "F3_32M_512", + "value": "25" + } + ], + "id": "184", + "kind": "Struct", + "name": "_MEDIA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEDIA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WriteCacheTypeUnknown", + "value": "0" + }, + { + "name": "WriteCacheTypeNone", + "value": "1" + }, + { + "name": "WriteCacheTypeWriteBack", + "value": "2" + }, + { + "name": "WriteCacheTypeWriteThrough", + "value": "3" + } + ], + "id": "185", + "kind": "Struct", + "name": "_WRITE_CACHE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WRITE_CACHE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UfsDataTypeUnknown", + "value": "0" + }, + { + "name": "UfsDataTypeQueryDescriptor", + "value": "1" + }, + { + "name": "UfsDataTypeQueryAttribute", + "value": "2" + }, + { + "name": "UfsDataTypeQueryFlag", + "value": "3" + }, + { + "name": "UfsDataTypeQueryDmeAttribute", + "value": "4" + }, + { + "name": "UfsDataTypeQueryDmePeerAttribute", + "value": "5" + }, + { + "name": "UfsDataTypeMax", + "value": "6" + } + ], + "id": "186", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_UFS_DATA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_UFS_DATA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FormFactorUnknown", + "value": "0" + }, + { + "name": "FormFactor3_5", + "value": "1" + }, + { + "name": "FormFactor2_5", + "value": "2" + }, + { + "name": "FormFactor1_8", + "value": "3" + }, + { + "name": "FormFactor1_8Less", + "value": "4" + }, + { + "name": "FormFactorEmbedded", + "value": "5" + }, + { + "name": "FormFactorMemoryCard", + "value": "6" + }, + { + "name": "FormFactormSata", + "value": "7" + }, + { + "name": "FormFactorM_2", + "value": "8" + }, + { + "name": "FormFactorPCIeBoard", + "value": "9" + }, + { + "name": "FormFactorDimm", + "value": "10" + } + ], + "id": "187", + "kind": "Struct", + "name": "_STORAGE_DEVICE_FORM_FACTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_FORM_FACTOR" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DbgIdle", + "value": "0" + }, + { + "name": "DbgReplyPending", + "value": "1" + }, + { + "name": "DbgCreateThreadStateChange", + "value": "2" + }, + { + "name": "DbgCreateProcessStateChange", + "value": "3" + }, + { + "name": "DbgExitThreadStateChange", + "value": "4" + }, + { + "name": "DbgExitProcessStateChange", + "value": "5" + }, + { + "name": "DbgExceptionStateChange", + "value": "6" + }, + { + "name": "DbgBreakpointStateChange", + "value": "7" + }, + { + "name": "DbgSingleStepStateChange", + "value": "8" + }, + { + "name": "DbgLoadDllStateChange", + "value": "9" + }, + { + "name": "DbgUnloadDllStateChange", + "value": "10" + } + ], + "id": "188", + "kind": "Struct", + "name": "_DBG_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBG_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HealthStatusUnknown", + "value": "0" + }, + { + "name": "HealthStatusNormal", + "value": "1" + }, + { + "name": "HealthStatusThrottled", + "value": "2" + }, + { + "name": "HealthStatusWarning", + "value": "3" + }, + { + "name": "HealthStatusDisabled", + "value": "4" + }, + { + "name": "HealthStatusFailed", + "value": "5" + } + ], + "id": "189", + "kind": "Struct", + "name": "_STORAGE_COMPONENT_HEALTH_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_COMPONENT_HEALTH_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemEnvironmentNameInformation", + "value": "1" + }, + { + "name": "SystemEnvironmentValueInformation", + "value": "2" + }, + { + "name": "MaxSystemEnvironmentInfoClass", + "value": "3" + } + ], + "id": "190", + "kind": "Struct", + "name": "_SYSTEM_ENVIRONMENT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ENVIRONMENT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageDiagnosticTargetTypeUndefined", + "value": "0" + }, + { + "name": "StorageDiagnosticTargetTypePort", + "value": "1" + }, + { + "name": "StorageDiagnosticTargetTypeMiniport", + "value": "2" + }, + { + "name": "StorageDiagnosticTargetTypeHbaFirmware", + "value": "3" + }, + { + "name": "StorageDiagnosticTargetTypeMax", + "value": "4" + } + ], + "id": "191", + "kind": "Struct", + "name": "_STORAGE_DIAGNOSTIC_TARGET_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DIAGNOSTIC_TARGET_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RequestSize", + "value": "0" + }, + { + "name": "RequestLocation", + "value": "1" + } + ], + "id": "192", + "kind": "Struct", + "name": "_BIN_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BIN_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DiskHealthUnknown", + "value": "0" + }, + { + "name": "DiskHealthUnhealthy", + "value": "1" + }, + { + "name": "DiskHealthWarning", + "value": "2" + }, + { + "name": "DiskHealthHealthy", + "value": "3" + }, + { + "name": "DiskHealthMax", + "value": "4" + } + ], + "id": "193", + "kind": "Struct", + "name": "_STORAGE_DISK_HEALTH_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DISK_HEALTH_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DiskOpStatusNone", + "value": "0" + }, + { + "name": "DiskOpStatusUnknown", + "value": "1" + }, + { + "name": "DiskOpStatusOk", + "value": "2" + }, + { + "name": "DiskOpStatusPredictingFailure", + "value": "3" + }, + { + "name": "DiskOpStatusInService", + "value": "4" + }, + { + "name": "DiskOpStatusHardwareError", + "value": "5" + }, + { + "name": "DiskOpStatusNotUsable", + "value": "6" + }, + { + "name": "DiskOpStatusTransientError", + "value": "7" + }, + { + "name": "DiskOpStatusMissing", + "value": "8" + } + ], + "id": "194", + "kind": "Struct", + "name": "_STORAGE_DISK_OPERATIONAL_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DISK_OPERATIONAL_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ZonesAttributeTypeAndLengthMayDifferent", + "value": "0" + }, + { + "name": "ZonesAttributeTypeSameLengthSame", + "value": "1" + }, + { + "name": "ZonesAttributeTypeSameLastZoneLengthDifferent", + "value": "2" + }, + { + "name": "ZonesAttributeTypeMayDifferentLengthSame", + "value": "3" + } + ], + "id": "195", + "kind": "Struct", + "name": "_STORAGE_ZONES_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONES_ATTRIBUTES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DiskOpReasonUnknown", + "value": "0" + }, + { + "name": "DiskOpReasonScsiSenseCode", + "value": "1" + }, + { + "name": "DiskOpReasonMedia", + "value": "2" + }, + { + "name": "DiskOpReasonIo", + "value": "3" + }, + { + "name": "DiskOpReasonThresholdExceeded", + "value": "4" + }, + { + "name": "DiskOpReasonLostData", + "value": "5" + }, + { + "name": "DiskOpReasonEnergySource", + "value": "6" + }, + { + "name": "DiskOpReasonConfiguration", + "value": "7" + }, + { + "name": "DiskOpReasonDeviceController", + "value": "8" + }, + { + "name": "DiskOpReasonMediaController", + "value": "9" + }, + { + "name": "DiskOpReasonComponent", + "value": "10" + }, + { + "name": "DiskOpReasonNVDIMM_N", + "value": "11" + }, + { + "name": "DiskOpReasonBackgroundOperation", + "value": "12" + }, + { + "name": "DiskOpReasonInvalidFirmware", + "value": "13" + }, + { + "name": "DiskOpReasonHealthCheck", + "value": "14" + }, + { + "name": "DiskOpReasonLostDataPersistence", + "value": "15" + }, + { + "name": "DiskOpReasonDisabledByPlatform", + "value": "16" + }, + { + "name": "DiskOpReasonLostWritePersistence", + "value": "17" + }, + { + "name": "DiskOpReasonDataPersistenceLossImminent", + "value": "18" + }, + { + "name": "DiskOpReasonWritePersistenceLossImminent", + "value": "19" + }, + { + "name": "DiskOpReasonMax", + "value": "20" + } + ], + "id": "196", + "kind": "Struct", + "name": "_STORAGE_OPERATIONAL_STATUS_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_OPERATIONAL_STATUS_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ZonedDeviceTypeUnknown", + "value": "0" + }, + { + "name": "ZonedDeviceTypeHostManaged", + "value": "1" + }, + { + "name": "ZonedDeviceTypeHostAware", + "value": "2" + }, + { + "name": "ZonedDeviceTypeDeviceManaged", + "value": "3" + } + ], + "id": "197", + "kind": "Struct", + "name": "_STORAGE_ZONED_DEVICE_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONED_DEVICE_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmBusFirmwareActivationState_Idle", + "value": "0" + }, + { + "name": "ScmBusFirmwareActivationState_Armed", + "value": "1" + }, + { + "name": "ScmBusFirmwareActivationState_Busy", + "value": "2" + } + ], + "id": "198", + "kind": "Struct", + "name": "_SCM_BUS_FIRMWARE_ACTIVATION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_FIRMWARE_ACTIVATION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ZoneTypeUnknown", + "value": "0" + }, + { + "name": "ZoneTypeConventional", + "value": "1" + }, + { + "name": "ZoneTypeSequentialWriteRequired", + "value": "2" + }, + { + "name": "ZoneTypeSequentialWritePreferred", + "value": "3" + }, + { + "name": "ZoneTypeMax", + "value": "4" + } + ], + "id": "199", + "kind": "Struct", + "name": "_STORAGE_ZONE_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EventBasicInformation", + "value": "0" + } + ], + "id": "200", + "kind": "Struct", + "name": "_EVENT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WnfInfoStateNameExist", + "value": "0" + }, + { + "name": "WnfInfoSubscribersPresent", + "value": "1" + }, + { + "name": "WnfInfoIsQuiescent", + "value": "2" + } + ], + "id": "201", + "kind": "Struct", + "name": "_WNF_STATE_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_STATE_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageStackTypeUnknown", + "value": "0" + }, + { + "name": "StorageStackTypeScsi", + "value": "1" + }, + { + "name": "StorageStackTypeNVMe", + "value": "2" + } + ], + "id": "202", + "kind": "Struct", + "name": "_STORAGE_STACK_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_STACK_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ZoneConditionConventional", + "value": "0" + }, + { + "name": "ZoneConditionEmpty", + "value": "1" + }, + { + "name": "ZoneConditionImplicitlyOpened", + "value": "2" + }, + { + "name": "ZoneConditionExplicitlyOpened", + "value": "3" + }, + { + "name": "ZoneConditionClosed", + "value": "4" + }, + { + "name": "ZoneConditionReadOnly", + "value": "13" + }, + { + "name": "ZoneConditionFull", + "value": "14" + }, + { + "name": "ZoneConditionOffline", + "value": "15" + } + ], + "id": "203", + "kind": "Struct", + "name": "_STORAGE_ZONE_CONDITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_CONDITION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FS_BPIO_OP_ENABLE", + "value": "1" + }, + { + "name": "FS_BPIO_OP_DISABLE", + "value": "2" + }, + { + "name": "FS_BPIO_OP_QUERY", + "value": "3" + }, + { + "name": "FS_BPIO_OP_VOLUME_STACK_PAUSE", + "value": "4" + }, + { + "name": "FS_BPIO_OP_VOLUME_STACK_RESUME", + "value": "5" + }, + { + "name": "FS_BPIO_OP_STREAM_PAUSE", + "value": "6" + }, + { + "name": "FS_BPIO_OP_STREAM_RESUME", + "value": "7" + }, + { + "name": "FS_BPIO_OP_GET_INFO", + "value": "8" + }, + { + "name": "FS_BPIO_OP_MAX_OPERATION", + "value": "9" + } + ], + "id": "204", + "kind": "Struct", + "name": "_FS_BPIO_OPERATIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_OPERATIONS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WorkerFactoryTimeout", + "value": "0" + }, + { + "name": "WorkerFactoryRetryTimeout", + "value": "1" + }, + { + "name": "WorkerFactoryIdleTimeout", + "value": "2" + }, + { + "name": "WorkerFactoryBindingCount", + "value": "3" + }, + { + "name": "WorkerFactoryThreadMinimum", + "value": "4" + }, + { + "name": "WorkerFactoryThreadMaximum", + "value": "5" + }, + { + "name": "WorkerFactoryPaused", + "value": "6" + }, + { + "name": "WorkerFactoryBasicInformation", + "value": "7" + }, + { + "name": "WorkerFactoryAdjustThreadGoal", + "value": "8" + }, + { + "name": "WorkerFactoryCallbackType", + "value": "9" + }, + { + "name": "WorkerFactoryStackInformation", + "value": "10" + }, + { + "name": "WorkerFactoryThreadBasePriority", + "value": "11" + }, + { + "name": "WorkerFactoryTimeoutWaiters", + "value": "12" + }, + { + "name": "WorkerFactoryFlags", + "value": "13" + }, + { + "name": "WorkerFactoryThreadSoftMaximum", + "value": "14" + }, + { + "name": "WorkerFactoryThreadCpuSets", + "value": "15" + }, + { + "name": "MaxWorkerFactoryInfoClass", + "value": "16" + } + ], + "id": "205", + "kind": "Struct", + "name": "_WORKERFACTORYINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WORKERFACTORYINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageEncryptionTypeUnknown", + "value": "0" + }, + { + "name": "StorageEncryptionTypeEDrive", + "value": "1" + }, + { + "name": "StorageEncryptionTypeTcgOpal", + "value": "2" + } + ], + "id": "206", + "kind": "Struct", + "name": "_STORAGE_ENCRYPTION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ENCRYPTION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfScenarioTypeNone", + "value": "0" + }, + { + "name": "PfScenarioTypeStandby", + "value": "1" + }, + { + "name": "PfScenarioTypeHibernate", + "value": "2" + }, + { + "name": "PfScenarioTypeFUS", + "value": "3" + }, + { + "name": "PfScenarioTypeMax", + "value": "4" + } + ], + "id": "207", + "kind": "Struct", + "name": "_PF_PHASED_SCENARIO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PHASED_SCENARIO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Executive", + "value": "0" + }, + { + "name": "FreePage", + "value": "1" + }, + { + "name": "PageIn", + "value": "2" + }, + { + "name": "PoolAllocation", + "value": "3" + }, + { + "name": "DelayExecution", + "value": "4" + }, + { + "name": "Suspended", + "value": "5" + }, + { + "name": "UserRequest", + "value": "6" + }, + { + "name": "WrExecutive", + "value": "7" + }, + { + "name": "WrFreePage", + "value": "8" + }, + { + "name": "WrPageIn", + "value": "9" + }, + { + "name": "WrPoolAllocation", + "value": "10" + }, + { + "name": "WrDelayExecution", + "value": "11" + }, + { + "name": "WrSuspended", + "value": "12" + }, + { + "name": "WrUserRequest", + "value": "13" + }, + { + "name": "WrEventPair", + "value": "14" + }, + { + "name": "WrQueue", + "value": "15" + }, + { + "name": "WrLpcReceive", + "value": "16" + }, + { + "name": "WrLpcReply", + "value": "17" + }, + { + "name": "WrVirtualMemory", + "value": "18" + }, + { + "name": "WrPageOut", + "value": "19" + }, + { + "name": "WrRendezvous", + "value": "20" + }, + { + "name": "WrKeyedEvent", + "value": "21" + }, + { + "name": "WrTerminated", + "value": "22" + }, + { + "name": "WrProcessInSwap", + "value": "23" + }, + { + "name": "WrCpuRateControl", + "value": "24" + }, + { + "name": "WrCalloutStack", + "value": "25" + }, + { + "name": "WrKernel", + "value": "26" + }, + { + "name": "WrResource", + "value": "27" + }, + { + "name": "WrPushLock", + "value": "28" + }, + { + "name": "WrMutex", + "value": "29" + }, + { + "name": "WrQuantumEnd", + "value": "30" + }, + { + "name": "WrDispatchInt", + "value": "31" + }, + { + "name": "WrPreempted", + "value": "32" + }, + { + "name": "WrYieldExecution", + "value": "33" + }, + { + "name": "WrFastMutex", + "value": "34" + }, + { + "name": "WrGuardedMutex", + "value": "35" + }, + { + "name": "WrRundown", + "value": "36" + }, + { + "name": "WrAlertByThreadId", + "value": "37" + }, + { + "name": "WrDeferredPreempt", + "value": "38" + }, + { + "name": "WrPhysicalFault", + "value": "39" + }, + { + "name": "WrIoRing", + "value": "40" + }, + { + "name": "WrMdlCache", + "value": "41" + }, + { + "name": "MaximumWaitReason", + "value": "42" + } + ], + "id": "208", + "kind": "Struct", + "name": "_KWAIT_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KWAIT_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageDiagnosticLevelDefault", + "value": "0" + }, + { + "name": "StorageDiagnosticLevelMax", + "value": "1" + } + ], + "id": "209", + "kind": "Struct", + "name": "_STORAGE_DIAGNOSTIC_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DIAGNOSTIC_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceProblemNone", + "value": "0" + }, + { + "name": "DeviceProblemHardware", + "value": "1" + }, + { + "name": "DeviceProblemCHMError", + "value": "2" + }, + { + "name": "DeviceProblemDoorOpen", + "value": "3" + }, + { + "name": "DeviceProblemCalibrationError", + "value": "4" + }, + { + "name": "DeviceProblemTargetFailure", + "value": "5" + }, + { + "name": "DeviceProblemCHMMoveError", + "value": "6" + }, + { + "name": "DeviceProblemCHMZeroError", + "value": "7" + }, + { + "name": "DeviceProblemCartridgeInsertError", + "value": "8" + }, + { + "name": "DeviceProblemPositionError", + "value": "9" + }, + { + "name": "DeviceProblemSensorError", + "value": "10" + }, + { + "name": "DeviceProblemCartridgeEjectError", + "value": "11" + }, + { + "name": "DeviceProblemGripperError", + "value": "12" + }, + { + "name": "DeviceProblemDriveError", + "value": "13" + } + ], + "id": "210", + "kind": "Struct", + "name": "_CHANGER_DEVICE_PROBLEM_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_DEVICE_PROBLEM_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceInternalStatusDataRequestTypeUndefined", + "value": "0" + }, + { + "name": "DeviceCurrentInternalStatusDataHeader", + "value": "1" + }, + { + "name": "DeviceCurrentInternalStatusData", + "value": "2" + }, + { + "name": "DeviceSavedInternalStatusDataHeader", + "value": "3" + }, + { + "name": "DeviceSavedInternalStatusData", + "value": "4" + } + ], + "id": "211", + "kind": "Struct", + "name": "_DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceStatusDataSetUndefined", + "value": "0" + }, + { + "name": "DeviceStatusDataSet1", + "value": "1" + }, + { + "name": "DeviceStatusDataSet2", + "value": "2" + }, + { + "name": "DeviceStatusDataSet3", + "value": "3" + }, + { + "name": "DeviceStatusDataSet4", + "value": "4" + }, + { + "name": "DeviceStatusDataSetMax", + "value": "5" + } + ], + "id": "212", + "kind": "Struct", + "name": "_DEVICE_INTERNAL_STATUS_DATA_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_INTERNAL_STATUS_DATA_SET" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Initialized", + "value": "0" + }, + { + "name": "Ready", + "value": "1" + }, + { + "name": "Running", + "value": "2" + }, + { + "name": "Standby", + "value": "3" + }, + { + "name": "Terminated", + "value": "4" + }, + { + "name": "Waiting", + "value": "5" + }, + { + "name": "Transition", + "value": "6" + }, + { + "name": "DeferredReady", + "value": "7" + }, + { + "name": "GateWaitObsolete", + "value": "8" + }, + { + "name": "WaitingForProcessInSwap", + "value": "9" + }, + { + "name": "MaximumThreadState", + "value": "10" + } + ], + "id": "213", + "kind": "Struct", + "name": "_KTHREAD_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KTHREAD_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmBusProperty_RuntimeFwActivationInfo", + "value": "0" + }, + { + "name": "ScmBusProperty_DedicatedMemoryInfo", + "value": "1" + }, + { + "name": "ScmBusProperty_DedicatedMemoryState", + "value": "2" + }, + { + "name": "ScmBusProperty_Max", + "value": "3" + } + ], + "id": "214", + "kind": "Struct", + "name": "_SCM_BUS_PROPERTY_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_PROPERTY_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageSanitizeMethodDefault", + "value": "0" + }, + { + "name": "StorageSanitizeMethodBlockErase", + "value": "1" + }, + { + "name": "StorageSanitizeMethodCryptoErase", + "value": "2" + } + ], + "id": "215", + "kind": "Struct", + "name": "_STORAGE_SANITIZE_METHOD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_SANITIZE_METHOD" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceProperty_DeviceInfo", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceProperty_ManagementStatus", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceProperty_FirmwareInfo", + "value": "2" + }, + { + "name": "ScmPhysicalDeviceProperty_LocationString", + "value": "3" + }, + { + "name": "ScmPhysicalDeviceProperty_DeviceSpecificInfo", + "value": "4" + }, + { + "name": "ScmPhysicalDeviceProperty_DeviceHandle", + "value": "5" + }, + { + "name": "ScmPhysicalDeviceProperty_FruIdString", + "value": "6" + }, + { + "name": "ScmPhysicalDeviceProperty_RuntimeFwActivationInfo", + "value": "7" + }, + { + "name": "ScmPhysicalDeviceProperty_RuntimeFwActivationArmState", + "value": "8" + }, + { + "name": "ScmPhysicalDeviceProperty_Max", + "value": "9" + } + ], + "id": "216", + "kind": "Struct", + "name": "_SCM_PD_PROPERTY_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PROPERTY_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CreateFileTypeNone", + "value": "0" + }, + { + "name": "CreateFileTypeNamedPipe", + "value": "1" + }, + { + "name": "CreateFileTypeMailslot", + "value": "2" + } + ], + "id": "217", + "kind": "Struct", + "name": "_CREATE_FILE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_FILE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WriteCacheEnableUnknown", + "value": "0" + }, + { + "name": "WriteCacheDisabled", + "value": "1" + }, + { + "name": "WriteCacheEnabled", + "value": "2" + } + ], + "id": "218", + "kind": "Struct", + "name": "_WRITE_CACHE_ENABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WRITE_CACHE_ENABLE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WriteThroughUnknown", + "value": "0" + }, + { + "name": "WriteThroughNotSupported", + "value": "1" + }, + { + "name": "WriteThroughSupported", + "value": "2" + } + ], + "id": "219", + "kind": "Struct", + "name": "_WRITE_THROUGH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WRITE_THROUGH" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TCCollectionBugCheck", + "value": "1" + }, + { + "name": "TCCollectionApplicationRequested", + "value": "2" + }, + { + "name": "TCCollectionDeviceRequested", + "value": "3" + } + ], + "id": "220", + "kind": "Struct", + "name": "_DEVICEDUMP_COLLECTION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_COLLECTION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SemaphoreBasicInformation", + "value": "0" + } + ], + "id": "221", + "kind": "Struct", + "name": "_SEMAPHORE_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SEMAPHORE_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceOpReason_Unknown", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceOpReason_Media", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceOpReason_ThresholdExceeded", + "value": "2" + }, + { + "name": "ScmPhysicalDeviceOpReason_LostData", + "value": "3" + }, + { + "name": "ScmPhysicalDeviceOpReason_EnergySource", + "value": "4" + }, + { + "name": "ScmPhysicalDeviceOpReason_Configuration", + "value": "5" + }, + { + "name": "ScmPhysicalDeviceOpReason_DeviceController", + "value": "6" + }, + { + "name": "ScmPhysicalDeviceOpReason_MediaController", + "value": "7" + }, + { + "name": "ScmPhysicalDeviceOpReason_Component", + "value": "8" + }, + { + "name": "ScmPhysicalDeviceOpReason_BackgroundOperation", + "value": "9" + }, + { + "name": "ScmPhysicalDeviceOpReason_InvalidFirmware", + "value": "10" + }, + { + "name": "ScmPhysicalDeviceOpReason_HealthCheck", + "value": "11" + }, + { + "name": "ScmPhysicalDeviceOpReason_LostDataPersistence", + "value": "12" + }, + { + "name": "ScmPhysicalDeviceOpReason_DisabledByPlatform", + "value": "13" + }, + { + "name": "ScmPhysicalDeviceOpReason_PermanentError", + "value": "14" + }, + { + "name": "ScmPhysicalDeviceOpReason_LostWritePersistence", + "value": "15" + }, + { + "name": "ScmPhysicalDeviceOpReason_FatalError", + "value": "16" + }, + { + "name": "ScmPhysicalDeviceOpReason_DataPersistenceLossImminent", + "value": "17" + }, + { + "name": "ScmPhysicalDeviceOpReason_WritePersistenceLossImminent", + "value": "18" + }, + { + "name": "ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock", + "value": "19" + }, + { + "name": "ScmPhysicalDeviceOpReason_PerformanceDegradation", + "value": "20" + }, + { + "name": "ScmPhysicalDeviceOpReason_ExcessiveTemperature", + "value": "21" + }, + { + "name": "ScmPhysicalDeviceOpReason_InternalFailure", + "value": "22" + }, + { + "name": "ScmPhysicalDeviceOpReason_Max", + "value": "23" + } + ], + "id": "222", + "kind": "Struct", + "name": "_SCM_PD_OPERATIONAL_STATUS_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_OPERATIONAL_STATUS_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StoragePowerupUnknown", + "value": "0" + }, + { + "name": "StoragePowerupIO", + "value": "1" + }, + { + "name": "StoragePowerupDeviceAttention", + "value": "2" + } + ], + "id": "223", + "kind": "Struct", + "name": "_STORAGE_POWERUP_REASON_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_POWERUP_REASON_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorRpmbProgramAuthKey", + "value": "1" + }, + { + "name": "StorRpmbQueryWriteCounter", + "value": "2" + }, + { + "name": "StorRpmbAuthenticatedWrite", + "value": "3" + }, + { + "name": "StorRpmbAuthenticatedRead", + "value": "4" + }, + { + "name": "StorRpmbReadResultRequest", + "value": "5" + }, + { + "name": "StorRpmbAuthenticatedDeviceConfigWrite", + "value": "6" + }, + { + "name": "StorRpmbAuthenticatedDeviceConfigRead", + "value": "7" + } + ], + "id": "224", + "kind": "Struct", + "name": "_STORAGE_RPMB_COMMAND_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_RPMB_COMMAND_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorAttributeMgmt_ClearAttribute", + "value": "0" + }, + { + "name": "StorAttributeMgmt_SetAttribute", + "value": "1" + }, + { + "name": "StorAttributeMgmt_ResetAttribute", + "value": "2" + } + ], + "id": "225", + "kind": "Struct", + "name": "_STORAGE_ATTRIBUTE_MGMT_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ATTRIBUTE_MGMT_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmRegionFlagNone", + "value": "0" + }, + { + "name": "ScmRegionFlagLabel", + "value": "1" + } + ], + "id": "226", + "kind": "Struct", + "name": "_SCM_REGION_FLAG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_REGION_FLAG" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmBusQuery_Descriptor", + "value": "0" + }, + { + "name": "ScmBusQuery_IsSupported", + "value": "1" + }, + { + "name": "ScmBusQuery_Max", + "value": "2" + } + ], + "id": "227", + "kind": "Struct", + "name": "_SCM_BUS_QUERY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_QUERY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmBusSet_Descriptor", + "value": "0" + }, + { + "name": "ScmBusSet_IsSupported", + "value": "1" + }, + { + "name": "ScmBusSet_Max", + "value": "2" + } + ], + "id": "228", + "kind": "Struct", + "name": "_SCM_BUS_SET_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_SET_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceQuery_Descriptor", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceQuery_IsSupported", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceQuery_Max", + "value": "2" + } + ], + "id": "229", + "kind": "Struct", + "name": "_SCM_PD_QUERY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_QUERY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceSet_Descriptor", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceSet_IsSupported", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceSet_Max", + "value": "2" + } + ], + "id": "230", + "kind": "Struct", + "name": "_SCM_PD_SET_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_SET_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileStorageTierClassUnspecified", + "value": "0" + }, + { + "name": "FileStorageTierClassCapacity", + "value": "1" + }, + { + "name": "FileStorageTierClassPerformance", + "value": "2" + }, + { + "name": "FileStorageTierClassMax", + "value": "3" + } + ], + "id": "231", + "kind": "Struct", + "name": "_FILE_STORAGE_TIER_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceHealth_Unknown", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceHealth_Unhealthy", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceHealth_Warning", + "value": "2" + }, + { + "name": "ScmPhysicalDeviceHealth_Healthy", + "value": "3" + }, + { + "name": "ScmPhysicalDeviceHealth_Max", + "value": "4" + } + ], + "id": "232", + "kind": "Struct", + "name": "_SCM_PD_HEALTH_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_HEALTH_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceOpStatus_Unknown", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceOpStatus_Ok", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceOpStatus_PredictingFailure", + "value": "2" + }, + { + "name": "ScmPhysicalDeviceOpStatus_InService", + "value": "3" + }, + { + "name": "ScmPhysicalDeviceOpStatus_HardwareError", + "value": "4" + }, + { + "name": "ScmPhysicalDeviceOpStatus_NotUsable", + "value": "5" + }, + { + "name": "ScmPhysicalDeviceOpStatus_TransientError", + "value": "6" + }, + { + "name": "ScmPhysicalDeviceOpStatus_Missing", + "value": "7" + }, + { + "name": "ScmPhysicalDeviceOpStatus_Max", + "value": "8" + } + ], + "id": "233", + "kind": "Struct", + "name": "_SCM_PD_OPERATIONAL_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_OPERATIONAL_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPdLastFwActivationStatus_None", + "value": "0" + }, + { + "name": "ScmPdLastFwActivationStatus_Success", + "value": "1" + }, + { + "name": "ScmPdLastFwActivationStatus_FwNotFound", + "value": "2" + }, + { + "name": "ScmPdLastFwActivationStatus_ColdRebootRequired", + "value": "3" + }, + { + "name": "ScmPdLastFwActivaitonStatus_ActivationInProgress", + "value": "4" + }, + { + "name": "ScmPdLastFwActivaitonStatus_Retry", + "value": "5" + }, + { + "name": "ScmPdLastFwActivaitonStatus_FwUnsupported", + "value": "6" + }, + { + "name": "ScmPdLastFwActivaitonStatus_UnknownError", + "value": "7" + } + ], + "id": "234", + "kind": "Struct", + "name": "_SCM_PD_LAST_FW_ACTIVATION_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_LAST_FW_ACTIVATION_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPdFirmwareActivationState_Idle", + "value": "0" + }, + { + "name": "ScmPdFirmwareActivationState_Armed", + "value": "1" + }, + { + "name": "ScmPdFirmwareActivationState_Busy", + "value": "2" + } + ], + "id": "235", + "kind": "Struct", + "name": "_SCM_PD_FIRMWARE_ACTIVATION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_ACTIVATION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmrGcActionStart", + "value": "1" + }, + { + "name": "SmrGcActionStartFullSpeed", + "value": "2" + }, + { + "name": "SmrGcActionPause", + "value": "3" + }, + { + "name": "SmrGcActionStop", + "value": "4" + } + ], + "id": "236", + "kind": "Struct", + "name": "_REFS_SMR_VOLUME_GC_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REFS_SMR_VOLUME_GC_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwCompressionModeRestart", + "value": "0" + }, + { + "name": "EtwCompressionModeNoDisable", + "value": "1" + }, + { + "name": "EtwCompressionModeNoRestart", + "value": "2" + } + ], + "id": "237", + "kind": "Struct", + "name": "ETW_COMPRESSION_RESUMPTION_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_COMPRESSION_RESUMPTION_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ScmPhysicalDeviceReinit_Success", + "value": "0" + }, + { + "name": "ScmPhysicalDeviceReinit_RebootNeeded", + "value": "1" + }, + { + "name": "ScmPhysicalDeviceReinit_ColdBootNeeded", + "value": "2" + }, + { + "name": "ScmPhysicalDeviceReinit_Max", + "value": "3" + } + ], + "id": "238", + "kind": "Struct", + "name": "_SCM_PD_MEDIA_REINITIALIZATION_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_MEDIA_REINITIALIZATION_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EqualPriority", + "value": "0" + }, + { + "name": "KeepPrefetchedData", + "value": "1" + }, + { + "name": "KeepReadData", + "value": "2" + } + ], + "id": "239", + "kind": "Struct", + "name": "DISK_CACHE_RETENTION_PRIORITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISK_CACHE_RETENTION_PRIORITY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "QUERY_FILE_LAYOUT_FILTER_TYPE_NONE", + "value": "0" + }, + { + "name": "QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS", + "value": "1" + }, + { + "name": "QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID", + "value": "2" + }, + { + "name": "QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID", + "value": "3" + }, + { + "name": "QUERY_FILE_LAYOUT_NUM_FILTER_TYPES", + "value": "4" + } + ], + "id": "240", + "kind": "Struct", + "name": "_QUERY_FILE_LAYOUT_FILTER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_FILE_LAYOUT_FILTER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AllElements", + "value": "0" + }, + { + "name": "ChangerTransport", + "value": "1" + }, + { + "name": "ChangerSlot", + "value": "2" + }, + { + "name": "ChangerIEPort", + "value": "3" + }, + { + "name": "ChangerDrive", + "value": "4" + }, + { + "name": "ChangerDoor", + "value": "5" + }, + { + "name": "ChangerKeypad", + "value": "6" + }, + { + "name": "ChangerMaxElement", + "value": "7" + } + ], + "id": "241", + "kind": "Struct", + "name": "_ELEMENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ELEMENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmrGcMethodCompaction", + "value": "1" + }, + { + "name": "SmrGcMethodCompression", + "value": "2" + }, + { + "name": "SmrGcMethodRotation", + "value": "3" + } + ], + "id": "242", + "kind": "Struct", + "name": "_REFS_SMR_VOLUME_GC_METHOD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REFS_SMR_VOLUME_GC_METHOD" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KHeteroCpuPolicyAll", + "value": "0" + }, + { + "name": "KHeteroCpuPolicyLarge", + "value": "1" + }, + { + "name": "KHeteroCpuPolicyLargeOrIdle", + "value": "2" + }, + { + "name": "KHeteroCpuPolicySmall", + "value": "3" + }, + { + "name": "KHeteroCpuPolicySmallOrIdle", + "value": "4" + }, + { + "name": "KHeteroCpuPolicyDynamic", + "value": "5" + }, + { + "name": "KHeteroCpuPolicyStaticMax", + "value": "5" + }, + { + "name": "KHeteroCpuPolicyBiasedSmall", + "value": "6" + }, + { + "name": "KHeteroCpuPolicyBiasedLarge", + "value": "7" + }, + { + "name": "KHeteroCpuPolicyDefault", + "value": "8" + }, + { + "name": "KHeteroCpuPolicyMax", + "value": "9" + } + ], + "id": "243", + "kind": "Struct", + "name": "_KHETERO_CPU_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KHETERO_CPU_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AtomBasicInformation", + "value": "0" + }, + { + "name": "AtomTableInformation", + "value": "1" + } + ], + "id": "244", + "kind": "Struct", + "name": "_ATOM_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ATOM_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_MESSAGE_TYPE_NONE", + "value": "0" + }, + { + "name": "BCD_MESSAGE_TYPE_TRACE", + "value": "1" + }, + { + "name": "BCD_MESSAGE_TYPE_INFORMATION", + "value": "2" + }, + { + "name": "BCD_MESSAGE_TYPE_WARNING", + "value": "3" + }, + { + "name": "BCD_MESSAGE_TYPE_ERROR", + "value": "4" + }, + { + "name": "BCD_MESSAGE_TYPE_MAXIMUM", + "value": "5" + } + ], + "id": "245", + "kind": "Struct", + "name": "_BCD_MESSAGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_MESSAGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MutantBasicInformation", + "value": "0" + }, + { + "name": "MutantOwnerInformation", + "value": "1" + } + ], + "id": "246", + "kind": "Struct", + "name": "_MUTANT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MUTANT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ShrinkPrepare", + "value": "1" + }, + { + "name": "ShrinkCommit", + "value": "2" + }, + { + "name": "ShrinkAbort", + "value": "3" + } + ], + "id": "247", + "kind": "Struct", + "name": "_SHRINK_VOLUME_REQUEST_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SHRINK_VOLUME_REQUEST_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ResponseReturnToCaller", + "value": "0" + }, + { + "name": "ResponseNotHandled", + "value": "1" + }, + { + "name": "ResponseAbort", + "value": "2" + }, + { + "name": "ResponseCancel", + "value": "3" + }, + { + "name": "ResponseIgnore", + "value": "4" + }, + { + "name": "ResponseNo", + "value": "5" + }, + { + "name": "ResponseOk", + "value": "6" + }, + { + "name": "ResponseRetry", + "value": "7" + }, + { + "name": "ResponseYes", + "value": "8" + }, + { + "name": "ResponseTryAgain", + "value": "9" + }, + { + "name": "ResponseContinue", + "value": "10" + } + ], + "id": "248", + "kind": "Struct", + "name": "_HARDERROR_RESPONSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HARDERROR_RESPONSE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CsvControlStartRedirectFile", + "value": "2" + }, + { + "name": "CsvControlStopRedirectFile", + "value": "3" + }, + { + "name": "CsvControlQueryRedirectState", + "value": "4" + }, + { + "name": "CsvControlQueryFileRevision", + "value": "6" + }, + { + "name": "CsvControlQueryMdsPath", + "value": "8" + }, + { + "name": "CsvControlQueryFileRevisionFileId128", + "value": "9" + }, + { + "name": "CsvControlQueryVolumeRedirectState", + "value": "10" + }, + { + "name": "CsvControlEnableUSNRangeModificationTracking", + "value": "13" + }, + { + "name": "CsvControlMarkHandleLocalVolumeMount", + "value": "14" + }, + { + "name": "CsvControlUnmarkHandleLocalVolumeMount", + "value": "15" + }, + { + "name": "CsvControlGetCsvFsMdsPathV2", + "value": "18" + }, + { + "name": "CsvControlDisableCaching", + "value": "19" + }, + { + "name": "CsvControlEnableCaching", + "value": "20" + }, + { + "name": "CsvControlStartForceDFO", + "value": "21" + }, + { + "name": "CsvControlStopForceDFO", + "value": "22" + }, + { + "name": "CsvControlQueryMdsPathNoPause", + "value": "23" + }, + { + "name": "CsvControlSetVolumeId", + "value": "24" + }, + { + "name": "CsvControlQueryVolumeId", + "value": "25" + } + ], + "id": "249", + "kind": "Struct", + "name": "_CSV_CONTROL_OP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_CONTROL_OP" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CsvFsDiskConnectivityNone", + "value": "0" + }, + { + "name": "CsvFsDiskConnectivityMdsNodeOnly", + "value": "1" + }, + { + "name": "CsvFsDiskConnectivitySubsetOfNodes", + "value": "2" + }, + { + "name": "CsvFsDiskConnectivityAllNodes", + "value": "3" + } + ], + "id": "250", + "kind": "Struct", + "name": "_CSVFS_DISK_CONNECTIVITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSVFS_DISK_CONNECTIVITY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "VirtualStorageBehaviorUndefined", + "value": "0" + }, + { + "name": "VirtualStorageBehaviorCacheWriteThrough", + "value": "1" + }, + { + "name": "VirtualStorageBehaviorCacheWriteBack", + "value": "2" + }, + { + "name": "VirtualStorageBehaviorStopIoProcessing", + "value": "3" + }, + { + "name": "VirtualStorageBehaviorRestartIoProcessing", + "value": "4" + } + ], + "id": "251", + "kind": "Struct", + "name": "_VIRTUAL_STORAGE_BEHAVIOR_CODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUAL_STORAGE_BEHAVIOR_CODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LMRQuerySessionInfo", + "value": "1" + } + ], + "id": "252", + "kind": "Struct", + "name": "_LMR_QUERY_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LMR_QUERY_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorageReserveIdNone", + "value": "0" + }, + { + "name": "StorageReserveIdHard", + "value": "1" + }, + { + "name": "StorageReserveIdSoft", + "value": "2" + }, + { + "name": "StorageReserveIdUpdateScratch", + "value": "3" + }, + { + "name": "StorageReserveIdMax", + "value": "4" + } + ], + "id": "253", + "kind": "Struct", + "name": "_STORAGE_RESERVE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_RESERVE_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileStorageTierMediaTypeUnspecified", + "value": "0" + }, + { + "name": "FileStorageTierMediaTypeDisk", + "value": "1" + }, + { + "name": "FileStorageTierMediaTypeSsd", + "value": "2" + }, + { + "name": "FileStorageTierMediaTypeScm", + "value": "4" + }, + { + "name": "FileStorageTierMediaTypeMax", + "value": "5" + } + ], + "id": "254", + "kind": "Struct", + "name": "_FILE_STORAGE_TIER_MEDIA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER_MEDIA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WnfDataScopeSystem", + "value": "0" + }, + { + "name": "WnfDataScopeSession", + "value": "1" + }, + { + "name": "WnfDataScopeUser", + "value": "2" + }, + { + "name": "WnfDataScopeProcess", + "value": "3" + }, + { + "name": "WnfDataScopeMachine", + "value": "4" + }, + { + "name": "WnfDataScopePhysicalMachine", + "value": "5" + } + ], + "id": "255", + "kind": "Struct", + "name": "_WNF_DATA_SCOPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_DATA_SCOPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwContextRegisterTypeNone", + "value": "0" + }, + { + "name": "EtwContextRegisterTypeControl", + "value": "1" + }, + { + "name": "EtwContextRegisterTypeInteger", + "value": "2" + } + ], + "id": "256", + "kind": "Struct", + "name": "ETW_CONTEXT_REGISTER_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_CONTEXT_REGISTER_TYPES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemBasicInformation", + "value": "0" + }, + { + "name": "SystemProcessorInformation", + "value": "1" + }, + { + "name": "SystemPerformanceInformation", + "value": "2" + }, + { + "name": "SystemTimeOfDayInformation", + "value": "3" + }, + { + "name": "SystemPathInformation", + "value": "4" + }, + { + "name": "SystemProcessInformation", + "value": "5" + }, + { + "name": "SystemCallCountInformation", + "value": "6" + }, + { + "name": "SystemDeviceInformation", + "value": "7" + }, + { + "name": "SystemProcessorPerformanceInformation", + "value": "8" + }, + { + "name": "SystemFlagsInformation", + "value": "9" + }, + { + "name": "SystemCallTimeInformation", + "value": "10" + }, + { + "name": "SystemModuleInformation", + "value": "11" + }, + { + "name": "SystemLocksInformation", + "value": "12" + }, + { + "name": "SystemStackTraceInformation", + "value": "13" + }, + { + "name": "SystemPagedPoolInformation", + "value": "14" + }, + { + "name": "SystemNonPagedPoolInformation", + "value": "15" + }, + { + "name": "SystemHandleInformation", + "value": "16" + }, + { + "name": "SystemObjectInformation", + "value": "17" + }, + { + "name": "SystemPageFileInformation", + "value": "18" + }, + { + "name": "SystemVdmInstemulInformation", + "value": "19" + }, + { + "name": "SystemVdmBopInformation", + "value": "20" + }, + { + "name": "SystemFileCacheInformation", + "value": "21" + }, + { + "name": "SystemPoolTagInformation", + "value": "22" + }, + { + "name": "SystemInterruptInformation", + "value": "23" + }, + { + "name": "SystemDpcBehaviorInformation", + "value": "24" + }, + { + "name": "SystemFullMemoryInformation", + "value": "25" + }, + { + "name": "SystemLoadGdiDriverInformation", + "value": "26" + }, + { + "name": "SystemUnloadGdiDriverInformation", + "value": "27" + }, + { + "name": "SystemTimeAdjustmentInformation", + "value": "28" + }, + { + "name": "SystemSummaryMemoryInformation", + "value": "29" + }, + { + "name": "SystemMirrorMemoryInformation", + "value": "30" + }, + { + "name": "SystemPerformanceTraceInformation", + "value": "31" + }, + { + "name": "SystemObsolete0", + "value": "32" + }, + { + "name": "SystemExceptionInformation", + "value": "33" + }, + { + "name": "SystemCrashDumpStateInformation", + "value": "34" + }, + { + "name": "SystemKernelDebuggerInformation", + "value": "35" + }, + { + "name": "SystemContextSwitchInformation", + "value": "36" + }, + { + "name": "SystemRegistryQuotaInformation", + "value": "37" + }, + { + "name": "SystemExtendServiceTableInformation", + "value": "38" + }, + { + "name": "SystemPrioritySeperation", + "value": "39" + }, + { + "name": "SystemVerifierAddDriverInformation", + "value": "40" + }, + { + "name": "SystemVerifierRemoveDriverInformation", + "value": "41" + }, + { + "name": "SystemProcessorIdleInformation", + "value": "42" + }, + { + "name": "SystemLegacyDriverInformation", + "value": "43" + }, + { + "name": "SystemCurrentTimeZoneInformation", + "value": "44" + }, + { + "name": "SystemLookasideInformation", + "value": "45" + }, + { + "name": "SystemTimeSlipNotification", + "value": "46" + }, + { + "name": "SystemSessionCreate", + "value": "47" + }, + { + "name": "SystemSessionDetach", + "value": "48" + }, + { + "name": "SystemSessionInformation", + "value": "49" + }, + { + "name": "SystemRangeStartInformation", + "value": "50" + }, + { + "name": "SystemVerifierInformation", + "value": "51" + }, + { + "name": "SystemVerifierThunkExtend", + "value": "52" + }, + { + "name": "SystemSessionProcessInformation", + "value": "53" + }, + { + "name": "SystemLoadGdiDriverInSystemSpace", + "value": "54" + }, + { + "name": "SystemNumaProcessorMap", + "value": "55" + }, + { + "name": "SystemPrefetcherInformation", + "value": "56" + }, + { + "name": "SystemExtendedProcessInformation", + "value": "57" + }, + { + "name": "SystemRecommendedSharedDataAlignment", + "value": "58" + }, + { + "name": "SystemComPlusPackage", + "value": "59" + }, + { + "name": "SystemNumaAvailableMemory", + "value": "60" + }, + { + "name": "SystemProcessorPowerInformation", + "value": "61" + }, + { + "name": "SystemEmulationBasicInformation", + "value": "62" + }, + { + "name": "SystemEmulationProcessorInformation", + "value": "63" + }, + { + "name": "SystemExtendedHandleInformation", + "value": "64" + }, + { + "name": "SystemLostDelayedWriteInformation", + "value": "65" + }, + { + "name": "SystemBigPoolInformation", + "value": "66" + }, + { + "name": "SystemSessionPoolTagInformation", + "value": "67" + }, + { + "name": "SystemSessionMappedViewInformation", + "value": "68" + }, + { + "name": "SystemHotpatchInformation", + "value": "69" + }, + { + "name": "SystemObjectSecurityMode", + "value": "70" + }, + { + "name": "SystemWatchdogTimerHandler", + "value": "71" + }, + { + "name": "SystemWatchdogTimerInformation", + "value": "72" + }, + { + "name": "SystemLogicalProcessorInformation", + "value": "73" + }, + { + "name": "SystemWow64SharedInformationObsolete", + "value": "74" + }, + { + "name": "SystemRegisterFirmwareTableInformationHandler", + "value": "75" + }, + { + "name": "SystemFirmwareTableInformation", + "value": "76" + }, + { + "name": "SystemModuleInformationEx", + "value": "77" + }, + { + "name": "SystemVerifierTriageInformation", + "value": "78" + }, + { + "name": "SystemSuperfetchInformation", + "value": "79" + }, + { + "name": "SystemMemoryListInformation", + "value": "80" + }, + { + "name": "SystemFileCacheInformationEx", + "value": "81" + }, + { + "name": "SystemThreadPriorityClientIdInformation", + "value": "82" + }, + { + "name": "SystemProcessorIdleCycleTimeInformation", + "value": "83" + }, + { + "name": "SystemVerifierCancellationInformation", + "value": "84" + }, + { + "name": "SystemProcessorPowerInformationEx", + "value": "85" + }, + { + "name": "SystemRefTraceInformation", + "value": "86" + }, + { + "name": "SystemSpecialPoolInformation", + "value": "87" + }, + { + "name": "SystemProcessIdInformation", + "value": "88" + }, + { + "name": "SystemErrorPortInformation", + "value": "89" + }, + { + "name": "SystemBootEnvironmentInformation", + "value": "90" + }, + { + "name": "SystemHypervisorInformation", + "value": "91" + }, + { + "name": "SystemVerifierInformationEx", + "value": "92" + }, + { + "name": "SystemTimeZoneInformation", + "value": "93" + }, + { + "name": "SystemImageFileExecutionOptionsInformation", + "value": "94" + }, + { + "name": "SystemCoverageInformation", + "value": "95" + }, + { + "name": "SystemPrefetchPatchInformation", + "value": "96" + }, + { + "name": "SystemVerifierFaultsInformation", + "value": "97" + }, + { + "name": "SystemSystemPartitionInformation", + "value": "98" + }, + { + "name": "SystemSystemDiskInformation", + "value": "99" + }, + { + "name": "SystemProcessorPerformanceDistribution", + "value": "100" + }, + { + "name": "SystemNumaProximityNodeInformation", + "value": "101" + }, + { + "name": "SystemDynamicTimeZoneInformation", + "value": "102" + }, + { + "name": "SystemCodeIntegrityInformation", + "value": "103" + }, + { + "name": "SystemProcessorMicrocodeUpdateInformation", + "value": "104" + }, + { + "name": "SystemProcessorBrandString", + "value": "105" + }, + { + "name": "SystemVirtualAddressInformation", + "value": "106" + }, + { + "name": "SystemLogicalProcessorAndGroupInformation", + "value": "107" + }, + { + "name": "SystemProcessorCycleTimeInformation", + "value": "108" + }, + { + "name": "SystemStoreInformation", + "value": "109" + }, + { + "name": "SystemRegistryAppendString", + "value": "110" + }, + { + "name": "SystemAitSamplingValue", + "value": "111" + }, + { + "name": "SystemVhdBootInformation", + "value": "112" + }, + { + "name": "SystemCpuQuotaInformation", + "value": "113" + }, + { + "name": "SystemNativeBasicInformation", + "value": "114" + }, + { + "name": "SystemErrorPortTimeouts", + "value": "115" + }, + { + "name": "SystemLowPriorityIoInformation", + "value": "116" + }, + { + "name": "SystemTpmBootEntropyInformation", + "value": "117" + }, + { + "name": "SystemVerifierCountersInformation", + "value": "118" + }, + { + "name": "SystemPagedPoolInformationEx", + "value": "119" + }, + { + "name": "SystemSystemPtesInformationEx", + "value": "120" + }, + { + "name": "SystemNodeDistanceInformation", + "value": "121" + }, + { + "name": "SystemAcpiAuditInformation", + "value": "122" + }, + { + "name": "SystemBasicPerformanceInformation", + "value": "123" + }, + { + "name": "SystemQueryPerformanceCounterInformation", + "value": "124" + }, + { + "name": "SystemSessionBigPoolInformation", + "value": "125" + }, + { + "name": "SystemBootGraphicsInformation", + "value": "126" + }, + { + "name": "SystemScrubPhysicalMemoryInformation", + "value": "127" + }, + { + "name": "SystemBadPageInformation", + "value": "128" + }, + { + "name": "SystemProcessorProfileControlArea", + "value": "129" + }, + { + "name": "SystemCombinePhysicalMemoryInformation", + "value": "130" + }, + { + "name": "SystemEntropyInterruptTimingInformation", + "value": "131" + }, + { + "name": "SystemConsoleInformation", + "value": "132" + }, + { + "name": "SystemPlatformBinaryInformation", + "value": "133" + }, + { + "name": "SystemPolicyInformation", + "value": "134" + }, + { + "name": "SystemHypervisorProcessorCountInformation", + "value": "135" + }, + { + "name": "SystemDeviceDataInformation", + "value": "136" + }, + { + "name": "SystemDeviceDataEnumerationInformation", + "value": "137" + }, + { + "name": "SystemMemoryTopologyInformation", + "value": "138" + }, + { + "name": "SystemMemoryChannelInformation", + "value": "139" + }, + { + "name": "SystemBootLogoInformation", + "value": "140" + }, + { + "name": "SystemProcessorPerformanceInformationEx", + "value": "141" + }, + { + "name": "SystemCriticalProcessErrorLogInformation", + "value": "142" + }, + { + "name": "SystemSecureBootPolicyInformation", + "value": "143" + }, + { + "name": "SystemPageFileInformationEx", + "value": "144" + }, + { + "name": "SystemSecureBootInformation", + "value": "145" + }, + { + "name": "SystemEntropyInterruptTimingRawInformation", + "value": "146" + }, + { + "name": "SystemPortableWorkspaceEfiLauncherInformation", + "value": "147" + }, + { + "name": "SystemFullProcessInformation", + "value": "148" + }, + { + "name": "SystemKernelDebuggerInformationEx", + "value": "149" + }, + { + "name": "SystemBootMetadataInformation", + "value": "150" + }, + { + "name": "SystemSoftRebootInformation", + "value": "151" + }, + { + "name": "SystemElamCertificateInformation", + "value": "152" + }, + { + "name": "SystemOfflineDumpConfigInformation", + "value": "153" + }, + { + "name": "SystemProcessorFeaturesInformation", + "value": "154" + }, + { + "name": "SystemRegistryReconciliationInformation", + "value": "155" + }, + { + "name": "SystemEdidInformation", + "value": "156" + }, + { + "name": "SystemManufacturingInformation", + "value": "157" + }, + { + "name": "SystemEnergyEstimationConfigInformation", + "value": "158" + }, + { + "name": "SystemHypervisorDetailInformation", + "value": "159" + }, + { + "name": "SystemProcessorCycleStatsInformation", + "value": "160" + }, + { + "name": "SystemVmGenerationCountInformation", + "value": "161" + }, + { + "name": "SystemTrustedPlatformModuleInformation", + "value": "162" + }, + { + "name": "SystemKernelDebuggerFlags", + "value": "163" + }, + { + "name": "SystemCodeIntegrityPolicyInformation", + "value": "164" + }, + { + "name": "SystemIsolatedUserModeInformation", + "value": "165" + }, + { + "name": "SystemHardwareSecurityTestInterfaceResultsInformation", + "value": "166" + }, + { + "name": "SystemSingleModuleInformation", + "value": "167" + }, + { + "name": "SystemAllowedCpuSetsInformation", + "value": "168" + }, + { + "name": "SystemVsmProtectionInformation", + "value": "169" + }, + { + "name": "SystemInterruptCpuSetsInformation", + "value": "170" + }, + { + "name": "SystemSecureBootPolicyFullInformation", + "value": "171" + }, + { + "name": "SystemCodeIntegrityPolicyFullInformation", + "value": "172" + }, + { + "name": "SystemAffinitizedInterruptProcessorInformation", + "value": "173" + }, + { + "name": "SystemRootSiloInformation", + "value": "174" + }, + { + "name": "SystemCpuSetInformation", + "value": "175" + }, + { + "name": "SystemCpuSetTagInformation", + "value": "176" + }, + { + "name": "SystemWin32WerStartCallout", + "value": "177" + }, + { + "name": "SystemSecureKernelProfileInformation", + "value": "178" + }, + { + "name": "SystemCodeIntegrityPlatformManifestInformation", + "value": "179" + }, + { + "name": "SystemInterruptSteeringInformation", + "value": "180" + }, + { + "name": "SystemSupportedProcessorArchitectures", + "value": "181" + }, + { + "name": "SystemMemoryUsageInformation", + "value": "182" + }, + { + "name": "SystemCodeIntegrityCertificateInformation", + "value": "183" + }, + { + "name": "SystemPhysicalMemoryInformation", + "value": "184" + }, + { + "name": "SystemControlFlowTransition", + "value": "185" + }, + { + "name": "SystemKernelDebuggingAllowed", + "value": "186" + }, + { + "name": "SystemActivityModerationExeState", + "value": "187" + }, + { + "name": "SystemActivityModerationUserSettings", + "value": "188" + }, + { + "name": "SystemCodeIntegrityPoliciesFullInformation", + "value": "189" + }, + { + "name": "SystemCodeIntegrityUnlockInformation", + "value": "190" + }, + { + "name": "SystemIntegrityQuotaInformation", + "value": "191" + }, + { + "name": "SystemFlushInformation", + "value": "192" + }, + { + "name": "SystemProcessorIdleMaskInformation", + "value": "193" + }, + { + "name": "SystemSecureDumpEncryptionInformation", + "value": "194" + }, + { + "name": "SystemWriteConstraintInformation", + "value": "195" + }, + { + "name": "SystemKernelVaShadowInformation", + "value": "196" + }, + { + "name": "SystemHypervisorSharedPageInformation", + "value": "197" + }, + { + "name": "SystemFirmwareBootPerformanceInformation", + "value": "198" + }, + { + "name": "SystemCodeIntegrityVerificationInformation", + "value": "199" + }, + { + "name": "SystemFirmwarePartitionInformation", + "value": "200" + }, + { + "name": "SystemSpeculationControlInformation", + "value": "201" + }, + { + "name": "SystemDmaGuardPolicyInformation", + "value": "202" + }, + { + "name": "SystemEnclaveLaunchControlInformation", + "value": "203" + }, + { + "name": "SystemWorkloadAllowedCpuSetsInformation", + "value": "204" + }, + { + "name": "SystemCodeIntegrityUnlockModeInformation", + "value": "205" + }, + { + "name": "SystemLeapSecondInformation", + "value": "206" + }, + { + "name": "SystemFlags2Information", + "value": "207" + }, + { + "name": "SystemSecurityModelInformation", + "value": "208" + }, + { + "name": "SystemCodeIntegritySyntheticCacheInformation", + "value": "209" + }, + { + "name": "SystemFeatureConfigurationInformation", + "value": "210" + }, + { + "name": "SystemFeatureConfigurationSectionInformation", + "value": "211" + }, + { + "name": "SystemFeatureUsageSubscriptionInformation", + "value": "212" + }, + { + "name": "SystemSecureSpeculationControlInformation", + "value": "213" + }, + { + "name": "SystemSpacesBootInformation", + "value": "214" + }, + { + "name": "SystemFwRamdiskInformation", + "value": "215" + }, + { + "name": "SystemWheaIpmiHardwareInformation", + "value": "216" + }, + { + "name": "SystemDifSetRuleClassInformation", + "value": "217" + }, + { + "name": "SystemDifClearRuleClassInformation", + "value": "218" + }, + { + "name": "SystemDifApplyPluginVerificationOnDriver", + "value": "219" + }, + { + "name": "SystemDifRemovePluginVerificationOnDriver", + "value": "220" + }, + { + "name": "SystemShadowStackInformation", + "value": "221" + }, + { + "name": "SystemBuildVersionInformation", + "value": "222" + }, + { + "name": "SystemPoolLimitInformation", + "value": "223" + }, + { + "name": "SystemCodeIntegrityAddDynamicStore", + "value": "224" + }, + { + "name": "SystemCodeIntegrityClearDynamicStores", + "value": "225" + }, + { + "name": "SystemDifPoolTrackingInformation", + "value": "226" + }, + { + "name": "SystemPoolZeroingInformation", + "value": "227" + }, + { + "name": "SystemDpcWatchdogInformation", + "value": "228" + }, + { + "name": "SystemDpcWatchdogInformation2", + "value": "229" + }, + { + "name": "SystemSupportedProcessorArchitectures2", + "value": "230" + }, + { + "name": "SystemSingleProcessorRelationshipInformation", + "value": "231" + }, + { + "name": "SystemXfgCheckFailureInformation", + "value": "232" + }, + { + "name": "SystemIommuStateInformation", + "value": "233" + }, + { + "name": "SystemHypervisorMinrootInformation", + "value": "234" + }, + { + "name": "SystemHypervisorBootPagesInformation", + "value": "235" + }, + { + "name": "SystemPointerAuthInformation", + "value": "236" + }, + { + "name": "SystemSecureKernelDebuggerInformation", + "value": "237" + }, + { + "name": "SystemOriginalImageFeatureInformation", + "value": "238" + }, + { + "name": "MaxSystemInfoClass", + "value": "239" + } + ], + "id": "257", + "kind": "Struct", + "name": "_SYSTEM_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileSnapStateInactive", + "value": "0" + }, + { + "name": "FileSnapStateSource", + "value": "1" + }, + { + "name": "FileSnapStateTarget", + "value": "2" + } + ], + "id": "258", + "kind": "Struct", + "name": "_DUPLICATE_EXTENTS_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DUPLICATE_EXTENTS_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmrGcStateInactive", + "value": "0" + }, + { + "name": "SmrGcStatePaused", + "value": "1" + }, + { + "name": "SmrGcStateActive", + "value": "2" + }, + { + "name": "SmrGcStateActiveFullSpeed", + "value": "3" + } + ], + "id": "259", + "kind": "Struct", + "name": "_REFS_SMR_VOLUME_GC_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REFS_SMR_VOLUME_GC_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WaitAll", + "value": "0" + }, + { + "name": "WaitAny", + "value": "1" + }, + { + "name": "WaitNotification", + "value": "2" + } + ], + "id": "260", + "kind": "Struct", + "name": "_WAIT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WAIT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ObjectBasicInformation", + "value": "0" + }, + { + "name": "ObjectNameInformation", + "value": "1" + }, + { + "name": "ObjectTypeInformation", + "value": "2" + }, + { + "name": "ObjectTypesInformation", + "value": "3" + }, + { + "name": "ObjectHandleFlagInformation", + "value": "4" + }, + { + "name": "ObjectSessionInformation", + "value": "5" + }, + { + "name": "ObjectSessionObjectInformation", + "value": "6" + }, + { + "name": "MaxObjectInfoClass", + "value": "7" + } + ], + "id": "261", + "kind": "Struct", + "name": "_OBJECT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NtProductWinNt", + "value": "1" + }, + { + "name": "NtProductLanManNt", + "value": "2" + }, + { + "name": "NtProductServer", + "value": "3" + } + ], + "id": "262", + "kind": "Struct", + "name": "_NT_PRODUCT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NT_PRODUCT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryLocationInvalid", + "value": "0" + }, + { + "name": "MemoryLocationResident", + "value": "1" + }, + { + "name": "MemoryLocationPagefile", + "value": "2" + }, + { + "name": "MemoryLocationReserved", + "value": "3" + } + ], + "id": "263", + "kind": "Struct", + "name": "_MEMORY_WORKING_SET_EX_LOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_EX_LOCATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FSBPIO_INFL_None", + "value": "0" + }, + { + "name": "FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY", + "value": "1" + } + ], + "id": "264", + "kind": "Struct", + "name": "_FS_BPIO_INFLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_INFLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FSBPIO_OUTFL_None", + "value": "0" + }, + { + "name": "FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED", + "value": "1" + }, + { + "name": "FSBPIO_OUTFL_STREAM_BYPASS_PAUSED", + "value": "2" + }, + { + "name": "FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED", + "value": "4" + }, + { + "name": "FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER", + "value": "8" + } + ], + "id": "265", + "kind": "Struct", + "name": "_FS_BPIO_OUTFLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_OUTFLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LdrHotPatchBaseImage", + "value": "0" + }, + { + "name": "LdrHotPatchNotApplied", + "value": "1" + }, + { + "name": "LdrHotPatchAppliedReverse", + "value": "2" + }, + { + "name": "LdrHotPatchAppliedForward", + "value": "3" + }, + { + "name": "LdrHotPatchFailedToPatch", + "value": "4" + }, + { + "name": "LdrHotPatchStateMax", + "value": "5" + } + ], + "id": "266", + "kind": "Struct", + "name": "_LDR_HOT_PATCH_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_HOT_PATCH_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WMI_GET_ALL_DATA", + "value": "0" + }, + { + "name": "WMI_GET_SINGLE_INSTANCE", + "value": "1" + }, + { + "name": "WMI_SET_SINGLE_INSTANCE", + "value": "2" + }, + { + "name": "WMI_SET_SINGLE_ITEM", + "value": "3" + }, + { + "name": "WMI_ENABLE_EVENTS", + "value": "4" + }, + { + "name": "WMI_DISABLE_EVENTS", + "value": "5" + }, + { + "name": "WMI_ENABLE_COLLECTION", + "value": "6" + }, + { + "name": "WMI_DISABLE_COLLECTION", + "value": "7" + }, + { + "name": "WMI_REGINFO", + "value": "8" + }, + { + "name": "WMI_EXECUTE_METHOD", + "value": "9" + }, + { + "name": "WMI_CAPTURE_STATE", + "value": "10" + } + ], + "id": "267", + "kind": "Struct", + "name": "WMIDPREQUESTCODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WMIDPREQUESTCODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NotificationEvent", + "value": "0" + }, + { + "name": "SynchronizationEvent", + "value": "1" + } + ], + "id": "268", + "kind": "Struct", + "name": "_EVENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwPmcOwnerFree", + "value": "0" + }, + { + "name": "EtwPmcOwnerUntagged", + "value": "1" + }, + { + "name": "EtwPmcOwnerTagged", + "value": "2" + }, + { + "name": "EtwPmcOwnerTaggedWithSource", + "value": "3" + } + ], + "id": "269", + "kind": "Struct", + "name": "_ETW_PMC_COUNTER_OWNER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PMC_COUNTER_OWNER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TraceGuidQueryList", + "value": "0" + }, + { + "name": "TraceGuidQueryInfo", + "value": "1" + }, + { + "name": "TraceGuidQueryProcess", + "value": "2" + }, + { + "name": "TraceStackTracingInfo", + "value": "3" + }, + { + "name": "TraceSystemTraceEnableFlagsInfo", + "value": "4" + }, + { + "name": "TraceSampledProfileIntervalInfo", + "value": "5" + }, + { + "name": "TraceProfileSourceConfigInfo", + "value": "6" + }, + { + "name": "TraceProfileSourceListInfo", + "value": "7" + }, + { + "name": "TracePmcEventListInfo", + "value": "8" + }, + { + "name": "TracePmcCounterListInfo", + "value": "9" + }, + { + "name": "TraceSetDisallowList", + "value": "10" + }, + { + "name": "TraceVersionInfo", + "value": "11" + }, + { + "name": "TraceGroupQueryList", + "value": "12" + }, + { + "name": "TraceGroupQueryInfo", + "value": "13" + }, + { + "name": "TraceDisallowListQuery", + "value": "14" + }, + { + "name": "TraceInfoReserved15", + "value": "15" + }, + { + "name": "TracePeriodicCaptureStateListInfo", + "value": "16" + }, + { + "name": "TracePeriodicCaptureStateInfo", + "value": "17" + }, + { + "name": "TraceProviderBinaryTracking", + "value": "18" + }, + { + "name": "TraceMaxLoggersQuery", + "value": "19" + }, + { + "name": "TraceLbrConfigurationInfo", + "value": "20" + }, + { + "name": "TraceLbrEventListInfo", + "value": "21" + }, + { + "name": "TraceMaxPmcCounterQuery", + "value": "22" + }, + { + "name": "TraceStreamCount", + "value": "23" + }, + { + "name": "TraceStackCachingInfo", + "value": "24" + }, + { + "name": "TracePmcCounterOwners", + "value": "25" + }, + { + "name": "TraceUnifiedStackCachingInfo", + "value": "26" + }, + { + "name": "TracePmcSessionInformation", + "value": "27" + }, + { + "name": "TraceContextRegisterInfo", + "value": "28" + }, + { + "name": "MaxTraceSetInfoClass", + "value": "29" + } + ], + "id": "270", + "kind": "Struct", + "name": "_TRACE_QUERY_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_QUERY_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwQueryPartitionInformation", + "value": "1" + }, + { + "name": "EtwQueryPartitionInformationV2", + "value": "2" + }, + { + "name": "EtwQueryLastDroppedTimes", + "value": "3" + }, + { + "name": "EtwQueryLogFileHeader", + "value": "4" + }, + { + "name": "EtwQueryProcessHandleInfoMax", + "value": "5" + } + ], + "id": "271", + "kind": "Struct", + "name": "_ETW_PROCESS_HANDLE_INFO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PROCESS_HANDLE_INFO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LoadReasonStaticDependency", + "value": "0" + }, + { + "name": "LoadReasonStaticForwarderDependency", + "value": "1" + }, + { + "name": "LoadReasonDynamicForwarderDependency", + "value": "2" + }, + { + "name": "LoadReasonDelayloadDependency", + "value": "3" + }, + { + "name": "LoadReasonDynamicLoad", + "value": "4" + }, + { + "name": "LoadReasonAsImageLoad", + "value": "5" + }, + { + "name": "LoadReasonAsDataLoad", + "value": "6" + }, + { + "name": "LoadReasonEnclavePrimary", + "value": "7" + }, + { + "name": "LoadReasonEnclaveDependency", + "value": "8" + }, + { + "name": "LoadReasonPatchImage", + "value": "9" + }, + { + "name": "LoadReasonUnknown", + "value": "-1" + } + ], + "id": "272", + "kind": "Struct", + "name": "_LDR_DLL_LOAD_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DLL_LOAD_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LdrModulesMerged", + "value": "-5" + }, + { + "name": "LdrModulesInitError", + "value": "-4" + }, + { + "name": "LdrModulesSnapError", + "value": "-3" + }, + { + "name": "LdrModulesUnloaded", + "value": "-2" + }, + { + "name": "LdrModulesUnloading", + "value": "-1" + }, + { + "name": "LdrModulesPlaceHolder", + "value": "0" + }, + { + "name": "LdrModulesMapping", + "value": "1" + }, + { + "name": "LdrModulesMapped", + "value": "2" + }, + { + "name": "LdrModulesWaitingForDependencies", + "value": "3" + }, + { + "name": "LdrModulesSnapping", + "value": "4" + }, + { + "name": "LdrModulesSnapped", + "value": "5" + }, + { + "name": "LdrModulesCondensed", + "value": "6" + }, + { + "name": "LdrModulesReadyToInit", + "value": "7" + }, + { + "name": "LdrModulesInitializing", + "value": "8" + }, + { + "name": "LdrModulesReadyToRun", + "value": "9" + } + ], + "id": "273", + "kind": "Struct", + "name": "_LDR_DDAG_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DDAG_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FilterBootOptionOperationOpenSystemStore", + "value": "0" + }, + { + "name": "FilterBootOptionOperationSetElement", + "value": "1" + }, + { + "name": "FilterBootOptionOperationDeleteElement", + "value": "2" + }, + { + "name": "FilterBootOptionOperationMax", + "value": "3" + } + ], + "id": "274", + "kind": "Struct", + "name": "_FILTER_BOOT_OPTION_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILTER_BOOT_OPTION_OPERATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TimerBasicInformation", + "value": "0" + } + ], + "id": "275", + "kind": "Struct", + "name": "_TIMER_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMER_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WnfWellKnownStateName", + "value": "0" + }, + { + "name": "WnfPermanentStateName", + "value": "1" + }, + { + "name": "WnfPersistentStateName", + "value": "2" + }, + { + "name": "WnfTemporaryStateName", + "value": "3" + } + ], + "id": "276", + "kind": "Struct", + "name": "_WNF_STATE_NAME_LIFETIME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_STATE_NAME_LIFETIME" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_OPEN_NONE", + "value": "0" + }, + { + "name": "BCD_OPEN_OPEN_STORE_OFFLINE", + "value": "1" + }, + { + "name": "BCD_OPEN_SYNC_FIRMWARE_ENTRIES", + "value": "2" + } + ], + "id": "277", + "kind": "Struct", + "name": "_BCD_OPEN_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_OPEN_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemCrashDumpDisable", + "value": "0" + }, + { + "name": "SystemCrashDumpReconfigure", + "value": "1" + }, + { + "name": "SystemCrashDumpInitializationComplete", + "value": "2" + } + ], + "id": "278", + "kind": "Struct", + "name": "_SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfKernelInitPhase", + "value": "0" + }, + { + "name": "PfBootDriverInitPhase", + "value": "90" + }, + { + "name": "PfSystemDriverInitPhase", + "value": "120" + }, + { + "name": "PfSessionManagerInitPhase", + "value": "150" + }, + { + "name": "PfSMRegistryInitPhase", + "value": "180" + }, + { + "name": "PfVideoInitPhase", + "value": "210" + }, + { + "name": "PfPostVideoInitPhase", + "value": "240" + }, + { + "name": "PfBootAcceptedRegistryInitPhase", + "value": "270" + }, + { + "name": "PfUserShellReadyPhase", + "value": "300" + }, + { + "name": "PfMaxBootPhaseId", + "value": "900" + } + ], + "id": "279", + "kind": "Struct", + "name": "_PF_BOOT_PHASE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_BOOT_PHASE_ID" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WdActionSetTimeoutValue", + "value": "0" + }, + { + "name": "WdActionQueryTimeoutValue", + "value": "1" + }, + { + "name": "WdActionResetTimer", + "value": "2" + }, + { + "name": "WdActionStopTimer", + "value": "3" + }, + { + "name": "WdActionStartTimer", + "value": "4" + }, + { + "name": "WdActionSetTriggerAction", + "value": "5" + }, + { + "name": "WdActionQueryTriggerAction", + "value": "6" + }, + { + "name": "WdActionQueryState", + "value": "7" + } + ], + "id": "280", + "kind": "Struct", + "name": "_WATCHDOG_HANDLER_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WATCHDOG_HANDLER_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SymbolicLinkGlobalInformation", + "value": "1" + }, + { + "name": "SymbolicLinkAccessMask", + "value": "2" + }, + { + "name": "MaxnSymbolicLinkInfoClass", + "value": "3" + } + ], + "id": "281", + "kind": "Struct", + "name": "_SYMBOLIC_LINK_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYMBOLIC_LINK_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "WdInfoTimeoutValue", + "value": "0" + }, + { + "name": "WdInfoResetTimer", + "value": "1" + }, + { + "name": "WdInfoStopTimer", + "value": "2" + }, + { + "name": "WdInfoStartTimer", + "value": "3" + }, + { + "name": "WdInfoTriggerAction", + "value": "4" + }, + { + "name": "WdInfoState", + "value": "5" + }, + { + "name": "WdInfoTriggerReset", + "value": "6" + }, + { + "name": "WdInfoNop", + "value": "7" + }, + { + "name": "WdInfoGeneratedLastReset", + "value": "8" + }, + { + "name": "WdInfoInvalid", + "value": "9" + } + ], + "id": "282", + "kind": "Struct", + "name": "_WATCHDOG_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WATCHDOG_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemFirmwareTableEnumerate", + "value": "0" + }, + { + "name": "SystemFirmwareTableGet", + "value": "1" + }, + { + "name": "SystemFirmwareTableMax", + "value": "2" + } + ], + "id": "283", + "kind": "Struct", + "name": "_SYSTEM_FIRMWARE_TABLE_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FIRMWARE_TABLE_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryCaptureAccessedBits", + "value": "0" + }, + { + "name": "MemoryCaptureAndResetAccessedBits", + "value": "1" + }, + { + "name": "MemoryEmptyWorkingSets", + "value": "2" + }, + { + "name": "MemoryFlushModifiedList", + "value": "3" + }, + { + "name": "MemoryPurgeStandbyList", + "value": "4" + }, + { + "name": "MemoryPurgeLowPriorityStandbyList", + "value": "5" + }, + { + "name": "MemoryCommandMax", + "value": "6" + } + ], + "id": "284", + "kind": "Struct", + "name": "_SYSTEM_MEMORY_LIST_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_LIST_COMMAND" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "OBNS_Invalid", + "value": "0" + }, + { + "name": "OBNS_Name", + "value": "1" + }, + { + "name": "OBNS_SID", + "value": "2" + }, + { + "name": "OBNS_IL", + "value": "3" + } + ], + "id": "285", + "kind": "Struct", + "name": "_BOUNDARY_ENTRY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BOUNDARY_ENTRY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CoverageAllModules", + "value": "0" + }, + { + "name": "CoverageSearchByHash", + "value": "1" + }, + { + "name": "CoverageSearchByName", + "value": "2" + } + ], + "id": "286", + "kind": "Struct", + "name": "_COVERAGE_REQUEST_CODES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COVERAGE_REQUEST_CODES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ConfigAccessPolicyDefault", + "value": "0" + }, + { + "name": "ConfigAccessPolicyDisallowMmConfig", + "value": "1" + } + ], + "id": "287", + "kind": "Struct", + "name": "_BcdLibrary_ConfigAccessPolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibrary_ConfigAccessPolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemVaTypeAll", + "value": "0" + }, + { + "name": "SystemVaTypeNonPagedPool", + "value": "1" + }, + { + "name": "SystemVaTypePagedPool", + "value": "2" + }, + { + "name": "SystemVaTypeSystemCache", + "value": "3" + }, + { + "name": "SystemVaTypeSystemPtes", + "value": "4" + }, + { + "name": "SystemVaTypeSessionSpace", + "value": "5" + }, + { + "name": "SystemVaTypeMax", + "value": "6" + } + ], + "id": "288", + "kind": "Struct", + "name": "_SYSTEM_VA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StorePageRequest", + "value": "1" + }, + { + "name": "StoreStatsRequest", + "value": "2" + }, + { + "name": "StoreCreateRequest", + "value": "3" + }, + { + "name": "StoreDeleteRequest", + "value": "4" + }, + { + "name": "StoreListRequest", + "value": "5" + }, + { + "name": "Available1", + "value": "6" + }, + { + "name": "StoreEmptyRequest", + "value": "7" + }, + { + "name": "CacheListRequest", + "value": "8" + }, + { + "name": "CacheCreateRequest", + "value": "9" + }, + { + "name": "CacheDeleteRequest", + "value": "10" + }, + { + "name": "CacheStoreCreateRequest", + "value": "11" + }, + { + "name": "CacheStoreDeleteRequest", + "value": "12" + }, + { + "name": "CacheStatsRequest", + "value": "13" + }, + { + "name": "Available2", + "value": "14" + }, + { + "name": "RegistrationRequest", + "value": "15" + }, + { + "name": "GlobalCacheStatsRequest", + "value": "16" + }, + { + "name": "StoreResizeRequest", + "value": "17" + }, + { + "name": "CacheStoreResizeRequest", + "value": "18" + }, + { + "name": "SmConfigRequest", + "value": "19" + }, + { + "name": "StoreHighMemoryPriorityRequest", + "value": "20" + }, + { + "name": "SystemStoreTrimRequest", + "value": "21" + }, + { + "name": "MemCompressionInfoRequest", + "value": "22" + }, + { + "name": "ProcessStoreInfoRequest", + "value": "23" + }, + { + "name": "StoreInformationMax", + "value": "24" + } + ], + "id": "289", + "kind": "Struct", + "name": "_STORE_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORE_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StStatsLevelBasic", + "value": "0" + }, + { + "name": "StStatsLevelIoStats", + "value": "1" + }, + { + "name": "StStatsLevelRegionSpace", + "value": "2" + }, + { + "name": "StStatsLevelSpaceBitmap", + "value": "3" + }, + { + "name": "StStatsLevelMax", + "value": "4" + } + ], + "id": "290", + "kind": "Struct", + "name": "_ST_STATS_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_STATS_LEVEL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IoPriorityVeryLow", + "value": "0" + }, + { + "name": "IoPriorityLow", + "value": "1" + }, + { + "name": "IoPriorityNormal", + "value": "2" + }, + { + "name": "IoPriorityHigh", + "value": "3" + }, + { + "name": "IoPriorityCritical", + "value": "4" + }, + { + "name": "MaxIoPriorityTypes", + "value": "5" + } + ], + "id": "291", + "kind": "Struct", + "name": "_IO_PRIORITY_HINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_PRIORITY_HINT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FileDirectoryInformation", + "value": "1" + }, + { + "name": "FileFullDirectoryInformation", + "value": "2" + }, + { + "name": "FileBothDirectoryInformation", + "value": "3" + }, + { + "name": "FileBasicInformation", + "value": "4" + }, + { + "name": "FileStandardInformation", + "value": "5" + }, + { + "name": "FileInternalInformation", + "value": "6" + }, + { + "name": "FileEaInformation", + "value": "7" + }, + { + "name": "FileAccessInformation", + "value": "8" + }, + { + "name": "FileNameInformation", + "value": "9" + }, + { + "name": "FileRenameInformation", + "value": "10" + }, + { + "name": "FileLinkInformation", + "value": "11" + }, + { + "name": "FileNamesInformation", + "value": "12" + }, + { + "name": "FileDispositionInformation", + "value": "13" + }, + { + "name": "FilePositionInformation", + "value": "14" + }, + { + "name": "FileFullEaInformation", + "value": "15" + }, + { + "name": "FileModeInformation", + "value": "16" + }, + { + "name": "FileAlignmentInformation", + "value": "17" + }, + { + "name": "FileAllInformation", + "value": "18" + }, + { + "name": "FileAllocationInformation", + "value": "19" + }, + { + "name": "FileEndOfFileInformation", + "value": "20" + }, + { + "name": "FileAlternateNameInformation", + "value": "21" + }, + { + "name": "FileStreamInformation", + "value": "22" + }, + { + "name": "FilePipeInformation", + "value": "23" + }, + { + "name": "FilePipeLocalInformation", + "value": "24" + }, + { + "name": "FilePipeRemoteInformation", + "value": "25" + }, + { + "name": "FileMailslotQueryInformation", + "value": "26" + }, + { + "name": "FileMailslotSetInformation", + "value": "27" + }, + { + "name": "FileCompressionInformation", + "value": "28" + }, + { + "name": "FileObjectIdInformation", + "value": "29" + }, + { + "name": "FileCompletionInformation", + "value": "30" + }, + { + "name": "FileMoveClusterInformation", + "value": "31" + }, + { + "name": "FileQuotaInformation", + "value": "32" + }, + { + "name": "FileReparsePointInformation", + "value": "33" + }, + { + "name": "FileNetworkOpenInformation", + "value": "34" + }, + { + "name": "FileAttributeTagInformation", + "value": "35" + }, + { + "name": "FileTrackingInformation", + "value": "36" + }, + { + "name": "FileIdBothDirectoryInformation", + "value": "37" + }, + { + "name": "FileIdFullDirectoryInformation", + "value": "38" + }, + { + "name": "FileValidDataLengthInformation", + "value": "39" + }, + { + "name": "FileShortNameInformation", + "value": "40" + }, + { + "name": "FileIoCompletionNotificationInformation", + "value": "41" + }, + { + "name": "FileIoStatusBlockRangeInformation", + "value": "42" + }, + { + "name": "FileIoPriorityHintInformation", + "value": "43" + }, + { + "name": "FileSfioReserveInformation", + "value": "44" + }, + { + "name": "FileSfioVolumeInformation", + "value": "45" + }, + { + "name": "FileHardLinkInformation", + "value": "46" + }, + { + "name": "FileProcessIdsUsingFileInformation", + "value": "47" + }, + { + "name": "FileNormalizedNameInformation", + "value": "48" + }, + { + "name": "FileNetworkPhysicalNameInformation", + "value": "49" + }, + { + "name": "FileIdGlobalTxDirectoryInformation", + "value": "50" + }, + { + "name": "FileIsRemoteDeviceInformation", + "value": "51" + }, + { + "name": "FileUnusedInformation", + "value": "52" + }, + { + "name": "FileNumaNodeInformation", + "value": "53" + }, + { + "name": "FileStandardLinkInformation", + "value": "54" + }, + { + "name": "FileRemoteProtocolInformation", + "value": "55" + }, + { + "name": "FileRenameInformationBypassAccessCheck", + "value": "56" + }, + { + "name": "FileLinkInformationBypassAccessCheck", + "value": "57" + }, + { + "name": "FileVolumeNameInformation", + "value": "58" + }, + { + "name": "FileIdInformation", + "value": "59" + }, + { + "name": "FileIdExtdDirectoryInformation", + "value": "60" + }, + { + "name": "FileReplaceCompletionInformation", + "value": "61" + }, + { + "name": "FileHardLinkFullIdInformation", + "value": "62" + }, + { + "name": "FileIdExtdBothDirectoryInformation", + "value": "63" + }, + { + "name": "FileDispositionInformationEx", + "value": "64" + }, + { + "name": "FileRenameInformationEx", + "value": "65" + }, + { + "name": "FileRenameInformationExBypassAccessCheck", + "value": "66" + }, + { + "name": "FileDesiredStorageClassInformation", + "value": "67" + }, + { + "name": "FileStatInformation", + "value": "68" + }, + { + "name": "FileMemoryPartitionInformation", + "value": "69" + }, + { + "name": "FileStatLxInformation", + "value": "70" + }, + { + "name": "FileCaseSensitiveInformation", + "value": "71" + }, + { + "name": "FileLinkInformationEx", + "value": "72" + }, + { + "name": "FileLinkInformationExBypassAccessCheck", + "value": "73" + }, + { + "name": "FileStorageReserveIdInformation", + "value": "74" + }, + { + "name": "FileCaseSensitiveInformationForceAccessCheck", + "value": "75" + }, + { + "name": "FileKnownFolderInformation", + "value": "76" + }, + { + "name": "FileStatBasicInformation", + "value": "77" + }, + { + "name": "FileId64ExtdDirectoryInformation", + "value": "78" + }, + { + "name": "FileId64ExtdBothDirectoryInformation", + "value": "79" + }, + { + "name": "FileIdAllExtdDirectoryInformation", + "value": "80" + }, + { + "name": "FileIdAllExtdBothDirectoryInformation", + "value": "81" + }, + { + "name": "FileMaximumInformation", + "value": "82" + } + ], + "id": "292", + "kind": "Struct", + "name": "_FILE_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StoreTypeInMemory", + "value": "0" + }, + { + "name": "StoreTypeFile", + "value": "1" + }, + { + "name": "StoreTypeMax", + "value": "2" + } + ], + "id": "293", + "kind": "Struct", + "name": "_SM_STORE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SysDbgQueryModuleInformation", + "value": "0" + }, + { + "name": "SysDbgQueryTraceInformation", + "value": "1" + }, + { + "name": "SysDbgSetTracepoint", + "value": "2" + }, + { + "name": "SysDbgSetSpecialCall", + "value": "3" + }, + { + "name": "SysDbgClearSpecialCalls", + "value": "4" + }, + { + "name": "SysDbgQuerySpecialCalls", + "value": "5" + }, + { + "name": "SysDbgBreakPoint", + "value": "6" + }, + { + "name": "SysDbgQueryVersion", + "value": "7" + }, + { + "name": "SysDbgReadVirtual", + "value": "8" + }, + { + "name": "SysDbgWriteVirtual", + "value": "9" + }, + { + "name": "SysDbgReadPhysical", + "value": "10" + }, + { + "name": "SysDbgWritePhysical", + "value": "11" + }, + { + "name": "SysDbgReadControlSpace", + "value": "12" + }, + { + "name": "SysDbgWriteControlSpace", + "value": "13" + }, + { + "name": "SysDbgReadIoSpace", + "value": "14" + }, + { + "name": "SysDbgWriteIoSpace", + "value": "15" + }, + { + "name": "SysDbgReadMsr", + "value": "16" + }, + { + "name": "SysDbgWriteMsr", + "value": "17" + }, + { + "name": "SysDbgReadBusData", + "value": "18" + }, + { + "name": "SysDbgWriteBusData", + "value": "19" + }, + { + "name": "SysDbgCheckLowMemory", + "value": "20" + }, + { + "name": "SysDbgEnableKernelDebugger", + "value": "21" + }, + { + "name": "SysDbgDisableKernelDebugger", + "value": "22" + }, + { + "name": "SysDbgGetAutoKdEnable", + "value": "23" + }, + { + "name": "SysDbgSetAutoKdEnable", + "value": "24" + }, + { + "name": "SysDbgGetPrintBufferSize", + "value": "25" + }, + { + "name": "SysDbgSetPrintBufferSize", + "value": "26" + }, + { + "name": "SysDbgGetKdUmExceptionEnable", + "value": "27" + }, + { + "name": "SysDbgSetKdUmExceptionEnable", + "value": "28" + }, + { + "name": "SysDbgGetTriageDump", + "value": "29" + }, + { + "name": "SysDbgGetKdBlockEnable", + "value": "30" + }, + { + "name": "SysDbgSetKdBlockEnable", + "value": "31" + }, + { + "name": "SysDbgRegisterForUmBreakInfo", + "value": "32" + }, + { + "name": "SysDbgGetUmBreakPid", + "value": "33" + }, + { + "name": "SysDbgClearUmBreakPid", + "value": "34" + }, + { + "name": "SysDbgGetUmAttachPid", + "value": "35" + }, + { + "name": "SysDbgClearUmAttachPid", + "value": "36" + }, + { + "name": "SysDbgGetLiveKernelDump", + "value": "37" + }, + { + "name": "SysDbgKdPullRemoteFile", + "value": "38" + }, + { + "name": "SysDbgMaxInfoClass", + "value": "39" + } + ], + "id": "294", + "kind": "Struct", + "name": "_SYSDBG_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_COMMAND" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IoSessionStateCreated", + "value": "1" + }, + { + "name": "IoSessionStateInitialized", + "value": "2" + }, + { + "name": "IoSessionStateConnected", + "value": "3" + }, + { + "name": "IoSessionStateDisconnected", + "value": "4" + }, + { + "name": "IoSessionStateDisconnectedLoggedOn", + "value": "5" + }, + { + "name": "IoSessionStateLoggedOn", + "value": "6" + }, + { + "name": "IoSessionStateLoggedOff", + "value": "7" + }, + { + "name": "IoSessionStateTerminated", + "value": "8" + }, + { + "name": "IoSessionStateMax", + "value": "9" + } + ], + "id": "295", + "kind": "Struct", + "name": "_IO_SESSION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_SESSION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PsCreateInitialState", + "value": "0" + }, + { + "name": "PsCreateFailOnFileOpen", + "value": "1" + }, + { + "name": "PsCreateFailOnSectionCreate", + "value": "2" + }, + { + "name": "PsCreateFailExeFormat", + "value": "3" + }, + { + "name": "PsCreateFailMachineMismatch", + "value": "4" + }, + { + "name": "PsCreateFailExeName", + "value": "5" + }, + { + "name": "PsCreateSuccess", + "value": "6" + }, + { + "name": "PsCreateMaximumStates", + "value": "7" + } + ], + "id": "296", + "kind": "Struct", + "name": "_PS_CREATE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_CREATE_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BcdLibraryDevice_ApplicationDevice", + "value": "285212673" + }, + { + "name": "BcdLibraryString_ApplicationPath", + "value": "301989890" + }, + { + "name": "BcdLibraryString_Description", + "value": "301989892" + }, + { + "name": "BcdLibraryString_PreferredLocale", + "value": "301989893" + }, + { + "name": "BcdLibraryObjectList_InheritedObjects", + "value": "335544326" + }, + { + "name": "BcdLibraryInteger_TruncatePhysicalMemory", + "value": "352321543" + }, + { + "name": "BcdLibraryObjectList_RecoverySequence", + "value": "335544328" + }, + { + "name": "BcdLibraryBoolean_AutoRecoveryEnabled", + "value": "369098761" + }, + { + "name": "BcdLibraryIntegerList_BadMemoryList", + "value": "385875978" + }, + { + "name": "BcdLibraryBoolean_AllowBadMemoryAccess", + "value": "369098763" + }, + { + "name": "BcdLibraryInteger_FirstMegabytePolicy", + "value": "352321548" + }, + { + "name": "BcdLibraryInteger_RelocatePhysicalMemory", + "value": "352321549" + }, + { + "name": "BcdLibraryInteger_AvoidLowPhysicalMemory", + "value": "352321550" + }, + { + "name": "BcdLibraryBoolean_TraditionalKsegMappings", + "value": "369098767" + }, + { + "name": "BcdLibraryBoolean_DebuggerEnabled", + "value": "369098768" + }, + { + "name": "BcdLibraryInteger_DebuggerType", + "value": "352321553" + }, + { + "name": "BcdLibraryInteger_SerialDebuggerPortAddress", + "value": "352321554" + }, + { + "name": "BcdLibraryInteger_SerialDebuggerPort", + "value": "352321555" + }, + { + "name": "BcdLibraryInteger_SerialDebuggerBaudRate", + "value": "352321556" + }, + { + "name": "BcdLibraryInteger_1394DebuggerChannel", + "value": "352321557" + }, + { + "name": "BcdLibraryString_UsbDebuggerTargetName", + "value": "301989910" + }, + { + "name": "BcdLibraryBoolean_DebuggerIgnoreUsermodeExceptions", + "value": "369098775" + }, + { + "name": "BcdLibraryInteger_DebuggerStartPolicy", + "value": "352321560" + }, + { + "name": "BcdLibraryString_DebuggerBusParameters", + "value": "301989913" + }, + { + "name": "BcdLibraryInteger_DebuggerNetHostIP", + "value": "352321562" + }, + { + "name": "BcdLibraryInteger_DebuggerNetPort", + "value": "352321563" + }, + { + "name": "BcdLibraryBoolean_DebuggerNetDhcp", + "value": "369098780" + }, + { + "name": "BcdLibraryString_DebuggerNetKey", + "value": "301989917" + }, + { + "name": "BcdLibraryBoolean_DebuggerNetVM", + "value": "369098782" + }, + { + "name": "BcdLibraryString_DebuggerNetHostIpv6", + "value": "301989919" + }, + { + "name": "BcdLibraryBoolean_EmsEnabled", + "value": "369098784" + }, + { + "name": "BcdLibraryInteger_EmsPort", + "value": "352321570" + }, + { + "name": "BcdLibraryInteger_EmsBaudRate", + "value": "352321571" + }, + { + "name": "BcdLibraryString_LoadOptionsString", + "value": "301989936" + }, + { + "name": "BcdLibraryBoolean_AttemptNonBcdStart", + "value": "369098801" + }, + { + "name": "BcdLibraryBoolean_DisplayAdvancedOptions", + "value": "369098816" + }, + { + "name": "BcdLibraryBoolean_DisplayOptionsEdit", + "value": "369098817" + }, + { + "name": "BcdLibraryInteger_FVEKeyRingAddress", + "value": "352321602" + }, + { + "name": "BcdLibraryDevice_BsdLogDevice", + "value": "285212739" + }, + { + "name": "BcdLibraryString_BsdLogPath", + "value": "301989956" + }, + { + "name": "BcdLibraryBoolean_BsdPreserveLog", + "value": "369098821" + }, + { + "name": "BcdLibraryBoolean_GraphicsModeDisabled", + "value": "369098822" + }, + { + "name": "BcdLibraryInteger_ConfigAccessPolicy", + "value": "352321607" + }, + { + "name": "BcdLibraryBoolean_DisableIntegrityChecks", + "value": "369098824" + }, + { + "name": "BcdLibraryBoolean_AllowPrereleaseSignatures", + "value": "369098825" + }, + { + "name": "BcdLibraryString_FontPath", + "value": "301989962" + }, + { + "name": "BcdLibraryInteger_SiPolicy", + "value": "352321611" + }, + { + "name": "BcdLibraryInteger_FveBandId", + "value": "352321612" + }, + { + "name": "BcdLibraryBoolean_ConsoleExtendedInput", + "value": "369098832" + }, + { + "name": "BcdLibraryInteger_InitialConsoleInput", + "value": "352321617" + }, + { + "name": "BcdLibraryInteger_GraphicsResolution", + "value": "352321618" + }, + { + "name": "BcdLibraryBoolean_RestartOnFailure", + "value": "369098835" + }, + { + "name": "BcdLibraryBoolean_GraphicsForceHighestMode", + "value": "369098836" + }, + { + "name": "BcdLibraryBoolean_IsolatedExecutionContext", + "value": "369098848" + }, + { + "name": "BcdLibraryInteger_BootUxDisplayMessage", + "value": "352321637" + }, + { + "name": "BcdLibraryInteger_BootUxDisplayMessageOverride", + "value": "352321638" + }, + { + "name": "BcdLibraryBoolean_BootUxLogoDisable", + "value": "369098855" + }, + { + "name": "BcdLibraryBoolean_BootUxTextDisable", + "value": "369098856" + }, + { + "name": "BcdLibraryBoolean_BootUxProgressDisable", + "value": "369098857" + }, + { + "name": "BcdLibraryBoolean_BootUxFadeDisable", + "value": "369098858" + }, + { + "name": "BcdLibraryBoolean_BootUxReservePoolDebug", + "value": "369098859" + }, + { + "name": "BcdLibraryBoolean_BootUxDisable", + "value": "369098860" + }, + { + "name": "BcdLibraryInteger_BootUxFadeFrames", + "value": "352321645" + }, + { + "name": "BcdLibraryBoolean_BootUxDumpStats", + "value": "369098862" + }, + { + "name": "BcdLibraryBoolean_BootUxShowStats", + "value": "369098863" + }, + { + "name": "BcdLibraryBoolean_MultiBootSystem", + "value": "369098865" + }, + { + "name": "BcdLibraryBoolean_ForceNoKeyboard", + "value": "369098866" + }, + { + "name": "BcdLibraryInteger_AliasWindowsKey", + "value": "352321651" + }, + { + "name": "BcdLibraryBoolean_BootShutdownDisabled", + "value": "369098868" + }, + { + "name": "BcdLibraryInteger_PerformanceFrequency", + "value": "352321653" + }, + { + "name": "BcdLibraryInteger_SecurebootRawPolicy", + "value": "352321654" + }, + { + "name": "BcdLibraryIntegerList_AllowedInMemorySettings", + "value": "352321655" + }, + { + "name": "BcdLibraryInteger_BootUxBitmapTransitionTime", + "value": "352321657" + }, + { + "name": "BcdLibraryBoolean_TwoBootImages", + "value": "369098874" + }, + { + "name": "BcdLibraryBoolean_ForceFipsCrypto", + "value": "369098875" + }, + { + "name": "BcdLibraryInteger_BootErrorUx", + "value": "352321661" + }, + { + "name": "BcdLibraryBoolean_AllowFlightSignatures", + "value": "369098878" + }, + { + "name": "BcdLibraryInteger_BootMeasurementLogFormat", + "value": "352321663" + }, + { + "name": "BcdLibraryInteger_DisplayRotation", + "value": "352321664" + }, + { + "name": "BcdLibraryInteger_LogControl", + "value": "352321665" + }, + { + "name": "BcdLibraryBoolean_NoFirmwareSync", + "value": "369098882" + }, + { + "name": "BcdLibraryDevice_WindowsSystemDevice", + "value": "285212804" + }, + { + "name": "BcdLibraryBoolean_NumLockOn", + "value": "369098887" + }, + { + "name": "BcdLibraryString_AdditionalCiPolicy", + "value": "301990024" + } + ], + "id": "297", + "kind": "Struct", + "name": "_BcdLibraryElementTypes", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibraryElementTypes" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_FLAG_NONE", + "value": "0" + }, + { + "name": "BCD_FLAG_QUALIFIED_PARTITION", + "value": "1" + }, + { + "name": "BCD_FLAG_NO_DEVICE_TRANSLATION", + "value": "2" + }, + { + "name": "BCD_FLAG_ENUMERATE_INHERITED_OBJECTS", + "value": "4" + }, + { + "name": "BCD_FLAG_ENUMERATE_DEVICE_OPTIONS", + "value": "8" + }, + { + "name": "BCD_FLAG_OBSERVE_PRECEDENCE", + "value": "16" + }, + { + "name": "BCD_FLAG_DISABLE_VHD_NT_TRANSLATION", + "value": "32" + }, + { + "name": "BCD_FLAG_DISABLE_VHD_DEVICE_DETECTION", + "value": "64" + }, + { + "name": "BCD_FLAG_DISABLE_POLICY_CHECKS", + "value": "128" + } + ], + "id": "298", + "kind": "Struct", + "name": "_BCD_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfsPrivateSourceKernel", + "value": "0" + }, + { + "name": "PfsPrivateSourceSession", + "value": "1" + }, + { + "name": "PfsPrivateSourceProcess", + "value": "2" + }, + { + "name": "PfsPrivateSourceMax", + "value": "3" + } + ], + "id": "299", + "kind": "Struct", + "name": "_PFS_PRIVATE_PAGE_SOURCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PFS_PRIVATE_PAGE_SOURCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ShutdownNoReboot", + "value": "0" + }, + { + "name": "ShutdownReboot", + "value": "1" + }, + { + "name": "ShutdownPowerOff", + "value": "2" + }, + { + "name": "ShutdownRebootForRecovery", + "value": "3" + } + ], + "id": "300", + "kind": "Struct", + "name": "_SHUTDOWN_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SHUTDOWN_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SmStoreManagerTypePhysical", + "value": "0" + }, + { + "name": "SmStoreManagerTypeVirtual", + "value": "1" + }, + { + "name": "SmStoreManagerTypeMax", + "value": "2" + } + ], + "id": "301", + "kind": "Struct", + "name": "_SM_STORE_MANAGER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_MANAGER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KnownFolderNone", + "value": "0" + }, + { + "name": "KnownFolderDesktop", + "value": "1" + }, + { + "name": "KnownFolderDocuments", + "value": "2" + }, + { + "name": "KnownFolderDownloads", + "value": "3" + }, + { + "name": "KnownFolderMusic", + "value": "4" + }, + { + "name": "KnownFolderPictures", + "value": "5" + }, + { + "name": "KnownFolderVideos", + "value": "6" + }, + { + "name": "KnownFolderOther", + "value": "7" + }, + { + "name": "KnownFolderMax", + "value": "7" + } + ], + "id": "302", + "kind": "Struct", + "name": "_FILE_KNOWN_FOLDER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_KNOWN_FOLDER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfEventTypeImageLoad", + "value": "0" + }, + { + "name": "PfEventTypeAppLaunch", + "value": "1" + }, + { + "name": "PfEventTypeStartTrace", + "value": "2" + }, + { + "name": "PfEventTypeEndTrace", + "value": "3" + }, + { + "name": "PfEventTypeTimestamp", + "value": "4" + }, + { + "name": "PfEventTypeOperation", + "value": "5" + }, + { + "name": "PfEventTypeRepurpose", + "value": "6" + }, + { + "name": "PfEventTypeForegroundProcess", + "value": "7" + }, + { + "name": "PfEventTypeTimeRange", + "value": "8" + }, + { + "name": "PfEventTypeUserInput", + "value": "9" + }, + { + "name": "PfEventTypeFileAccess", + "value": "10" + }, + { + "name": "PfEventTypeUnmap", + "value": "11" + }, + { + "name": "PfEventTypeUtilization", + "value": "11" + }, + { + "name": "PfEventTypeMemInfo", + "value": "12" + }, + { + "name": "PfEventTypeFileDelete", + "value": "13" + }, + { + "name": "PfEventTypeAppExit", + "value": "14" + }, + { + "name": "PfEventTypeSystemTime", + "value": "15" + }, + { + "name": "PfEventTypePower", + "value": "16" + }, + { + "name": "PfEventTypeSessionChange", + "value": "17" + }, + { + "name": "PfEventTypeHardFaultTimeStamp", + "value": "18" + }, + { + "name": "PfEventTypeVirtualFree", + "value": "19" + }, + { + "name": "PfEventTypePerfInfo", + "value": "20" + }, + { + "name": "PfEventTypeProcessSnapshot", + "value": "21" + }, + { + "name": "PfEventTypeUserSnapshot", + "value": "22" + }, + { + "name": "PfEventTypeStreamSequenceNumber", + "value": "23" + }, + { + "name": "PfEventTypeFileTruncate", + "value": "24" + }, + { + "name": "PfEventTypeFileRename", + "value": "25" + }, + { + "name": "PfEventTypeFileCreate", + "value": "26" + }, + { + "name": "PfEventTypeAgCxContext", + "value": "27" + }, + { + "name": "PfEventTypePowerAction", + "value": "28" + }, + { + "name": "PfEventTypeHardFaultTS", + "value": "29" + }, + { + "name": "PfEventTypeRobustInfo", + "value": "30" + }, + { + "name": "PfEventTypeFileDefrag", + "value": "31" + }, + { + "name": "PfEventTypeMax", + "value": "32" + } + ], + "id": "303", + "kind": "Struct", + "name": "_PF_EVENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_EVENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_OBJECT_TYPE_NONE", + "value": "0" + }, + { + "name": "BCD_OBJECT_TYPE_APPLICATION", + "value": "1" + }, + { + "name": "BCD_OBJECT_TYPE_INHERITED", + "value": "2" + }, + { + "name": "BCD_OBJECT_TYPE_DEVICE", + "value": "3" + } + ], + "id": "304", + "kind": "Struct", + "name": "_BCD_OBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_OBJECT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfRpControlUpdate", + "value": "0" + }, + { + "name": "PfRpControlReset", + "value": "1" + }, + { + "name": "PfRpControlRobustAllStart", + "value": "2" + }, + { + "name": "PfRpControlRobustAllStop", + "value": "3" + }, + { + "name": "PfRpControlCommandMax", + "value": "4" + } + ], + "id": "305", + "kind": "Struct", + "name": "_PF_ROBUSTNESS_CONTROL_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_ROBUSTNESS_CONTROL_COMMAND" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TpmBootEntropyStructureUninitialized", + "value": "0" + }, + { + "name": "TpmBootEntropyDisabledByPolicy", + "value": "1" + }, + { + "name": "TpmBootEntropyNoTpmFound", + "value": "2" + }, + { + "name": "TpmBootEntropyTpmError", + "value": "3" + }, + { + "name": "TpmBootEntropySuccess", + "value": "4" + } + ], + "id": "306", + "kind": "Struct", + "name": "_TPM_BOOT_ENTROPY_RESULT_CODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TPM_BOOT_ENTROPY_RESULT_CODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_COPY_NONE", + "value": "0" + }, + { + "name": "BCD_COPY_COPY_CREATE_NEW_OBJECT_IDENTIFIER", + "value": "1" + }, + { + "name": "BCD_COPY_COPY_DELETE_EXISTING_OBJECT", + "value": "2" + }, + { + "name": "BCD_COPY_COPY_UNKNOWN_FIRMWARE_APPLICATION", + "value": "4" + }, + { + "name": "BCD_COPY_IGNORE_SETUP_TEMPLATE_ELEMENTS", + "value": "8" + }, + { + "name": "BCD_COPY_RETAIN_ELEMENT_DATA", + "value": "16" + }, + { + "name": "BCD_COPY_MIGRATE_ELEMENT_DATA", + "value": "32" + } + ], + "id": "307", + "kind": "Struct", + "name": "_BCD_COPY_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_COPY_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemPixelFormatUnknown", + "value": "0" + }, + { + "name": "SystemPixelFormatR8G8B8", + "value": "1" + }, + { + "name": "SystemPixelFormatR8G8B8X8", + "value": "2" + }, + { + "name": "SystemPixelFormatB8G8R8", + "value": "3" + }, + { + "name": "SystemPixelFormatB8G8R8X8", + "value": "4" + } + ], + "id": "308", + "kind": "Struct", + "name": "_SYSTEM_PIXEL_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PIXEL_FORMAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "StandardDesign", + "value": "0" + }, + { + "name": "NEC98x86", + "value": "1" + }, + { + "name": "EndAlternatives", + "value": "2" + } + ], + "id": "309", + "kind": "Struct", + "name": "_ALTERNATIVE_ARCHITECTURE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALTERNATIVE_ARCHITECTURE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessWorkingSetSwap", + "value": "0" + }, + { + "name": "ProcessWorkingSetEmpty", + "value": "1" + }, + { + "name": "ProcessWorkingSetOperationMax", + "value": "2" + } + ], + "id": "310", + "kind": "Struct", + "name": "_PROCESS_WORKING_SET_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WORKING_SET_OPERATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_APPLICATION_IMAGE_NONE", + "value": "0" + }, + { + "name": "BCD_APPLICATION_IMAGE_FIRMWARE_APPLICATION", + "value": "1" + }, + { + "name": "BCD_APPLICATION_IMAGE_BOOT_APPLICATION", + "value": "2" + }, + { + "name": "BCD_APPLICATION_IMAGE_LEGACY_LOADER", + "value": "3" + }, + { + "name": "BCD_APPLICATION_IMAGE_REALMODE_CODE", + "value": "4" + } + ], + "id": "311", + "kind": "Struct", + "name": "_BCD_APPLICATION_IMAGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_APPLICATION_IMAGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PsProtectedSignerNone", + "value": "0" + }, + { + "name": "PsProtectedSignerAuthenticode", + "value": "1" + }, + { + "name": "PsProtectedSignerCodeGen", + "value": "2" + }, + { + "name": "PsProtectedSignerAntimalware", + "value": "3" + }, + { + "name": "PsProtectedSignerLsa", + "value": "4" + }, + { + "name": "PsProtectedSignerWindows", + "value": "5" + }, + { + "name": "PsProtectedSignerWinTcb", + "value": "6" + }, + { + "name": "PsProtectedSignerWinSystem", + "value": "7" + }, + { + "name": "PsProtectedSignerApp", + "value": "8" + }, + { + "name": "PsProtectedSignerMax", + "value": "9" + } + ], + "id": "312", + "kind": "Struct", + "name": "_PS_PROTECTED_SIGNER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_PROTECTED_SIGNER" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryNotContiguous", + "value": "0" + }, + { + "name": "MemoryAlignedAndContiguous", + "value": "1" + }, + { + "name": "MemoryNotResident", + "value": "2" + }, + { + "name": "MemoryNotEligibleToMakeContiguous", + "value": "3" + }, + { + "name": "MemoryContiguityStateMax", + "value": "4" + } + ], + "id": "313", + "kind": "Struct", + "name": "_MEMORY_PHYSICAL_CONTIGUITY_UNIT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PHYSICAL_CONTIGUITY_UNIT_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "VmPrefetchInformation", + "value": "0" + }, + { + "name": "VmPagePriorityInformation", + "value": "1" + }, + { + "name": "VmCfgCallTargetInformation", + "value": "2" + }, + { + "name": "VmPageDirtyStateInformation", + "value": "3" + }, + { + "name": "VmImageHotPatchInformation", + "value": "4" + }, + { + "name": "VmPhysicalContiguityInformation", + "value": "5" + }, + { + "name": "VmVirtualMachinePrepopulateInformation", + "value": "6" + }, + { + "name": "VmRemoveFromWorkingSetInformation", + "value": "7" + }, + { + "name": "MaxVmInfoClass", + "value": "8" + } + ], + "id": "314", + "kind": "Struct", + "name": "_VIRTUAL_MEMORY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUAL_MEMORY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemProcessClassificationNormal", + "value": "0" + }, + { + "name": "SystemProcessClassificationSystem", + "value": "1" + }, + { + "name": "SystemProcessClassificationSecureSystem", + "value": "2" + }, + { + "name": "SystemProcessClassificationMemCompression", + "value": "3" + }, + { + "name": "SystemProcessClassificationRegistry", + "value": "4" + }, + { + "name": "SystemProcessClassificationMaximum", + "value": "5" + } + ], + "id": "315", + "kind": "Struct", + "name": "_SYSTEM_PROCESS_CLASSIFICATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESS_CLASSIFICATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PaePolicyDefault", + "value": "0" + }, + { + "name": "PaePolicyForceEnable", + "value": "1" + }, + { + "name": "PaePolicyForceDisable", + "value": "2" + } + ], + "id": "316", + "kind": "Struct", + "name": "_BcdOSLoader_PAEPolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdOSLoader_PAEPolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemActivityModerationAppTypeClassic", + "value": "0" + }, + { + "name": "SystemActivityModerationAppTypePackaged", + "value": "1" + }, + { + "name": "MaxSystemActivityModerationAppType", + "value": "2" + } + ], + "id": "317", + "kind": "Struct", + "name": "_SYSTEM_ACTIVITY_MODERATION_APP_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACTIVITY_MODERATION_APP_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BcdSetupInteger_DeviceType", + "value": "1157627905" + }, + { + "name": "BcdSetupString_ApplicationRelativePath", + "value": "1107296258" + }, + { + "name": "BcdSetupString_RamdiskDeviceRelativePath", + "value": "1107296259" + }, + { + "name": "BcdSetupBoolean_OmitOsLoaderElements", + "value": "1174405124" + }, + { + "name": "BcdSetupIntegerList_ElementsToMigrateList", + "value": "1191182342" + }, + { + "name": "BcdSetupBoolean_RecoveryOs", + "value": "1174405136" + } + ], + "id": "318", + "kind": "Struct", + "name": "_BcdTemplateElementTypes", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdTemplateElementTypes" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "OptionAbortRetryIgnore", + "value": "0" + }, + { + "name": "OptionOk", + "value": "1" + }, + { + "name": "OptionOkCancel", + "value": "2" + }, + { + "name": "OptionRetryCancel", + "value": "3" + }, + { + "name": "OptionYesNo", + "value": "4" + }, + { + "name": "OptionYesNoCancel", + "value": "5" + }, + { + "name": "OptionShutdownSystem", + "value": "6" + }, + { + "name": "OptionOkNoWait", + "value": "7" + }, + { + "name": "OptionCancelTryContinue", + "value": "8" + } + ], + "id": "319", + "kind": "Struct", + "name": "_HARDERROR_RESPONSE_OPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HARDERROR_RESPONSE_OPTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BcdBootMgrObjectList_DisplayOrder", + "value": "603979777" + }, + { + "name": "BcdBootMgrObjectList_BootSequence", + "value": "603979778" + }, + { + "name": "BcdBootMgrObject_DefaultObject", + "value": "587202563" + }, + { + "name": "BcdBootMgrInteger_Timeout", + "value": "620756996" + }, + { + "name": "BcdBootMgrBoolean_AttemptResume", + "value": "637534213" + }, + { + "name": "BcdBootMgrObject_ResumeObject", + "value": "587202566" + }, + { + "name": "BcdBootMgrObjectList_StartupSequence", + "value": "603979783" + }, + { + "name": "BcdBootMgrObjectList_ToolsDisplayOrder", + "value": "603979792" + }, + { + "name": "BcdBootMgrBoolean_DisplayBootMenu", + "value": "637534240" + }, + { + "name": "BcdBootMgrBoolean_NoErrorDisplay", + "value": "637534241" + }, + { + "name": "BcdBootMgrDevice_BcdDevice", + "value": "553648162" + }, + { + "name": "BcdBootMgrString_BcdFilePath", + "value": "570425379" + }, + { + "name": "BcdBootMgrBoolean_HormEnabled", + "value": "637534244" + }, + { + "name": "BcdBootMgrBoolean_HiberRoot", + "value": "637534245" + }, + { + "name": "BcdBootMgrString_PasswordOverride", + "value": "570425382" + }, + { + "name": "BcdBootMgrString_PinpassPhraseOverride", + "value": "570425383" + }, + { + "name": "BcdBootMgrBoolean_ProcessCustomActionsFirst", + "value": "637534248" + }, + { + "name": "BcdBootMgrIntegerList_CustomActionsList", + "value": "654311472" + }, + { + "name": "BcdBootMgrBoolean_PersistBootSequence", + "value": "637534257" + }, + { + "name": "BcdBootMgrBoolean_SkipStartupSequence", + "value": "637534258" + } + ], + "id": "320", + "kind": "Struct", + "name": "_BcdBootMgrElementTypes", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdBootMgrElementTypes" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemActivityModerationStateSystemManaged", + "value": "0" + }, + { + "name": "SystemActivityModerationStateUserManagedAllowThrottling", + "value": "1" + }, + { + "name": "SystemActivityModerationStateUserManagedDisableThrottling", + "value": "2" + }, + { + "name": "MaxSystemActivityModerationState", + "value": "3" + } + ], + "id": "321", + "kind": "Struct", + "name": "_SYSTEM_ACTIVITY_MODERATION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACTIVITY_MODERATION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DebuggerSerial", + "value": "0" + }, + { + "name": "Debugger1394", + "value": "1" + }, + { + "name": "DebuggerUsb", + "value": "2" + }, + { + "name": "DebuggerNet", + "value": "3" + }, + { + "name": "DebuggerLocal", + "value": "4" + } + ], + "id": "322", + "kind": "Struct", + "name": "_BcdLibrary_DebuggerType", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibrary_DebuggerType" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SeSafeOpenExperienceNone", + "value": "0" + }, + { + "name": "SeSafeOpenExperienceCalled", + "value": "1" + }, + { + "name": "SeSafeOpenExperienceAppRepCalled", + "value": "2" + }, + { + "name": "SeSafeOpenExperiencePromptDisplayed", + "value": "4" + }, + { + "name": "SeSafeOpenExperienceUAC", + "value": "8" + }, + { + "name": "SeSafeOpenExperienceUninstaller", + "value": "16" + }, + { + "name": "SeSafeOpenExperienceIgnoreUnknownOrBad", + "value": "32" + }, + { + "name": "SeSafeOpenExperienceDefenderTrustedInstaller", + "value": "64" + }, + { + "name": "SeSafeOpenExperienceMOTWPresent", + "value": "128" + }, + { + "name": "SeSafeOpenExperienceElevatedNoPropagation", + "value": "256" + } + ], + "id": "323", + "kind": "Struct", + "name": "_SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ProcessTlsReplaceIndex", + "value": "0" + }, + { + "name": "ProcessTlsReplaceVector", + "value": "1" + }, + { + "name": "MaxProcessTlsOperation", + "value": "2" + } + ], + "id": "324", + "kind": "Struct", + "name": "_PROCESS_TLS_INFORMATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_TLS_INFORMATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IommuStateBlock", + "value": "0" + }, + { + "name": "IommuStateUnblock", + "value": "1" + } + ], + "id": "325", + "kind": "Struct", + "name": "_SYSTEM_IOMMU_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_IOMMU_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemMemoryPartitionInformation", + "value": "0" + }, + { + "name": "SystemMemoryPartitionMoveMemory", + "value": "1" + }, + { + "name": "SystemMemoryPartitionAddPagefile", + "value": "2" + }, + { + "name": "SystemMemoryPartitionCombineMemory", + "value": "3" + }, + { + "name": "SystemMemoryPartitionInitialAddMemory", + "value": "4" + }, + { + "name": "SystemMemoryPartitionGetMemoryEvents", + "value": "5" + }, + { + "name": "SystemMemoryPartitionSetAttributes", + "value": "6" + }, + { + "name": "SystemMemoryPartitionNodeInformation", + "value": "7" + }, + { + "name": "SystemMemoryPartitionCreateLargePages", + "value": "8" + }, + { + "name": "SystemMemoryPartitionDedicatedMemoryInformation", + "value": "9" + }, + { + "name": "SystemMemoryPartitionOpenDedicatedMemory", + "value": "10" + }, + { + "name": "SystemMemoryPartitionMemoryChargeAttributes", + "value": "11" + }, + { + "name": "SystemMemoryPartitionClearAttributes", + "value": "12" + }, + { + "name": "SystemMemoryPartitionSetMemoryThresholds", + "value": "13" + }, + { + "name": "SystemMemoryPartitionMax", + "value": "14" + } + ], + "id": "326", + "kind": "Struct", + "name": "_PARTITION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "InterfaceTypeUndefined", + "value": "-1" + }, + { + "name": "Internal", + "value": "0" + }, + { + "name": "Isa", + "value": "1" + }, + { + "name": "Eisa", + "value": "2" + }, + { + "name": "MicroChannel", + "value": "3" + }, + { + "name": "TurboChannel", + "value": "4" + }, + { + "name": "PCIBus", + "value": "5" + }, + { + "name": "VMEBus", + "value": "6" + }, + { + "name": "NuBus", + "value": "7" + }, + { + "name": "PCMCIABus", + "value": "8" + }, + { + "name": "CBus", + "value": "9" + }, + { + "name": "MPIBus", + "value": "10" + }, + { + "name": "MPSABus", + "value": "11" + }, + { + "name": "ProcessorInternal", + "value": "12" + }, + { + "name": "InternalPowerBus", + "value": "13" + }, + { + "name": "PNPISABus", + "value": "14" + }, + { + "name": "PNPBus", + "value": "15" + }, + { + "name": "Vmcs", + "value": "16" + }, + { + "name": "ACPIBus", + "value": "17" + }, + { + "name": "MaximumInterfaceType", + "value": "18" + } + ], + "id": "327", + "kind": "Struct", + "name": "_INTERFACE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_INTERFACE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SafemodeMinimal", + "value": "0" + }, + { + "name": "SafemodeNetwork", + "value": "1" + }, + { + "name": "SafemodeDsRepair", + "value": "2" + } + ], + "id": "328", + "kind": "Struct", + "name": "BcdLibrary_SafeBoot", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BcdLibrary_SafeBoot" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PsNeverDuplicate", + "value": "0" + }, + { + "name": "PsRequestDuplicate", + "value": "1" + }, + { + "name": "PsAlwaysDuplicate", + "value": "2" + }, + { + "name": "PsMaxStdHandleStates", + "value": "3" + } + ], + "id": "329", + "kind": "Struct", + "name": "_PS_STD_HANDLE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_STD_HANDLE_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ViewShare", + "value": "1" + }, + { + "name": "ViewUnmap", + "value": "2" + } + ], + "id": "330", + "kind": "Struct", + "name": "_SECTION_INHERIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECTION_INHERIT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NxPolicyOptIn", + "value": "0" + }, + { + "name": "NxPolicyOptOut", + "value": "1" + }, + { + "name": "NxPolicyAlwaysOff", + "value": "2" + }, + { + "name": "NxPolicyAlwaysOn", + "value": "3" + } + ], + "id": "331", + "kind": "Struct", + "name": "_BcdOSLoader_NxPolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdOSLoader_NxPolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryBasicInformation", + "value": "0" + }, + { + "name": "MemoryWorkingSetInformation", + "value": "1" + }, + { + "name": "MemoryMappedFilenameInformation", + "value": "2" + }, + { + "name": "MemoryRegionInformation", + "value": "3" + }, + { + "name": "MemoryWorkingSetExInformation", + "value": "4" + }, + { + "name": "MemorySharedCommitInformation", + "value": "5" + }, + { + "name": "MemoryImageInformation", + "value": "6" + }, + { + "name": "MemoryRegionInformationEx", + "value": "7" + }, + { + "name": "MemoryPrivilegedBasicInformation", + "value": "8" + }, + { + "name": "MemoryEnclaveImageInformation", + "value": "9" + }, + { + "name": "MemoryBasicInformationCapped", + "value": "10" + }, + { + "name": "MemoryPhysicalContiguityInformation", + "value": "11" + }, + { + "name": "MemoryBadInformation", + "value": "12" + }, + { + "name": "MemoryBadInformationAllProcesses", + "value": "13" + }, + { + "name": "MaxMemoryInfoClass", + "value": "14" + } + ], + "id": "332", + "kind": "Struct", + "name": "_MEMORY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_IMPORT_NONE", + "value": "0" + }, + { + "name": "BCD_IMPORT_DELETE_FIRMWARE_OBJECTS", + "value": "1" + } + ], + "id": "333", + "kind": "Struct", + "name": "_BCD_IMPORT_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_IMPORT_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DisplayMessageTypeDefault", + "value": "0" + }, + { + "name": "DisplayMessageTypeResume", + "value": "1" + }, + { + "name": "DisplayMessageTypeHyperV", + "value": "2" + }, + { + "name": "DisplayMessageTypeRecovery", + "value": "3" + }, + { + "name": "DisplayMessageTypeStartupRepair", + "value": "4" + }, + { + "name": "DisplayMessageTypeSystemImageRecovery", + "value": "5" + }, + { + "name": "DisplayMessageTypeCommandPrompt", + "value": "6" + }, + { + "name": "DisplayMessageTypeSystemRestore", + "value": "7" + }, + { + "name": "DisplayMessageTypePushButtonReset", + "value": "8" + } + ], + "id": "334", + "kind": "Struct", + "name": "_BcdLibrary_UxDisplayMessageType", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibrary_UxDisplayMessageType" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_INHERITED_CLASS_NONE", + "value": "0" + }, + { + "name": "BCD_INHERITED_CLASS_LIBRARY", + "value": "1" + }, + { + "name": "BCD_INHERITED_CLASS_APPLICATION", + "value": "2" + }, + { + "name": "BCD_INHERITED_CLASS_DEVICE", + "value": "3" + } + ], + "id": "335", + "kind": "Struct", + "name": "_BCD_INHERITED_CLASS_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_INHERITED_CLASS_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_UNKNOWN", + "value": "0" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_DEVICE", + "value": "1" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_STRING", + "value": "2" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_OBJECT", + "value": "3" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_OBJECTLIST", + "value": "4" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_INTEGER", + "value": "5" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_BOOLEAN", + "value": "6" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_INTEGERLIST", + "value": "7" + }, + { + "name": "BCD_ELEMENT_DATATYPE_FORMAT_BINARY", + "value": "8" + } + ], + "id": "336", + "kind": "Struct", + "name": "_BCD_ELEMENT_DATATYPE_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DATATYPE_FORMAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_NONE", + "value": "0" + }, + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_LIBRARY", + "value": "1" + }, + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_APPLICATION", + "value": "2" + }, + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_DEVICE", + "value": "3" + }, + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_SETUPTEMPLATE", + "value": "4" + }, + { + "name": "BCD_ELEMENT_DATATYPE_CLASS_OEM", + "value": "5" + } + ], + "id": "337", + "kind": "Struct", + "name": "_BCD_ELEMENT_DATATYPE_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DATATYPE_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FirstMegabytePolicyUseNone", + "value": "0" + }, + { + "name": "FirstMegabytePolicyUseAll", + "value": "1" + }, + { + "name": "FirstMegabytePolicyUsePrivate", + "value": "2" + } + ], + "id": "338", + "kind": "Struct", + "name": "_BcdLibrary_FirstMegabytePolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdLibrary_FirstMegabytePolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BootStatusPolicyDisplayAllFailures", + "value": "0" + }, + { + "name": "BootStatusPolicyIgnoreAllFailures", + "value": "1" + }, + { + "name": "BootStatusPolicyIgnoreShutdownFailures", + "value": "2" + }, + { + "name": "BootStatusPolicyIgnoreBootFailures", + "value": "3" + }, + { + "name": "BootStatusPolicyIgnoreCheckpointFailures", + "value": "4" + }, + { + "name": "BootStatusPolicyDisplayShutdownFailures", + "value": "5" + }, + { + "name": "BootStatusPolicyDisplayBootFailures", + "value": "6" + }, + { + "name": "BootStatusPolicyDisplayCheckpointFailures", + "value": "7" + } + ], + "id": "339", + "kind": "Struct", + "name": "_BcdOSLoader_BootStatusPolicy", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdOSLoader_BootStatusPolicy" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BcdOSLoaderDevice_OSDevice", + "value": "553648129" + }, + { + "name": "BcdOSLoaderString_SystemRoot", + "value": "570425346" + }, + { + "name": "BcdOSLoaderObject_AssociatedResumeObject", + "value": "587202563" + }, + { + "name": "BcdOSLoaderBoolean_StampDisks", + "value": "637534212" + }, + { + "name": "BcdOSLoaderBoolean_DetectKernelAndHal", + "value": "637534224" + }, + { + "name": "BcdOSLoaderString_KernelPath", + "value": "570425361" + }, + { + "name": "BcdOSLoaderString_HalPath", + "value": "570425362" + }, + { + "name": "BcdOSLoaderString_DbgTransportPath", + "value": "570425363" + }, + { + "name": "BcdOSLoaderInteger_NxPolicy", + "value": "620757024" + }, + { + "name": "BcdOSLoaderInteger_PAEPolicy", + "value": "620757025" + }, + { + "name": "BcdOSLoaderBoolean_WinPEMode", + "value": "637534242" + }, + { + "name": "BcdOSLoaderBoolean_DisableCrashAutoReboot", + "value": "637534244" + }, + { + "name": "BcdOSLoaderBoolean_UseLastGoodSettings", + "value": "637534245" + }, + { + "name": "BcdOSLoaderBoolean_DisableCodeIntegrityChecks", + "value": "637534246" + }, + { + "name": "BcdOSLoaderBoolean_AllowPrereleaseSignatures", + "value": "637534247" + }, + { + "name": "BcdOSLoaderBoolean_NoLowMemory", + "value": "637534256" + }, + { + "name": "BcdOSLoaderInteger_RemoveMemory", + "value": "620757041" + }, + { + "name": "BcdOSLoaderInteger_IncreaseUserVa", + "value": "620757042" + }, + { + "name": "BcdOSLoaderInteger_PerformaceDataMemory", + "value": "620757043" + }, + { + "name": "BcdOSLoaderBoolean_UseVgaDriver", + "value": "637534272" + }, + { + "name": "BcdOSLoaderBoolean_DisableBootDisplay", + "value": "637534273" + }, + { + "name": "BcdOSLoaderBoolean_DisableVesaBios", + "value": "637534274" + }, + { + "name": "BcdOSLoaderBoolean_DisableVgaMode", + "value": "637534275" + }, + { + "name": "BcdOSLoaderInteger_ClusterModeAddressing", + "value": "620757072" + }, + { + "name": "BcdOSLoaderBoolean_UsePhysicalDestination", + "value": "637534289" + }, + { + "name": "BcdOSLoaderInteger_RestrictApicCluster", + "value": "620757074" + }, + { + "name": "BcdOSLoaderString_OSLoaderTypeEVStore", + "value": "570425427" + }, + { + "name": "BcdOSLoaderBoolean_UseLegacyApicMode", + "value": "637534292" + }, + { + "name": "BcdOSLoaderInteger_X2ApicPolicy", + "value": "620757077" + }, + { + "name": "BcdOSLoaderBoolean_UseBootProcessorOnly", + "value": "637534304" + }, + { + "name": "BcdOSLoaderInteger_NumberOfProcessors", + "value": "620757089" + }, + { + "name": "BcdOSLoaderBoolean_ForceMaximumProcessors", + "value": "637534306" + }, + { + "name": "BcdOSLoaderBoolean_ProcessorConfigurationFlags", + "value": "620757091" + }, + { + "name": "BcdOSLoaderBoolean_MaximizeGroupsCreated", + "value": "637534308" + }, + { + "name": "BcdOSLoaderBoolean_ForceGroupAwareness", + "value": "637534309" + }, + { + "name": "BcdOSLoaderInteger_GroupSize", + "value": "620757094" + }, + { + "name": "BcdOSLoaderInteger_UseFirmwarePciSettings", + "value": "637534320" + }, + { + "name": "BcdOSLoaderInteger_MsiPolicy", + "value": "620757105" + }, + { + "name": "BcdOSLoaderInteger_PciExpressPolicy", + "value": "620757106" + }, + { + "name": "BcdOSLoaderInteger_SafeBoot", + "value": "620757120" + }, + { + "name": "BcdOSLoaderBoolean_SafeBootAlternateShell", + "value": "637534337" + }, + { + "name": "BcdOSLoaderBoolean_BootLogInitialization", + "value": "637534352" + }, + { + "name": "BcdOSLoaderBoolean_VerboseObjectLoadMode", + "value": "637534353" + }, + { + "name": "BcdOSLoaderBoolean_KernelDebuggerEnabled", + "value": "637534368" + }, + { + "name": "BcdOSLoaderBoolean_DebuggerHalBreakpoint", + "value": "637534369" + }, + { + "name": "BcdOSLoaderBoolean_UsePlatformClock", + "value": "637534370" + }, + { + "name": "BcdOSLoaderBoolean_ForceLegacyPlatform", + "value": "637534371" + }, + { + "name": "BcdOSLoaderBoolean_UsePlatformTick", + "value": "637534372" + }, + { + "name": "BcdOSLoaderBoolean_DisableDynamicTick", + "value": "637534373" + }, + { + "name": "BcdOSLoaderInteger_TscSyncPolicy", + "value": "620757158" + }, + { + "name": "BcdOSLoaderBoolean_EmsEnabled", + "value": "637534384" + }, + { + "name": "BcdOSLoaderInteger_ForceFailure", + "value": "620757184" + }, + { + "name": "BcdOSLoaderInteger_DriverLoadFailurePolicy", + "value": "620757185" + }, + { + "name": "BcdOSLoaderInteger_BootMenuPolicy", + "value": "620757186" + }, + { + "name": "BcdOSLoaderBoolean_AdvancedOptionsOneTime", + "value": "637534403" + }, + { + "name": "BcdOSLoaderBoolean_OptionsEditOneTime", + "value": "637534404" + }, + { + "name": "BcdOSLoaderInteger_BootStatusPolicy", + "value": "620757216" + }, + { + "name": "BcdOSLoaderBoolean_DisableElamDrivers", + "value": "637534433" + }, + { + "name": "BcdOSLoaderInteger_HypervisorLaunchType", + "value": "620757232" + }, + { + "name": "BcdOSLoaderString_HypervisorPath", + "value": "620757233" + }, + { + "name": "BcdOSLoaderBoolean_HypervisorDebuggerEnabled", + "value": "637534450" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerType", + "value": "620757235" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerPortNumber", + "value": "620757236" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerBaudrate", + "value": "620757237" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebugger1394Channel", + "value": "620757238" + }, + { + "name": "BcdOSLoaderInteger_BootUxPolicy", + "value": "620757239" + }, + { + "name": "BcdOSLoaderInteger_HypervisorSlatDisabled", + "value": "570425592" + }, + { + "name": "BcdOSLoaderString_HypervisorDebuggerBusParams", + "value": "570425593" + }, + { + "name": "BcdOSLoaderInteger_HypervisorNumProc", + "value": "620757242" + }, + { + "name": "BcdOSLoaderInteger_HypervisorRootProcPerNode", + "value": "620757243" + }, + { + "name": "BcdOSLoaderBoolean_HypervisorUseLargeVTlb", + "value": "637534460" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerNetHostIp", + "value": "620757245" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerNetHostPort", + "value": "620757246" + }, + { + "name": "BcdOSLoaderInteger_HypervisorDebuggerPages", + "value": "620757247" + }, + { + "name": "BcdOSLoaderInteger_TpmBootEntropyPolicy", + "value": "620757248" + }, + { + "name": "BcdOSLoaderString_HypervisorDebuggerNetKey", + "value": "570425616" + }, + { + "name": "BcdOSLoaderString_HypervisorProductSkuType", + "value": "570425618" + }, + { + "name": "BcdOSLoaderInteger_HypervisorRootProc", + "value": "570425619" + }, + { + "name": "BcdOSLoaderBoolean_HypervisorDebuggerNetDhcp", + "value": "637534484" + }, + { + "name": "BcdOSLoaderInteger_HypervisorIommuPolicy", + "value": "620757269" + }, + { + "name": "BcdOSLoaderBoolean_HypervisorUseVApic", + "value": "637534486" + }, + { + "name": "BcdOSLoaderString_HypervisorLoadOptions", + "value": "570425623" + }, + { + "name": "BcdOSLoaderInteger_HypervisorMsrFilterPolicy", + "value": "620757272" + }, + { + "name": "BcdOSLoaderInteger_HypervisorMmioNxPolicy", + "value": "620757273" + }, + { + "name": "BcdOSLoaderInteger_HypervisorSchedulerType", + "value": "620757274" + }, + { + "name": "BcdOSLoaderString_HypervisorRootProcNumaNodes", + "value": "570425627" + }, + { + "name": "BcdOSLoaderInteger_HypervisorPerfmon", + "value": "620757276" + }, + { + "name": "BcdOSLoaderInteger_HypervisorRootProcPerCore", + "value": "620757277" + }, + { + "name": "BcdOSLoaderString_HypervisorRootProcNumaNodeLps", + "value": "570425630" + }, + { + "name": "BcdOSLoaderInteger_XSavePolicy", + "value": "620757280" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature0", + "value": "620757281" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature1", + "value": "620757282" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature2", + "value": "620757283" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature3", + "value": "620757284" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature4", + "value": "620757285" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature5", + "value": "620757286" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature6", + "value": "620757287" + }, + { + "name": "BcdOSLoaderInteger_XSaveAddFeature7", + "value": "620757288" + }, + { + "name": "BcdOSLoaderInteger_XSaveRemoveFeature", + "value": "620757289" + }, + { + "name": "BcdOSLoaderInteger_XSaveProcessorsMask", + "value": "620757290" + }, + { + "name": "BcdOSLoaderInteger_XSaveDisable", + "value": "620757291" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerType", + "value": "620757292" + }, + { + "name": "BcdOSLoaderString_KernelDebuggerBusParameters", + "value": "570425645" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerPortAddress", + "value": "620757294" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerPortNumber", + "value": "620757295" + }, + { + "name": "BcdOSLoaderInteger_ClaimedTpmCounter", + "value": "620757296" + }, + { + "name": "BcdOSLoaderInteger_KernelDebugger1394Channel", + "value": "620757297" + }, + { + "name": "BcdOSLoaderString_KernelDebuggerUsbTargetname", + "value": "570425650" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerNetHostIp", + "value": "620757299" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerNetHostPort", + "value": "620757300" + }, + { + "name": "BcdOSLoaderBoolean_KernelDebuggerNetDhcp", + "value": "637534517" + }, + { + "name": "BcdOSLoaderString_KernelDebuggerNetKey", + "value": "570425654" + }, + { + "name": "BcdOSLoaderString_IMCHiveName", + "value": "570425655" + }, + { + "name": "BcdOSLoaderDevice_IMCDevice", + "value": "553648440" + }, + { + "name": "BcdOSLoaderInteger_KernelDebuggerBaudrate", + "value": "620757305" + }, + { + "name": "BcdOSLoaderString_ManufacturingMode", + "value": "570425664" + }, + { + "name": "BcdOSLoaderBoolean_EventLoggingEnabled", + "value": "637534529" + }, + { + "name": "BcdOSLoaderInteger_VsmLaunchType", + "value": "620757314" + }, + { + "name": "BcdOSLoaderInteger_HypervisorEnforcedCodeIntegrity", + "value": "620757316" + }, + { + "name": "BcdOSLoaderBoolean_DtraceEnabled", + "value": "637534533" + }, + { + "name": "BcdOSLoaderDevice_SystemDataDevice", + "value": "553648464" + }, + { + "name": "BcdOSLoaderDevice_OsArcDevice", + "value": "553648465" + }, + { + "name": "BcdOSLoaderDevice_OsDataDevice", + "value": "553648467" + }, + { + "name": "BcdOSLoaderDevice_BspDevice", + "value": "553648468" + }, + { + "name": "BcdOSLoaderDevice_BspFilepath", + "value": "553648469" + }, + { + "name": "BcdOSLoaderString_KernelDebuggerNetHostIpv6", + "value": "570425686" + }, + { + "name": "BcdOSLoaderString_HypervisorDebuggerNetHostIpv6", + "value": "570425697" + } + ], + "id": "340", + "kind": "Struct", + "name": "_BcdOSLoaderElementTypes", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BcdOSLoaderElementTypes" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SectionBasicInformation", + "value": "0" + }, + { + "name": "SectionImageInformation", + "value": "1" + }, + { + "name": "SectionRelocationInformation", + "value": "2" + }, + { + "name": "SectionOriginalBaseInformation", + "value": "3" + }, + { + "name": "SectionInternalImageInformation", + "value": "4" + }, + { + "name": "MaxSectionInfoClass", + "value": "5" + } + ], + "id": "341", + "kind": "Struct", + "name": "_SECTION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECTION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SubsystemInformationTypeWin32", + "value": "0" + }, + { + "name": "SubsystemInformationTypeWSL", + "value": "1" + }, + { + "name": "MaxSubsystemInformationType", + "value": "2" + } + ], + "id": "342", + "kind": "Struct", + "name": "_SUBSYSTEM_INFORMATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SUBSYSTEM_INFORMATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DirectoryNotifyInformation", + "value": "1" + }, + { + "name": "DirectoryNotifyExtendedInformation", + "value": "2" + }, + { + "name": "DirectoryNotifyFullInformation", + "value": "3" + }, + { + "name": "DirectoryNotifyMaximumInformation", + "value": "4" + } + ], + "id": "343", + "kind": "Struct", + "name": "_DIRECTORY_NOTIFY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DIRECTORY_NOTIFY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PS_MITIGATION_OPTION_NX", + "value": "0" + }, + { + "name": "PS_MITIGATION_OPTION_SEHOP", + "value": "1" + }, + { + "name": "PS_MITIGATION_OPTION_FORCE_RELOCATE_IMAGES", + "value": "2" + }, + { + "name": "PS_MITIGATION_OPTION_HEAP_TERMINATE", + "value": "3" + }, + { + "name": "PS_MITIGATION_OPTION_BOTTOM_UP_ASLR", + "value": "4" + }, + { + "name": "PS_MITIGATION_OPTION_HIGH_ENTROPY_ASLR", + "value": "5" + }, + { + "name": "PS_MITIGATION_OPTION_STRICT_HANDLE_CHECKS", + "value": "6" + }, + { + "name": "PS_MITIGATION_OPTION_WIN32K_SYSTEM_CALL_DISABLE", + "value": "7" + }, + { + "name": "PS_MITIGATION_OPTION_EXTENSION_POINT_DISABLE", + "value": "8" + }, + { + "name": "PS_MITIGATION_OPTION_PROHIBIT_DYNAMIC_CODE", + "value": "9" + }, + { + "name": "PS_MITIGATION_OPTION_CONTROL_FLOW_GUARD", + "value": "10" + }, + { + "name": "PS_MITIGATION_OPTION_BLOCK_NON_MICROSOFT_BINARIES", + "value": "11" + }, + { + "name": "PS_MITIGATION_OPTION_FONT_DISABLE", + "value": "12" + }, + { + "name": "PS_MITIGATION_OPTION_IMAGE_LOAD_NO_REMOTE", + "value": "13" + }, + { + "name": "PS_MITIGATION_OPTION_IMAGE_LOAD_NO_LOW_LABEL", + "value": "14" + }, + { + "name": "PS_MITIGATION_OPTION_IMAGE_LOAD_PREFER_SYSTEM32", + "value": "15" + }, + { + "name": "PS_MITIGATION_OPTION_RETURN_FLOW_GUARD", + "value": "16" + }, + { + "name": "PS_MITIGATION_OPTION_LOADER_INTEGRITY_CONTINUITY", + "value": "17" + }, + { + "name": "PS_MITIGATION_OPTION_STRICT_CONTROL_FLOW_GUARD", + "value": "18" + }, + { + "name": "PS_MITIGATION_OPTION_RESTRICT_SET_THREAD_CONTEXT", + "value": "19" + }, + { + "name": "PS_MITIGATION_OPTION_ROP_STACKPIVOT", + "value": "20" + }, + { + "name": "PS_MITIGATION_OPTION_ROP_CALLER_CHECK", + "value": "21" + }, + { + "name": "PS_MITIGATION_OPTION_ROP_SIMEXEC", + "value": "22" + }, + { + "name": "PS_MITIGATION_OPTION_EXPORT_ADDRESS_FILTER", + "value": "23" + }, + { + "name": "PS_MITIGATION_OPTION_EXPORT_ADDRESS_FILTER_PLUS", + "value": "24" + }, + { + "name": "PS_MITIGATION_OPTION_RESTRICT_CHILD_PROCESS_CREATION", + "value": "25" + }, + { + "name": "PS_MITIGATION_OPTION_IMPORT_ADDRESS_FILTER", + "value": "26" + }, + { + "name": "PS_MITIGATION_OPTION_MODULE_TAMPERING_PROTECTION", + "value": "27" + }, + { + "name": "PS_MITIGATION_OPTION_RESTRICT_INDIRECT_BRANCH_PREDICTION", + "value": "28" + }, + { + "name": "PS_MITIGATION_OPTION_SPECULATIVE_STORE_BYPASS_DISABLE", + "value": "29" + }, + { + "name": "PS_MITIGATION_OPTION_ALLOW_DOWNGRADE_DYNAMIC_CODE_POLICY", + "value": "30" + }, + { + "name": "PS_MITIGATION_OPTION_CET_USER_SHADOW_STACKS", + "value": "31" + }, + { + "name": "PS_MITIGATION_OPTION_USER_CET_SET_CONTEXT_IP_VALIDATION", + "value": "32" + }, + { + "name": "PS_MITIGATION_OPTION_BLOCK_NON_CET_BINARIES", + "value": "33" + }, + { + "name": "PS_MITIGATION_OPTION_CET_DYNAMIC_APIS_OUT_OF_PROC_ONLY", + "value": "34" + }, + { + "name": "PS_MITIGATION_OPTION_REDIRECTION_TRUST", + "value": "35" + }, + { + "name": "PS_MITIGATION_OPTION_RESTRICT_CORE_SHARING", + "value": "36" + } + ], + "id": "344", + "kind": "Struct", + "name": "_PS_MITIGATION_OPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_MITIGATION_OPTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JOBOBJECT_PAGE_PRIORITY_LIMIT_ENABLE", + "value": "1" + }, + { + "name": "JOBOBJECT_PAGE_PRIORITY_LIMIT_VALID_FLAGS", + "value": "1" + } + ], + "id": "345", + "kind": "Struct", + "name": "_JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ThreadBasicInformation", + "value": "0" + }, + { + "name": "ThreadTimes", + "value": "1" + }, + { + "name": "ThreadPriority", + "value": "2" + }, + { + "name": "ThreadBasePriority", + "value": "3" + }, + { + "name": "ThreadAffinityMask", + "value": "4" + }, + { + "name": "ThreadImpersonationToken", + "value": "5" + }, + { + "name": "ThreadDescriptorTableEntry", + "value": "6" + }, + { + "name": "ThreadEnableAlignmentFaultFixup", + "value": "7" + }, + { + "name": "ThreadEventPair", + "value": "8" + }, + { + "name": "ThreadQuerySetWin32StartAddress", + "value": "9" + }, + { + "name": "ThreadZeroTlsCell", + "value": "10" + }, + { + "name": "ThreadPerformanceCount", + "value": "11" + }, + { + "name": "ThreadAmILastThread", + "value": "12" + }, + { + "name": "ThreadIdealProcessor", + "value": "13" + }, + { + "name": "ThreadPriorityBoost", + "value": "14" + }, + { + "name": "ThreadSetTlsArrayAddress", + "value": "15" + }, + { + "name": "ThreadIsIoPending", + "value": "16" + }, + { + "name": "ThreadHideFromDebugger", + "value": "17" + }, + { + "name": "ThreadBreakOnTermination", + "value": "18" + }, + { + "name": "ThreadSwitchLegacyState", + "value": "19" + }, + { + "name": "ThreadIsTerminated", + "value": "20" + }, + { + "name": "ThreadLastSystemCall", + "value": "21" + }, + { + "name": "ThreadIoPriority", + "value": "22" + }, + { + "name": "ThreadCycleTime", + "value": "23" + }, + { + "name": "ThreadPagePriority", + "value": "24" + }, + { + "name": "ThreadActualBasePriority", + "value": "25" + }, + { + "name": "ThreadTebInformation", + "value": "26" + }, + { + "name": "ThreadCSwitchMon", + "value": "27" + }, + { + "name": "ThreadCSwitchPmu", + "value": "28" + }, + { + "name": "ThreadWow64Context", + "value": "29" + }, + { + "name": "ThreadGroupInformation", + "value": "30" + }, + { + "name": "ThreadUmsInformation", + "value": "31" + }, + { + "name": "ThreadCounterProfiling", + "value": "32" + }, + { + "name": "ThreadIdealProcessorEx", + "value": "33" + }, + { + "name": "ThreadCpuAccountingInformation", + "value": "34" + }, + { + "name": "ThreadSuspendCount", + "value": "35" + }, + { + "name": "ThreadHeterogeneousCpuPolicy", + "value": "36" + }, + { + "name": "ThreadContainerId", + "value": "37" + }, + { + "name": "ThreadNameInformation", + "value": "38" + }, + { + "name": "ThreadSelectedCpuSets", + "value": "39" + }, + { + "name": "ThreadSystemThreadInformation", + "value": "40" + }, + { + "name": "ThreadActualGroupAffinity", + "value": "41" + }, + { + "name": "ThreadDynamicCodePolicyInfo", + "value": "42" + }, + { + "name": "ThreadExplicitCaseSensitivity", + "value": "43" + }, + { + "name": "ThreadWorkOnBehalfTicket", + "value": "44" + }, + { + "name": "ThreadSubsystemInformation", + "value": "45" + }, + { + "name": "ThreadDbgkWerReportActive", + "value": "46" + }, + { + "name": "ThreadAttachContainer", + "value": "47" + }, + { + "name": "ThreadManageWritesToExecutableMemory", + "value": "48" + }, + { + "name": "ThreadPowerThrottlingState", + "value": "49" + }, + { + "name": "ThreadWorkloadClass", + "value": "50" + }, + { + "name": "ThreadCreateStateChange", + "value": "51" + }, + { + "name": "ThreadApplyStateChange", + "value": "52" + }, + { + "name": "ThreadStrongerBadHandleChecks", + "value": "53" + }, + { + "name": "ThreadEffectiveIoPriority", + "value": "54" + }, + { + "name": "ThreadEffectivePagePriority", + "value": "55" + }, + { + "name": "MaxThreadInfoClass", + "value": "56" + } + ], + "id": "346", + "kind": "Struct", + "name": "_THREADINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREADINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryReserveUserApc", + "value": "0" + }, + { + "name": "MemoryReserveIoCompletion", + "value": "1" + }, + { + "name": "MemoryReserveTypeMax", + "value": "2" + } + ], + "id": "347", + "kind": "Struct", + "name": "_MEMORY_RESERVE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_RESERVE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PNP_VetoTypeUnknown", + "value": "0" + }, + { + "name": "PNP_VetoLegacyDevice", + "value": "1" + }, + { + "name": "PNP_VetoPendingClose", + "value": "2" + }, + { + "name": "PNP_VetoWindowsApp", + "value": "3" + }, + { + "name": "PNP_VetoWindowsService", + "value": "4" + }, + { + "name": "PNP_VetoOutstandingOpen", + "value": "5" + }, + { + "name": "PNP_VetoDevice", + "value": "6" + }, + { + "name": "PNP_VetoDriver", + "value": "7" + }, + { + "name": "PNP_VetoIllegalDeviceRequest", + "value": "8" + }, + { + "name": "PNP_VetoInsufficientPower", + "value": "9" + }, + { + "name": "PNP_VetoNonDisableable", + "value": "10" + }, + { + "name": "PNP_VetoLegacyDriver", + "value": "11" + }, + { + "name": "PNP_VetoInsufficientRights", + "value": "12" + }, + { + "name": "PNP_VetoAlreadyRemoved", + "value": "13" + } + ], + "id": "348", + "kind": "Struct", + "name": "_PNP_VETO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PNP_VETO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ThreadWorkloadClassDefault", + "value": "0" + }, + { + "name": "ThreadWorkloadClassGraphics", + "value": "1" + }, + { + "name": "MaxThreadWorkloadClass", + "value": "2" + } + ], + "id": "349", + "kind": "Struct", + "name": "_THREAD_WORKLOAD_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_WORKLOAD_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ThreadStateChangeSuspend", + "value": "0" + }, + { + "name": "ThreadStateChangeResume", + "value": "1" + }, + { + "name": "ThreadStateChangeMax", + "value": "2" + } + ], + "id": "350", + "kind": "Struct", + "name": "_THREAD_STATE_CHANGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_STATE_CHANGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PsAttributeParentProcess", + "value": "0" + }, + { + "name": "PsAttributeDebugObject", + "value": "1" + }, + { + "name": "PsAttributeToken", + "value": "2" + }, + { + "name": "PsAttributeClientId", + "value": "3" + }, + { + "name": "PsAttributeTebAddress", + "value": "4" + }, + { + "name": "PsAttributeImageName", + "value": "5" + }, + { + "name": "PsAttributeImageInfo", + "value": "6" + }, + { + "name": "PsAttributeMemoryReserve", + "value": "7" + }, + { + "name": "PsAttributePriorityClass", + "value": "8" + }, + { + "name": "PsAttributeErrorMode", + "value": "9" + }, + { + "name": "PsAttributeStdHandleInfo", + "value": "10" + }, + { + "name": "PsAttributeHandleList", + "value": "11" + }, + { + "name": "PsAttributeGroupAffinity", + "value": "12" + }, + { + "name": "PsAttributePreferredNode", + "value": "13" + }, + { + "name": "PsAttributeIdealProcessor", + "value": "14" + }, + { + "name": "PsAttributeUmsThread", + "value": "15" + }, + { + "name": "PsAttributeMitigationOptions", + "value": "16" + }, + { + "name": "PsAttributeProtectionLevel", + "value": "17" + }, + { + "name": "PsAttributeSecureProcess", + "value": "18" + }, + { + "name": "PsAttributeJobList", + "value": "19" + }, + { + "name": "PsAttributeChildProcessPolicy", + "value": "20" + }, + { + "name": "PsAttributeAllApplicationPackagesPolicy", + "value": "21" + }, + { + "name": "PsAttributeWin32kFilter", + "value": "22" + }, + { + "name": "PsAttributeSafeOpenPromptOriginClaim", + "value": "23" + }, + { + "name": "PsAttributeBnoIsolation", + "value": "24" + }, + { + "name": "PsAttributeDesktopAppPolicy", + "value": "25" + }, + { + "name": "PsAttributeChpe", + "value": "26" + }, + { + "name": "PsAttributeMitigationAuditOptions", + "value": "27" + }, + { + "name": "PsAttributeMachineType", + "value": "28" + }, + { + "name": "PsAttributeComponentFilter", + "value": "29" + }, + { + "name": "PsAttributeEnableOptionalXStateFeatures", + "value": "30" + }, + { + "name": "PsAttributeMax", + "value": "31" + } + ], + "id": "351", + "kind": "Struct", + "name": "_PS_ATTRIBUTE_NUM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_ATTRIBUTE_NUM" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Compatible", + "value": "0" + }, + { + "name": "TypeA", + "value": "1" + }, + { + "name": "TypeB", + "value": "2" + }, + { + "name": "TypeC", + "value": "3" + }, + { + "name": "TypeF", + "value": "4" + }, + { + "name": "MaximumDmaSpeed", + "value": "5" + } + ], + "id": "352", + "kind": "Struct", + "name": "_DMA_SPEED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DMA_SPEED" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PsProtectedTypeNone", + "value": "0" + }, + { + "name": "PsProtectedTypeProtectedLight", + "value": "1" + }, + { + "name": "PsProtectedTypeProtected", + "value": "2" + }, + { + "name": "PsProtectedTypeMax", + "value": "3" + } + ], + "id": "353", + "kind": "Struct", + "name": "_PS_PROTECTED_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_PROTECTED_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PfSvNotSpecified", + "value": "0" + }, + { + "name": "PfSvEnabled", + "value": "1" + }, + { + "name": "PfSvDisabled", + "value": "2" + }, + { + "name": "PfSvMaxEnableStatus", + "value": "3" + } + ], + "id": "354", + "kind": "Struct", + "name": "_PF_ENABLE_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_ENABLE_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AlpcBasicInformation", + "value": "0" + }, + { + "name": "AlpcPortInformation", + "value": "1" + }, + { + "name": "AlpcAssociateCompletionPortInformation", + "value": "2" + }, + { + "name": "AlpcConnectedSIDInformation", + "value": "3" + }, + { + "name": "AlpcServerInformation", + "value": "4" + }, + { + "name": "AlpcMessageZoneInformation", + "value": "5" + }, + { + "name": "AlpcRegisterCompletionListInformation", + "value": "6" + }, + { + "name": "AlpcUnregisterCompletionListInformation", + "value": "7" + }, + { + "name": "AlpcAdjustCompletionListConcurrencyCountInformation", + "value": "8" + }, + { + "name": "AlpcRegisterCallbackInformation", + "value": "9" + }, + { + "name": "AlpcCompletionListRundownInformation", + "value": "10" + }, + { + "name": "AlpcWaitForPortReferences", + "value": "11" + }, + { + "name": "AlpcServerSessionInformation", + "value": "12" + } + ], + "id": "355", + "kind": "Struct", + "name": "_ALPC_PORT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_PORT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PrefetcherRetrieveTrace", + "value": "1" + }, + { + "name": "PrefetcherSystemParameters", + "value": "2" + }, + { + "name": "PrefetcherBootPhase", + "value": "3" + }, + { + "name": "PrefetcherSpare1", + "value": "4" + }, + { + "name": "PrefetcherBootControl", + "value": "5" + }, + { + "name": "PrefetcherScenarioPolicyControl", + "value": "6" + }, + { + "name": "PrefetcherSpare2", + "value": "7" + }, + { + "name": "PrefetcherAppLaunchScenarioControl", + "value": "8" + }, + { + "name": "PrefetcherInformationMax", + "value": "9" + } + ], + "id": "356", + "kind": "Struct", + "name": "_PREFETCHER_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PREFETCHER_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PortBasicInformation", + "value": "0" + }, + { + "name": "PortDumpInformation", + "value": "1" + } + ], + "id": "357", + "kind": "Struct", + "name": "_PORT_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UmsInformationCommandInvalid", + "value": "0" + }, + { + "name": "UmsInformationCommandAttach", + "value": "1" + }, + { + "name": "UmsInformationCommandDetach", + "value": "2" + }, + { + "name": "UmsInformationCommandQuery", + "value": "3" + } + ], + "id": "358", + "kind": "Struct", + "name": "_THREAD_UMS_INFORMATION_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_UMS_INFORMATION_COMMAND" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AlpcMessageSidInformation", + "value": "0" + }, + { + "name": "AlpcMessageTokenModifiedIdInformation", + "value": "1" + }, + { + "name": "AlpcMessageDirectStatusInformation", + "value": "2" + }, + { + "name": "AlpcMessageHandleInformation", + "value": "3" + }, + { + "name": "MaxAlpcMessageInfoClass", + "value": "4" + } + ], + "id": "359", + "kind": "Struct", + "name": "_ALPC_MESSAGE_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_MESSAGE_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "JOBOBJECT_IO_PRIORITY_LIMIT_ENABLE", + "value": "1" + }, + { + "name": "JOBOBJECT_IO_PRIORITY_LIMIT_VALID_FLAGS", + "value": "1" + } + ], + "id": "360", + "kind": "Struct", + "name": "_JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IoSessionEventIgnore", + "value": "0" + }, + { + "name": "IoSessionEventCreated", + "value": "1" + }, + { + "name": "IoSessionEventTerminated", + "value": "2" + }, + { + "name": "IoSessionEventConnected", + "value": "3" + }, + { + "name": "IoSessionEventDisconnected", + "value": "4" + }, + { + "name": "IoSessionEventLogon", + "value": "5" + }, + { + "name": "IoSessionEventLogoff", + "value": "6" + }, + { + "name": "IoSessionEventMax", + "value": "7" + } + ], + "id": "361", + "kind": "Struct", + "name": "_IO_SESSION_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_SESSION_EVENT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Width8Bits", + "value": "0" + }, + { + "name": "Width16Bits", + "value": "1" + }, + { + "name": "Width32Bits", + "value": "2" + }, + { + "name": "Width64Bits", + "value": "3" + }, + { + "name": "WidthNoWrap", + "value": "4" + }, + { + "name": "MaximumDmaWidth", + "value": "5" + } + ], + "id": "362", + "kind": "Struct", + "name": "_DMA_WIDTH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DMA_WIDTH" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DebugObjectUnusedInformation", + "value": "0" + }, + { + "name": "DebugObjectKillProcessOnExitInformation", + "value": "1" + }, + { + "name": "MaxDebugObjectInfoClass", + "value": "2" + } + ], + "id": "363", + "kind": "Struct", + "name": "_DEBUGOBJECTINFOCLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEBUGOBJECTINFOCLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SyncTypeOther", + "value": "0" + }, + { + "name": "SyncTypeCreateSection", + "value": "1" + } + ], + "id": "364", + "kind": "Struct", + "name": "_FS_FILTER_SECTION_SYNC_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_FILTER_SECTION_SYNC_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "IoCompletionBasicInformation", + "value": "0" + } + ], + "id": "365", + "kind": "Struct", + "name": "_IO_COMPLETION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_COMPLETION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "Disabled", + "value": "0" + }, + { + "name": "Enabled", + "value": "1" + } + ], + "id": "366", + "kind": "Struct", + "name": "_MOUNTMGR_AUTO_MOUNT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_AUTO_MOUNT_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SuperfetchRetrieveTrace", + "value": "1" + }, + { + "name": "SuperfetchSystemParameters", + "value": "2" + }, + { + "name": "SuperfetchLogEvent", + "value": "3" + }, + { + "name": "SuperfetchGenerateTrace", + "value": "4" + }, + { + "name": "SuperfetchPrefetch", + "value": "5" + }, + { + "name": "SuperfetchPfnQuery", + "value": "6" + }, + { + "name": "SuperfetchPfnSetPriority", + "value": "7" + }, + { + "name": "SuperfetchPrivSourceQuery", + "value": "8" + }, + { + "name": "SuperfetchSequenceNumberQuery", + "value": "9" + }, + { + "name": "SuperfetchScenarioPhase", + "value": "10" + }, + { + "name": "SuperfetchWorkerPriority", + "value": "11" + }, + { + "name": "SuperfetchScenarioQuery", + "value": "12" + }, + { + "name": "SuperfetchScenarioPrefetch", + "value": "13" + }, + { + "name": "SuperfetchRobustnessControl", + "value": "14" + }, + { + "name": "SuperfetchTimeControl", + "value": "15" + }, + { + "name": "SuperfetchMemoryListQuery", + "value": "16" + }, + { + "name": "SuperfetchMemoryRangesQuery", + "value": "17" + }, + { + "name": "SuperfetchTracingControl", + "value": "18" + }, + { + "name": "SuperfetchTrimWhileAgingControl", + "value": "19" + }, + { + "name": "SuperfetchRepurposedByPrefetch", + "value": "20" + }, + { + "name": "SuperfetchChannelPowerRequest", + "value": "21" + }, + { + "name": "SuperfetchMovePages", + "value": "22" + }, + { + "name": "SuperfetchVirtualQuery", + "value": "23" + }, + { + "name": "SuperfetchCombineStatsQuery", + "value": "24" + }, + { + "name": "SuperfetchSetMinWsAgeRate", + "value": "25" + }, + { + "name": "SuperfetchDeprioritizeOldPagesInWs", + "value": "26" + }, + { + "name": "SuperfetchFileExtentsQuery", + "value": "27" + }, + { + "name": "SuperfetchGpuUtilizationQuery", + "value": "28" + }, + { + "name": "SuperfetchPfnSet", + "value": "29" + }, + { + "name": "SuperfetchInformationMax", + "value": "30" + } + ], + "id": "367", + "kind": "Struct", + "name": "_SUPERFETCH_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SUPERFETCH_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HardwareProfileChangeEvent", + "value": "0" + }, + { + "name": "TargetDeviceChangeEvent", + "value": "1" + }, + { + "name": "DeviceClassChangeEvent", + "value": "2" + }, + { + "name": "CustomDeviceEvent", + "value": "3" + }, + { + "name": "DeviceInstallEvent", + "value": "4" + }, + { + "name": "DeviceArrivalEvent", + "value": "5" + }, + { + "name": "PowerEvent", + "value": "6" + }, + { + "name": "VetoEvent", + "value": "7" + }, + { + "name": "BlockedDriverEvent", + "value": "8" + }, + { + "name": "InvalidIDEvent", + "value": "9" + }, + { + "name": "MaxPlugEventCategory", + "value": "10" + } + ], + "id": "368", + "kind": "Struct", + "name": "_PLUGPLAY_EVENT_CATEGORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PLUGPLAY_EVENT_CATEGORY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PlugPlayControlEnumerateDevice", + "value": "0" + }, + { + "name": "PlugPlayControlRegisterNewDevice", + "value": "1" + }, + { + "name": "PlugPlayControlDeregisterDevice", + "value": "2" + }, + { + "name": "PlugPlayControlInitializeDevice", + "value": "3" + }, + { + "name": "PlugPlayControlStartDevice", + "value": "4" + }, + { + "name": "PlugPlayControlUnlockDevice", + "value": "5" + }, + { + "name": "PlugPlayControlQueryAndRemoveDevice", + "value": "6" + }, + { + "name": "PlugPlayControlUserResponse", + "value": "7" + }, + { + "name": "PlugPlayControlGenerateLegacyDevice", + "value": "8" + }, + { + "name": "PlugPlayControlGetInterfaceDeviceList", + "value": "9" + }, + { + "name": "PlugPlayControlProperty", + "value": "10" + }, + { + "name": "PlugPlayControlDeviceClassAssociation", + "value": "11" + }, + { + "name": "PlugPlayControlGetRelatedDevice", + "value": "12" + }, + { + "name": "PlugPlayControlGetInterfaceDeviceAlias", + "value": "13" + }, + { + "name": "PlugPlayControlDeviceStatus", + "value": "14" + }, + { + "name": "PlugPlayControlGetDeviceDepth", + "value": "15" + }, + { + "name": "PlugPlayControlQueryDeviceRelations", + "value": "16" + }, + { + "name": "PlugPlayControlTargetDeviceRelation", + "value": "17" + }, + { + "name": "PlugPlayControlQueryConflictList", + "value": "18" + }, + { + "name": "PlugPlayControlRetrieveDock", + "value": "19" + }, + { + "name": "PlugPlayControlResetDevice", + "value": "20" + }, + { + "name": "PlugPlayControlHaltDevice", + "value": "21" + }, + { + "name": "PlugPlayControlGetBlockedDriverList", + "value": "22" + }, + { + "name": "PlugPlayControlGetDeviceInterfaceEnabled", + "value": "23" + }, + { + "name": "MaxPlugPlayControl", + "value": "24" + } + ], + "id": "369", + "kind": "Struct", + "name": "_PLUGPLAY_CONTROL_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PLUGPLAY_CONTROL_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BusRelations", + "value": "0" + }, + { + "name": "EjectionRelations", + "value": "1" + }, + { + "name": "PowerRelations", + "value": "2" + }, + { + "name": "RemovalRelations", + "value": "3" + }, + { + "name": "TargetDeviceRelation", + "value": "4" + }, + { + "name": "SingleBusRelations", + "value": "5" + }, + { + "name": "TransportRelations", + "value": "6" + } + ], + "id": "370", + "kind": "Struct", + "name": "_DEVICE_RELATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_RELATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "BusQueryDeviceID", + "value": "0" + }, + { + "name": "BusQueryHardwareIDs", + "value": "1" + }, + { + "name": "BusQueryCompatibleIDs", + "value": "2" + }, + { + "name": "BusQueryInstanceID", + "value": "3" + }, + { + "name": "BusQueryDeviceSerialNumber", + "value": "4" + }, + { + "name": "BusQueryContainerID", + "value": "5" + } + ], + "id": "371", + "kind": "Struct", + "name": "_BUS_QUERY_ID_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BUS_QUERY_ID_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceTextDescription", + "value": "0" + }, + { + "name": "DeviceTextLocationInformation", + "value": "1" + } + ], + "id": "372", + "kind": "Struct", + "name": "_DEVICE_TEXT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_TEXT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceUsageTypeUndefined", + "value": "0" + }, + { + "name": "DeviceUsageTypePaging", + "value": "1" + }, + { + "name": "DeviceUsageTypeHibernation", + "value": "2" + }, + { + "name": "DeviceUsageTypeDumpFile", + "value": "3" + }, + { + "name": "DeviceUsageTypeBoot", + "value": "4" + }, + { + "name": "DeviceUsageTypePostDisplay", + "value": "5" + }, + { + "name": "DeviceUsageTypeGuestAssigned", + "value": "6" + } + ], + "id": "373", + "kind": "Struct", + "name": "_DEVICE_USAGE_NOTIFICATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_USAGE_NOTIFICATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerRequestDisplayRequiredInternal", + "value": "0" + }, + { + "name": "PowerRequestSystemRequiredInternal", + "value": "1" + }, + { + "name": "PowerRequestAwayModeRequiredInternal", + "value": "2" + }, + { + "name": "PowerRequestExecutionRequiredInternal", + "value": "3" + }, + { + "name": "PowerRequestPerfBoostRequiredInternal", + "value": "4" + }, + { + "name": "PowerRequestActiveLockScreenInternal", + "value": "5" + }, + { + "name": "PowerRequestInternalInvalid", + "value": "6" + }, + { + "name": "PowerRequestInternalUnknown", + "value": "7" + }, + { + "name": "PowerRequestFullScreenVideoRequired", + "value": "8" + } + ], + "id": "374", + "kind": "Struct", + "name": "_POWER_REQUEST_TYPE_INTERNAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST_TYPE_INTERNAL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SystemPowerState", + "value": "0" + }, + { + "name": "DevicePowerState", + "value": "1" + } + ], + "id": "375", + "kind": "Struct", + "name": "_POWER_STATE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STATE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KernelRequester", + "value": "0" + }, + { + "name": "UserProcessRequester", + "value": "1" + }, + { + "name": "UserSharedServiceRequester", + "value": "2" + } + ], + "id": "376", + "kind": "Struct", + "name": "_REQUESTER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REQUESTER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DeviceWakeSourceType", + "value": "0" + }, + { + "name": "FixedWakeSourceType", + "value": "1" + }, + { + "name": "TimerWakeSourceType", + "value": "2" + }, + { + "name": "TimerPresumedWakeSourceType", + "value": "3" + }, + { + "name": "InternalWakeSourceType", + "value": "4" + } + ], + "id": "377", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "InternalWakeSourceDozeToHibernate", + "value": "0" + }, + { + "name": "InternalWakeSourcePredictedUserPresence", + "value": "1" + } + ], + "id": "378", + "kind": "Struct", + "name": "_PO_INTERNAL_WAKE_SOURCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_INTERNAL_WAKE_SOURCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "FixedWakeSourcePowerButton", + "value": "0" + }, + { + "name": "FixedWakeSourceSleepButton", + "value": "1" + }, + { + "name": "FixedWakeSourceRtc", + "value": "2" + }, + { + "name": "FixedWakeSourceDozeToHibernate", + "value": "3" + } + ], + "id": "379", + "kind": "Struct", + "name": "_PO_FIXED_WAKE_SOURCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_FIXED_WAKE_SOURCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerStateSleeping1", + "value": "0" + }, + { + "name": "PowerStateSleeping2", + "value": "1" + }, + { + "name": "PowerStateSleeping3", + "value": "2" + }, + { + "name": "PowerStateSleeping4", + "value": "3" + }, + { + "name": "PowerStateShutdownOff", + "value": "4" + }, + { + "name": "PowerStateShutdownReset", + "value": "5" + }, + { + "name": "PowerStateSleeping4Firmware", + "value": "6" + }, + { + "name": "PowerStateMaximum", + "value": "7" + } + ], + "id": "380", + "kind": "Struct", + "name": "_POWER_STATE_HANDLER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STATE_HANDLER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PowerInternalAcpiInterfaceRegister", + "value": "0" + }, + { + "name": "PowerInternalS0LowPowerIdleInfo", + "value": "1" + }, + { + "name": "PowerInternalReapplyBrightnessSettings", + "value": "2" + }, + { + "name": "PowerInternalUserAbsencePrediction", + "value": "3" + }, + { + "name": "PowerInternalUserAbsencePredictionCapability", + "value": "4" + }, + { + "name": "PowerInternalPoProcessorLatencyHint", + "value": "5" + }, + { + "name": "PowerInternalStandbyNetworkRequest", + "value": "6" + }, + { + "name": "PowerInternalDirtyTransitionInformation", + "value": "7" + }, + { + "name": "PowerInternalSetBackgroundTaskState", + "value": "8" + }, + { + "name": "PowerInternalTtmOpenTerminal", + "value": "9" + }, + { + "name": "PowerInternalTtmCreateTerminal", + "value": "10" + }, + { + "name": "PowerInternalTtmEvacuateDevices", + "value": "11" + }, + { + "name": "PowerInternalTtmCreateTerminalEventQueue", + "value": "12" + }, + { + "name": "PowerInternalTtmGetTerminalEvent", + "value": "13" + }, + { + "name": "PowerInternalTtmSetDefaultDeviceAssignment", + "value": "14" + }, + { + "name": "PowerInternalTtmAssignDevice", + "value": "15" + }, + { + "name": "PowerInternalTtmSetDisplayState", + "value": "16" + }, + { + "name": "PowerInternalTtmSetDisplayTimeouts", + "value": "17" + }, + { + "name": "PowerInternalBootSessionStandbyActivationInformation", + "value": "18" + }, + { + "name": "PowerInternalSessionPowerState", + "value": "19" + }, + { + "name": "PowerInternalSessionTerminalInput", + "value": "20" + }, + { + "name": "PowerInternalSetWatchdog", + "value": "21" + }, + { + "name": "PowerInternalPhysicalPowerButtonPressInfoAtBoot", + "value": "22" + }, + { + "name": "PowerInternalExternalMonitorConnected", + "value": "23" + }, + { + "name": "PowerInternalHighPrecisionBrightnessSettings", + "value": "24" + }, + { + "name": "PowerInternalWinrtScreenToggle", + "value": "25" + }, + { + "name": "PowerInternalPpmQosDisable", + "value": "26" + }, + { + "name": "PowerInternalTransitionCheckpoint", + "value": "27" + }, + { + "name": "PowerInternalInputControllerState", + "value": "28" + }, + { + "name": "PowerInternalFirmwareResetReason", + "value": "29" + }, + { + "name": "PowerInternalPpmSchedulerQosSupport", + "value": "30" + }, + { + "name": "PowerInternalBootStatGet", + "value": "31" + }, + { + "name": "PowerInternalBootStatSet", + "value": "32" + }, + { + "name": "PowerInternalCallHasNotReturnedWatchdog", + "value": "33" + }, + { + "name": "PowerInternalBootStatCheckIntegrity", + "value": "34" + }, + { + "name": "PowerInternalBootStatRestoreDefaults", + "value": "35" + }, + { + "name": "PowerInternalHostEsStateUpdate", + "value": "36" + }, + { + "name": "PowerInternalGetPowerActionState", + "value": "37" + }, + { + "name": "PowerInternalBootStatUnlock", + "value": "38" + }, + { + "name": "PowerInternalWakeOnVoiceState", + "value": "39" + }, + { + "name": "PowerInternalDeepSleepBlock", + "value": "40" + }, + { + "name": "PowerInternalIsPoFxDevice", + "value": "41" + }, + { + "name": "PowerInternalPowerTransitionExtensionAtBoot", + "value": "42" + }, + { + "name": "PowerInternalProcessorBrandedFrequency", + "value": "43" + }, + { + "name": "PowerInternalTimeBrokerExpirationReason", + "value": "44" + }, + { + "name": "PowerInternalNotifyUserShutdownStatus", + "value": "45" + }, + { + "name": "PowerInternalPowerRequestTerminalCoreWindow", + "value": "46" + }, + { + "name": "PowerInternalProcessorIdleVeto", + "value": "47" + }, + { + "name": "PowerInternalPlatformIdleVeto", + "value": "48" + }, + { + "name": "PowerInternalIsLongPowerButtonBugcheckEnabled", + "value": "49" + }, + { + "name": "PowerInternalAutoChkCausedReboot", + "value": "50" + }, + { + "name": "PowerInternalSetWakeAlarmOverride", + "value": "51" + }, + { + "name": "PowerInternalDirectedFxAddTestDevice", + "value": "53" + }, + { + "name": "PowerInternalDirectedFxRemoveTestDevice", + "value": "54" + }, + { + "name": "PowerInternalDirectedFxSetMode", + "value": "56" + }, + { + "name": "PowerInternalRegisterPowerPlane", + "value": "57" + }, + { + "name": "PowerInternalSetDirectedDripsFlags", + "value": "58" + }, + { + "name": "PowerInternalClearDirectedDripsFlags", + "value": "59" + }, + { + "name": "PowerInternalRetrieveHiberFileResumeContext", + "value": "60" + }, + { + "name": "PowerInternalReadHiberFilePage", + "value": "61" + }, + { + "name": "PowerInternalLastBootSucceeded", + "value": "62" + }, + { + "name": "PowerInternalQuerySleepStudyHelperRoutineBlock", + "value": "63" + }, + { + "name": "PowerInternalDirectedDripsQueryCapabilities", + "value": "64" + }, + { + "name": "PowerInternalClearConstraints", + "value": "65" + }, + { + "name": "PowerInternalSoftParkVelocityEnabled", + "value": "66" + }, + { + "name": "PowerInternalQueryIntelPepCapabilities", + "value": "67" + }, + { + "name": "PowerInternalGetSystemIdleLoopEnablement", + "value": "68" + }, + { + "name": "PowerInternalGetVmPerfControlSupport", + "value": "69" + }, + { + "name": "PowerInternalGetVmPerfControlConfig", + "value": "70" + }, + { + "name": "PowerInternalSleepDetailedDiagUpdate", + "value": "71" + }, + { + "name": "PowerInternalProcessorClassFrequencyBandsStats", + "value": "72" + }, + { + "name": "PowerInternalHostGlobalUserPresenceStateUpdate", + "value": "73" + }, + { + "name": "PowerInternalCpuNodeIdleIntervalStats", + "value": "74" + }, + { + "name": "PowerInternalClassIdleIntervalStats", + "value": "75" + }, + { + "name": "PowerInternalCpuNodeConcurrencyStats", + "value": "76" + }, + { + "name": "PowerInternalClassConcurrencyStats", + "value": "77" + }, + { + "name": "PowerInternalQueryProcMeasurementCapabilities", + "value": "78" + }, + { + "name": "PowerInternalQueryProcMeasurementValues", + "value": "79" + }, + { + "name": "PowerInternalPrepareForSystemInitiatedReboot", + "value": "80" + }, + { + "name": "PowerInternalGetAdaptiveSessionState", + "value": "81" + }, + { + "name": "PowerInternalSetConsoleLockedState", + "value": "82" + }, + { + "name": "PowerInternalOverrideSystemInitiatedRebootState", + "value": "83" + }, + { + "name": "PowerInternalFanImpactStats", + "value": "84" + }, + { + "name": "PowerInternalFanRpmBuckets", + "value": "85" + }, + { + "name": "PowerInternalPowerBootAppDiagInfo", + "value": "86" + }, + { + "name": "PowerInternalUnregisterShutdownNotification", + "value": "87" + }, + { + "name": "PowerInternalManageTransitionStateRecord", + "value": "88" + }, + { + "name": "PowerInternalGetAcpiTimeAndAlarmCapabilities", + "value": "89" + }, + { + "name": "PowerInternalSuspendResumeRequest", + "value": "90" + }, + { + "name": "PowerInternalEnergyEstimationInfo", + "value": "91" + }, + { + "name": "PowerInformationInternalMaximum", + "value": "92" + } + ], + "id": "381", + "kind": "Struct", + "name": "_POWER_INFORMATION_LEVEL_INTERNAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_LEVEL_INTERNAL" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PoS0DisconnectedReasonNone", + "value": "0" + }, + { + "name": "PoS0DisconnectedReasonNonCompliantNic", + "value": "1" + }, + { + "name": "PoS0DisconnectedReasonSettingPolicy", + "value": "2" + }, + { + "name": "PoS0DisconnectedReasonEnforceDsPolicy", + "value": "3" + }, + { + "name": "PoS0DisconnectedReasonCsChecksFailed", + "value": "4" + }, + { + "name": "PoS0DisconnectedReasonSmartStandby", + "value": "5" + }, + { + "name": "PoS0DisconnectedReasonMaximum", + "value": "6" + } + ], + "id": "382", + "kind": "Struct", + "name": "_POWER_S0_DISCONNECTED_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_S0_DISCONNECTED_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KeyBasicInformation", + "value": "0" + }, + { + "name": "KeyNodeInformation", + "value": "1" + }, + { + "name": "KeyFullInformation", + "value": "2" + }, + { + "name": "KeyNameInformation", + "value": "3" + }, + { + "name": "KeyCachedInformation", + "value": "4" + }, + { + "name": "KeyFlagsInformation", + "value": "5" + }, + { + "name": "KeyVirtualizationInformation", + "value": "6" + }, + { + "name": "KeyHandleTagsInformation", + "value": "7" + }, + { + "name": "KeyTrustInformation", + "value": "8" + }, + { + "name": "KeyLayerInformation", + "value": "9" + }, + { + "name": "MaxKeyInfoClass", + "value": "10" + } + ], + "id": "383", + "kind": "Struct", + "name": "_KEY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KeyWriteTimeInformation", + "value": "0" + }, + { + "name": "KeyWow64FlagsInformation", + "value": "1" + }, + { + "name": "KeyControlFlagsInformation", + "value": "2" + }, + { + "name": "KeySetVirtualizationInformation", + "value": "3" + }, + { + "name": "KeySetDebugInformation", + "value": "4" + }, + { + "name": "KeySetHandleTagsInformation", + "value": "5" + }, + { + "name": "KeySetLayerInformation", + "value": "6" + }, + { + "name": "MaxKeySetInfoClass", + "value": "7" + } + ], + "id": "384", + "kind": "Struct", + "name": "_KEY_SET_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_SET_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AuditCategorySystem", + "value": "0" + }, + { + "name": "AuditCategoryLogon", + "value": "1" + }, + { + "name": "AuditCategoryObjectAccess", + "value": "2" + }, + { + "name": "AuditCategoryPrivilegeUse", + "value": "3" + }, + { + "name": "AuditCategoryDetailedTracking", + "value": "4" + }, + { + "name": "AuditCategoryPolicyChange", + "value": "5" + }, + { + "name": "AuditCategoryAccountManagement", + "value": "6" + }, + { + "name": "AuditCategoryDirectoryServiceAccess", + "value": "7" + }, + { + "name": "AuditCategoryAccountLogon", + "value": "8" + } + ], + "id": "385", + "kind": "Struct", + "name": "_POLICY_AUDIT_EVENT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_EVENT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KeyValueBasicInformation", + "value": "0" + }, + { + "name": "KeyValueFullInformation", + "value": "1" + }, + { + "name": "KeyValuePartialInformation", + "value": "2" + }, + { + "name": "KeyValueFullInformationAlign64", + "value": "3" + }, + { + "name": "KeyValuePartialInformationAlign64", + "value": "4" + }, + { + "name": "KeyValueLayerInformation", + "value": "5" + }, + { + "name": "MaxKeyValueInfoClass", + "value": "6" + } + ], + "id": "386", + "kind": "Struct", + "name": "_KEY_VALUE_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CmExtendedParameterInvalidType", + "value": "0" + }, + { + "name": "CmExtendedParameterTrustClassKey", + "value": "1" + }, + { + "name": "CmExtendedParameterEvent", + "value": "2" + }, + { + "name": "CmExtendedParameterFileAccessToken", + "value": "3" + }, + { + "name": "CmExtendedParameterMax", + "value": "4" + } + ], + "id": "387", + "kind": "Struct", + "name": "_CM_EXTENDED_PARAMETER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_EXTENDED_PARAMETER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KeyAdded", + "value": "0" + }, + { + "name": "KeyRemoved", + "value": "1" + }, + { + "name": "KeyModified", + "value": "2" + } + ], + "id": "388", + "kind": "Struct", + "name": "_REG_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REG_ACTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TableEmptyTree", + "value": "0" + }, + { + "name": "TableFoundNode", + "value": "1" + }, + { + "name": "TableInsertAsLeft", + "value": "2" + }, + { + "name": "TableInsertAsRight", + "value": "3" + } + ], + "id": "389", + "kind": "Struct", + "name": "_TABLE_SEARCH_RESULT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TABLE_SEARCH_RESULT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GenericLessThan", + "value": "0" + }, + { + "name": "GenericGreaterThan", + "value": "1" + }, + { + "name": "GenericEqual", + "value": "2" + } + ], + "id": "390", + "kind": "Struct", + "name": "_RTL_GENERIC_COMPARE_RESULTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_GENERIC_COMPARE_RESULTS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NormOther", + "value": "0" + }, + { + "name": "NormC", + "value": "1" + }, + { + "name": "NormD", + "value": "2" + }, + { + "name": "NormKC", + "value": "5" + }, + { + "name": "NormKD", + "value": "6" + }, + { + "name": "NormIdna", + "value": "13" + }, + { + "name": "DisallowUnassigned", + "value": "256" + }, + { + "name": "NormCDisallowUnassigned", + "value": "257" + }, + { + "name": "NormDDisallowUnassigned", + "value": "258" + }, + { + "name": "NormKCDisallowUnassigned", + "value": "261" + }, + { + "name": "NormKDDisallowUnassigned", + "value": "262" + }, + { + "name": "NormIdnaDisallowUnassigned", + "value": "269" + } + ], + "id": "391", + "kind": "Struct", + "name": "_RTL_NORM_FORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_NORM_FORM" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RF_SORTED", + "value": "0" + }, + { + "name": "RF_UNSORTED", + "value": "1" + }, + { + "name": "RF_CALLBACK", + "value": "2" + }, + { + "name": "RF_KERNEL_DYNAMIC", + "value": "3" + } + ], + "id": "392", + "kind": "Struct", + "name": "_FUNCTION_TABLE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FUNCTION_TABLE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RtlPathTypeUnknown", + "value": "0" + }, + { + "name": "RtlPathTypeUncAbsolute", + "value": "1" + }, + { + "name": "RtlPathTypeDriveAbsolute", + "value": "2" + }, + { + "name": "RtlPathTypeDriveRelative", + "value": "3" + }, + { + "name": "RtlPathTypeRooted", + "value": "4" + }, + { + "name": "RtlPathTypeRelative", + "value": "5" + }, + { + "name": "RtlPathTypeLocalDevice", + "value": "6" + }, + { + "name": "RtlPathTypeRootLocalDevice", + "value": "7" + } + ], + "id": "393", + "kind": "Struct", + "name": "_RTL_PATH_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PATH_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "MemoryTypePaged", + "value": "0" + }, + { + "name": "MemoryTypeNonPaged", + "value": "1" + }, + { + "name": "MemoryType64KPage", + "value": "2" + }, + { + "name": "MemoryTypeLargePage", + "value": "3" + }, + { + "name": "MemoryTypeHugePage", + "value": "4" + }, + { + "name": "MemoryTypeCustom", + "value": "5" + }, + { + "name": "MemoryTypeMax", + "value": "6" + } + ], + "id": "394", + "kind": "Struct", + "name": "_RTL_MEMORY_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_MEMORY_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HeapMemoryBasicInformation", + "value": "0" + } + ], + "id": "395", + "kind": "Struct", + "name": "_HEAP_MEMORY_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_MEMORY_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "HEAP_COMPATIBILITY_STANDARD", + "value": "0" + }, + { + "name": "HEAP_COMPATIBILITY_LAL", + "value": "1" + }, + { + "name": "HEAP_COMPATIBILITY_LFH", + "value": "2" + } + ], + "id": "396", + "kind": "Struct", + "name": "_HEAP_COMPATIBILITY_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_COMPATIBILITY_MODE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ImageDepPolicy", + "value": "0" + }, + { + "name": "ImageAslrPolicy", + "value": "1" + }, + { + "name": "ImageDynamicCodePolicy", + "value": "2" + }, + { + "name": "ImageStrictHandleCheckPolicy", + "value": "3" + }, + { + "name": "ImageSystemCallDisablePolicy", + "value": "4" + }, + { + "name": "ImageMitigationOptionsMask", + "value": "5" + }, + { + "name": "ImageExtensionPointDisablePolicy", + "value": "6" + }, + { + "name": "ImageControlFlowGuardPolicy", + "value": "7" + }, + { + "name": "ImageSignaturePolicy", + "value": "8" + }, + { + "name": "ImageFontDisablePolicy", + "value": "9" + }, + { + "name": "ImageImageLoadPolicy", + "value": "10" + }, + { + "name": "ImagePayloadRestrictionPolicy", + "value": "11" + }, + { + "name": "ImageChildProcessPolicy", + "value": "12" + }, + { + "name": "ImageSehopPolicy", + "value": "13" + }, + { + "name": "ImageHeapPolicy", + "value": "14" + }, + { + "name": "ImageUserShadowStackPolicy", + "value": "15" + }, + { + "name": "ImageRedirectionTrustPolicy", + "value": "16" + }, + { + "name": "ImageUserPointerAuthPolicy", + "value": "17" + }, + { + "name": "MaxImageMitigationPolicy", + "value": "18" + } + ], + "id": "397", + "kind": "Struct", + "name": "_IMAGE_MITIGATION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RtlMitigationOptionStateNotConfigured", + "value": "0" + }, + { + "name": "RtlMitigationOptionStateOn", + "value": "1" + }, + { + "name": "RtlMitigationOptionStateOff", + "value": "2" + }, + { + "name": "RtlMitigationOptionStateForce", + "value": "3" + }, + { + "name": "RtlMitigationOptionStateOption", + "value": "4" + } + ], + "id": "398", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_OPTION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_OPTION_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NotAppContainerSidType", + "value": "0" + }, + { + "name": "ChildAppContainerSidType", + "value": "1" + }, + { + "name": "ParentAppContainerSidType", + "value": "2" + }, + { + "name": "InvalidAppContainerSidType", + "value": "3" + }, + { + "name": "MaxAppContainerSidType", + "value": "4" + } + ], + "id": "399", + "kind": "Struct", + "name": "_APPCONTAINER_SID_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_APPCONTAINER_SID_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LocationTypeRegistry", + "value": "0" + }, + { + "name": "LocationTypeFileSystem", + "value": "1" + }, + { + "name": "LocationTypeMaximum", + "value": "2" + } + ], + "id": "400", + "kind": "Struct", + "name": "_STATE_LOCATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STATE_LOCATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RtlBsdItemVersionNumber", + "value": "0" + }, + { + "name": "RtlBsdItemProductType", + "value": "1" + }, + { + "name": "RtlBsdItemAabEnabled", + "value": "2" + }, + { + "name": "RtlBsdItemAabTimeout", + "value": "3" + }, + { + "name": "RtlBsdItemBootGood", + "value": "4" + }, + { + "name": "RtlBsdItemBootShutdown", + "value": "5" + }, + { + "name": "RtlBsdSleepInProgress", + "value": "6" + }, + { + "name": "RtlBsdPowerTransition", + "value": "7" + }, + { + "name": "RtlBsdItemBootAttemptCount", + "value": "8" + }, + { + "name": "RtlBsdItemBootCheckpoint", + "value": "9" + }, + { + "name": "RtlBsdItemBootId", + "value": "10" + }, + { + "name": "RtlBsdItemShutdownBootId", + "value": "11" + }, + { + "name": "RtlBsdItemReportedAbnormalShutdownBootId", + "value": "12" + }, + { + "name": "RtlBsdItemErrorInfo", + "value": "13" + }, + { + "name": "RtlBsdItemPowerButtonPressInfo", + "value": "14" + }, + { + "name": "RtlBsdItemChecksum", + "value": "15" + }, + { + "name": "RtlBsdPowerTransitionExtension", + "value": "16" + }, + { + "name": "RtlBsdItemFeatureConfigurationState", + "value": "17" + }, + { + "name": "RtlBsdItemMax", + "value": "18" + } + ], + "id": "401", + "kind": "Struct", + "name": "_RTL_BSD_ITEM_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BSD_ITEM_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "RtlFeatureConfigurationBoot", + "value": "0" + }, + { + "name": "RtlFeatureConfigurationRuntime", + "value": "1" + }, + { + "name": "RtlFeatureConfigurationCount", + "value": "2" + } + ], + "id": "402", + "kind": "Struct", + "name": "_RTL_FEATURE_CONFIGURATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_FEATURE_CONFIGURATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TOKEN_SECURITY_ATTRIBUTE_OPERATION_NONE", + "value": "0" + }, + { + "name": "TOKEN_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL", + "value": "1" + }, + { + "name": "TOKEN_SECURITY_ATTRIBUTE_OPERATION_ADD", + "value": "2" + }, + { + "name": "TOKEN_SECURITY_ATTRIBUTE_OPERATION_DELETE", + "value": "3" + }, + { + "name": "TOKEN_SECURITY_ATTRIBUTE_OPERATION_REPLACE", + "value": "4" + } + ], + "id": "403", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTE_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_OPERATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TpTraceThreadPriority", + "value": "1" + }, + { + "name": "TpTraceThreadAffinity", + "value": "2" + }, + { + "name": "MaxTpTraceType", + "value": "3" + } + ], + "id": "404", + "kind": "Struct", + "name": "_TP_TRACE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_TRACE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "KCONTINUE_UNWIND", + "value": "0" + }, + { + "name": "KCONTINUE_RESUME", + "value": "1" + }, + { + "name": "KCONTINUE_LONGJUMP", + "value": "2" + }, + { + "name": "KCONTINUE_SET", + "value": "3" + }, + { + "name": "KCONTINUE_LAST", + "value": "4" + } + ], + "id": "405", + "kind": "Struct", + "name": "_KCONTINUE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KCONTINUE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SharedNtdll32LdrInitializeThunk", + "value": "0" + }, + { + "name": "SharedNtdll32KiUserExceptionDispatcher", + "value": "1" + }, + { + "name": "SharedNtdll32KiUserApcDispatcher", + "value": "2" + }, + { + "name": "SharedNtdll32KiUserCallbackDispatcher", + "value": "3" + }, + { + "name": "SharedNtdll32ExpInterlockedPopEntrySListFault", + "value": "4" + }, + { + "name": "SharedNtdll32ExpInterlockedPopEntrySListResume", + "value": "5" + }, + { + "name": "SharedNtdll32ExpInterlockedPopEntrySListEnd", + "value": "6" + }, + { + "name": "SharedNtdll32RtlUserThreadStart", + "value": "7" + }, + { + "name": "SharedNtdll32pQueryProcessDebugInformationRemote", + "value": "8" + }, + { + "name": "SharedNtdll32BaseAddress", + "value": "9" + }, + { + "name": "SharedNtdll32LdrSystemDllInitBlock", + "value": "10" + }, + { + "name": "Wow64SharedPageEntriesCount", + "value": "11" + } + ], + "id": "406", + "kind": "Struct", + "name": "_WOW64_SHARED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_SHARED_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AccountDomainInformation", + "value": "5" + }, + { + "name": "DnsDomainInformation", + "value": "12" + } + ], + "id": "407", + "kind": "Struct", + "name": "_LSA_LOOKUP_DOMAIN_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_LOOKUP_DOMAIN_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UndefinedLogonType", + "value": "0" + }, + { + "name": "Interactive", + "value": "2" + }, + { + "name": "Network", + "value": "3" + }, + { + "name": "Batch", + "value": "4" + }, + { + "name": "Service", + "value": "5" + }, + { + "name": "Proxy", + "value": "6" + }, + { + "name": "Unlock", + "value": "7" + }, + { + "name": "NetworkCleartext", + "value": "8" + }, + { + "name": "NewCredentials", + "value": "9" + }, + { + "name": "RemoteInteractive", + "value": "10" + }, + { + "name": "CachedInteractive", + "value": "11" + }, + { + "name": "CachedRemoteInteractive", + "value": "12" + }, + { + "name": "CachedUnlock", + "value": "13" + } + ], + "id": "408", + "kind": "Struct", + "name": "_SECURITY_LOGON_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_LOGON_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SeAdtParmTypeNone", + "value": "0" + }, + { + "name": "SeAdtParmTypeString", + "value": "1" + }, + { + "name": "SeAdtParmTypeFileSpec", + "value": "2" + }, + { + "name": "SeAdtParmTypeUlong", + "value": "3" + }, + { + "name": "SeAdtParmTypeSid", + "value": "4" + }, + { + "name": "SeAdtParmTypeLogonId", + "value": "5" + }, + { + "name": "SeAdtParmTypeNoLogonId", + "value": "6" + }, + { + "name": "SeAdtParmTypeAccessMask", + "value": "7" + }, + { + "name": "SeAdtParmTypePrivs", + "value": "8" + }, + { + "name": "SeAdtParmTypeObjectTypes", + "value": "9" + }, + { + "name": "SeAdtParmTypeHexUlong", + "value": "10" + }, + { + "name": "SeAdtParmTypePtr", + "value": "11" + }, + { + "name": "SeAdtParmTypeTime", + "value": "12" + }, + { + "name": "SeAdtParmTypeGuid", + "value": "13" + }, + { + "name": "SeAdtParmTypeLuid", + "value": "14" + }, + { + "name": "SeAdtParmTypeHexInt64", + "value": "15" + }, + { + "name": "SeAdtParmTypeStringList", + "value": "16" + }, + { + "name": "SeAdtParmTypeSidList", + "value": "17" + }, + { + "name": "SeAdtParmTypeDuration", + "value": "18" + }, + { + "name": "SeAdtParmTypeUserAccountControl", + "value": "19" + }, + { + "name": "SeAdtParmTypeNoUac", + "value": "20" + }, + { + "name": "SeAdtParmTypeMessage", + "value": "21" + }, + { + "name": "SeAdtParmTypeDateTime", + "value": "22" + }, + { + "name": "SeAdtParmTypeSockAddr", + "value": "23" + }, + { + "name": "SeAdtParmTypeSD", + "value": "24" + }, + { + "name": "SeAdtParmTypeLogonHours", + "value": "25" + }, + { + "name": "SeAdtParmTypeLogonIdNoSid", + "value": "26" + }, + { + "name": "SeAdtParmTypeUlongNoConv", + "value": "27" + }, + { + "name": "SeAdtParmTypeSockAddrNoPort", + "value": "28" + }, + { + "name": "SeAdtParmTypeAccessReason", + "value": "29" + }, + { + "name": "SeAdtParmTypeStagingReason", + "value": "30" + }, + { + "name": "SeAdtParmTypeResourceAttribute", + "value": "31" + }, + { + "name": "SeAdtParmTypeClaims", + "value": "32" + }, + { + "name": "SeAdtParmTypeLogonIdAsSid", + "value": "33" + }, + { + "name": "SeAdtParmTypeMultiSzString", + "value": "34" + }, + { + "name": "SeAdtParmTypeLogonIdEx", + "value": "35" + } + ], + "id": "409", + "kind": "Struct", + "name": "_SE_ADT_PARAMETER_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "iSystem_SecurityStateChange", + "value": "100" + }, + { + "name": "iSystem_SecuritySubsystemExtension", + "value": "101" + }, + { + "name": "iSystem_Integrity", + "value": "102" + }, + { + "name": "iSystem_IPSecDriverEvents", + "value": "103" + }, + { + "name": "iSystem_Others", + "value": "104" + }, + { + "name": "iLogon_Logon", + "value": "105" + }, + { + "name": "iLogon_Logoff", + "value": "106" + }, + { + "name": "iLogon_AccountLockout", + "value": "107" + }, + { + "name": "iLogon_IPSecMainMode", + "value": "108" + }, + { + "name": "iLogon_SpecialLogon", + "value": "109" + }, + { + "name": "iLogon_IPSecQuickMode", + "value": "110" + }, + { + "name": "iLogon_IPSecUsermode", + "value": "111" + }, + { + "name": "iLogon_Others", + "value": "112" + }, + { + "name": "iLogon_NPS", + "value": "113" + }, + { + "name": "iLogon_Claims", + "value": "114" + }, + { + "name": "iLogon_Groups", + "value": "115" + }, + { + "name": "iObjectAccess_FileSystem", + "value": "116" + }, + { + "name": "iObjectAccess_Registry", + "value": "117" + }, + { + "name": "iObjectAccess_Kernel", + "value": "118" + }, + { + "name": "iObjectAccess_Sam", + "value": "119" + }, + { + "name": "iObjectAccess_Other", + "value": "120" + }, + { + "name": "iObjectAccess_CertificationAuthority", + "value": "121" + }, + { + "name": "iObjectAccess_ApplicationGenerated", + "value": "122" + }, + { + "name": "iObjectAccess_HandleBasedAudits", + "value": "123" + }, + { + "name": "iObjectAccess_Share", + "value": "124" + }, + { + "name": "iObjectAccess_FirewallPacketDrops", + "value": "125" + }, + { + "name": "iObjectAccess_FirewallConnection", + "value": "126" + }, + { + "name": "iObjectAccess_DetailedFileShare", + "value": "127" + }, + { + "name": "iObjectAccess_RemovableStorage", + "value": "128" + }, + { + "name": "iObjectAccess_CbacStaging", + "value": "129" + }, + { + "name": "iPrivilegeUse_Sensitive", + "value": "130" + }, + { + "name": "iPrivilegeUse_NonSensitive", + "value": "131" + }, + { + "name": "iPrivilegeUse_Others", + "value": "132" + }, + { + "name": "iDetailedTracking_ProcessCreation", + "value": "133" + }, + { + "name": "iDetailedTracking_ProcessTermination", + "value": "134" + }, + { + "name": "iDetailedTracking_DpapiActivity", + "value": "135" + }, + { + "name": "iDetailedTracking_RpcCall", + "value": "136" + }, + { + "name": "iDetailedTracking_PnpActivity", + "value": "137" + }, + { + "name": "iDetailedTracking_TokenRightAdjusted", + "value": "138" + }, + { + "name": "iPolicyChange_AuditPolicy", + "value": "139" + }, + { + "name": "iPolicyChange_AuthenticationPolicy", + "value": "140" + }, + { + "name": "iPolicyChange_AuthorizationPolicy", + "value": "141" + }, + { + "name": "iPolicyChange_MpsscvRulePolicy", + "value": "142" + }, + { + "name": "iPolicyChange_WfpIPSecPolicy", + "value": "143" + }, + { + "name": "iPolicyChange_Others", + "value": "144" + }, + { + "name": "iAccountManagement_UserAccount", + "value": "145" + }, + { + "name": "iAccountManagement_ComputerAccount", + "value": "146" + }, + { + "name": "iAccountManagement_SecurityGroup", + "value": "147" + }, + { + "name": "iAccountManagement_DistributionGroup", + "value": "148" + }, + { + "name": "iAccountManagement_ApplicationGroup", + "value": "149" + }, + { + "name": "iAccountManagement_Others", + "value": "150" + }, + { + "name": "iDSAccess_DSAccess", + "value": "151" + }, + { + "name": "iDSAccess_AdAuditChanges", + "value": "152" + }, + { + "name": "iDS_Replication", + "value": "153" + }, + { + "name": "iDS_DetailedReplication", + "value": "154" + }, + { + "name": "iAccountLogon_CredentialValidation", + "value": "155" + }, + { + "name": "iAccountLogon_Kerberos", + "value": "156" + }, + { + "name": "iAccountLogon_Others", + "value": "157" + }, + { + "name": "iAccountLogon_KerbCredentialValidation", + "value": "158" + }, + { + "name": "iUnknownSubCategory", + "value": "999" + } + ], + "id": "410", + "kind": "Struct", + "name": "_POLICY_AUDIT_EVENT_TYPE_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_EVENT_TYPE_EX" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "LsaTokenInformationNull", + "value": "0" + }, + { + "name": "LsaTokenInformationV1", + "value": "1" + }, + { + "name": "LsaTokenInformationV2", + "value": "2" + }, + { + "name": "LsaTokenInformationV3", + "value": "3" + } + ], + "id": "411", + "kind": "Struct", + "name": "_LSA_TOKEN_INFORMATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TOKEN_INFORMATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PolicyServerRoleBackup", + "value": "2" + }, + { + "name": "PolicyServerRolePrimary", + "value": "3" + } + ], + "id": "412", + "kind": "Struct", + "name": "_POLICY_LSA_SERVER_ROLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_LSA_SERVER_ROLE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PolicyAuditLogInformation", + "value": "1" + }, + { + "name": "PolicyAuditEventsInformation", + "value": "2" + }, + { + "name": "PolicyPrimaryDomainInformation", + "value": "3" + }, + { + "name": "PolicyPdAccountInformation", + "value": "4" + }, + { + "name": "PolicyAccountDomainInformation", + "value": "5" + }, + { + "name": "PolicyLsaServerRoleInformation", + "value": "6" + }, + { + "name": "PolicyReplicaSourceInformation", + "value": "7" + }, + { + "name": "PolicyDefaultQuotaInformation", + "value": "8" + }, + { + "name": "PolicyModificationInformation", + "value": "9" + }, + { + "name": "PolicyAuditFullSetInformation", + "value": "10" + }, + { + "name": "PolicyAuditFullQueryInformation", + "value": "11" + }, + { + "name": "PolicyDnsDomainInformation", + "value": "12" + }, + { + "name": "PolicyDnsDomainInformationInt", + "value": "13" + }, + { + "name": "PolicyLocalAccountDomainInformation", + "value": "14" + }, + { + "name": "PolicyMachineAccountInformation", + "value": "15" + }, + { + "name": "PolicyMachineAccountInformation2", + "value": "16" + }, + { + "name": "PolicyLastEntry", + "value": "17" + } + ], + "id": "413", + "kind": "Struct", + "name": "_POLICY_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PolicyDomainEfsInformation", + "value": "2" + }, + { + "name": "PolicyDomainKerberosTicketInformation", + "value": "3" + } + ], + "id": "414", + "kind": "Struct", + "name": "_POLICY_DOMAIN_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_DOMAIN_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PolicyNotifyAuditEventsInformation", + "value": "1" + }, + { + "name": "PolicyNotifyAccountDomainInformation", + "value": "2" + }, + { + "name": "PolicyNotifyServerRoleInformation", + "value": "3" + }, + { + "name": "PolicyNotifyDnsDomainInformation", + "value": "4" + }, + { + "name": "PolicyNotifyDomainEfsInformation", + "value": "5" + }, + { + "name": "PolicyNotifyDomainKerberosTicketInformation", + "value": "6" + }, + { + "name": "PolicyNotifyMachineAccountPasswordInformation", + "value": "7" + }, + { + "name": "PolicyNotifyGlobalSaclInformation", + "value": "8" + }, + { + "name": "PolicyNotifyMax", + "value": "9" + } + ], + "id": "415", + "kind": "Struct", + "name": "_POLICY_NOTIFICATION_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_NOTIFICATION_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "TrustedDomainNameInformation", + "value": "1" + }, + { + "name": "TrustedControllersInformation", + "value": "2" + }, + { + "name": "TrustedPosixOffsetInformation", + "value": "3" + }, + { + "name": "TrustedPasswordInformation", + "value": "4" + }, + { + "name": "TrustedDomainInformationBasic", + "value": "5" + }, + { + "name": "TrustedDomainInformationEx", + "value": "6" + }, + { + "name": "TrustedDomainAuthInformation", + "value": "7" + }, + { + "name": "TrustedDomainFullInformation", + "value": "8" + }, + { + "name": "TrustedDomainAuthInformationInternal", + "value": "9" + }, + { + "name": "TrustedDomainFullInformationInternal", + "value": "10" + }, + { + "name": "TrustedDomainInformationEx2Internal", + "value": "11" + }, + { + "name": "TrustedDomainFullInformation2Internal", + "value": "12" + }, + { + "name": "TrustedDomainSupportedEncryptionTypes", + "value": "13" + }, + { + "name": "TrustedDomainAuthInformationInternalAes", + "value": "14" + }, + { + "name": "TrustedDomainFullInformationInternalAes", + "value": "15" + } + ], + "id": "416", + "kind": "Struct", + "name": "_TRUSTED_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "ForestTrustTopLevelName", + "value": "0" + }, + { + "name": "ForestTrustTopLevelNameEx", + "value": "1" + }, + { + "name": "ForestTrustDomainInfo", + "value": "2" + }, + { + "name": "ForestTrustBinaryInfo", + "value": "3" + }, + { + "name": "ForestTrustScannerInfo", + "value": "4" + }, + { + "name": "ForestTrustRecordTypeLast", + "value": "4" + } + ], + "id": "417", + "kind": "Struct", + "name": "LSA_FOREST_TRUST_RECORD_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LSA_FOREST_TRUST_RECORD_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "CollisionTdo", + "value": "0" + }, + { + "name": "CollisionXref", + "value": "1" + }, + { + "name": "CollisionOther", + "value": "2" + } + ], + "id": "418", + "kind": "Struct", + "name": "LSA_FOREST_TRUST_COLLISION_RECORD_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LSA_FOREST_TRUST_COLLISION_RECORD_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "NegEnumPackagePrefixes", + "value": "0" + }, + { + "name": "NegGetCallerName", + "value": "1" + }, + { + "name": "NegTransferCredentials", + "value": "2" + }, + { + "name": "NegEnumPackageNames", + "value": "3" + }, + { + "name": "NegCallPackageMax", + "value": "4" + } + ], + "id": "419", + "kind": "Struct", + "name": "NEGOTIATE_MESSAGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NEGOTIATE_MESSAGES" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "eFromPrecomputed", + "value": "1" + }, + { + "name": "eFromClearPassword", + "value": "2" + }, + { + "name": "eFromNtOwf", + "value": "3" + } + ], + "id": "420", + "kind": "Struct", + "name": "_LSA_CREDENTIAL_KEY_SOURCE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_CREDENTIAL_KEY_SOURCE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainPasswordInformation", + "value": "1" + }, + { + "name": "DomainGeneralInformation", + "value": "2" + }, + { + "name": "DomainLogoffInformation", + "value": "3" + }, + { + "name": "DomainOemInformation", + "value": "4" + }, + { + "name": "DomainNameInformation", + "value": "5" + }, + { + "name": "DomainReplicationInformation", + "value": "6" + }, + { + "name": "DomainServerRoleInformation", + "value": "7" + }, + { + "name": "DomainModifiedInformation", + "value": "8" + }, + { + "name": "DomainStateInformation", + "value": "9" + }, + { + "name": "DomainUasInformation", + "value": "10" + }, + { + "name": "DomainGeneralInformation2", + "value": "11" + }, + { + "name": "DomainLockoutInformation", + "value": "12" + }, + { + "name": "DomainModifiedInformation2", + "value": "13" + } + ], + "id": "421", + "kind": "Struct", + "name": "_DOMAIN_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainServerEnabled", + "value": "1" + }, + { + "name": "DomainServerDisabled", + "value": "2" + } + ], + "id": "422", + "kind": "Struct", + "name": "_DOMAIN_SERVER_ENABLE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_SERVER_ENABLE_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainServerRoleBackup", + "value": "2" + }, + { + "name": "DomainServerRolePrimary", + "value": "3" + } + ], + "id": "423", + "kind": "Struct", + "name": "_DOMAIN_SERVER_ROLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_SERVER_ROLE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainPasswordSimple", + "value": "1" + }, + { + "name": "DomainPasswordComplex", + "value": "2" + } + ], + "id": "424", + "kind": "Struct", + "name": "_DOMAIN_PASSWORD_CONSTRUCTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_PASSWORD_CONSTRUCTION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainDisplayUser", + "value": "1" + }, + { + "name": "DomainDisplayMachine", + "value": "2" + }, + { + "name": "DomainDisplayGroup", + "value": "3" + }, + { + "name": "DomainDisplayOemUser", + "value": "4" + }, + { + "name": "DomainDisplayOemGroup", + "value": "5" + }, + { + "name": "DomainDisplayServer", + "value": "6" + } + ], + "id": "425", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DomainLocalizableAccountsBasic", + "value": "1" + } + ], + "id": "426", + "kind": "Struct", + "name": "_DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "GroupGeneralInformation", + "value": "1" + }, + { + "name": "GroupNameInformation", + "value": "2" + }, + { + "name": "GroupAttributeInformation", + "value": "3" + }, + { + "name": "GroupAdminCommentInformation", + "value": "4" + }, + { + "name": "GroupReplicationInformation", + "value": "5" + } + ], + "id": "427", + "kind": "Struct", + "name": "_GROUP_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "AliasGeneralInformation", + "value": "1" + }, + { + "name": "AliasNameInformation", + "value": "2" + }, + { + "name": "AliasAdminCommentInformation", + "value": "3" + }, + { + "name": "AliasReplicationInformation", + "value": "4" + }, + { + "name": "AliasExtendedInformation", + "value": "5" + } + ], + "id": "428", + "kind": "Struct", + "name": "_ALIAS_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALIAS_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "UserGeneralInformation", + "value": "1" + }, + { + "name": "UserPreferencesInformation", + "value": "2" + }, + { + "name": "UserLogonInformation", + "value": "3" + }, + { + "name": "UserLogonHoursInformation", + "value": "4" + }, + { + "name": "UserAccountInformation", + "value": "5" + }, + { + "name": "UserNameInformation", + "value": "6" + }, + { + "name": "UserAccountNameInformation", + "value": "7" + }, + { + "name": "UserFullNameInformation", + "value": "8" + }, + { + "name": "UserPrimaryGroupInformation", + "value": "9" + }, + { + "name": "UserHomeInformation", + "value": "10" + }, + { + "name": "UserScriptInformation", + "value": "11" + }, + { + "name": "UserProfileInformation", + "value": "12" + }, + { + "name": "UserAdminCommentInformation", + "value": "13" + }, + { + "name": "UserWorkStationsInformation", + "value": "14" + }, + { + "name": "UserSetPasswordInformation", + "value": "15" + }, + { + "name": "UserControlInformation", + "value": "16" + }, + { + "name": "UserExpiresInformation", + "value": "17" + }, + { + "name": "UserInternal1Information", + "value": "18" + }, + { + "name": "UserInternal2Information", + "value": "19" + }, + { + "name": "UserParametersInformation", + "value": "20" + }, + { + "name": "UserAllInformation", + "value": "21" + }, + { + "name": "UserInternal3Information", + "value": "22" + }, + { + "name": "UserInternal4Information", + "value": "23" + }, + { + "name": "UserInternal5Information", + "value": "24" + }, + { + "name": "UserInternal4InformationNew", + "value": "25" + }, + { + "name": "UserInternal5InformationNew", + "value": "26" + }, + { + "name": "UserInternal6Information", + "value": "27" + }, + { + "name": "UserExtendedInformation", + "value": "28" + }, + { + "name": "UserLogonUIInformation", + "value": "29" + }, + { + "name": "UserUnknownTodoInformation", + "value": "30" + }, + { + "name": "UserInternal7Information", + "value": "31" + }, + { + "name": "UserInternal8Information", + "value": "32" + } + ], + "id": "429", + "kind": "Struct", + "name": "_USER_INFORMATION_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INFORMATION_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SecurityDbNew", + "value": "1" + }, + { + "name": "SecurityDbRename", + "value": "2" + }, + { + "name": "SecurityDbDelete", + "value": "3" + }, + { + "name": "SecurityDbChangeMemberAdd", + "value": "4" + }, + { + "name": "SecurityDbChangeMemberSet", + "value": "5" + }, + { + "name": "SecurityDbChangeMemberDel", + "value": "6" + }, + { + "name": "SecurityDbChange", + "value": "7" + }, + { + "name": "SecurityDbChangePassword", + "value": "8" + } + ], + "id": "430", + "kind": "Struct", + "name": "_SECURITY_DB_DELTA_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_DB_DELTA_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SecurityDbObjectSamDomain", + "value": "1" + }, + { + "name": "SecurityDbObjectSamUser", + "value": "2" + }, + { + "name": "SecurityDbObjectSamGroup", + "value": "3" + }, + { + "name": "SecurityDbObjectSamAlias", + "value": "4" + }, + { + "name": "SecurityDbObjectLsaPolicy", + "value": "5" + }, + { + "name": "SecurityDbObjectLsaTDomain", + "value": "6" + }, + { + "name": "SecurityDbObjectLsaAccount", + "value": "7" + }, + { + "name": "SecurityDbObjectLsaSecret", + "value": "8" + } + ], + "id": "431", + "kind": "Struct", + "name": "_SECURITY_DB_OBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_DB_OBJECT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SamObjectUser", + "value": "1" + }, + { + "name": "SamObjectGroup", + "value": "2" + }, + { + "name": "SamObjectAlias", + "value": "3" + } + ], + "id": "432", + "kind": "Struct", + "name": "_SAM_ACCOUNT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_ACCOUNT_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SamValidateAuthentication", + "value": "1" + }, + { + "name": "SamValidatePasswordChange", + "value": "2" + }, + { + "name": "SamValidatePasswordReset", + "value": "3" + } + ], + "id": "433", + "kind": "Struct", + "name": "_PASSWORD_POLICY_VALIDATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PASSWORD_POLICY_VALIDATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SamValidateSuccess", + "value": "0" + }, + { + "name": "SamValidatePasswordMustChange", + "value": "1" + }, + { + "name": "SamValidateAccountLockedOut", + "value": "2" + }, + { + "name": "SamValidatePasswordExpired", + "value": "3" + }, + { + "name": "SamValidatePasswordIncorrect", + "value": "4" + }, + { + "name": "SamValidatePasswordIsInHistory", + "value": "5" + }, + { + "name": "SamValidatePasswordTooShort", + "value": "6" + }, + { + "name": "SamValidatePasswordTooLong", + "value": "7" + }, + { + "name": "SamValidatePasswordNotComplexEnough", + "value": "8" + }, + { + "name": "SamValidatePasswordTooRecent", + "value": "9" + }, + { + "name": "SamValidatePasswordFilterError", + "value": "10" + } + ], + "id": "434", + "kind": "Struct", + "name": "_SAM_VALIDATE_VALIDATION_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_VALIDATION_STATUS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "SamObjectChangeNotificationOperation", + "value": "0" + } + ], + "id": "435", + "kind": "Struct", + "name": "_SAM_GENERIC_OPERATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_GENERIC_OPERATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "VdmStartExecution", + "value": "0" + }, + { + "name": "VdmQueueInterrupt", + "value": "1" + }, + { + "name": "VdmDelayInterrupt", + "value": "2" + }, + { + "name": "VdmInitialize", + "value": "3" + }, + { + "name": "VdmFeatures", + "value": "4" + }, + { + "name": "VdmSetInt21Handler", + "value": "5" + }, + { + "name": "VdmQueryDir", + "value": "6" + }, + { + "name": "VdmPrinterDirectIoOpen", + "value": "7" + }, + { + "name": "VdmPrinterDirectIoClose", + "value": "8" + }, + { + "name": "VdmPrinterInitialize", + "value": "9" + }, + { + "name": "VdmSetLdtEntries", + "value": "10" + }, + { + "name": "VdmSetProcessLdtInfo", + "value": "11" + }, + { + "name": "VdmAdlibEmulation", + "value": "12" + }, + { + "name": "VdmPMCliControl", + "value": "13" + }, + { + "name": "VdmQueryVdmProcess", + "value": "14" + }, + { + "name": "VdmPreInitialize", + "value": "15" + } + ], + "id": "436", + "kind": "Struct", + "name": "_VDMSERVICECLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VDMSERVICECLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwBufferStateFree", + "value": "0" + }, + { + "name": "EtwBufferStateGeneralLogging", + "value": "1" + }, + { + "name": "EtwBufferStateCSwitch", + "value": "2" + }, + { + "name": "EtwBufferStateFlush", + "value": "3" + }, + { + "name": "EtwBufferStateMaximum", + "value": "4" + } + ], + "id": "437", + "kind": "Struct", + "name": "_ETW_BUFFER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_BUFFER_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwRtEventNoLoss", + "value": "0" + }, + { + "name": "EtwRtEventLost", + "value": "1" + }, + { + "name": "EtwRtBufferLost", + "value": "2" + }, + { + "name": "EtwRtBackupLost", + "value": "3" + }, + { + "name": "EtwRtEventLossMax", + "value": "4" + } + ], + "id": "438", + "kind": "Struct", + "name": "_ETW_RT_EVENT_LOSS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_RT_EVENT_LOSS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DynamicTickVetoNone", + "value": "0" + }, + { + "name": "DynamicTickVetoProcBusy", + "value": "1" + }, + { + "name": "DynamicTickVetoSoftwareTimer", + "value": "2" + }, + { + "name": "DynamicTickVetoClockConstraint", + "value": "3" + }, + { + "name": "DynamicTickVetoClockOutOfSync", + "value": "4" + }, + { + "name": "DynamicTickVetoClockUpdateFailed", + "value": "5" + }, + { + "name": "DynamicTickVetoMax", + "value": "6" + } + ], + "id": "439", + "kind": "Struct", + "name": "_PERFINFO_DYNAMIC_TICK_VETO_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DYNAMIC_TICK_VETO_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "DynamicTickDisableReasonNone", + "value": "0" + }, + { + "name": "DynamicTickDisableReasonBcdOverride", + "value": "1" + }, + { + "name": "DynamicTickDisableReasonNoHwSupport", + "value": "2" + }, + { + "name": "DynamicTickDisableReasonEmOverride", + "value": "3" + }, + { + "name": "DynamicTickDisableReasonMax", + "value": "4" + } + ], + "id": "440", + "kind": "Struct", + "name": "_PERFINFO_DYNAMIC_TICK_DISABLE_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DYNAMIC_TICK_DISABLE_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PerfInfoMemUsagePfnMetadata", + "value": "0" + }, + { + "name": "PerfInfoMemUsageMax", + "value": "1" + } + ], + "id": "441", + "kind": "Struct", + "name": "_PERFINFO_KERNELMEMORY_USAGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_KERNELMEMORY_USAGE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PerfInfoMMStatNotUsed", + "value": "0" + }, + { + "name": "PerfInfoMMStatAggregatePageCombine", + "value": "1" + }, + { + "name": "PerfInfoMMStatIterationPageCombine", + "value": "2" + }, + { + "name": "PerfInfoMMStatMax", + "value": "3" + } + ], + "id": "442", + "kind": "Struct", + "name": "_PERFINFO_MM_STAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MM_STAT" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PerfInfoMemReset", + "value": "0" + }, + { + "name": "PerfInfoMemResetUndo", + "value": "1" + }, + { + "name": "PerfInfoMemResetUndoFailed", + "value": "2" + }, + { + "name": "PerfInfoMemResetMax", + "value": "3" + } + ], + "id": "443", + "kind": "Struct", + "name": "_PERFINFO_MEM_RESET_INFO_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MEM_RESET_INFO_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PerfInfoDebugEventReceived", + "value": "1" + }, + { + "name": "PerfInfoDebugEventContinued", + "value": "2" + }, + { + "name": "PerfInfoDebugEventMax", + "value": "3" + } + ], + "id": "444", + "kind": "Struct", + "name": "_PERFINFO_DEBUG_EVENT_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DEBUG_EVENT_REASON" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "PerfCSwapIdleShort", + "value": "0" + }, + { + "name": "PerfCSwapIdle", + "value": "1" + }, + { + "name": "PerfCSwapLite", + "value": "2" + }, + { + "name": "PerfCSwapFull", + "value": "3" + } + ], + "id": "445", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwNotificationTypeNoReply", + "value": "1" + }, + { + "name": "EtwNotificationTypeLegacyEnable", + "value": "2" + }, + { + "name": "EtwNotificationTypeEnable", + "value": "3" + }, + { + "name": "EtwNotificationTypePrivateLogger", + "value": "4" + }, + { + "name": "EtwNotificationTypePerflib", + "value": "5" + }, + { + "name": "EtwNotificationTypeAudio", + "value": "6" + }, + { + "name": "EtwNotificationTypeSession", + "value": "7" + }, + { + "name": "EtwNotificationTypeReserved", + "value": "8" + }, + { + "name": "EtwNotificationTypeCredentialUI", + "value": "9" + }, + { + "name": "EtwNotificationTypeInProcSession", + "value": "10" + }, + { + "name": "EtwNotificationTypeMax", + "value": "11" + } + ], + "id": "446", + "kind": "Struct", + "name": "_ETW_NOTIFICATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_NOTIFICATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwSessionNotificationMediaChanged", + "value": "1" + }, + { + "name": "EtwSessionNotificationSessionTerminated", + "value": "2" + }, + { + "name": "EtwSessionNotificationLogfileError", + "value": "3" + }, + { + "name": "EtwSessionNotificationRealtimeError", + "value": "4" + }, + { + "name": "EtwSessionNotificationSessionStarted", + "value": "5" + }, + { + "name": "EtwSessionNotificationMax", + "value": "6" + } + ], + "id": "447", + "kind": "Struct", + "name": "_ETW_SESSION_NOTIFICATION_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_SESSION_NOTIFICATION_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "id": "448", + "kind": "Struct", + "name": "_EVENT_INFO_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_INFO_CLASS" + }, + { + "arrayLen": 1, + "classKeyword": "enum", + "collapsed": true, + "elementKind": "UInt8", + "enumMembers": [ + { + "name": "EtwStartLoggerCode", + "value": "1" + }, + { + "name": "EtwStopLoggerCode", + "value": "2" + }, + { + "name": "EtwQueryLoggerCode", + "value": "3" + }, + { + "name": "EtwUpdateLoggerCode", + "value": "4" + }, + { + "name": "EtwFlushLoggerCode", + "value": "5" + }, + { + "name": "EtwIncrementLoggerFile", + "value": "6" + }, + { + "name": "EtwRealtimeTransition", + "value": "7" + }, + { + "name": "EtwRealtimeConnectCode", + "value": "11" + }, + { + "name": "EtwActivityIdCreate", + "value": "12" + }, + { + "name": "EtwWdiScenarioCode", + "value": "13" + }, + { + "name": "EtwRealtimeDisconnectCode", + "value": "14" + }, + { + "name": "EtwRegisterGuidsCode", + "value": "15" + }, + { + "name": "EtwReceiveNotification", + "value": "16" + }, + { + "name": "EtwSendDataBlock", + "value": "17" + }, + { + "name": "EtwSendReplyDataBlock", + "value": "18" + }, + { + "name": "EtwReceiveReplyDataBlock", + "value": "19" + }, + { + "name": "EtwWdiSemUpdate", + "value": "20" + }, + { + "name": "EtwEnumTraceGuidList", + "value": "21" + }, + { + "name": "EtwGetTraceGuidInfo", + "value": "22" + }, + { + "name": "EtwEnumerateTraceGuids", + "value": "23" + }, + { + "name": "EtwRegisterSecurityProv", + "value": "24" + }, + { + "name": "EtwReferenceTimeCode", + "value": "25" + }, + { + "name": "EtwTrackBinaryCode", + "value": "26" + }, + { + "name": "EtwAddNotificationEvent", + "value": "27" + }, + { + "name": "EtwUpdateDisallowList", + "value": "28" + }, + { + "name": "EtwSetEnableAllKeywordsCode", + "value": "29" + }, + { + "name": "EtwSetProviderTraitsCode", + "value": "30" + }, + { + "name": "EtwUseDescriptorTypeCode", + "value": "31" + }, + { + "name": "EtwEnumTraceGroupList", + "value": "32" + }, + { + "name": "EtwGetTraceGroupInfo", + "value": "33" + }, + { + "name": "EtwGetDisallowList", + "value": "34" + }, + { + "name": "EtwSetCompressionSettings", + "value": "35" + }, + { + "name": "EtwGetCompressionSettings", + "value": "36" + }, + { + "name": "EtwUpdatePeriodicCaptureState", + "value": "37" + }, + { + "name": "EtwGetPrivateSessionTraceHandle", + "value": "38" + }, + { + "name": "EtwRegisterPrivateSession", + "value": "39" + }, + { + "name": "EtwQuerySessionDemuxObject", + "value": "40" + }, + { + "name": "EtwSetProviderBinaryTracking", + "value": "41" + }, + { + "name": "EtwMaxLoggers", + "value": "42" + }, + { + "name": "EtwMaxPmcCounter", + "value": "43" + }, + { + "name": "EtwQueryUsedProcessorCount", + "value": "44" + }, + { + "name": "EtwGetPmcOwnership", + "value": "45" + }, + { + "name": "EtwGetPmcSessions", + "value": "46" + } + ], + "id": "449", + "kind": "Struct", + "name": "_ETWTRACECONTROLCODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETWTRACECONTROLCODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "450", + "kind": "Struct", + "name": "_LUID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "451", + "kind": "UInt32", + "name": "LowPart", + "offset": 0, + "parentId": "450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "452", + "kind": "Int32", + "name": "HighPart", + "offset": 4, + "parentId": "450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "453", + "kind": "Struct", + "name": "_REARRANGE_FILE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REARRANGE_FILE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "454", + "kind": "UInt64", + "name": "SourceStartingOffset", + "offset": 0, + "parentId": "453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "455", + "kind": "UInt64", + "name": "TargetOffset", + "offset": 8, + "parentId": "453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "456", + "kind": "Hex8", + "name": "SourceFileHandle", + "offset": 16, + "parentId": "453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "457", + "kind": "UInt32", + "name": "Length", + "offset": 17, + "parentId": "453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "458", + "kind": "UInt32", + "name": "Flags", + "offset": 21, + "parentId": "453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "459", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "460", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "461", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "462", + "kind": "Struct", + "name": "_RTL_CRITICAL_SECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "463", + "kind": "Struct", + "name": "DebugInfo", + "offset": 0, + "parentId": "462", + "refId": "3922", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION_DEBUG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "464", + "kind": "Int32", + "name": "LockCount", + "offset": 0, + "parentId": "462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "465", + "kind": "Int32", + "name": "RecursionCount", + "offset": 4, + "parentId": "462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "466", + "kind": "Hex8", + "name": "OwningThread", + "offset": 8, + "parentId": "462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "467", + "kind": "Hex8", + "name": "LockSemaphore", + "offset": 9, + "parentId": "462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "468", + "kind": "UInt64", + "name": "SpinCount", + "offset": 10, + "parentId": "462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "469", + "kind": "Struct", + "name": "_LARGE_INTEGER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "470", + "kind": "Int64", + "name": "QuadPart", + "offset": 0, + "parentId": "469", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "471", + "kind": "Struct", + "name": "_WIN32_FIND_STREAM_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_FIND_STREAM_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "472", + "kind": "Struct", + "name": "StreamSize", + "offset": 0, + "parentId": "471", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 296, + "collapsed": true, + "elementKind": "Struct", + "id": "473", + "kind": "Array", + "name": "cStreamName", + "offset": 0, + "parentId": "471", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "474", + "kind": "Struct", + "name": "_ACL_REVISION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACL_REVISION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "475", + "kind": "UInt32", + "name": "AclRevision", + "offset": 0, + "parentId": "474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "476", + "kind": "Struct", + "name": "_ACL_SIZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACL_SIZE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "477", + "kind": "UInt32", + "name": "AceCount", + "offset": 0, + "parentId": "476", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "478", + "kind": "UInt32", + "name": "AclBytesInUse", + "offset": 4, + "parentId": "476", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "479", + "kind": "UInt32", + "name": "AclBytesFree", + "offset": 8, + "parentId": "476", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "480", + "kind": "Struct", + "name": "_LIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "481", + "kind": "Pointer64", + "name": "Flink", + "offset": 0, + "parentId": "480", + "refId": "480", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "482", + "kind": "Pointer64", + "name": "Blink", + "offset": 8, + "parentId": "480", + "refId": "480", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "483", + "kind": "Struct", + "name": "_TOKEN_MANDATORY_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_MANDATORY_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "484", + "kind": "UInt32", + "name": "Policy", + "offset": 0, + "parentId": "483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "485", + "kind": "Struct", + "name": "_TOKEN_ACCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_ACCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "486", + "kind": "Struct", + "name": "SidHash", + "offset": 0, + "parentId": "485", + "refId": "931", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES_HASH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "487", + "kind": "Struct", + "name": "RestrictedSidHash", + "offset": 0, + "parentId": "485", + "refId": "931", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES_HASH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "488", + "kind": "Struct", + "name": "Privileges", + "offset": 0, + "parentId": "485", + "refId": "1883", + "strLen": 64, + "structTypeName": "_TOKEN_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "489", + "kind": "Struct", + "name": "AuthenticationId", + "offset": 0, + "parentId": "485", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "490", + "kind": "UInt32", + "name": "TokenType", + "offset": 0, + "parentId": "485", + "refId": "35", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "491", + "kind": "UInt32", + "name": "ImpersonationLevel", + "offset": 4, + "parentId": "485", + "refId": "34", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "492", + "kind": "Struct", + "name": "MandatoryPolicy", + "offset": 8, + "parentId": "485", + "refId": "483", + "strLen": 64, + "structTypeName": "_TOKEN_MANDATORY_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "493", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "494", + "kind": "UInt32", + "name": "AppContainerNumber", + "offset": 12, + "parentId": "485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "495", + "kind": "Hex8", + "name": "PackageSid", + "offset": 16, + "parentId": "485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "496", + "kind": "Struct", + "name": "CapabilitiesHash", + "offset": 17, + "parentId": "485", + "refId": "931", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES_HASH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "497", + "kind": "Hex8", + "name": "TrustLevelSid", + "offset": 17, + "parentId": "485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "498", + "kind": "Hex8", + "name": "SecurityAttributes", + "offset": 18, + "parentId": "485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "499", + "kind": "Struct", + "name": "value_entA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "value_entA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "500", + "kind": "Struct", + "name": "ve_valuename", + "offset": 0, + "parentId": "499", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "501", + "kind": "UInt32", + "name": "ve_valuelen", + "offset": 0, + "parentId": "499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "502", + "kind": "UInt64", + "name": "ve_valueptr", + "offset": 4, + "parentId": "499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "503", + "kind": "UInt32", + "name": "ve_type", + "offset": 12, + "parentId": "499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "504", + "kind": "Struct", + "name": "_ACE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "505", + "kind": "UInt8", + "name": "AceType", + "offset": 0, + "parentId": "504", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "506", + "kind": "UInt8", + "name": "AceFlags", + "offset": 1, + "parentId": "504", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "507", + "kind": "UInt16", + "name": "AceSize", + "offset": 2, + "parentId": "504", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "508", + "kind": "Struct", + "name": "_GUID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "509", + "kind": "UInt32", + "name": "Data1", + "offset": 0, + "parentId": "508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "510", + "kind": "UInt16", + "name": "Data2", + "offset": 4, + "parentId": "508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "511", + "kind": "UInt16", + "name": "Data3", + "offset": 6, + "parentId": "508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "512", + "kind": "Array", + "name": "Data4", + "offset": 8, + "parentId": "508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "513", + "kind": "Struct", + "name": "_SYSTEM_AUDIT_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_AUDIT_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "514", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "513", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "515", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "516", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "517", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "518", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "519", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "520", + "kind": "Struct", + "name": "_SINGLE_LIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "521", + "kind": "Pointer64", + "name": "Next", + "offset": 0, + "parentId": "520", + "refId": "520", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "522", + "kind": "Struct", + "name": "_RIP_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RIP_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "523", + "kind": "UInt32", + "name": "dwError", + "offset": 0, + "parentId": "522", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "524", + "kind": "UInt32", + "name": "dwType", + "offset": 4, + "parentId": "522", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "525", + "kind": "Struct", + "name": "_XSAVE_CET_U_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSAVE_CET_U_FORMAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "526", + "kind": "UInt64", + "name": "Ia32CetUMsr", + "offset": 0, + "parentId": "525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "527", + "kind": "UInt64", + "name": "Ia32Pl3SspMsr", + "offset": 8, + "parentId": "525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "528", + "kind": "Struct", + "name": "_M128A", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_M128A" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "529", + "kind": "UInt64", + "name": "Low", + "offset": 0, + "parentId": "528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "530", + "kind": "Int64", + "name": "High", + "offset": 8, + "parentId": "528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "531", + "kind": "Struct", + "name": "_XSAVE_FORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSAVE_FORMAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "532", + "kind": "UInt16", + "name": "ControlWord", + "offset": 0, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "533", + "kind": "UInt16", + "name": "StatusWord", + "offset": 2, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "534", + "kind": "UInt8", + "name": "TagWord", + "offset": 4, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "535", + "kind": "UInt8", + "name": "Reserved1", + "offset": 5, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "536", + "kind": "UInt16", + "name": "ErrorOpcode", + "offset": 6, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "537", + "kind": "UInt32", + "name": "ErrorOffset", + "offset": 8, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "538", + "kind": "UInt16", + "name": "ErrorSelector", + "offset": 12, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "539", + "kind": "UInt16", + "name": "Reserved2", + "offset": 14, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "540", + "kind": "UInt32", + "name": "DataOffset", + "offset": 16, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "541", + "kind": "UInt16", + "name": "DataSelector", + "offset": 20, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "542", + "kind": "UInt16", + "name": "Reserved3", + "offset": 22, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "543", + "kind": "UInt32", + "name": "MxCsr", + "offset": 24, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "544", + "kind": "UInt32", + "name": "MxCsr_Mask", + "offset": 28, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "545", + "kind": "Array", + "name": "FloatRegisters", + "offset": 32, + "parentId": "531", + "refId": "528", + "strLen": 64, + "structTypeName": "_M128A" + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "546", + "kind": "Array", + "name": "XmmRegisters", + "offset": 32, + "parentId": "531", + "refId": "528", + "strLen": 64, + "structTypeName": "_M128A" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "547", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "548", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "549", + "kind": "Hex64", + "name": "", + "offset": 48, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "550", + "kind": "Hex64", + "name": "", + "offset": 56, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "551", + "kind": "Hex64", + "name": "", + "offset": 64, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "552", + "kind": "Hex64", + "name": "", + "offset": 72, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "553", + "kind": "Hex64", + "name": "", + "offset": 80, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "554", + "kind": "Hex64", + "name": "", + "offset": 88, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "555", + "kind": "Hex64", + "name": "", + "offset": 96, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "556", + "kind": "Hex64", + "name": "", + "offset": 104, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "557", + "kind": "Hex64", + "name": "", + "offset": 112, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "558", + "kind": "Hex64", + "name": "", + "offset": 120, + "parentId": "531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "559", + "kind": "Struct", + "name": "_TOKEN_AUDIT_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_AUDIT_POLICY" + }, + { + "arrayLen": 30, + "collapsed": false, + "elementKind": "UInt8", + "id": "560", + "kind": "Array", + "name": "PerUserPolicy", + "offset": 0, + "parentId": "559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "561", + "kind": "Struct", + "name": "_NETRESOURCEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NETRESOURCEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "562", + "kind": "UInt32", + "name": "dwScope", + "offset": 0, + "parentId": "561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "563", + "kind": "UInt32", + "name": "dwType", + "offset": 4, + "parentId": "561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "564", + "kind": "UInt32", + "name": "dwDisplayType", + "offset": 8, + "parentId": "561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "565", + "kind": "UInt32", + "name": "dwUsage", + "offset": 12, + "parentId": "561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "566", + "kind": "Struct", + "name": "lpLocalName", + "offset": 16, + "parentId": "561", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "567", + "kind": "Struct", + "name": "lpRemoteName", + "offset": 16, + "parentId": "561", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "568", + "kind": "Struct", + "name": "lpComment", + "offset": 16, + "parentId": "561", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "569", + "kind": "Struct", + "name": "lpProvider", + "offset": 16, + "parentId": "561", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "570", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_SEHOP_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SEHOP_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "571", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "572", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "573", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "574", + "kind": "UInt32", + "name": "ulFlags", + "offset": 0, + "parentId": "573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "575", + "kind": "UInt32", + "name": "RunLevel", + "offset": 4, + "parentId": "573", + "refId": "88", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "576", + "kind": "UInt32", + "name": "UiAccess", + "offset": 8, + "parentId": "573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "577", + "kind": "Struct", + "name": "_EXCEPTION_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "578", + "kind": "UInt32", + "name": "ExceptionCode", + "offset": 0, + "parentId": "577", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "579", + "kind": "UInt32", + "name": "ExceptionFlags", + "offset": 4, + "parentId": "577", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "580", + "kind": "Pointer64", + "name": "ExceptionRecord", + "offset": 8, + "parentId": "577", + "refId": "577", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "581", + "kind": "Hex8", + "name": "ExceptionAddress", + "offset": 16, + "parentId": "577", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "582", + "kind": "UInt32", + "name": "NumberParameters", + "offset": 17, + "parentId": "577", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 15, + "collapsed": false, + "elementKind": "UInt64", + "id": "583", + "kind": "Array", + "name": "ExceptionInformation", + "offset": 21, + "parentId": "577", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "584", + "kind": "Struct", + "name": "_ACCESS_ALLOWED_CALLBACK_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_ALLOWED_CALLBACK_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "585", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "584", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "586", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "587", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "588", + "kind": "Struct", + "name": "_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "589", + "kind": "UInt64", + "name": "P1Home", + "offset": 0, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "590", + "kind": "UInt64", + "name": "P2Home", + "offset": 8, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "591", + "kind": "UInt64", + "name": "P3Home", + "offset": 16, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "592", + "kind": "UInt64", + "name": "P4Home", + "offset": 24, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "593", + "kind": "UInt64", + "name": "P5Home", + "offset": 32, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "594", + "kind": "UInt64", + "name": "P6Home", + "offset": 40, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "595", + "kind": "UInt32", + "name": "ContextFlags", + "offset": 48, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "596", + "kind": "UInt32", + "name": "MxCsr", + "offset": 52, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "597", + "kind": "UInt16", + "name": "SegCs", + "offset": 56, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "598", + "kind": "UInt16", + "name": "SegDs", + "offset": 58, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "599", + "kind": "UInt16", + "name": "SegEs", + "offset": 60, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "600", + "kind": "UInt16", + "name": "SegFs", + "offset": 62, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "601", + "kind": "UInt16", + "name": "SegGs", + "offset": 64, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "602", + "kind": "UInt16", + "name": "SegSs", + "offset": 66, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "603", + "kind": "UInt32", + "name": "EFlags", + "offset": 68, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "604", + "kind": "UInt64", + "name": "Dr0", + "offset": 72, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "605", + "kind": "UInt64", + "name": "Dr1", + "offset": 80, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "606", + "kind": "UInt64", + "name": "Dr2", + "offset": 88, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "607", + "kind": "UInt64", + "name": "Dr3", + "offset": 96, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "608", + "kind": "UInt64", + "name": "Dr6", + "offset": 104, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "609", + "kind": "UInt64", + "name": "Dr7", + "offset": 112, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "610", + "kind": "UInt64", + "name": "Rax", + "offset": 120, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "611", + "kind": "UInt64", + "name": "Rcx", + "offset": 128, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "612", + "kind": "UInt64", + "name": "Rdx", + "offset": 136, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "613", + "kind": "UInt64", + "name": "Rbx", + "offset": 144, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "614", + "kind": "UInt64", + "name": "Rsp", + "offset": 152, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "615", + "kind": "UInt64", + "name": "Rbp", + "offset": 160, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "616", + "kind": "UInt64", + "name": "Rsi", + "offset": 168, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "617", + "kind": "UInt64", + "name": "Rdi", + "offset": 176, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "618", + "kind": "UInt64", + "name": "R8", + "offset": 184, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "619", + "kind": "UInt64", + "name": "R9", + "offset": 192, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "620", + "kind": "UInt64", + "name": "R10", + "offset": 200, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "621", + "kind": "UInt64", + "name": "R11", + "offset": 208, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "622", + "kind": "UInt64", + "name": "R12", + "offset": 216, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "623", + "kind": "UInt64", + "name": "R13", + "offset": 224, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "624", + "kind": "UInt64", + "name": "R14", + "offset": 232, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "625", + "kind": "UInt64", + "name": "R15", + "offset": 240, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "626", + "kind": "UInt64", + "name": "Rip", + "offset": 248, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "627", + "kind": "Struct", + "name": "", + "offset": 256, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "628", + "kind": "Struct", + "name": "FltSave", + "offset": 0, + "parentId": "627", + "refId": "531", + "strLen": 64, + "structTypeName": "_XSAVE_FORMAT" + }, + { + "arrayLen": 26, + "collapsed": true, + "elementKind": "Struct", + "id": "629", + "kind": "Array", + "name": "VectorRegister", + "offset": 256, + "parentId": "588", + "refId": "528", + "strLen": 64, + "structTypeName": "_M128A" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "630", + "kind": "UInt64", + "name": "VectorControl", + "offset": 256, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "631", + "kind": "UInt64", + "name": "DebugControl", + "offset": 264, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "632", + "kind": "UInt64", + "name": "LastBranchToRip", + "offset": 272, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "633", + "kind": "UInt64", + "name": "LastBranchFromRip", + "offset": 280, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "634", + "kind": "UInt64", + "name": "LastExceptionToRip", + "offset": 288, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "635", + "kind": "UInt64", + "name": "LastExceptionFromRip", + "offset": 296, + "parentId": "588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "636", + "kind": "Struct", + "name": "_DISPATCHER_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPATCHER_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "637", + "kind": "UInt64", + "name": "ControlPc", + "offset": 0, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "638", + "kind": "UInt64", + "name": "ImageBase", + "offset": 8, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "639", + "kind": "Struct", + "name": "FunctionEntry", + "offset": 16, + "parentId": "636", + "refId": "1506", + "strLen": 64, + "structTypeName": "_IMAGE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "640", + "kind": "UInt64", + "name": "EstablisherFrame", + "offset": 16, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "641", + "kind": "UInt64", + "name": "TargetIp", + "offset": 24, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "642", + "kind": "Struct", + "name": "ContextRecord", + "offset": 32, + "parentId": "636", + "refId": "588", + "strLen": 64, + "structTypeName": "_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "643", + "kind": "Struct", + "name": "LanguageHandler", + "offset": 32, + "parentId": "636", + "refId": "0", + "strLen": 64, + "structTypeName": "PEXCEPTION_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "644", + "kind": "Hex8", + "name": "HandlerData", + "offset": 32, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "645", + "kind": "Pointer64", + "name": "HistoryTable", + "offset": 33, + "parentId": "636", + "refId": "2255", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "646", + "kind": "UInt32", + "name": "ScopeIndex", + "offset": 41, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "647", + "kind": "UInt32", + "name": "Fill0", + "offset": 45, + "parentId": "636", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "648", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_FONT_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_FONT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "649", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "650", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "649", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "651", + "kind": "Struct", + "name": "_TOKEN_DEFAULT_DACL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_DEFAULT_DACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "652", + "kind": "Struct", + "name": "DefaultDacl", + "offset": 0, + "parentId": "651", + "refId": "1336", + "strLen": 64, + "structTypeName": "_ACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "653", + "kind": "Struct", + "name": "_EXCEPTION_RECORD32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "654", + "kind": "UInt32", + "name": "ExceptionCode", + "offset": 0, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "655", + "kind": "UInt32", + "name": "ExceptionFlags", + "offset": 4, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "656", + "kind": "UInt32", + "name": "ExceptionRecord", + "offset": 8, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "657", + "kind": "UInt32", + "name": "ExceptionAddress", + "offset": 12, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "658", + "kind": "UInt32", + "name": "NumberParameters", + "offset": 16, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 15, + "collapsed": false, + "elementKind": "UInt32", + "id": "659", + "kind": "Array", + "name": "ExceptionInformation", + "offset": 20, + "parentId": "653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "660", + "kind": "Struct", + "name": "_FILE_ID_128", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "661", + "kind": "Array", + "name": "Identifier", + "offset": 0, + "parentId": "660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "662", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "663", + "kind": "UInt64", + "name": "CycleTime", + "offset": 0, + "parentId": "662", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "664", + "kind": "Struct", + "name": "_SYSTEM_AUDIT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_AUDIT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "665", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "664", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "666", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "664", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "667", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "664", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "668", + "kind": "Struct", + "name": "_SYSTEM_CPU_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CPU_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "669", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "670", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "668", + "refId": "12", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "671", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "672", + "kind": "Struct", + "name": "_EXCEPTION_RECORD64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "673", + "kind": "UInt32", + "name": "ExceptionCode", + "offset": 0, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "674", + "kind": "UInt32", + "name": "ExceptionFlags", + "offset": 4, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "675", + "kind": "UInt64", + "name": "ExceptionRecord", + "offset": 8, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "676", + "kind": "UInt64", + "name": "ExceptionAddress", + "offset": 16, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "677", + "kind": "UInt32", + "name": "NumberParameters", + "offset": 24, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "678", + "kind": "UInt32", + "name": "__unusedAlignment", + "offset": 28, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 15, + "collapsed": false, + "elementKind": "UInt64", + "id": "679", + "kind": "Array", + "name": "ExceptionInformation", + "offset": 32, + "parentId": "672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "680", + "kind": "Struct", + "name": "LIST_ENTRY64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LIST_ENTRY64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "681", + "kind": "UInt64", + "name": "Flink", + "offset": 0, + "parentId": "680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "682", + "kind": "UInt64", + "name": "Blink", + "offset": 8, + "parentId": "680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "683", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_DEP_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_DEP_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "684", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "685", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "686", + "kind": "UInt8", + "name": "Permanent", + "offset": 4, + "parentId": "683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "687", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_RECOVERY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_RECOVERY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "688", + "kind": "UInt64", + "name": "LastRecoveredLsn", + "offset": 0, + "parentId": "687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "689", + "kind": "Struct", + "name": "_IMAGE_HOT_PATCH_MACHINE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_HOT_PATCH_MACHINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "690", + "kind": "Struct", + "name": "_SYSTEM_ALARM_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ALARM_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "691", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "690", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "692", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "693", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "694", + "kind": "Struct", + "name": "_FILE_NOTIFY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NOTIFY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "695", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "696", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "697", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 8, + "parentId": "694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "698", + "kind": "Array", + "name": "FileName", + "offset": 12, + "parentId": "694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "699", + "kind": "Struct", + "name": "_XSTATE_FEATURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSTATE_FEATURE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "700", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "701", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "702", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "703", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "704", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "705", + "kind": "Struct", + "name": "tagPOINTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "706", + "kind": "Int16", + "name": "x", + "offset": 0, + "parentId": "705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "707", + "kind": "Int16", + "name": "y", + "offset": 2, + "parentId": "705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "708", + "kind": "Struct", + "name": "tagGESTUREINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGESTUREINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "709", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "710", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "711", + "kind": "UInt32", + "name": "dwID", + "offset": 8, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "712", + "kind": "Struct", + "name": "hwndTarget", + "offset": 12, + "parentId": "708", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "713", + "kind": "Struct", + "name": "ptsLocation", + "offset": 12, + "parentId": "708", + "refId": "705", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "714", + "kind": "UInt32", + "name": "dwInstanceID", + "offset": 12, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "715", + "kind": "UInt32", + "name": "dwSequenceID", + "offset": 16, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "716", + "kind": "UInt64", + "name": "ullArguments", + "offset": 20, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "717", + "kind": "UInt32", + "name": "cbExtraArgs", + "offset": 28, + "parentId": "708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "718", + "kind": "Struct", + "name": "tagHELPWININFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHELPWININFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "719", + "kind": "Int32", + "name": "wStructSize", + "offset": 0, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "720", + "kind": "Int32", + "name": "x", + "offset": 4, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "721", + "kind": "Int32", + "name": "y", + "offset": 8, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "722", + "kind": "Int32", + "name": "dx", + "offset": 12, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "723", + "kind": "Int32", + "name": "dy", + "offset": 16, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "724", + "kind": "Int32", + "name": "wMax", + "offset": 20, + "parentId": "718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "725", + "kind": "Array", + "name": "rgchMember", + "offset": 24, + "parentId": "718", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "726", + "kind": "Struct", + "name": "_ACCESS_ALLOWED_CALLBACK_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_ALLOWED_CALLBACK_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "727", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "726", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "728", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "729", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "730", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "726", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "731", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "726", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "732", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "733", + "kind": "Struct", + "name": "DPI_AWARENESS_CONTEXT__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DPI_AWARENESS_CONTEXT__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "734", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "733", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "735", + "kind": "Struct", + "name": "_EXTENDED_CREATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXTENDED_CREATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "736", + "kind": "Int64", + "name": "ExtendedCreateFlags", + "offset": 0, + "parentId": "735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "737", + "kind": "Hex8", + "name": "EaBuffer", + "offset": 8, + "parentId": "735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "738", + "kind": "UInt32", + "name": "EaLength", + "offset": 9, + "parentId": "735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "739", + "kind": "Struct", + "name": "_ACCESS_DENIED_CALLBACK_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_DENIED_CALLBACK_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "740", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "739", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "741", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "742", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "743", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "739", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "744", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "739", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "745", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "746", + "kind": "Struct", + "name": "_SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 16, + "name": "Machine" + }, + { + "bitOffset": 16, + "bitWidth": 1, + "name": "KernelMode" + }, + { + "bitOffset": 17, + "bitWidth": 1, + "name": "UserMode" + }, + { + "bitOffset": 18, + "bitWidth": 1, + "name": "Native" + }, + { + "bitOffset": 19, + "bitWidth": 1, + "name": "Process" + }, + { + "bitOffset": 20, + "bitWidth": 1, + "name": "WoW64Container" + }, + { + "bitOffset": 21, + "bitWidth": 11, + "name": "ReservedZero0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "747", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "746", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "748", + "kind": "Struct", + "name": "_IMAGE_POLICY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_POLICY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "749", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "748", + "refId": "85", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "750", + "kind": "UInt32", + "name": "PolicyId", + "offset": 4, + "parentId": "748", + "refId": "56", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "751", + "kind": "Struct", + "name": "u", + "offset": 8, + "parentId": "748", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "752", + "kind": "Pointer64", + "name": "None", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "753", + "kind": "UInt8", + "name": "BoolValue", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "754", + "kind": "Int8", + "name": "Int8Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "755", + "kind": "UInt8", + "name": "UInt8Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "756", + "kind": "Int16", + "name": "Int16Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "757", + "kind": "UInt16", + "name": "UInt16Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "758", + "kind": "Int32", + "name": "Int32Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "759", + "kind": "UInt32", + "name": "UInt32Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "760", + "kind": "Int64", + "name": "Int64Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "761", + "kind": "UInt64", + "name": "UInt64Value", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "762", + "kind": "Struct", + "name": "AnsiStringValue", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "763", + "kind": "Struct", + "name": "UnicodeStringValue", + "offset": 0, + "parentId": "751", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "764", + "kind": "Struct", + "name": "_IMAGE_POLICY_METADATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_POLICY_METADATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "765", + "kind": "UInt8", + "name": "Version", + "offset": 0, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "766", + "kind": "Hex8", + "name": "", + "offset": 1, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "767", + "kind": "Hex8", + "name": "", + "offset": 2, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "768", + "kind": "Hex8", + "name": "", + "offset": 3, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "769", + "kind": "Hex8", + "name": "", + "offset": 4, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "770", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "771", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "772", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "773", + "kind": "UInt64", + "name": "ApplicationId", + "offset": 8, + "parentId": "764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "774", + "kind": "Array", + "name": "Policies", + "offset": 16, + "parentId": "764", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "775", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "776", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "777", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "778", + "kind": "Struct", + "name": "APP_LOCAL_DEVICE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "APP_LOCAL_DEVICE_ID" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "779", + "kind": "Array", + "name": "value", + "offset": 0, + "parentId": "778", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "780", + "kind": "Struct", + "name": "_SYSTEM_AUDIT_CALLBACK_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_AUDIT_CALLBACK_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "781", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "780", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "782", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "783", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "784", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "780", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "785", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "780", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "786", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "787", + "kind": "Struct", + "name": "_ULARGE_INTEGER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "788", + "kind": "UInt64", + "name": "QuadPart", + "offset": 0, + "parentId": "787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "789", + "kind": "Struct", + "name": "_SHARED_VIRTUAL_DISK_SUPPORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SHARED_VIRTUAL_DISK_SUPPORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "790", + "kind": "UInt32", + "name": "SharedVirtualDiskSupport", + "offset": 0, + "parentId": "789", + "refId": "24", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "791", + "kind": "UInt32", + "name": "HandleState", + "offset": 4, + "parentId": "789", + "refId": "18", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "792", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "793", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "794", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "793", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "795", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_CHILD_PROCESS_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_CHILD_PROCESS_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "796", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "797", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "798", + "kind": "Struct", + "name": "_STORAGE_DEVICE_NUMBER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "799", + "kind": "UInt32", + "name": "DeviceType", + "offset": 0, + "parentId": "798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "800", + "kind": "UInt32", + "name": "DeviceNumber", + "offset": 4, + "parentId": "798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "801", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 8, + "parentId": "798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "802", + "kind": "Struct", + "name": "_STORAGE_DEVICE_NUMBERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_NUMBERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "803", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "804", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "805", + "kind": "UInt32", + "name": "NumberOfDevices", + "offset": 8, + "parentId": "802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "806", + "kind": "Array", + "name": "Devices", + "offset": 12, + "parentId": "802", + "refId": "798", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "807", + "kind": "Struct", + "name": "_ENCLAVE_CREATE_INFO_VBS_BASIC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_CREATE_INFO_VBS_BASIC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "808", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "809", + "kind": "Array", + "name": "OwnerID", + "offset": 4, + "parentId": "807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "810", + "kind": "Struct", + "name": "_SID_AND_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "811", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "812", + "kind": "UInt32", + "name": "Attributes", + "offset": 1, + "parentId": "810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "813", + "kind": "Struct", + "name": "_TOKEN_MANDATORY_LABEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_MANDATORY_LABEL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "814", + "kind": "Struct", + "name": "Label", + "offset": 0, + "parentId": "813", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "815", + "kind": "Struct", + "name": "_FILE_FS_GUID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_GUID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "816", + "kind": "Struct", + "name": "FsGuid", + "offset": 0, + "parentId": "815", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "817", + "kind": "Struct", + "name": "_SE_SECURITY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_SECURITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "818", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "819", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "820", + "kind": "Hex8", + "name": "SecurityDescriptor", + "offset": 8, + "parentId": "817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "821", + "kind": "Struct", + "name": "CM_Power_Data_s", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "CM_Power_Data_s" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "822", + "kind": "UInt32", + "name": "PD_Size", + "offset": 0, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "823", + "kind": "UInt32", + "name": "PD_MostRecentPowerState", + "offset": 4, + "parentId": "821", + "refId": "13", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "824", + "kind": "UInt32", + "name": "PD_Capabilities", + "offset": 8, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "825", + "kind": "UInt32", + "name": "PD_D1Latency", + "offset": 12, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "826", + "kind": "UInt32", + "name": "PD_D2Latency", + "offset": 16, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "827", + "kind": "UInt32", + "name": "PD_D3Latency", + "offset": 20, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 7, + "collapsed": false, + "elementKind": "UInt32", + "id": "828", + "kind": "Array", + "name": "PD_PowerStateMapping", + "offset": 24, + "parentId": "821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "829", + "kind": "UInt32", + "name": "PD_DeepestSystemWake", + "offset": 52, + "parentId": "821", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "830", + "kind": "Struct", + "name": "_SE_ACCESS_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ACCESS_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "831", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "832", + "kind": "Struct", + "name": "SeSecurityDescriptor", + "offset": 4, + "parentId": "830", + "refId": "817", + "strLen": 64, + "structTypeName": "_SE_SECURITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "833", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 4, + "parentId": "830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "834", + "kind": "UInt32", + "name": "PreviouslyGrantedAccess", + "offset": 8, + "parentId": "830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "835", + "kind": "Hex8", + "name": "PrincipalSelfSid", + "offset": 12, + "parentId": "830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "836", + "kind": "Struct", + "name": "GenericMapping", + "offset": 13, + "parentId": "830", + "refId": "1835", + "strLen": 64, + "structTypeName": "_GENERIC_MAPPING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "837", + "kind": "UInt32", + "name": "ObjectTypeListCount", + "offset": 13, + "parentId": "830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "838", + "kind": "Struct", + "name": "ObjectTypeList", + "offset": 17, + "parentId": "830", + "refId": "1332", + "strLen": 64, + "structTypeName": "_OBJECT_TYPE_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "839", + "kind": "Struct", + "name": "_IMAGE_DEBUG_DIRECTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DEBUG_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "840", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "841", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "842", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 8, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "843", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 10, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "844", + "kind": "UInt32", + "name": "Type", + "offset": 12, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "845", + "kind": "UInt32", + "name": "SizeOfData", + "offset": 16, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "846", + "kind": "UInt32", + "name": "AddressOfRawData", + "offset": 20, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "847", + "kind": "UInt32", + "name": "PointerToRawData", + "offset": 24, + "parentId": "839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "848", + "kind": "Struct", + "name": "_APC_CALLBACK_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_APC_CALLBACK_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "849", + "kind": "UInt64", + "name": "Parameter", + "offset": 0, + "parentId": "848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "850", + "kind": "Struct", + "name": "ContextRecord", + "offset": 8, + "parentId": "848", + "refId": "588", + "strLen": 64, + "structTypeName": "_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "851", + "kind": "UInt64", + "name": "Reserved0", + "offset": 8, + "parentId": "848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "852", + "kind": "UInt64", + "name": "Reserved1", + "offset": 16, + "parentId": "848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "853", + "kind": "Struct", + "name": "_ENCLAVE_INIT_INFO_VBS_BASIC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_INIT_INFO_VBS_BASIC" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "854", + "kind": "Array", + "name": "FamilyId", + "offset": 0, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "855", + "kind": "Array", + "name": "ImageId", + "offset": 16, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "856", + "kind": "UInt64", + "name": "EnclaveSize", + "offset": 32, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "857", + "kind": "UInt32", + "name": "EnclaveSvn", + "offset": 40, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "858", + "kind": "UInt32", + "name": "Reserved", + "offset": 44, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "859", + "kind": "Struct", + "name": "", + "offset": 48, + "parentId": "853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "860", + "kind": "Hex8", + "name": "SignatureInfoHandle", + "offset": 0, + "parentId": "859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "861", + "kind": "UInt64", + "name": "Unused", + "offset": 0, + "parentId": "859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "862", + "kind": "Struct", + "name": "_IMAGE_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "863", + "kind": "UInt32", + "name": "StartingAddress", + "offset": 0, + "parentId": "862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "864", + "kind": "UInt32", + "name": "EndingAddress", + "offset": 4, + "parentId": "862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "865", + "kind": "UInt32", + "name": "EndOfPrologue", + "offset": 8, + "parentId": "862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "866", + "kind": "Struct", + "name": "_CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "867", + "kind": "UInt64", + "name": "Version", + "offset": 0, + "parentId": "866", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "868", + "kind": "Struct", + "name": "Name", + "offset": 8, + "parentId": "866", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "869", + "kind": "Struct", + "name": "_ASSEMBLY_FILE_DETAILED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ASSEMBLY_FILE_DETAILED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "870", + "kind": "UInt32", + "name": "ulFlags", + "offset": 0, + "parentId": "869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "871", + "kind": "UInt32", + "name": "ulFilenameLength", + "offset": 4, + "parentId": "869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "872", + "kind": "UInt32", + "name": "ulPathLength", + "offset": 8, + "parentId": "869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "873", + "kind": "Struct", + "name": "lpFileName", + "offset": 12, + "parentId": "869", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "874", + "kind": "Struct", + "name": "lpFilePath", + "offset": 12, + "parentId": "869", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "875", + "kind": "Struct", + "name": "_JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "876", + "kind": "UInt64", + "name": "DataBytesIn", + "offset": 0, + "parentId": "875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "877", + "kind": "UInt64", + "name": "DataBytesOut", + "offset": 8, + "parentId": "875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "878", + "kind": "Struct", + "name": "_SE_ACCESS_REPLY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ACCESS_REPLY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "879", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "880", + "kind": "UInt32", + "name": "ResultListCount", + "offset": 4, + "parentId": "878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "881", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 8, + "parentId": "878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "882", + "kind": "UInt32", + "name": "AccessStatus", + "offset": 12, + "parentId": "878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "883", + "kind": "Struct", + "name": "AccessReason", + "offset": 16, + "parentId": "878", + "refId": "3121", + "strLen": 64, + "structTypeName": "_ACCESS_REASONS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "884", + "kind": "Pointer64", + "name": "Privileges", + "offset": 16, + "parentId": "878", + "refId": "1082", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "885", + "kind": "Struct", + "name": "_JOBOBJECT_BASIC_ACCOUNTING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "886", + "kind": "Struct", + "name": "TotalUserTime", + "offset": 0, + "parentId": "885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "887", + "kind": "Struct", + "name": "TotalKernelTime", + "offset": 0, + "parentId": "885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "888", + "kind": "Struct", + "name": "ThisPeriodTotalUserTime", + "offset": 0, + "parentId": "885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "889", + "kind": "Struct", + "name": "ThisPeriodTotalKernelTime", + "offset": 0, + "parentId": "885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "890", + "kind": "UInt32", + "name": "TotalPageFaultCount", + "offset": 0, + "parentId": "885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "891", + "kind": "UInt32", + "name": "TotalProcesses", + "offset": 4, + "parentId": "885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "892", + "kind": "UInt32", + "name": "ActiveProcesses", + "offset": 8, + "parentId": "885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "893", + "kind": "UInt32", + "name": "TotalTerminatedProcesses", + "offset": 12, + "parentId": "885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "894", + "kind": "Struct", + "name": "_ENCLAVE_INIT_INFO_VBS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_INIT_INFO_VBS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "895", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "896", + "kind": "UInt32", + "name": "ThreadCount", + "offset": 4, + "parentId": "894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "897", + "kind": "Struct", + "name": "_CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "898", + "kind": "Hex8", + "name": "pValue", + "offset": 0, + "parentId": "897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "899", + "kind": "UInt32", + "name": "ValueLength", + "offset": 1, + "parentId": "897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "900", + "kind": "Struct", + "name": "_PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "901", + "kind": "UInt16", + "name": "NumberOfRanges", + "offset": 0, + "parentId": "900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "902", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "903", + "kind": "UInt32", + "name": "Reserved2", + "offset": 4, + "parentId": "900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "904", + "kind": "Struct", + "name": "Ranges", + "offset": 8, + "parentId": "900", + "refId": "3754", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "905", + "kind": "Struct", + "name": "tagSTICKYKEYS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSTICKYKEYS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "906", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "905", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "907", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "905", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "908", + "kind": "Struct", + "name": "_NETWORK_APP_INSTANCE_EA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NETWORK_APP_INSTANCE_EA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "909", + "kind": "Struct", + "name": "AppInstanceID", + "offset": 0, + "parentId": "908", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "910", + "kind": "UInt32", + "name": "CsvFlags", + "offset": 0, + "parentId": "908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "911", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "912", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "911", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "913", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "914", + "kind": "Struct", + "name": "__crt_locale_data_public", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "__crt_locale_data_public" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "915", + "kind": "Pointer64", + "name": "_locale_pctype", + "offset": 0, + "parentId": "914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "916", + "kind": "Int32", + "name": "_locale_mb_cur_max", + "offset": 8, + "parentId": "914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "917", + "kind": "UInt32", + "name": "_locale_lc_codepage", + "offset": 12, + "parentId": "914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "918", + "kind": "Struct", + "name": "_TP_POOL_STACK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_POOL_STACK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "919", + "kind": "UInt64", + "name": "StackReserve", + "offset": 0, + "parentId": "918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "920", + "kind": "UInt64", + "name": "StackCommit", + "offset": 8, + "parentId": "918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "921", + "kind": "Struct", + "name": "_RATE_QUOTA_LIMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RATE_QUOTA_LIMIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "922", + "kind": "UInt32", + "name": "RateData", + "offset": 0, + "parentId": "921", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "923", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "924", + "kind": "UInt32", + "name": "PropagationCookie", + "offset": 0, + "parentId": "923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "925", + "kind": "Struct", + "name": "UOW", + "offset": 4, + "parentId": "923", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "926", + "kind": "Struct", + "name": "TmIdentity", + "offset": 4, + "parentId": "923", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "927", + "kind": "UInt32", + "name": "BufferLength", + "offset": 4, + "parentId": "923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "928", + "kind": "Struct", + "name": "__crt_locale_pointers", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "__crt_locale_pointers" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "929", + "kind": "Pointer64", + "name": "locinfo", + "offset": 0, + "parentId": "928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "930", + "kind": "Pointer64", + "name": "mbcinfo", + "offset": 8, + "parentId": "928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "931", + "kind": "Struct", + "name": "_SID_AND_ATTRIBUTES_HASH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES_HASH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "932", + "kind": "UInt32", + "name": "SidCount", + "offset": 0, + "parentId": "931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "933", + "kind": "Struct", + "name": "SidAttr", + "offset": 4, + "parentId": "931", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt64", + "id": "934", + "kind": "Array", + "name": "Hash", + "offset": 4, + "parentId": "931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "935", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "936", + "kind": "UInt32", + "name": "MarshalCookie", + "offset": 0, + "parentId": "935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "937", + "kind": "Struct", + "name": "UOW", + "offset": 4, + "parentId": "935", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "938", + "kind": "Struct", + "name": "_SECURITY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "939", + "kind": "UInt8", + "name": "Revision", + "offset": 0, + "parentId": "938", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "940", + "kind": "UInt8", + "name": "Sbz1", + "offset": 1, + "parentId": "938", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "941", + "kind": "UInt16", + "name": "Control", + "offset": 2, + "parentId": "938", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "942", + "kind": "Hex8", + "name": "Owner", + "offset": 4, + "parentId": "938", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "943", + "kind": "Hex8", + "name": "Group", + "offset": 5, + "parentId": "938", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "944", + "kind": "Struct", + "name": "Sacl", + "offset": 6, + "parentId": "938", + "refId": "1336", + "strLen": 64, + "structTypeName": "_ACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "945", + "kind": "Struct", + "name": "Dacl", + "offset": 6, + "parentId": "938", + "refId": "1336", + "strLen": 64, + "structTypeName": "_ACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "946", + "kind": "Struct", + "name": "_PROCESS_NETWORK_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_NETWORK_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "947", + "kind": "UInt64", + "name": "BytesIn", + "offset": 0, + "parentId": "946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "948", + "kind": "UInt64", + "name": "BytesOut", + "offset": 8, + "parentId": "946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "949", + "kind": "Struct", + "name": "_TAPE_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "950", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "951", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "952", + "kind": "Struct", + "name": "RecoveredWrites", + "offset": 8, + "parentId": "949", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "953", + "kind": "Struct", + "name": "UnrecoveredWrites", + "offset": 8, + "parentId": "949", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "954", + "kind": "Struct", + "name": "RecoveredReads", + "offset": 8, + "parentId": "949", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "955", + "kind": "Struct", + "name": "UnrecoveredReads", + "offset": 8, + "parentId": "949", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "956", + "kind": "UInt8", + "name": "CompressionRatioReads", + "offset": 8, + "parentId": "949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "957", + "kind": "UInt8", + "name": "CompressionRatioWrites", + "offset": 9, + "parentId": "949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "958", + "kind": "Struct", + "name": "_TOKEN_SOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SOURCE" + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "959", + "kind": "Array", + "name": "SourceName", + "offset": 0, + "parentId": "958", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "960", + "kind": "Struct", + "name": "SourceIdentifier", + "offset": 0, + "parentId": "958", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "961", + "kind": "Struct", + "name": "_ACCESS_DENIED_CALLBACK_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_DENIED_CALLBACK_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "962", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "961", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "963", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "964", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "965", + "kind": "Struct", + "name": "_cpinfoexW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_cpinfoexW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "966", + "kind": "UInt32", + "name": "MaxCharSize", + "offset": 0, + "parentId": "965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "967", + "kind": "Array", + "name": "DefaultChar", + "offset": 4, + "parentId": "965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "968", + "kind": "Array", + "name": "LeadByte", + "offset": 6, + "parentId": "965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "969", + "kind": "Struct", + "name": "UnicodeDefaultChar", + "offset": 18, + "parentId": "965", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "970", + "kind": "UInt32", + "name": "CodePage", + "offset": 18, + "parentId": "965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "971", + "kind": "Array", + "name": "CodePageName", + "offset": 22, + "parentId": "965", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "972", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "973", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "974", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "973", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "975", + "kind": "Struct", + "name": "_SYSTEM_AUDIT_CALLBACK_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_AUDIT_CALLBACK_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "976", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "975", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "977", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "978", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "979", + "kind": "Struct", + "name": "_XSAVE_ARM64_SVE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSAVE_ARM64_SVE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "980", + "kind": "UInt32", + "name": "VectorLength", + "offset": 0, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "981", + "kind": "UInt32", + "name": "VectorRegisterOffset", + "offset": 4, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "982", + "kind": "UInt32", + "name": "PredicateRegisterOffset", + "offset": 8, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "983", + "kind": "Hex32", + "name": "", + "offset": 12, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "984", + "kind": "Hex32", + "name": "", + "offset": 16, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "985", + "kind": "Hex32", + "name": "", + "offset": 20, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "986", + "kind": "Hex32", + "name": "", + "offset": 24, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "987", + "kind": "Hex32", + "name": "", + "offset": 28, + "parentId": "979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "988", + "kind": "Struct", + "name": "_EXCEPTION_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "989", + "kind": "Struct", + "name": "ExceptionRecord", + "offset": 0, + "parentId": "988", + "refId": "577", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "990", + "kind": "UInt32", + "name": "dwFirstChance", + "offset": 0, + "parentId": "988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "991", + "kind": "Struct", + "name": "_CREATE_THREAD_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_THREAD_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "992", + "kind": "Hex8", + "name": "hThread", + "offset": 0, + "parentId": "991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "993", + "kind": "Hex8", + "name": "lpThreadLocalBase", + "offset": 1, + "parentId": "991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "994", + "kind": "Struct", + "name": "lpStartAddress", + "offset": 2, + "parentId": "991", + "refId": "0", + "strLen": 64, + "structTypeName": "PTHREAD_START_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "995", + "kind": "Struct", + "name": "_CREATE_PROCESS_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_PROCESS_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "996", + "kind": "Hex8", + "name": "hFile", + "offset": 0, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "997", + "kind": "Hex8", + "name": "hProcess", + "offset": 1, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "998", + "kind": "Hex8", + "name": "hThread", + "offset": 2, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "999", + "kind": "Hex8", + "name": "lpBaseOfImage", + "offset": 3, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1000", + "kind": "UInt32", + "name": "dwDebugInfoFileOffset", + "offset": 4, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1001", + "kind": "UInt32", + "name": "nDebugInfoSize", + "offset": 8, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1002", + "kind": "Hex8", + "name": "lpThreadLocalBase", + "offset": 12, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1003", + "kind": "Struct", + "name": "lpStartAddress", + "offset": 13, + "parentId": "995", + "refId": "0", + "strLen": 64, + "structTypeName": "PTHREAD_START_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1004", + "kind": "Hex8", + "name": "lpImageName", + "offset": 13, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1005", + "kind": "UInt16", + "name": "fUnicode", + "offset": 14, + "parentId": "995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1006", + "kind": "Struct", + "name": "_EXIT_THREAD_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXIT_THREAD_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1007", + "kind": "UInt32", + "name": "dwExitCode", + "offset": 0, + "parentId": "1006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1008", + "kind": "Struct", + "name": "_EXIT_PROCESS_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXIT_PROCESS_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1009", + "kind": "UInt32", + "name": "dwExitCode", + "offset": 0, + "parentId": "1008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1010", + "kind": "Struct", + "name": "_LOAD_DLL_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOAD_DLL_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1011", + "kind": "Hex8", + "name": "hFile", + "offset": 0, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1012", + "kind": "Hex8", + "name": "lpBaseOfDll", + "offset": 1, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1013", + "kind": "UInt32", + "name": "dwDebugInfoFileOffset", + "offset": 2, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1014", + "kind": "UInt32", + "name": "nDebugInfoSize", + "offset": 6, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1015", + "kind": "Hex8", + "name": "lpImageName", + "offset": 10, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1016", + "kind": "UInt16", + "name": "fUnicode", + "offset": 11, + "parentId": "1010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1017", + "kind": "Struct", + "name": "_UNLOAD_DLL_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNLOAD_DLL_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1018", + "kind": "Hex8", + "name": "lpBaseOfDll", + "offset": 0, + "parentId": "1017", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1019", + "kind": "Struct", + "name": "_OUTPUT_DEBUG_STRING_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OUTPUT_DEBUG_STRING_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1020", + "kind": "Struct", + "name": "lpDebugStringData", + "offset": 0, + "parentId": "1019", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1021", + "kind": "UInt16", + "name": "fUnicode", + "offset": 0, + "parentId": "1019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1022", + "kind": "UInt16", + "name": "nDebugStringLength", + "offset": 2, + "parentId": "1019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1023", + "kind": "Struct", + "name": "_DEBUG_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEBUG_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1024", + "kind": "UInt32", + "name": "dwDebugEventCode", + "offset": 0, + "parentId": "1023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1025", + "kind": "UInt32", + "name": "dwProcessId", + "offset": 4, + "parentId": "1023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1026", + "kind": "UInt32", + "name": "dwThreadId", + "offset": 8, + "parentId": "1023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1027", + "kind": "Struct", + "name": "u", + "offset": 12, + "parentId": "1023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1028", + "kind": "Struct", + "name": "Exception", + "offset": 0, + "parentId": "1027", + "refId": "988", + "strLen": 64, + "structTypeName": "_EXCEPTION_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1029", + "kind": "Struct", + "name": "CreateThread", + "offset": 0, + "parentId": "1027", + "refId": "991", + "strLen": 64, + "structTypeName": "_CREATE_THREAD_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1030", + "kind": "Struct", + "name": "CreateProcessInfo", + "offset": 0, + "parentId": "1027", + "refId": "995", + "strLen": 64, + "structTypeName": "_CREATE_PROCESS_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1031", + "kind": "Struct", + "name": "ExitThread", + "offset": 0, + "parentId": "1027", + "refId": "1006", + "strLen": 64, + "structTypeName": "_EXIT_THREAD_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1032", + "kind": "Struct", + "name": "ExitProcess", + "offset": 0, + "parentId": "1027", + "refId": "1008", + "strLen": 64, + "structTypeName": "_EXIT_PROCESS_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1033", + "kind": "Struct", + "name": "LoadDll", + "offset": 0, + "parentId": "1027", + "refId": "1010", + "strLen": 64, + "structTypeName": "_LOAD_DLL_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1034", + "kind": "Struct", + "name": "UnloadDll", + "offset": 0, + "parentId": "1027", + "refId": "1017", + "strLen": 64, + "structTypeName": "_UNLOAD_DLL_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1035", + "kind": "Struct", + "name": "DebugString", + "offset": 0, + "parentId": "1027", + "refId": "1019", + "strLen": 64, + "structTypeName": "_OUTPUT_DEBUG_STRING_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1036", + "kind": "Struct", + "name": "RipInfo", + "offset": 0, + "parentId": "1027", + "refId": "522", + "strLen": 64, + "structTypeName": "_RIP_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1037", + "kind": "Struct", + "name": "_Mbstatet", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_Mbstatet" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1038", + "kind": "UInt32", + "name": "_Wchar", + "offset": 0, + "parentId": "1037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1039", + "kind": "UInt16", + "name": "_Byte", + "offset": 4, + "parentId": "1037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1040", + "kind": "UInt16", + "name": "_State", + "offset": 6, + "parentId": "1037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1041", + "kind": "Struct", + "name": "_TOKEN_DEVICE_CLAIMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_DEVICE_CLAIMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1042", + "kind": "Hex8", + "name": "DeviceClaims", + "offset": 0, + "parentId": "1041", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1043", + "kind": "Struct", + "name": "_SCRUB_PARITY_EXTENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCRUB_PARITY_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1044", + "kind": "Int64", + "name": "Offset", + "offset": 0, + "parentId": "1043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1045", + "kind": "UInt64", + "name": "Length", + "offset": 8, + "parentId": "1043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1046", + "kind": "Struct", + "name": "_COMPATIBILITY_CONTEXT_ELEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPATIBILITY_CONTEXT_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1047", + "kind": "Struct", + "name": "Id", + "offset": 0, + "parentId": "1046", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1048", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "1046", + "refId": "4", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1049", + "kind": "UInt64", + "name": "MaxVersionTested", + "offset": 4, + "parentId": "1046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1050", + "kind": "Struct", + "name": "_XSAVE_AREA_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSAVE_AREA_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1051", + "kind": "UInt64", + "name": "Mask", + "offset": 0, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1052", + "kind": "UInt64", + "name": "CompactionMask", + "offset": 8, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1053", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1054", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1055", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1056", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1057", + "kind": "Hex64", + "name": "", + "offset": 48, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1058", + "kind": "Hex64", + "name": "", + "offset": 56, + "parentId": "1050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1059", + "kind": "Struct", + "name": "_numberfmtA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_numberfmtA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1060", + "kind": "UInt32", + "name": "NumDigits", + "offset": 0, + "parentId": "1059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1061", + "kind": "UInt32", + "name": "LeadingZero", + "offset": 4, + "parentId": "1059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1062", + "kind": "UInt32", + "name": "Grouping", + "offset": 8, + "parentId": "1059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1063", + "kind": "Struct", + "name": "lpDecimalSep", + "offset": 12, + "parentId": "1059", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1064", + "kind": "Struct", + "name": "lpThousandSep", + "offset": 12, + "parentId": "1059", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1065", + "kind": "UInt32", + "name": "NegativeOrder", + "offset": 12, + "parentId": "1059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1066", + "kind": "Struct", + "name": "_TOKEN_GROUPS_AND_PRIVILEGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS_AND_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1067", + "kind": "UInt32", + "name": "SidCount", + "offset": 0, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1068", + "kind": "UInt32", + "name": "SidLength", + "offset": 4, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1069", + "kind": "Struct", + "name": "Sids", + "offset": 8, + "parentId": "1066", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1070", + "kind": "UInt32", + "name": "RestrictedSidCount", + "offset": 8, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1071", + "kind": "UInt32", + "name": "RestrictedSidLength", + "offset": 12, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1072", + "kind": "Struct", + "name": "RestrictedSids", + "offset": 16, + "parentId": "1066", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1073", + "kind": "UInt32", + "name": "PrivilegeCount", + "offset": 16, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1074", + "kind": "UInt32", + "name": "PrivilegeLength", + "offset": 20, + "parentId": "1066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1075", + "kind": "Struct", + "name": "Privileges", + "offset": 24, + "parentId": "1066", + "refId": "1079", + "strLen": 64, + "structTypeName": "_LUID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1076", + "kind": "Struct", + "name": "AuthenticationId", + "offset": 24, + "parentId": "1066", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1077", + "kind": "Struct", + "name": "SERVICE_TRIGGER_CUSTOM_STATE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_TRIGGER_CUSTOM_STATE_ID" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "1078", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "1077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1079", + "kind": "Struct", + "name": "_LUID_AND_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LUID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1080", + "kind": "Struct", + "name": "Luid", + "offset": 0, + "parentId": "1079", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1081", + "kind": "UInt32", + "name": "Attributes", + "offset": 0, + "parentId": "1079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1082", + "kind": "Struct", + "name": "_PRIVILEGE_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PRIVILEGE_SET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1083", + "kind": "UInt32", + "name": "PrivilegeCount", + "offset": 0, + "parentId": "1082", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1084", + "kind": "UInt32", + "name": "Control", + "offset": 4, + "parentId": "1082", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1085", + "kind": "Array", + "name": "Privilege", + "offset": 8, + "parentId": "1082", + "refId": "1079", + "strLen": 64, + "structTypeName": "_LUID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1086", + "kind": "Struct", + "name": "_XSAVE_AREA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1087", + "kind": "Struct", + "name": "LegacyState", + "offset": 0, + "parentId": "1086", + "refId": "531", + "strLen": 64, + "structTypeName": "_XSAVE_FORMAT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1088", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1086", + "refId": "1050", + "strLen": 64, + "structTypeName": "_XSAVE_AREA_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1089", + "kind": "Struct", + "name": "_STARTUPINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STARTUPINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1090", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1091", + "kind": "Struct", + "name": "lpReserved", + "offset": 4, + "parentId": "1089", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1092", + "kind": "Struct", + "name": "lpDesktop", + "offset": 4, + "parentId": "1089", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1093", + "kind": "Struct", + "name": "lpTitle", + "offset": 4, + "parentId": "1089", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1094", + "kind": "UInt32", + "name": "dwX", + "offset": 4, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1095", + "kind": "UInt32", + "name": "dwY", + "offset": 8, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1096", + "kind": "UInt32", + "name": "dwXSize", + "offset": 12, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1097", + "kind": "UInt32", + "name": "dwYSize", + "offset": 16, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1098", + "kind": "UInt32", + "name": "dwXCountChars", + "offset": 20, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1099", + "kind": "UInt32", + "name": "dwYCountChars", + "offset": 24, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1100", + "kind": "UInt32", + "name": "dwFillAttribute", + "offset": 28, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1101", + "kind": "UInt32", + "name": "dwFlags", + "offset": 32, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1102", + "kind": "UInt16", + "name": "wShowWindow", + "offset": 36, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1103", + "kind": "UInt16", + "name": "cbReserved2", + "offset": 38, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1104", + "kind": "UInt8", + "name": "lpReserved2", + "offset": 40, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1105", + "kind": "Hex8", + "name": "hStdInput", + "offset": 41, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1106", + "kind": "Hex8", + "name": "hStdOutput", + "offset": 42, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1107", + "kind": "Hex8", + "name": "hStdError", + "offset": 43, + "parentId": "1089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1108", + "kind": "Struct", + "name": "_OBJECTID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECTID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1109", + "kind": "Struct", + "name": "Lineage", + "offset": 0, + "parentId": "1108", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1110", + "kind": "UInt32", + "name": "Uniquifier", + "offset": 0, + "parentId": "1108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1111", + "kind": "Struct", + "name": "_ENCLAVE_CREATE_INFO_VBS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_CREATE_INFO_VBS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1112", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1111", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "1113", + "kind": "Array", + "name": "OwnerID", + "offset": 4, + "parentId": "1111", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1114", + "kind": "Struct", + "name": "_IMAGE_COFF_SYMBOLS_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_COFF_SYMBOLS_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1115", + "kind": "UInt32", + "name": "NumberOfSymbols", + "offset": 0, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1116", + "kind": "UInt32", + "name": "LvaToFirstSymbol", + "offset": 4, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1117", + "kind": "UInt32", + "name": "NumberOfLinenumbers", + "offset": 8, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1118", + "kind": "UInt32", + "name": "LvaToFirstLinenumber", + "offset": 12, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1119", + "kind": "UInt32", + "name": "RvaToFirstByteOfCode", + "offset": 16, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1120", + "kind": "UInt32", + "name": "RvaToLastByteOfCode", + "offset": 20, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1121", + "kind": "UInt32", + "name": "RvaToFirstByteOfData", + "offset": 24, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1122", + "kind": "UInt32", + "name": "RvaToLastByteOfData", + "offset": 28, + "parentId": "1114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1123", + "kind": "Struct", + "name": "_TOKEN_ELEVATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_ELEVATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1124", + "kind": "UInt32", + "name": "TokenIsElevated", + "offset": 0, + "parentId": "1123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1125", + "kind": "Struct", + "name": "_SERVICE_DESCRIPTIONW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_DESCRIPTIONW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1126", + "kind": "Struct", + "name": "lpDescription", + "offset": 0, + "parentId": "1125", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1127", + "kind": "Struct", + "name": "_JOBOBJECT_END_OF_JOB_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_END_OF_JOB_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1128", + "kind": "UInt32", + "name": "EndOfJobTimeAction", + "offset": 0, + "parentId": "1127", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1129", + "kind": "Struct", + "name": "_SID_IDENTIFIER_AUTHORITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SID_IDENTIFIER_AUTHORITY" + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt8", + "id": "1130", + "kind": "Array", + "name": "Value", + "offset": 0, + "parentId": "1129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1131", + "kind": "Struct", + "name": "_SID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1132", + "kind": "UInt8", + "name": "Revision", + "offset": 0, + "parentId": "1131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1133", + "kind": "UInt8", + "name": "SubAuthorityCount", + "offset": 1, + "parentId": "1131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1134", + "kind": "Struct", + "name": "IdentifierAuthority", + "offset": 2, + "parentId": "1131", + "refId": "1129", + "strLen": 64, + "structTypeName": "_SID_IDENTIFIER_AUTHORITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "1135", + "kind": "Array", + "name": "SubAuthority", + "offset": 2, + "parentId": "1131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1136", + "kind": "Struct", + "name": "_SE_SID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_SID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1137", + "kind": "Struct", + "name": "Sid", + "offset": 0, + "parentId": "1136", + "refId": "1131", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 68, + "collapsed": false, + "elementKind": "UInt8", + "id": "1138", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "1136", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1139", + "kind": "Struct", + "name": "_CLAIM_SECURITY_ATTRIBUTE_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1140", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "1139", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1141", + "kind": "UInt16", + "name": "ValueType", + "offset": 0, + "parentId": "1139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1142", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "1139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1143", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "1139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1144", + "kind": "UInt32", + "name": "ValueCount", + "offset": 8, + "parentId": "1139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1145", + "kind": "Struct", + "name": "Values", + "offset": 12, + "parentId": "1139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1146", + "kind": "Int64", + "name": "pInt64", + "offset": 0, + "parentId": "1145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1147", + "kind": "UInt64", + "name": "pUint64", + "offset": 0, + "parentId": "1145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1148", + "kind": "Pointer64", + "name": "ppString", + "offset": 0, + "parentId": "1145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1149", + "kind": "Struct", + "name": "pFqbn", + "offset": 0, + "parentId": "1145", + "refId": "866", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1150", + "kind": "Struct", + "name": "pOctetString", + "offset": 0, + "parentId": "1145", + "refId": "897", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1151", + "kind": "Struct", + "name": "_KEY_EVENT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1152", + "kind": "Int32", + "name": "bKeyDown", + "offset": 0, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1153", + "kind": "UInt16", + "name": "wRepeatCount", + "offset": 4, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1154", + "kind": "UInt16", + "name": "wVirtualKeyCode", + "offset": 6, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1155", + "kind": "UInt16", + "name": "wVirtualScanCode", + "offset": 8, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1156", + "kind": "Struct", + "name": "uChar", + "offset": 10, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1157", + "kind": "Struct", + "name": "UnicodeChar", + "offset": 0, + "parentId": "1156", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1158", + "kind": "Struct", + "name": "AsciiChar", + "offset": 0, + "parentId": "1156", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1159", + "kind": "UInt32", + "name": "dwControlKeyState", + "offset": 10, + "parentId": "1151", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1160", + "kind": "Struct", + "name": "_COORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1161", + "kind": "Int16", + "name": "X", + "offset": 0, + "parentId": "1160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1162", + "kind": "Int16", + "name": "Y", + "offset": 2, + "parentId": "1160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1163", + "kind": "Struct", + "name": "_MOUSE_EVENT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUSE_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1164", + "kind": "Struct", + "name": "dwMousePosition", + "offset": 0, + "parentId": "1163", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1165", + "kind": "UInt32", + "name": "dwButtonState", + "offset": 0, + "parentId": "1163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1166", + "kind": "UInt32", + "name": "dwControlKeyState", + "offset": 4, + "parentId": "1163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1167", + "kind": "UInt32", + "name": "dwEventFlags", + "offset": 8, + "parentId": "1163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1168", + "kind": "Struct", + "name": "_WINDOW_BUFFER_SIZE_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WINDOW_BUFFER_SIZE_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1169", + "kind": "Struct", + "name": "dwSize", + "offset": 0, + "parentId": "1168", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1170", + "kind": "Struct", + "name": "_MENU_EVENT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MENU_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1171", + "kind": "UInt32", + "name": "dwCommandId", + "offset": 0, + "parentId": "1170", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1172", + "kind": "Struct", + "name": "_FOCUS_EVENT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FOCUS_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1173", + "kind": "Int32", + "name": "bSetFocus", + "offset": 0, + "parentId": "1172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1174", + "kind": "Struct", + "name": "_PROCESSOR_NUMBER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1175", + "kind": "UInt16", + "name": "Group", + "offset": 0, + "parentId": "1174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1176", + "kind": "UInt8", + "name": "Number", + "offset": 2, + "parentId": "1174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1177", + "kind": "UInt8", + "name": "Reserved", + "offset": 3, + "parentId": "1174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1178", + "kind": "Struct", + "name": "_FILE_NUMA_NODE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NUMA_NODE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1179", + "kind": "UInt16", + "name": "NodeNumber", + "offset": 0, + "parentId": "1178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1180", + "kind": "Struct", + "name": "_EVENTLOGRECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENTLOGRECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1181", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1182", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1183", + "kind": "UInt32", + "name": "RecordNumber", + "offset": 8, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1184", + "kind": "UInt32", + "name": "TimeGenerated", + "offset": 12, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1185", + "kind": "UInt32", + "name": "TimeWritten", + "offset": 16, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1186", + "kind": "UInt32", + "name": "EventID", + "offset": 20, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1187", + "kind": "UInt16", + "name": "EventType", + "offset": 24, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1188", + "kind": "UInt16", + "name": "NumStrings", + "offset": 26, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1189", + "kind": "UInt16", + "name": "EventCategory", + "offset": 28, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1190", + "kind": "UInt16", + "name": "ReservedFlags", + "offset": 30, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1191", + "kind": "UInt32", + "name": "ClosingRecordNumber", + "offset": 32, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1192", + "kind": "UInt32", + "name": "StringOffset", + "offset": 36, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1193", + "kind": "UInt32", + "name": "UserSidLength", + "offset": 40, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1194", + "kind": "UInt32", + "name": "UserSidOffset", + "offset": 44, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1195", + "kind": "UInt32", + "name": "DataLength", + "offset": 48, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1196", + "kind": "UInt32", + "name": "DataOffset", + "offset": 52, + "parentId": "1180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1197", + "kind": "Struct", + "name": "_NV_MEMORY_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NV_MEMORY_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1198", + "kind": "Pointer64", + "name": "BaseAddress", + "offset": 0, + "parentId": "1197", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1199", + "kind": "UInt64", + "name": "Length", + "offset": 8, + "parentId": "1197", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1200", + "kind": "Struct", + "name": "_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1201", + "kind": "UInt64", + "name": "TargetAddress", + "offset": 0, + "parentId": "1200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1202", + "kind": "UInt64", + "name": "Flags", + "offset": 8, + "parentId": "1200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1203", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1204", + "kind": "Struct", + "name": "TmIdentity", + "offset": 0, + "parentId": "1203", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1205", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1206", + "kind": "Struct", + "name": "_MODEMDEVCAPS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MODEMDEVCAPS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1207", + "kind": "UInt32", + "name": "dwActualSize", + "offset": 0, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1208", + "kind": "UInt32", + "name": "dwRequiredSize", + "offset": 4, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1209", + "kind": "UInt32", + "name": "dwDevSpecificOffset", + "offset": 8, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1210", + "kind": "UInt32", + "name": "dwDevSpecificSize", + "offset": 12, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1211", + "kind": "UInt32", + "name": "dwModemProviderVersion", + "offset": 16, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1212", + "kind": "UInt32", + "name": "dwModemManufacturerOffset", + "offset": 20, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1213", + "kind": "UInt32", + "name": "dwModemManufacturerSize", + "offset": 24, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1214", + "kind": "UInt32", + "name": "dwModemModelOffset", + "offset": 28, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1215", + "kind": "UInt32", + "name": "dwModemModelSize", + "offset": 32, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1216", + "kind": "UInt32", + "name": "dwModemVersionOffset", + "offset": 36, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1217", + "kind": "UInt32", + "name": "dwModemVersionSize", + "offset": 40, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1218", + "kind": "UInt32", + "name": "dwDialOptions", + "offset": 44, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1219", + "kind": "UInt32", + "name": "dwCallSetupFailTimer", + "offset": 48, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1220", + "kind": "UInt32", + "name": "dwInactivityTimeout", + "offset": 52, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1221", + "kind": "UInt32", + "name": "dwSpeakerVolume", + "offset": 56, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1222", + "kind": "UInt32", + "name": "dwSpeakerMode", + "offset": 60, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1223", + "kind": "UInt32", + "name": "dwModemOptions", + "offset": 64, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1224", + "kind": "UInt32", + "name": "dwMaxDTERate", + "offset": 68, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1225", + "kind": "UInt32", + "name": "dwMaxDCERate", + "offset": 72, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1226", + "kind": "Array", + "name": "abVariablePortion", + "offset": 76, + "parentId": "1206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1227", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1228", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1227", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1229", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1230", + "kind": "Struct", + "name": "_FILE_NOTIFY_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NOTIFY_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1231", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1232", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1233", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1234", + "kind": "Struct", + "name": "LastModificationTime", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1235", + "kind": "Struct", + "name": "LastChangeTime", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1236", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1237", + "kind": "Struct", + "name": "AllocatedLength", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1238", + "kind": "Struct", + "name": "FileSize", + "offset": 8, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1239", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1240", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1241", + "kind": "UInt32", + "name": "ReparsePointTag", + "offset": 0, + "parentId": "1240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1242", + "kind": "UInt32", + "name": "EaSize", + "offset": 0, + "parentId": "1240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1243", + "kind": "Struct", + "name": "FileId", + "offset": 16, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1244", + "kind": "Struct", + "name": "ParentFileId", + "offset": 16, + "parentId": "1230", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1245", + "kind": "UInt16", + "name": "FileNameLength", + "offset": 16, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1246", + "kind": "UInt8", + "name": "FileNameFlags", + "offset": 18, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1247", + "kind": "UInt8", + "name": "Reserved", + "offset": 19, + "parentId": "1230", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1248", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "1230", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1249", + "kind": "Struct", + "name": "_TOKEN_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1250", + "kind": "Struct", + "name": "TokenId", + "offset": 0, + "parentId": "1249", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1251", + "kind": "Struct", + "name": "AuthenticationId", + "offset": 0, + "parentId": "1249", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1252", + "kind": "Struct", + "name": "ModifiedId", + "offset": 0, + "parentId": "1249", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1253", + "kind": "Struct", + "name": "TokenSource", + "offset": 0, + "parentId": "1249", + "refId": "958", + "strLen": 64, + "structTypeName": "_TOKEN_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1254", + "kind": "Struct", + "name": "_SYSTEM_MANDATORY_LABEL_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MANDATORY_LABEL_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1255", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1254", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1256", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1257", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1258", + "kind": "Struct", + "name": "_FILE_STAT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STAT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1259", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1260", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1261", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1262", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1263", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1264", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1265", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "1258", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1266", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "1258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1267", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 4, + "parentId": "1258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1268", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 8, + "parentId": "1258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1269", + "kind": "UInt32", + "name": "EffectiveAccess", + "offset": 12, + "parentId": "1258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1270", + "kind": "Struct", + "name": "_TOKEN_ORIGIN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_ORIGIN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1271", + "kind": "Struct", + "name": "OriginatingLogonSession", + "offset": 0, + "parentId": "1270", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1272", + "kind": "Struct", + "name": "_TRANSACTION_BIND_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_BIND_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1273", + "kind": "Hex8", + "name": "TmHandle", + "offset": 0, + "parentId": "1272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1274", + "kind": "Struct", + "name": "_SYSTEM_PROCESS_TRUST_LABEL_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESS_TRUST_LABEL_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1275", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1274", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1276", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1277", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1278", + "kind": "Struct", + "name": "_SECURITY_OBJECT_AI_PARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_OBJECT_AI_PARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1279", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "1278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1280", + "kind": "UInt32", + "name": "ConstraintMask", + "offset": 4, + "parentId": "1278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1281", + "kind": "Struct", + "name": "_QUOTA_LIMITS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUOTA_LIMITS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1282", + "kind": "UInt64", + "name": "PagedPoolLimit", + "offset": 0, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1283", + "kind": "UInt64", + "name": "NonPagedPoolLimit", + "offset": 8, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1284", + "kind": "UInt64", + "name": "MinimumWorkingSetSize", + "offset": 16, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1285", + "kind": "UInt64", + "name": "MaximumWorkingSetSize", + "offset": 24, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1286", + "kind": "UInt64", + "name": "PagefileLimit", + "offset": 32, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1287", + "kind": "Struct", + "name": "TimeLimit", + "offset": 40, + "parentId": "1281", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1288", + "kind": "UInt64", + "name": "WorkingSetLimit", + "offset": 40, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1289", + "kind": "UInt64", + "name": "Reserved2", + "offset": 48, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1290", + "kind": "UInt64", + "name": "Reserved3", + "offset": 56, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1291", + "kind": "UInt64", + "name": "Reserved4", + "offset": 64, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1292", + "kind": "UInt32", + "name": "Flags", + "offset": 72, + "parentId": "1281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1293", + "kind": "Struct", + "name": "CpuRateLimit", + "offset": 76, + "parentId": "1281", + "refId": "921", + "strLen": 64, + "structTypeName": "_RATE_QUOTA_LIMIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1294", + "kind": "Struct", + "name": "_ASSEMBLY_STORAGE_MAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1295", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1294", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1296", + "kind": "UInt32", + "name": "AssemblyCount", + "offset": 4, + "parentId": "1294", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1297", + "kind": "Pointer64", + "name": "AssemblyArray", + "offset": 8, + "parentId": "1294", + "refId": "11027", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1298", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1299", + "kind": "Int32", + "name": "RefCount", + "offset": 0, + "parentId": "1298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1300", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "1298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1301", + "kind": "Struct", + "name": "ActivationContextData", + "offset": 8, + "parentId": "1298", + "refId": "12364", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1302", + "kind": "Struct", + "name": "NotificationRoutine", + "offset": 8, + "parentId": "1298", + "refId": "0", + "strLen": 64, + "structTypeName": "PACTIVATION_CONTEXT_NOTIFY_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1303", + "kind": "Hex8", + "name": "NotificationContext", + "offset": 8, + "parentId": "1298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt32", + "id": "1304", + "kind": "Array", + "name": "SentNotifications", + "offset": 9, + "parentId": "1298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt32", + "id": "1305", + "kind": "Array", + "name": "DisabledNotifications", + "offset": 41, + "parentId": "1298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1306", + "kind": "Struct", + "name": "StorageMap", + "offset": 73, + "parentId": "1298", + "refId": "1294", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "1307", + "kind": "Array", + "name": "InlineStorageMapEntries", + "offset": 73, + "parentId": "1298", + "refId": "11027", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1308", + "kind": "Struct", + "name": "_JOBOBJECT_BASIC_LIMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1309", + "kind": "Struct", + "name": "PerProcessUserTimeLimit", + "offset": 0, + "parentId": "1308", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1310", + "kind": "Struct", + "name": "PerJobUserTimeLimit", + "offset": 0, + "parentId": "1308", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1311", + "kind": "UInt32", + "name": "LimitFlags", + "offset": 0, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1312", + "kind": "UInt64", + "name": "MinimumWorkingSetSize", + "offset": 4, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1313", + "kind": "UInt64", + "name": "MaximumWorkingSetSize", + "offset": 12, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1314", + "kind": "UInt32", + "name": "ActiveProcessLimit", + "offset": 20, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1315", + "kind": "UInt64", + "name": "Affinity", + "offset": 24, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1316", + "kind": "UInt32", + "name": "PriorityClass", + "offset": 32, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1317", + "kind": "UInt32", + "name": "SchedulingClass", + "offset": 36, + "parentId": "1308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1318", + "kind": "Struct", + "name": "_IO_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1319", + "kind": "UInt64", + "name": "ReadOperationCount", + "offset": 0, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1320", + "kind": "UInt64", + "name": "WriteOperationCount", + "offset": 8, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1321", + "kind": "UInt64", + "name": "OtherOperationCount", + "offset": 16, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1322", + "kind": "UInt64", + "name": "ReadTransferCount", + "offset": 24, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1323", + "kind": "UInt64", + "name": "WriteTransferCount", + "offset": 32, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1324", + "kind": "UInt64", + "name": "OtherTransferCount", + "offset": 40, + "parentId": "1318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1325", + "kind": "Struct", + "name": "_JOBOBJECT_EXTENDED_LIMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_EXTENDED_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1326", + "kind": "Struct", + "name": "BasicLimitInformation", + "offset": 0, + "parentId": "1325", + "refId": "1308", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1327", + "kind": "Struct", + "name": "IoInfo", + "offset": 0, + "parentId": "1325", + "refId": "1318", + "strLen": 64, + "structTypeName": "_IO_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1328", + "kind": "UInt64", + "name": "ProcessMemoryLimit", + "offset": 0, + "parentId": "1325", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1329", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 8, + "parentId": "1325", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1330", + "kind": "UInt64", + "name": "PeakProcessMemoryUsed", + "offset": 16, + "parentId": "1325", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1331", + "kind": "UInt64", + "name": "PeakJobMemoryUsed", + "offset": 24, + "parentId": "1325", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1332", + "kind": "Struct", + "name": "_OBJECT_TYPE_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_TYPE_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1333", + "kind": "UInt16", + "name": "Level", + "offset": 0, + "parentId": "1332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1334", + "kind": "UInt16", + "name": "Sbz", + "offset": 2, + "parentId": "1332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1335", + "kind": "Pointer64", + "name": "ObjectType", + "offset": 4, + "parentId": "1332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1336", + "kind": "Struct", + "name": "_ACL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1337", + "kind": "UInt8", + "name": "AclRevision", + "offset": 0, + "parentId": "1336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1338", + "kind": "UInt8", + "name": "Sbz1", + "offset": 1, + "parentId": "1336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1339", + "kind": "UInt16", + "name": "AclSize", + "offset": 2, + "parentId": "1336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1340", + "kind": "UInt16", + "name": "AceCount", + "offset": 4, + "parentId": "1336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1341", + "kind": "UInt16", + "name": "Sbz2", + "offset": 6, + "parentId": "1336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1342", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1343", + "kind": "UInt32", + "name": "ulFlags", + "offset": 0, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1344", + "kind": "UInt32", + "name": "ulEncodedAssemblyIdentityLength", + "offset": 4, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1345", + "kind": "UInt32", + "name": "ulManifestPathType", + "offset": 8, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1346", + "kind": "UInt32", + "name": "ulManifestPathLength", + "offset": 12, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1347", + "kind": "Struct", + "name": "liManifestLastWriteTime", + "offset": 16, + "parentId": "1342", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1348", + "kind": "UInt32", + "name": "ulPolicyPathType", + "offset": 16, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1349", + "kind": "UInt32", + "name": "ulPolicyPathLength", + "offset": 20, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1350", + "kind": "Struct", + "name": "liPolicyLastWriteTime", + "offset": 24, + "parentId": "1342", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1351", + "kind": "UInt32", + "name": "ulMetadataSatelliteRosterIndex", + "offset": 24, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1352", + "kind": "UInt32", + "name": "ulManifestVersionMajor", + "offset": 28, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1353", + "kind": "UInt32", + "name": "ulManifestVersionMinor", + "offset": 32, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1354", + "kind": "UInt32", + "name": "ulPolicyVersionMajor", + "offset": 36, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1355", + "kind": "UInt32", + "name": "ulPolicyVersionMinor", + "offset": 40, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1356", + "kind": "UInt32", + "name": "ulAssemblyDirectoryNameLength", + "offset": 44, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1357", + "kind": "Struct", + "name": "lpAssemblyEncodedAssemblyIdentity", + "offset": 48, + "parentId": "1342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1358", + "kind": "Struct", + "name": "lpAssemblyManifestPath", + "offset": 48, + "parentId": "1342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1359", + "kind": "Struct", + "name": "lpAssemblyPolicyPath", + "offset": 48, + "parentId": "1342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1360", + "kind": "Struct", + "name": "lpAssemblyDirectoryName", + "offset": 48, + "parentId": "1342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1361", + "kind": "UInt32", + "name": "ulFileCount", + "offset": 48, + "parentId": "1342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1362", + "kind": "Struct", + "name": "_KCRM_PROTOCOL_BLOB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KCRM_PROTOCOL_BLOB" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1363", + "kind": "Struct", + "name": "ProtocolId", + "offset": 0, + "parentId": "1362", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1364", + "kind": "UInt32", + "name": "StaticInfoLength", + "offset": 0, + "parentId": "1362", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1365", + "kind": "UInt32", + "name": "TransactionIdInfoLength", + "offset": 4, + "parentId": "1362", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1366", + "kind": "UInt32", + "name": "Unused1", + "offset": 8, + "parentId": "1362", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1367", + "kind": "UInt32", + "name": "Unused2", + "offset": 12, + "parentId": "1362", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1368", + "kind": "Struct", + "name": "_JOBOBJECT_BASIC_PROCESS_ID_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_PROCESS_ID_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1369", + "kind": "UInt32", + "name": "NumberOfAssignedProcesses", + "offset": 0, + "parentId": "1368", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1370", + "kind": "UInt32", + "name": "NumberOfProcessIdsInList", + "offset": 4, + "parentId": "1368", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "1371", + "kind": "Array", + "name": "ProcessIdList", + "offset": 8, + "parentId": "1368", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1372", + "kind": "Struct", + "name": "_TOKEN_LINKED_TOKEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_LINKED_TOKEN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1373", + "kind": "Hex8", + "name": "LinkedToken", + "offset": 0, + "parentId": "1372", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1374", + "kind": "Struct", + "name": "MEM_EXTENDED_PARAMETER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MEM_EXTENDED_PARAMETER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1375", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1376", + "kind": "UInt64", + "name": "ULong64", + "offset": 0, + "parentId": "1375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1377", + "kind": "Hex8", + "name": "Pointer", + "offset": 0, + "parentId": "1375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1378", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "1375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1379", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "1375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1380", + "kind": "UInt32", + "name": "ULong", + "offset": 0, + "parentId": "1375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1381", + "kind": "Struct", + "name": "_FILE_PROCESS_IDS_USING_FILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PROCESS_IDS_USING_FILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1382", + "kind": "UInt32", + "name": "NumberOfProcessIdsInList", + "offset": 0, + "parentId": "1381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "1383", + "kind": "Array", + "name": "ProcessIdList", + "offset": 4, + "parentId": "1381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1384", + "kind": "Struct", + "name": "_NT_TIB64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NT_TIB64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1385", + "kind": "UInt64", + "name": "ExceptionList", + "offset": 0, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1386", + "kind": "UInt64", + "name": "StackBase", + "offset": 8, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1387", + "kind": "UInt64", + "name": "StackLimit", + "offset": 16, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1388", + "kind": "UInt64", + "name": "SubSystemTib", + "offset": 24, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1389", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1390", + "kind": "UInt64", + "name": "FiberData", + "offset": 0, + "parentId": "1389", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1391", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "1389", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1392", + "kind": "UInt64", + "name": "ArbitraryUserPointer", + "offset": 40, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1393", + "kind": "UInt64", + "name": "Self", + "offset": 48, + "parentId": "1384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1394", + "kind": "Struct", + "name": "_COMPONENT_FILTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPONENT_FILTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1395", + "kind": "UInt32", + "name": "ComponentFlags", + "offset": 0, + "parentId": "1394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1396", + "kind": "Struct", + "name": "_TOKEN_BNO_ISOLATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_BNO_ISOLATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1397", + "kind": "Struct", + "name": "IsolationPrefix", + "offset": 0, + "parentId": "1396", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1398", + "kind": "UInt8", + "name": "IsolationEnabled", + "offset": 0, + "parentId": "1396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1399", + "kind": "Struct", + "name": "tagRAWHID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWHID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1400", + "kind": "UInt32", + "name": "dwSizeHid", + "offset": 0, + "parentId": "1399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1401", + "kind": "UInt32", + "name": "dwCount", + "offset": 4, + "parentId": "1399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1402", + "kind": "Array", + "name": "bRawData", + "offset": 8, + "parentId": "1399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1403", + "kind": "Struct", + "name": "JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1404", + "kind": "UInt32", + "name": "LimitFlags", + "offset": 0, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1405", + "kind": "UInt32", + "name": "ViolationLimitFlags", + "offset": 4, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1406", + "kind": "UInt64", + "name": "IoReadBytes", + "offset": 8, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1407", + "kind": "UInt64", + "name": "IoReadBytesLimit", + "offset": 16, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1408", + "kind": "UInt64", + "name": "IoWriteBytes", + "offset": 24, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1409", + "kind": "UInt64", + "name": "IoWriteBytesLimit", + "offset": 32, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1410", + "kind": "Struct", + "name": "PerJobUserTime", + "offset": 40, + "parentId": "1403", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1411", + "kind": "Struct", + "name": "PerJobUserTimeLimit", + "offset": 40, + "parentId": "1403", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1412", + "kind": "UInt64", + "name": "JobMemory", + "offset": 40, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1413", + "kind": "Struct", + "name": "", + "offset": 48, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1414", + "kind": "UInt64", + "name": "JobHighMemoryLimit", + "offset": 0, + "parentId": "1413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1415", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 0, + "parentId": "1413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1416", + "kind": "Struct", + "name": "", + "offset": 56, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1417", + "kind": "UInt32", + "name": "RateControlTolerance", + "offset": 0, + "parentId": "1416", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1418", + "kind": "UInt32", + "name": "CpuRateControlTolerance", + "offset": 0, + "parentId": "1416", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1419", + "kind": "Struct", + "name": "", + "offset": 60, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1420", + "kind": "UInt32", + "name": "RateControlToleranceLimit", + "offset": 0, + "parentId": "1419", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1421", + "kind": "UInt32", + "name": "CpuRateControlToleranceLimit", + "offset": 0, + "parentId": "1419", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1422", + "kind": "UInt64", + "name": "JobLowMemoryLimit", + "offset": 64, + "parentId": "1403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1423", + "kind": "UInt32", + "name": "IoRateControlTolerance", + "offset": 72, + "parentId": "1403", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1424", + "kind": "UInt32", + "name": "IoRateControlToleranceLimit", + "offset": 76, + "parentId": "1403", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1425", + "kind": "UInt32", + "name": "NetRateControlTolerance", + "offset": 80, + "parentId": "1403", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1426", + "kind": "UInt32", + "name": "NetRateControlToleranceLimit", + "offset": 84, + "parentId": "1403", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1427", + "kind": "Struct", + "name": "_IMAGE_DELAYLOAD_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DELAYLOAD_DESCRIPTOR" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1428", + "kind": "Struct", + "name": "Attributes", + "offset": 0, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1429", + "kind": "UInt32", + "name": "AllAttributes", + "offset": 0, + "parentId": "1428", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1430", + "kind": "UInt32", + "name": "DllNameRVA", + "offset": 4, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1431", + "kind": "UInt32", + "name": "ModuleHandleRVA", + "offset": 8, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1432", + "kind": "UInt32", + "name": "ImportAddressTableRVA", + "offset": 12, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1433", + "kind": "UInt32", + "name": "ImportNameTableRVA", + "offset": 16, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1434", + "kind": "UInt32", + "name": "BoundImportAddressTableRVA", + "offset": 20, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1435", + "kind": "UInt32", + "name": "UnloadInformationTableRVA", + "offset": 24, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1436", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 28, + "parentId": "1427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1437", + "kind": "Struct", + "name": "_GROUP_AFFINITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1438", + "kind": "UInt64", + "name": "Mask", + "offset": 0, + "parentId": "1437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1439", + "kind": "UInt16", + "name": "Group", + "offset": 8, + "parentId": "1437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1440", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "1437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1441", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "1437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1442", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "1437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1443", + "kind": "Struct", + "name": "_NT_TIB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NT_TIB" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1444", + "kind": "Pointer64", + "name": "ExceptionList", + "offset": 0, + "parentId": "1443", + "refId": "1671", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1445", + "kind": "Hex8", + "name": "StackBase", + "offset": 8, + "parentId": "1443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1446", + "kind": "Hex8", + "name": "StackLimit", + "offset": 9, + "parentId": "1443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1447", + "kind": "Hex8", + "name": "SubSystemTib", + "offset": 10, + "parentId": "1443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1448", + "kind": "Struct", + "name": "", + "offset": 11, + "parentId": "1443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1449", + "kind": "Hex8", + "name": "FiberData", + "offset": 0, + "parentId": "1448", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1450", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "1448", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1451", + "kind": "Hex8", + "name": "ArbitraryUserPointer", + "offset": 15, + "parentId": "1443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1452", + "kind": "Pointer64", + "name": "Self", + "offset": 16, + "parentId": "1443", + "refId": "1443", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1453", + "kind": "Struct", + "name": "_SERVICE_SID_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_SID_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1454", + "kind": "UInt32", + "name": "dwServiceSidType", + "offset": 0, + "parentId": "1453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1455", + "kind": "Struct", + "name": "_CONSOLE_FONT_INFOEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_FONT_INFOEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1456", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "1455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1457", + "kind": "UInt32", + "name": "nFont", + "offset": 4, + "parentId": "1455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1458", + "kind": "Struct", + "name": "dwFontSize", + "offset": 8, + "parentId": "1455", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1459", + "kind": "UInt32", + "name": "FontFamily", + "offset": 8, + "parentId": "1455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1460", + "kind": "UInt32", + "name": "FontWeight", + "offset": 12, + "parentId": "1455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "1461", + "kind": "Array", + "name": "FaceName", + "offset": 16, + "parentId": "1455", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1462", + "kind": "Struct", + "name": "_TAPE_GET_MEDIA_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_GET_MEDIA_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1463", + "kind": "Struct", + "name": "Capacity", + "offset": 0, + "parentId": "1462", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1464", + "kind": "Struct", + "name": "Remaining", + "offset": 0, + "parentId": "1462", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1465", + "kind": "UInt32", + "name": "BlockSize", + "offset": 0, + "parentId": "1462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1466", + "kind": "UInt32", + "name": "PartitionCount", + "offset": 4, + "parentId": "1462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1467", + "kind": "UInt8", + "name": "WriteProtected", + "offset": 8, + "parentId": "1462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1468", + "kind": "Struct", + "name": "_GROUP_AFFINITY64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1469", + "kind": "UInt64", + "name": "Mask", + "offset": 0, + "parentId": "1468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1470", + "kind": "UInt16", + "name": "Group", + "offset": 8, + "parentId": "1468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1471", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "1468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1472", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "1468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1473", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "1468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1474", + "kind": "Struct", + "name": "_NT_TIB32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NT_TIB32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1475", + "kind": "UInt32", + "name": "ExceptionList", + "offset": 0, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1476", + "kind": "UInt32", + "name": "StackBase", + "offset": 4, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1477", + "kind": "UInt32", + "name": "StackLimit", + "offset": 8, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1478", + "kind": "UInt32", + "name": "SubSystemTib", + "offset": 12, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1479", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1480", + "kind": "UInt32", + "name": "FiberData", + "offset": 0, + "parentId": "1479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1481", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "1479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1482", + "kind": "UInt32", + "name": "ArbitraryUserPointer", + "offset": 20, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1483", + "kind": "UInt32", + "name": "Self", + "offset": 24, + "parentId": "1474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1484", + "kind": "Struct", + "name": "HMETAFILE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HMETAFILE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1485", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "1484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1486", + "kind": "Struct", + "name": "HKEY__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HKEY__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1487", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "1486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1488", + "kind": "Struct", + "name": "_SYSTEM_RESOURCE_ATTRIBUTE_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_RESOURCE_ATTRIBUTE_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1489", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1488", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1490", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1491", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1492", + "kind": "Struct", + "name": "_FILE_IO_PRIORITY_HINT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IO_PRIORITY_HINT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1493", + "kind": "UInt32", + "name": "PriorityHint", + "offset": 0, + "parentId": "1492", + "refId": "291", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1494", + "kind": "Struct", + "name": "JOBOBJECT_NET_RATE_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_NET_RATE_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1495", + "kind": "UInt64", + "name": "MaxBandwidth", + "offset": 0, + "parentId": "1494", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1496", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 8, + "parentId": "1494", + "refId": "53", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1497", + "kind": "UInt8", + "name": "DscpTag", + "offset": 12, + "parentId": "1494", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1498", + "kind": "Struct", + "name": "_FILE_MAILSLOT_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MAILSLOT_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1499", + "kind": "Struct", + "name": "ReadTimeout", + "offset": 0, + "parentId": "1498", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1500", + "kind": "Struct", + "name": "tagMENUGETOBJECTINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMENUGETOBJECTINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1501", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "1500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1502", + "kind": "UInt32", + "name": "uPos", + "offset": 4, + "parentId": "1500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1503", + "kind": "Struct", + "name": "hmenu", + "offset": 8, + "parentId": "1500", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1504", + "kind": "Hex8", + "name": "riid", + "offset": 8, + "parentId": "1500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1505", + "kind": "Hex8", + "name": "pvObj", + "offset": 9, + "parentId": "1500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1506", + "kind": "Struct", + "name": "_IMAGE_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1507", + "kind": "UInt32", + "name": "BeginAddress", + "offset": 0, + "parentId": "1506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1508", + "kind": "UInt32", + "name": "EndAddress", + "offset": 4, + "parentId": "1506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1509", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "1506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1510", + "kind": "UInt32", + "name": "UnwindInfoAddress", + "offset": 0, + "parentId": "1509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1511", + "kind": "UInt32", + "name": "UnwindData", + "offset": 0, + "parentId": "1509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1512", + "kind": "Struct", + "name": "tagMENUINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMENUINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1513", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1514", + "kind": "UInt32", + "name": "fMask", + "offset": 4, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1515", + "kind": "UInt32", + "name": "dwStyle", + "offset": 8, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1516", + "kind": "UInt32", + "name": "cyMax", + "offset": 12, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1517", + "kind": "Struct", + "name": "hbrBack", + "offset": 16, + "parentId": "1512", + "refId": "5008", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1518", + "kind": "UInt32", + "name": "dwContextHelpID", + "offset": 16, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1519", + "kind": "UInt64", + "name": "dwMenuData", + "offset": 20, + "parentId": "1512", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1520", + "kind": "Struct", + "name": "_CONSOLE_HISTORY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_HISTORY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1521", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "1520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1522", + "kind": "UInt32", + "name": "HistoryBufferSize", + "offset": 4, + "parentId": "1520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1523", + "kind": "UInt32", + "name": "NumberOfHistoryBuffers", + "offset": 8, + "parentId": "1520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1524", + "kind": "UInt32", + "name": "dwFlags", + "offset": 12, + "parentId": "1520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1525", + "kind": "Struct", + "name": "_GROUP_AFFINITY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1526", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1527", + "kind": "UInt16", + "name": "Group", + "offset": 4, + "parentId": "1525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1528", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "1525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1529", + "kind": "Hex16", + "name": "", + "offset": 8, + "parentId": "1525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1530", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "1525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1531", + "kind": "Struct", + "name": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1532", + "kind": "Int64", + "name": "MaxIops", + "offset": 0, + "parentId": "1531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1533", + "kind": "Int64", + "name": "MaxBandwidth", + "offset": 8, + "parentId": "1531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1534", + "kind": "Int64", + "name": "ReservationIops", + "offset": 16, + "parentId": "1531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1535", + "kind": "Struct", + "name": "VolumeName", + "offset": 24, + "parentId": "1531", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1536", + "kind": "UInt32", + "name": "BaseIoSize", + "offset": 24, + "parentId": "1531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1537", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 28, + "parentId": "1531", + "refId": "54", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1538", + "kind": "UInt16", + "name": "VolumeNameLength", + "offset": 32, + "parentId": "1531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1539", + "kind": "Struct", + "name": "_TAPE_PREPARE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_PREPARE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1540", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "1539", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1541", + "kind": "UInt8", + "name": "Immediate", + "offset": 4, + "parentId": "1539", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1542", + "kind": "Struct", + "name": "tagMENUITEMINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMENUITEMINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1543", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1544", + "kind": "UInt32", + "name": "fMask", + "offset": 4, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1545", + "kind": "UInt32", + "name": "fType", + "offset": 8, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1546", + "kind": "UInt32", + "name": "fState", + "offset": 12, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1547", + "kind": "UInt32", + "name": "wID", + "offset": 16, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1548", + "kind": "Struct", + "name": "hSubMenu", + "offset": 20, + "parentId": "1542", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1549", + "kind": "Struct", + "name": "hbmpChecked", + "offset": 20, + "parentId": "1542", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1550", + "kind": "Struct", + "name": "hbmpUnchecked", + "offset": 20, + "parentId": "1542", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1551", + "kind": "UInt64", + "name": "dwItemData", + "offset": 20, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1552", + "kind": "Struct", + "name": "dwTypeData", + "offset": 28, + "parentId": "1542", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1553", + "kind": "UInt32", + "name": "cch", + "offset": 28, + "parentId": "1542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1554", + "kind": "Struct", + "name": "hbmpItem", + "offset": 32, + "parentId": "1542", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1555", + "kind": "Struct", + "name": "_SYSTEM_ALARM_CALLBACK_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ALARM_CALLBACK_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1556", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1555", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1557", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1558", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "1555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1559", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "1555", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1560", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "1555", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1561", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "1555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1562", + "kind": "Struct", + "name": "_CLAIM_SECURITY_ATTRIBUTES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1563", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "1562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1564", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "1562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1565", + "kind": "UInt32", + "name": "AttributeCount", + "offset": 4, + "parentId": "1562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1566", + "kind": "Struct", + "name": "Attribute", + "offset": 8, + "parentId": "1562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1567", + "kind": "Struct", + "name": "pAttributeV1", + "offset": 0, + "parentId": "1566", + "refId": "1139", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1568", + "kind": "Struct", + "name": "_SYSTEM_ACCESS_FILTER_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACCESS_FILTER_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1569", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1568", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1570", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1571", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1572", + "kind": "Struct", + "name": "_FILE_STAT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STAT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1573", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1574", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1575", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1576", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1577", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1578", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1579", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1580", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1581", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 4, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1582", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 8, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1583", + "kind": "UInt32", + "name": "DeviceType", + "offset": 12, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1584", + "kind": "UInt32", + "name": "DeviceCharacteristics", + "offset": 16, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1585", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "1572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1586", + "kind": "Struct", + "name": "VolumeSerialNumber", + "offset": 24, + "parentId": "1572", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1587", + "kind": "Struct", + "name": "FileId128", + "offset": 24, + "parentId": "1572", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1588", + "kind": "Struct", + "name": "_FLOAT128", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FLOAT128" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1589", + "kind": "Int64", + "name": "LowPart", + "offset": 0, + "parentId": "1588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1590", + "kind": "Int64", + "name": "HighPart", + "offset": 8, + "parentId": "1588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1591", + "kind": "Struct", + "name": "_TOKEN_APPCONTAINER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_APPCONTAINER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1592", + "kind": "Hex8", + "name": "TokenAppContainer", + "offset": 0, + "parentId": "1591", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1593", + "kind": "Struct", + "name": "_SUPPORTED_OS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SUPPORTED_OS_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1594", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 0, + "parentId": "1593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1595", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 2, + "parentId": "1593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1596", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_DYNAMIC_CODE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_DYNAMIC_CODE_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1597", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1598", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1597", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1599", + "kind": "Struct", + "name": "_HARDWARE_COUNTER_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HARDWARE_COUNTER_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1600", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "1599", + "refId": "45", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1601", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "1599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1602", + "kind": "UInt64", + "name": "Value", + "offset": 8, + "parentId": "1599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1603", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1604", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1605", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1606", + "kind": "Struct", + "name": "_FILE_CASE_SENSITIVE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_CASE_SENSITIVE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1607", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1608", + "kind": "Struct", + "name": "_ACCESS_DENIED_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_DENIED_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1609", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1608", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1610", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1611", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "1608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1612", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "1608", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1613", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "1608", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1614", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "1608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1615", + "kind": "Struct", + "name": "_TRANSACTION_ENLISTMENT_PAIR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_ENLISTMENT_PAIR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1616", + "kind": "Struct", + "name": "EnlistmentId", + "offset": 0, + "parentId": "1615", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1617", + "kind": "Struct", + "name": "ResourceManagerId", + "offset": 0, + "parentId": "1615", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1618", + "kind": "Struct", + "name": "_TRANSACTION_ENLISTMENTS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_ENLISTMENTS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1619", + "kind": "UInt32", + "name": "NumberOfEnlistments", + "offset": 0, + "parentId": "1618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1620", + "kind": "Array", + "name": "EnlistmentPair", + "offset": 4, + "parentId": "1618", + "refId": "1615", + "strLen": 64, + "structTypeName": "_TRANSACTION_ENLISTMENT_PAIR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1621", + "kind": "Struct", + "name": "tagIMEMENUITEMINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagIMEMENUITEMINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1622", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "1621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1623", + "kind": "UInt32", + "name": "fType", + "offset": 4, + "parentId": "1621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1624", + "kind": "UInt32", + "name": "fState", + "offset": 8, + "parentId": "1621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1625", + "kind": "UInt32", + "name": "wID", + "offset": 12, + "parentId": "1621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1626", + "kind": "Struct", + "name": "hbmpChecked", + "offset": 16, + "parentId": "1621", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1627", + "kind": "Struct", + "name": "hbmpUnchecked", + "offset": 16, + "parentId": "1621", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1628", + "kind": "UInt32", + "name": "dwItemData", + "offset": 16, + "parentId": "1621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 80, + "collapsed": true, + "elementKind": "Struct", + "id": "1629", + "kind": "Array", + "name": "szString", + "offset": 20, + "parentId": "1621", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1630", + "kind": "Struct", + "name": "hbmpItem", + "offset": 20, + "parentId": "1621", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1631", + "kind": "Struct", + "name": "_JOB_SET_ARRAY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOB_SET_ARRAY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1632", + "kind": "Hex8", + "name": "JobHandle", + "offset": 0, + "parentId": "1631", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1633", + "kind": "UInt32", + "name": "MemberLevel", + "offset": 1, + "parentId": "1631", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1634", + "kind": "UInt32", + "name": "Flags", + "offset": 5, + "parentId": "1631", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1635", + "kind": "Struct", + "name": "_FILE_LINK_ENTRY_FULL_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINK_ENTRY_FULL_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1636", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "1635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1637", + "kind": "Struct", + "name": "ParentFileId", + "offset": 4, + "parentId": "1635", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1638", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 4, + "parentId": "1635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1639", + "kind": "Array", + "name": "FileName", + "offset": 8, + "parentId": "1635", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1640", + "kind": "Struct", + "name": "_FILE_LINKS_FULL_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINKS_FULL_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1641", + "kind": "UInt32", + "name": "BytesNeeded", + "offset": 0, + "parentId": "1640", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1642", + "kind": "UInt32", + "name": "EntriesReturned", + "offset": 4, + "parentId": "1640", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1643", + "kind": "Struct", + "name": "Entry", + "offset": 8, + "parentId": "1640", + "refId": "1635", + "strLen": 64, + "structTypeName": "_FILE_LINK_ENTRY_FULL_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1644", + "kind": "Struct", + "name": "_ACCESS_ALLOWED_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_ALLOWED_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1645", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1644", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1646", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1647", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1648", + "kind": "Struct", + "name": "provider_info", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "provider_info" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1649", + "kind": "Struct", + "name": "pi_R0_1val", + "offset": 0, + "parentId": "1648", + "refId": "0", + "strLen": 64, + "structTypeName": "PQUERYHANDLER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1650", + "kind": "Struct", + "name": "pi_R0_allvals", + "offset": 0, + "parentId": "1648", + "refId": "0", + "strLen": 64, + "structTypeName": "PQUERYHANDLER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1651", + "kind": "Struct", + "name": "pi_R3_1val", + "offset": 0, + "parentId": "1648", + "refId": "0", + "strLen": 64, + "structTypeName": "PQUERYHANDLER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1652", + "kind": "Struct", + "name": "pi_R3_allvals", + "offset": 0, + "parentId": "1648", + "refId": "0", + "strLen": 64, + "structTypeName": "PQUERYHANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1653", + "kind": "UInt32", + "name": "pi_flags", + "offset": 0, + "parentId": "1648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1654", + "kind": "Hex8", + "name": "pi_key_context", + "offset": 4, + "parentId": "1648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1655", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DETAILED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DETAILED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1656", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1657", + "kind": "UInt32", + "name": "ulFormatVersion", + "offset": 4, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1658", + "kind": "UInt32", + "name": "ulAssemblyCount", + "offset": 8, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1659", + "kind": "UInt32", + "name": "ulRootManifestPathType", + "offset": 12, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1660", + "kind": "UInt32", + "name": "ulRootManifestPathChars", + "offset": 16, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1661", + "kind": "UInt32", + "name": "ulRootConfigurationPathType", + "offset": 20, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1662", + "kind": "UInt32", + "name": "ulRootConfigurationPathChars", + "offset": 24, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1663", + "kind": "UInt32", + "name": "ulAppDirPathType", + "offset": 28, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1664", + "kind": "UInt32", + "name": "ulAppDirPathChars", + "offset": 32, + "parentId": "1655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1665", + "kind": "Struct", + "name": "lpRootManifestPath", + "offset": 36, + "parentId": "1655", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1666", + "kind": "Struct", + "name": "lpRootConfigurationPath", + "offset": 36, + "parentId": "1655", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1667", + "kind": "Struct", + "name": "lpAppDirPath", + "offset": 36, + "parentId": "1655", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1668", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_ASLR_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_ASLR_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1669", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1670", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "1669", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1671", + "kind": "Struct", + "name": "_EXCEPTION_REGISTRATION_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_REGISTRATION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1672", + "kind": "Pointer64", + "name": "Next", + "offset": 0, + "parentId": "1671", + "refId": "1671", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1673", + "kind": "Struct", + "name": "Handler", + "offset": 8, + "parentId": "1671", + "refId": "0", + "strLen": 64, + "structTypeName": "PEXCEPTION_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1674", + "kind": "Struct", + "name": "_ACCESS_DENIED_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_DENIED_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1675", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "1674", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1676", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "1674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1677", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "1674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1678", + "kind": "Struct", + "name": "_SECURITY_CAPABILITIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_CAPABILITIES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1679", + "kind": "Hex8", + "name": "AppContainerSid", + "offset": 0, + "parentId": "1678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1680", + "kind": "Struct", + "name": "Capabilities", + "offset": 1, + "parentId": "1678", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1681", + "kind": "UInt32", + "name": "CapabilityCount", + "offset": 1, + "parentId": "1678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1682", + "kind": "UInt32", + "name": "Reserved", + "offset": 5, + "parentId": "1678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1683", + "kind": "Struct", + "name": "_PROCESSOR_RELATIONSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1684", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1685", + "kind": "UInt8", + "name": "EfficiencyClass", + "offset": 1, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1686", + "kind": "Hex32", + "name": "", + "offset": 2, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1687", + "kind": "Hex32", + "name": "", + "offset": 6, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1688", + "kind": "Hex32", + "name": "", + "offset": 10, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1689", + "kind": "Hex32", + "name": "", + "offset": 14, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1690", + "kind": "Hex32", + "name": "", + "offset": 18, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1691", + "kind": "UInt16", + "name": "GroupCount", + "offset": 22, + "parentId": "1683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1692", + "kind": "Array", + "name": "GroupMask", + "offset": 24, + "parentId": "1683", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1693", + "kind": "Struct", + "name": "_WOW64_FLOATING_SAVE_AREA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_FLOATING_SAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1694", + "kind": "UInt32", + "name": "ControlWord", + "offset": 0, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1695", + "kind": "UInt32", + "name": "StatusWord", + "offset": 4, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1696", + "kind": "UInt32", + "name": "TagWord", + "offset": 8, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1697", + "kind": "UInt32", + "name": "ErrorOffset", + "offset": 12, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1698", + "kind": "UInt32", + "name": "ErrorSelector", + "offset": 16, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1699", + "kind": "UInt32", + "name": "DataOffset", + "offset": 20, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1700", + "kind": "UInt32", + "name": "DataSelector", + "offset": 24, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 80, + "collapsed": false, + "elementKind": "UInt8", + "id": "1701", + "kind": "Array", + "name": "RegisterArea", + "offset": 28, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1702", + "kind": "UInt32", + "name": "Cr0NpxState", + "offset": 108, + "parentId": "1693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1703", + "kind": "Struct", + "name": "_WOW64_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1704", + "kind": "UInt32", + "name": "ContextFlags", + "offset": 0, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1705", + "kind": "UInt32", + "name": "Dr0", + "offset": 4, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1706", + "kind": "UInt32", + "name": "Dr1", + "offset": 8, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1707", + "kind": "UInt32", + "name": "Dr2", + "offset": 12, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1708", + "kind": "UInt32", + "name": "Dr3", + "offset": 16, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1709", + "kind": "UInt32", + "name": "Dr6", + "offset": 20, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1710", + "kind": "UInt32", + "name": "Dr7", + "offset": 24, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1711", + "kind": "Struct", + "name": "FloatSave", + "offset": 28, + "parentId": "1703", + "refId": "1693", + "strLen": 64, + "structTypeName": "_WOW64_FLOATING_SAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1712", + "kind": "UInt32", + "name": "SegGs", + "offset": 28, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1713", + "kind": "UInt32", + "name": "SegFs", + "offset": 32, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1714", + "kind": "UInt32", + "name": "SegEs", + "offset": 36, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1715", + "kind": "UInt32", + "name": "SegDs", + "offset": 40, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1716", + "kind": "UInt32", + "name": "Edi", + "offset": 44, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1717", + "kind": "UInt32", + "name": "Esi", + "offset": 48, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1718", + "kind": "UInt32", + "name": "Ebx", + "offset": 52, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1719", + "kind": "UInt32", + "name": "Edx", + "offset": 56, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1720", + "kind": "UInt32", + "name": "Ecx", + "offset": 60, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1721", + "kind": "UInt32", + "name": "Eax", + "offset": 64, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1722", + "kind": "UInt32", + "name": "Ebp", + "offset": 68, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1723", + "kind": "UInt32", + "name": "Eip", + "offset": 72, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1724", + "kind": "UInt32", + "name": "SegCs", + "offset": 76, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1725", + "kind": "UInt32", + "name": "EFlags", + "offset": 80, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1726", + "kind": "UInt32", + "name": "Esp", + "offset": 84, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1727", + "kind": "UInt32", + "name": "SegSs", + "offset": 88, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 512, + "collapsed": false, + "elementKind": "UInt8", + "id": "1728", + "kind": "Array", + "name": "ExtendedRegisters", + "offset": 92, + "parentId": "1703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1729", + "kind": "Struct", + "name": "_MAILSLOT_CREATE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MAILSLOT_CREATE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1730", + "kind": "UInt32", + "name": "MailslotQuota", + "offset": 0, + "parentId": "1729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1731", + "kind": "UInt32", + "name": "MaximumMessageSize", + "offset": 4, + "parentId": "1729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1732", + "kind": "Struct", + "name": "ReadTimeout", + "offset": 8, + "parentId": "1729", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1733", + "kind": "UInt8", + "name": "TimeoutSpecified", + "offset": 8, + "parentId": "1729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1734", + "kind": "Struct", + "name": "_ARM64_NT_NEON128", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ARM64_NT_NEON128" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "Double", + "id": "1735", + "kind": "Array", + "name": "D", + "offset": 0, + "parentId": "1734", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1736", + "kind": "Vec4", + "name": "S", + "offset": 16, + "parentId": "1734", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt16", + "id": "1737", + "kind": "Array", + "name": "H", + "offset": 32, + "parentId": "1734", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "1738", + "kind": "Array", + "name": "B", + "offset": 48, + "parentId": "1734", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1739", + "kind": "Struct", + "name": "_ARM64EC_NT_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ARM64EC_NT_CONTEXT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1740", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1741", + "kind": "Struct", + "name": "_CACHE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CACHE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1742", + "kind": "UInt8", + "name": "Level", + "offset": 0, + "parentId": "1741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1743", + "kind": "UInt8", + "name": "Associativity", + "offset": 1, + "parentId": "1741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1744", + "kind": "UInt16", + "name": "LineSize", + "offset": 2, + "parentId": "1741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1745", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "1741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1746", + "kind": "UInt32", + "name": "Type", + "offset": 8, + "parentId": "1741", + "refId": "31", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1747", + "kind": "Struct", + "name": "_SYSTEM_LOGICAL_PROCESSOR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_LOGICAL_PROCESSOR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1748", + "kind": "UInt64", + "name": "ProcessorMask", + "offset": 0, + "parentId": "1747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1749", + "kind": "UInt32", + "name": "Relationship", + "offset": 8, + "parentId": "1747", + "refId": "17", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1750", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "1747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1751", + "kind": "Struct", + "name": "Cache", + "offset": 0, + "parentId": "1750", + "refId": "1741", + "strLen": 64, + "structTypeName": "_CACHE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1752", + "kind": "Hex64", + "name": "", + "offset": 0, + "parentId": "1750", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1753", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "1750", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1754", + "kind": "Struct", + "name": "_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1755", + "kind": "UInt32", + "name": "BeginAddress", + "offset": 0, + "parentId": "1754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1756", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "1754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1757", + "kind": "UInt32", + "name": "UnwindData", + "offset": 0, + "parentId": "1756", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1758", + "kind": "Struct", + "name": "_JOBOBJECT_IO_ATTRIBUTION_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_ATTRIBUTION_STATS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1759", + "kind": "UInt64", + "name": "IoCount", + "offset": 0, + "parentId": "1758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1760", + "kind": "UInt64", + "name": "TotalNonOverlappedQueueTime", + "offset": 8, + "parentId": "1758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1761", + "kind": "UInt64", + "name": "TotalNonOverlappedServiceTime", + "offset": 16, + "parentId": "1758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1762", + "kind": "UInt64", + "name": "TotalSize", + "offset": 24, + "parentId": "1758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1763", + "kind": "Struct", + "name": "_JOBOBJECT_IO_ATTRIBUTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_ATTRIBUTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1764", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 0, + "parentId": "1763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1765", + "kind": "Struct", + "name": "ReadStats", + "offset": 4, + "parentId": "1763", + "refId": "1758", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_ATTRIBUTION_STATS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1766", + "kind": "Struct", + "name": "WriteStats", + "offset": 4, + "parentId": "1763", + "refId": "1758", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_ATTRIBUTION_STATS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1767", + "kind": "Struct", + "name": "_KNONVOLATILE_CONTEXT_POINTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KNONVOLATILE_CONTEXT_POINTERS" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1768", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1767", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "1769", + "kind": "Array", + "name": "FloatingContext", + "offset": 0, + "parentId": "1768", + "refId": "528", + "strLen": 64, + "structTypeName": "_M128A" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1770", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1767", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt64", + "id": "1771", + "kind": "Array", + "name": "IntegerContext", + "offset": 0, + "parentId": "1770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1772", + "kind": "Struct", + "name": "_FILETIME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1773", + "kind": "UInt32", + "name": "dwLowDateTime", + "offset": 0, + "parentId": "1772", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1774", + "kind": "UInt32", + "name": "dwHighDateTime", + "offset": 4, + "parentId": "1772", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1775", + "kind": "Struct", + "name": "_OSVERSIONINFOEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OSVERSIONINFOEXA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1776", + "kind": "UInt32", + "name": "dwOSVersionInfoSize", + "offset": 0, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1777", + "kind": "UInt32", + "name": "dwMajorVersion", + "offset": 4, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1778", + "kind": "UInt32", + "name": "dwMinorVersion", + "offset": 8, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1779", + "kind": "UInt32", + "name": "dwBuildNumber", + "offset": 12, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1780", + "kind": "UInt32", + "name": "dwPlatformId", + "offset": 16, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "1781", + "kind": "Array", + "name": "szCSDVersion", + "offset": 20, + "parentId": "1775", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1782", + "kind": "UInt16", + "name": "wServicePackMajor", + "offset": 20, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1783", + "kind": "UInt16", + "name": "wServicePackMinor", + "offset": 22, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1784", + "kind": "UInt16", + "name": "wSuiteMask", + "offset": 24, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1785", + "kind": "UInt8", + "name": "wProductType", + "offset": 26, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1786", + "kind": "UInt8", + "name": "wReserved", + "offset": 27, + "parentId": "1775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1787", + "kind": "Struct", + "name": "_SCOPE_TABLE_ARM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCOPE_TABLE_ARM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1788", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "1787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1789", + "kind": "Struct", + "name": "_SILOOBJECT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SILOOBJECT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1790", + "kind": "UInt32", + "name": "SiloId", + "offset": 0, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1791", + "kind": "UInt32", + "name": "SiloParentId", + "offset": 4, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1792", + "kind": "UInt32", + "name": "NumberOfProcesses", + "offset": 8, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1793", + "kind": "UInt8", + "name": "IsInServerSilo", + "offset": 12, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1794", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1795", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1796", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "1789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1797", + "kind": "Struct", + "name": "_PROCESSOR_GROUP_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_GROUP_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1798", + "kind": "UInt8", + "name": "MaximumProcessorCount", + "offset": 0, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1799", + "kind": "UInt8", + "name": "ActiveProcessorCount", + "offset": 1, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1800", + "kind": "Hex16", + "name": "", + "offset": 2, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1801", + "kind": "Hex16", + "name": "", + "offset": 4, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1802", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1803", + "kind": "Hex16", + "name": "", + "offset": 8, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1804", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1805", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1806", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1807", + "kind": "Hex16", + "name": "", + "offset": 16, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1808", + "kind": "Hex16", + "name": "", + "offset": 18, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1809", + "kind": "Hex16", + "name": "", + "offset": 20, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1810", + "kind": "Hex16", + "name": "", + "offset": 22, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1811", + "kind": "Hex16", + "name": "", + "offset": 24, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1812", + "kind": "Hex16", + "name": "", + "offset": 26, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1813", + "kind": "Hex16", + "name": "", + "offset": 28, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1814", + "kind": "Hex16", + "name": "", + "offset": 30, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1815", + "kind": "Hex16", + "name": "", + "offset": 32, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1816", + "kind": "Hex16", + "name": "", + "offset": 34, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1817", + "kind": "Hex16", + "name": "", + "offset": 36, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1818", + "kind": "Hex16", + "name": "", + "offset": 38, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1819", + "kind": "UInt64", + "name": "ActiveProcessorMask", + "offset": 40, + "parentId": "1797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1820", + "kind": "Struct", + "name": "tagRAWMOUSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWMOUSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1821", + "kind": "UInt16", + "name": "usFlags", + "offset": 0, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1822", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1823", + "kind": "UInt32", + "name": "ulButtons", + "offset": 0, + "parentId": "1822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1824", + "kind": "UInt32", + "name": "ulRawButtons", + "offset": 6, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1825", + "kind": "Int32", + "name": "lLastX", + "offset": 10, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1826", + "kind": "Int32", + "name": "lLastY", + "offset": 14, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1827", + "kind": "UInt32", + "name": "ulExtraInformation", + "offset": 18, + "parentId": "1820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1828", + "kind": "Struct", + "name": "tagRAWKEYBOARD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWKEYBOARD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1829", + "kind": "UInt16", + "name": "MakeCode", + "offset": 0, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1830", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1831", + "kind": "UInt16", + "name": "Reserved", + "offset": 4, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1832", + "kind": "UInt16", + "name": "VKey", + "offset": 6, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1833", + "kind": "UInt32", + "name": "Message", + "offset": 8, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1834", + "kind": "UInt32", + "name": "ExtraInformation", + "offset": 12, + "parentId": "1828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1835", + "kind": "Struct", + "name": "_GENERIC_MAPPING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GENERIC_MAPPING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1836", + "kind": "UInt32", + "name": "GenericRead", + "offset": 0, + "parentId": "1835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1837", + "kind": "UInt32", + "name": "GenericWrite", + "offset": 4, + "parentId": "1835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1838", + "kind": "UInt32", + "name": "GenericExecute", + "offset": 8, + "parentId": "1835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1839", + "kind": "UInt32", + "name": "GenericAll", + "offset": 12, + "parentId": "1835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1840", + "kind": "Struct", + "name": "_MEMORY_BASIC_INFORMATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_BASIC_INFORMATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1841", + "kind": "UInt64", + "name": "BaseAddress", + "offset": 0, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1842", + "kind": "UInt64", + "name": "AllocationBase", + "offset": 8, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1843", + "kind": "UInt32", + "name": "AllocationProtect", + "offset": 16, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1844", + "kind": "UInt32", + "name": "__alignment1", + "offset": 20, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1845", + "kind": "UInt64", + "name": "RegionSize", + "offset": 24, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1846", + "kind": "UInt32", + "name": "State", + "offset": 32, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1847", + "kind": "UInt32", + "name": "Protect", + "offset": 36, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1848", + "kind": "UInt32", + "name": "Type", + "offset": 40, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1849", + "kind": "UInt32", + "name": "__alignment2", + "offset": 44, + "parentId": "1840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1850", + "kind": "Struct", + "name": "_OVERLAPPED_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OVERLAPPED_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1851", + "kind": "UInt64", + "name": "lpCompletionKey", + "offset": 0, + "parentId": "1850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1852", + "kind": "Struct", + "name": "lpOverlapped", + "offset": 8, + "parentId": "1850", + "refId": "2927", + "strLen": 64, + "structTypeName": "_OVERLAPPED" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1853", + "kind": "UInt64", + "name": "Internal", + "offset": 8, + "parentId": "1850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1854", + "kind": "UInt32", + "name": "dwNumberOfBytesTransferred", + "offset": 16, + "parentId": "1850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1855", + "kind": "Struct", + "name": "_TOKEN_GROUPS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1856", + "kind": "UInt32", + "name": "GroupCount", + "offset": 0, + "parentId": "1855", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1857", + "kind": "Array", + "name": "Groups", + "offset": 4, + "parentId": "1855", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1858", + "kind": "Struct", + "name": "_TOKEN_USER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1859", + "kind": "Struct", + "name": "User", + "offset": 0, + "parentId": "1858", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1860", + "kind": "Struct", + "name": "_SE_TOKEN_USER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_TOKEN_USER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1861", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1862", + "kind": "Struct", + "name": "TokenUser", + "offset": 0, + "parentId": "1861", + "refId": "1858", + "strLen": 64, + "structTypeName": "_TOKEN_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1863", + "kind": "Struct", + "name": "User", + "offset": 0, + "parentId": "1861", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1864", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "1860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1865", + "kind": "Struct", + "name": "Sid", + "offset": 0, + "parentId": "1864", + "refId": "1131", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 68, + "collapsed": false, + "elementKind": "UInt8", + "id": "1866", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "1864", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1867", + "kind": "Struct", + "name": "_SCOPE_TABLE_AMD64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCOPE_TABLE_AMD64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1868", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "1867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1869", + "kind": "Struct", + "name": "_JOBOBJECT_CPU_RATE_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_CPU_RATE_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1870", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 0, + "parentId": "1869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1871", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "1869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1872", + "kind": "UInt32", + "name": "CpuRate", + "offset": 0, + "parentId": "1871", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1873", + "kind": "UInt32", + "name": "Weight", + "offset": 0, + "parentId": "1871", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1874", + "kind": "Struct", + "name": "_RTL_SRWLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SRWLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1875", + "kind": "Hex8", + "name": "Ptr", + "offset": 0, + "parentId": "1874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1876", + "kind": "Struct", + "name": "_WOW64_LDT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_LDT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1877", + "kind": "UInt16", + "name": "LimitLow", + "offset": 0, + "parentId": "1876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1878", + "kind": "UInt16", + "name": "BaseLow", + "offset": 2, + "parentId": "1876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1879", + "kind": "Struct", + "name": "HighWord", + "offset": 4, + "parentId": "1876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1880", + "kind": "Struct", + "name": "_WOW64_DESCRIPTOR_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_DESCRIPTOR_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1881", + "kind": "UInt32", + "name": "Selector", + "offset": 0, + "parentId": "1880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1882", + "kind": "Struct", + "name": "Descriptor", + "offset": 4, + "parentId": "1880", + "refId": "1876", + "strLen": 64, + "structTypeName": "_WOW64_LDT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1883", + "kind": "Struct", + "name": "_TOKEN_PRIVILEGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1884", + "kind": "UInt32", + "name": "PrivilegeCount", + "offset": 0, + "parentId": "1883", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1885", + "kind": "Array", + "name": "Privileges", + "offset": 4, + "parentId": "1883", + "refId": "1079", + "strLen": 64, + "structTypeName": "_LUID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1886", + "kind": "Struct", + "name": "_DISPATCHER_CONTEXT_NONVOLREG_ARM64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPATCHER_CONTEXT_NONVOLREG_ARM64" + }, + { + "arrayLen": 152, + "collapsed": false, + "elementKind": "UInt8", + "id": "1887", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "1886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1888", + "kind": "Struct", + "name": "_NUMA_NODE_RELATIONSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NUMA_NODE_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1889", + "kind": "UInt32", + "name": "NodeNumber", + "offset": 0, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1890", + "kind": "Hex16", + "name": "", + "offset": 4, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1891", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1892", + "kind": "Hex16", + "name": "", + "offset": 8, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1893", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1894", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1895", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1896", + "kind": "Hex16", + "name": "", + "offset": 16, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1897", + "kind": "Hex16", + "name": "", + "offset": 18, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1898", + "kind": "Hex16", + "name": "", + "offset": 20, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1899", + "kind": "UInt16", + "name": "GroupCount", + "offset": 22, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1900", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "1888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1901", + "kind": "Struct", + "name": "GroupMask", + "offset": 0, + "parentId": "1900", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "1902", + "kind": "Array", + "name": "GroupMasks", + "offset": 0, + "parentId": "1900", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1903", + "kind": "Struct", + "name": "_EXCEPTION_POINTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXCEPTION_POINTERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1904", + "kind": "Struct", + "name": "ExceptionRecord", + "offset": 0, + "parentId": "1903", + "refId": "577", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1905", + "kind": "Struct", + "name": "ContextRecord", + "offset": 0, + "parentId": "1903", + "refId": "588", + "strLen": 64, + "structTypeName": "_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1906", + "kind": "Struct", + "name": "_SECURITY_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1907", + "kind": "UInt32", + "name": "nLength", + "offset": 0, + "parentId": "1906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1908", + "kind": "Hex8", + "name": "lpSecurityDescriptor", + "offset": 4, + "parentId": "1906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1909", + "kind": "Int32", + "name": "bInheritHandle", + "offset": 5, + "parentId": "1906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1910", + "kind": "Struct", + "name": "_SERVICE_STATUS_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1911", + "kind": "UInt32", + "name": "dwServiceType", + "offset": 0, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1912", + "kind": "UInt32", + "name": "dwCurrentState", + "offset": 4, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1913", + "kind": "UInt32", + "name": "dwControlsAccepted", + "offset": 8, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1914", + "kind": "UInt32", + "name": "dwWin32ExitCode", + "offset": 12, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1915", + "kind": "UInt32", + "name": "dwServiceSpecificExitCode", + "offset": 16, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1916", + "kind": "UInt32", + "name": "dwCheckPoint", + "offset": 20, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1917", + "kind": "UInt32", + "name": "dwWaitHint", + "offset": 24, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1918", + "kind": "UInt32", + "name": "dwProcessId", + "offset": 28, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1919", + "kind": "UInt32", + "name": "dwServiceFlags", + "offset": 32, + "parentId": "1910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1920", + "kind": "Struct", + "name": "_SERVICE_NOTIFY_2A", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_NOTIFY_2A" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1921", + "kind": "UInt32", + "name": "dwVersion", + "offset": 0, + "parentId": "1920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1922", + "kind": "Struct", + "name": "pfnNotifyCallback", + "offset": 4, + "parentId": "1920", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_SC_NOTIFY_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1923", + "kind": "Hex8", + "name": "pContext", + "offset": 4, + "parentId": "1920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1924", + "kind": "UInt32", + "name": "dwNotificationStatus", + "offset": 5, + "parentId": "1920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1925", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 9, + "parentId": "1920", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1926", + "kind": "UInt32", + "name": "dwNotificationTriggered", + "offset": 9, + "parentId": "1920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1927", + "kind": "Struct", + "name": "pszServiceNames", + "offset": 13, + "parentId": "1920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1928", + "kind": "Struct", + "name": "_JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1929", + "kind": "UInt64", + "name": "IoReadBytesLimit", + "offset": 0, + "parentId": "1928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1930", + "kind": "UInt64", + "name": "IoWriteBytesLimit", + "offset": 8, + "parentId": "1928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1931", + "kind": "Struct", + "name": "PerJobUserTimeLimit", + "offset": 16, + "parentId": "1928", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1932", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 16, + "parentId": "1928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1933", + "kind": "UInt32", + "name": "RateControlTolerance", + "offset": 24, + "parentId": "1928", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1934", + "kind": "UInt32", + "name": "RateControlToleranceInterval", + "offset": 28, + "parentId": "1928", + "refId": "15", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1935", + "kind": "UInt32", + "name": "LimitFlags", + "offset": 32, + "parentId": "1928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1936", + "kind": "Struct", + "name": "JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1937", + "kind": "UInt64", + "name": "IoReadBytesLimit", + "offset": 0, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1938", + "kind": "UInt64", + "name": "IoWriteBytesLimit", + "offset": 8, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1939", + "kind": "Struct", + "name": "PerJobUserTimeLimit", + "offset": 16, + "parentId": "1936", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1940", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1941", + "kind": "UInt64", + "name": "JobHighMemoryLimit", + "offset": 0, + "parentId": "1940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1942", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 0, + "parentId": "1940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1943", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1944", + "kind": "UInt32", + "name": "RateControlTolerance", + "offset": 0, + "parentId": "1943", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1945", + "kind": "UInt32", + "name": "CpuRateControlTolerance", + "offset": 0, + "parentId": "1943", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "1946", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1947", + "kind": "UInt32", + "name": "RateControlToleranceInterval", + "offset": 0, + "parentId": "1946", + "refId": "15", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1948", + "kind": "UInt32", + "name": "CpuRateControlToleranceInterval", + "offset": 0, + "parentId": "1946", + "refId": "15", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1949", + "kind": "UInt32", + "name": "LimitFlags", + "offset": 32, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1950", + "kind": "UInt32", + "name": "IoRateControlTolerance", + "offset": 36, + "parentId": "1936", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1951", + "kind": "UInt64", + "name": "JobLowMemoryLimit", + "offset": 40, + "parentId": "1936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1952", + "kind": "UInt32", + "name": "IoRateControlToleranceInterval", + "offset": 48, + "parentId": "1936", + "refId": "15", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1953", + "kind": "UInt32", + "name": "NetRateControlTolerance", + "offset": 52, + "parentId": "1936", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1954", + "kind": "UInt32", + "name": "NetRateControlToleranceInterval", + "offset": 56, + "parentId": "1936", + "refId": "15", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1955", + "kind": "Struct", + "name": "_SCOPE_TABLE_ARM64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCOPE_TABLE_ARM64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1956", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "1955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1957", + "kind": "Struct", + "name": "HBITMAP__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1958", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "1957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1959", + "kind": "Struct", + "name": "_SERVERSILO_DIAGNOSTIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVERSILO_DIAGNOSTIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1960", + "kind": "Struct", + "name": "ReportId", + "offset": 0, + "parentId": "1959", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1961", + "kind": "UInt32", + "name": "ExitStatus", + "offset": 0, + "parentId": "1959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 15, + "collapsed": true, + "elementKind": "Struct", + "id": "1962", + "kind": "Array", + "name": "CriticalProcessName", + "offset": 4, + "parentId": "1959", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1963", + "kind": "Struct", + "name": "_TOKEN_PRIMARY_GROUP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_PRIMARY_GROUP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1964", + "kind": "Hex8", + "name": "PrimaryGroup", + "offset": 0, + "parentId": "1963", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1965", + "kind": "Struct", + "name": "LIST_ENTRY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1966", + "kind": "UInt32", + "name": "Flink", + "offset": 0, + "parentId": "1965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1967", + "kind": "UInt32", + "name": "Blink", + "offset": 4, + "parentId": "1965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1968", + "kind": "Struct", + "name": "HRSRC__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HRSRC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1969", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "1968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1970", + "kind": "Struct", + "name": "_SE_IMPERSONATION_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_IMPERSONATION_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1971", + "kind": "Hex8", + "name": "Token", + "offset": 0, + "parentId": "1970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1972", + "kind": "UInt8", + "name": "CopyOnOpen", + "offset": 1, + "parentId": "1970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1973", + "kind": "UInt8", + "name": "EffectiveOnly", + "offset": 2, + "parentId": "1970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1974", + "kind": "UInt32", + "name": "Level", + "offset": 3, + "parentId": "1970", + "refId": "34", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1975", + "kind": "Struct", + "name": "_TAPE_SET_POSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_SET_POSITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1976", + "kind": "UInt32", + "name": "Method", + "offset": 0, + "parentId": "1975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1977", + "kind": "UInt32", + "name": "Partition", + "offset": 4, + "parentId": "1975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1978", + "kind": "Struct", + "name": "Offset", + "offset": 8, + "parentId": "1975", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1979", + "kind": "UInt8", + "name": "Immediate", + "offset": 8, + "parentId": "1975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1980", + "kind": "Struct", + "name": "_SERVICE_TRIGGER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TRIGGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1981", + "kind": "UInt32", + "name": "dwTriggerType", + "offset": 0, + "parentId": "1980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1982", + "kind": "UInt32", + "name": "dwAction", + "offset": 4, + "parentId": "1980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1983", + "kind": "Pointer64", + "name": "pTriggerSubtype", + "offset": 8, + "parentId": "1980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1984", + "kind": "UInt32", + "name": "cDataItems", + "offset": 16, + "parentId": "1980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1985", + "kind": "Struct", + "name": "pDataItems", + "offset": 20, + "parentId": "1980", + "refId": "6678", + "strLen": 64, + "structTypeName": "_SERVICE_TRIGGER_SPECIFIC_DATA_ITEM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1986", + "kind": "Struct", + "name": "_JOBOBJECT_JOBSET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_JOBSET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1987", + "kind": "UInt32", + "name": "MemberLevel", + "offset": 0, + "parentId": "1986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1988", + "kind": "Struct", + "name": "SERVICE_STATUS_HANDLE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SERVICE_STATUS_HANDLE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1989", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "1988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "1990", + "kind": "Struct", + "name": "_KNONVOLATILE_CONTEXT_POINTERS_ARM64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KNONVOLATILE_CONTEXT_POINTERS_ARM64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1991", + "kind": "UInt64", + "name": "X19", + "offset": 0, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1992", + "kind": "UInt64", + "name": "X20", + "offset": 8, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1993", + "kind": "UInt64", + "name": "X21", + "offset": 16, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1994", + "kind": "UInt64", + "name": "X22", + "offset": 24, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1995", + "kind": "UInt64", + "name": "X23", + "offset": 32, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1996", + "kind": "UInt64", + "name": "X24", + "offset": 40, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1997", + "kind": "UInt64", + "name": "X25", + "offset": 48, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1998", + "kind": "UInt64", + "name": "X26", + "offset": 56, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "1999", + "kind": "UInt64", + "name": "X27", + "offset": 64, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2000", + "kind": "UInt64", + "name": "X28", + "offset": 72, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2001", + "kind": "UInt64", + "name": "Fp", + "offset": 80, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2002", + "kind": "UInt64", + "name": "Lr", + "offset": 88, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2003", + "kind": "UInt64", + "name": "D8", + "offset": 96, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2004", + "kind": "UInt64", + "name": "D9", + "offset": 104, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2005", + "kind": "UInt64", + "name": "D10", + "offset": 112, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2006", + "kind": "UInt64", + "name": "D11", + "offset": 120, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2007", + "kind": "UInt64", + "name": "D12", + "offset": 128, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2008", + "kind": "UInt64", + "name": "D13", + "offset": 136, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2009", + "kind": "UInt64", + "name": "D14", + "offset": 144, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2010", + "kind": "UInt64", + "name": "D15", + "offset": 152, + "parentId": "1990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2011", + "kind": "Struct", + "name": "tagRECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRECT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2012", + "kind": "Int32", + "name": "left", + "offset": 0, + "parentId": "2011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2013", + "kind": "Int32", + "name": "top", + "offset": 4, + "parentId": "2011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2014", + "kind": "Int32", + "name": "right", + "offset": 8, + "parentId": "2011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2015", + "kind": "Int32", + "name": "bottom", + "offset": 12, + "parentId": "2011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2016", + "kind": "Struct", + "name": "_LDT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2017", + "kind": "UInt16", + "name": "LimitLow", + "offset": 0, + "parentId": "2016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2018", + "kind": "UInt16", + "name": "BaseLow", + "offset": 2, + "parentId": "2016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2019", + "kind": "Struct", + "name": "HighWord", + "offset": 4, + "parentId": "2016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2020", + "kind": "Struct", + "name": "HGLRC__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HGLRC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2021", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "2020", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2022", + "kind": "Struct", + "name": "_ARM64_NT_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ARM64_NT_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2023", + "kind": "UInt32", + "name": "ContextFlags", + "offset": 0, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2024", + "kind": "UInt32", + "name": "Cpsr", + "offset": 4, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2025", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 31, + "collapsed": false, + "elementKind": "UInt64", + "id": "2026", + "kind": "Array", + "name": "X", + "offset": 0, + "parentId": "2025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2027", + "kind": "UInt64", + "name": "Sp", + "offset": 256, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2028", + "kind": "UInt64", + "name": "Pc", + "offset": 264, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "2029", + "kind": "Array", + "name": "V", + "offset": 272, + "parentId": "2022", + "refId": "1734", + "strLen": 64, + "structTypeName": "_ARM64_NT_NEON128" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2030", + "kind": "UInt32", + "name": "Fpcr", + "offset": 272, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2031", + "kind": "UInt32", + "name": "Fpsr", + "offset": 276, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt32", + "id": "2032", + "kind": "Array", + "name": "Bcr", + "offset": 280, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "2033", + "kind": "Array", + "name": "Bvr", + "offset": 312, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "2034", + "kind": "Array", + "name": "Wcr", + "offset": 376, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt64", + "id": "2035", + "kind": "Array", + "name": "Wvr", + "offset": 384, + "parentId": "2022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2036", + "kind": "Struct", + "name": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2037", + "kind": "Int64", + "name": "MaxIops", + "offset": 0, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2038", + "kind": "Int64", + "name": "MaxBandwidth", + "offset": 8, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2039", + "kind": "Int64", + "name": "ReservationIops", + "offset": 16, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2040", + "kind": "Struct", + "name": "VolumeName", + "offset": 24, + "parentId": "2036", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2041", + "kind": "UInt32", + "name": "BaseIoSize", + "offset": 24, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2042", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 28, + "parentId": "2036", + "refId": "54", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2043", + "kind": "UInt16", + "name": "VolumeNameLength", + "offset": 32, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2044", + "kind": "Int64", + "name": "CriticalReservationIops", + "offset": 34, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2045", + "kind": "Int64", + "name": "ReservationBandwidth", + "offset": 42, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2046", + "kind": "Int64", + "name": "CriticalReservationBandwidth", + "offset": 50, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2047", + "kind": "Int64", + "name": "MaxTimePercent", + "offset": 58, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2048", + "kind": "Int64", + "name": "ReservationTimePercent", + "offset": 66, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2049", + "kind": "Int64", + "name": "CriticalReservationTimePercent", + "offset": 74, + "parentId": "2036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2050", + "kind": "Struct", + "name": "HTASK__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HTASK__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2051", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "2050", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2052", + "kind": "Struct", + "name": "_XSTATE_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSTATE_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2053", + "kind": "UInt64", + "name": "Mask", + "offset": 0, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2054", + "kind": "UInt32", + "name": "Length", + "offset": 8, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2055", + "kind": "UInt8", + "name": "Flags", + "offset": 12, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2056", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2057", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2058", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2059", + "kind": "Struct", + "name": "Area", + "offset": 16, + "parentId": "2052", + "refId": "1086", + "strLen": 64, + "structTypeName": "_XSAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2060", + "kind": "Hex8", + "name": "Buffer", + "offset": 16, + "parentId": "2052", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2061", + "kind": "Struct", + "name": "_HEAP_SUMMARY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_SUMMARY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2062", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "2061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2063", + "kind": "UInt64", + "name": "cbAllocated", + "offset": 4, + "parentId": "2061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2064", + "kind": "UInt64", + "name": "cbCommitted", + "offset": 12, + "parentId": "2061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2065", + "kind": "UInt64", + "name": "cbReserved", + "offset": 20, + "parentId": "2061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2066", + "kind": "UInt64", + "name": "cbMaxReserve", + "offset": 28, + "parentId": "2061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2067", + "kind": "Struct", + "name": "_REARRANGE_FILE_DATA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REARRANGE_FILE_DATA32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2068", + "kind": "UInt64", + "name": "SourceStartingOffset", + "offset": 0, + "parentId": "2067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2069", + "kind": "UInt64", + "name": "TargetOffset", + "offset": 8, + "parentId": "2067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2070", + "kind": "UInt32", + "name": "SourceFileHandle", + "offset": 16, + "parentId": "2067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2071", + "kind": "UInt32", + "name": "Length", + "offset": 20, + "parentId": "2067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2072", + "kind": "UInt32", + "name": "Flags", + "offset": 24, + "parentId": "2067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2073", + "kind": "Struct", + "name": "_KERNEL_CET_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KERNEL_CET_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2074", + "kind": "UInt64", + "name": "Ssp", + "offset": 0, + "parentId": "2073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2075", + "kind": "UInt64", + "name": "Rip", + "offset": 8, + "parentId": "2073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2076", + "kind": "UInt16", + "name": "SegCs", + "offset": 16, + "parentId": "2073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2077", + "kind": "Struct", + "name": "", + "offset": 18, + "parentId": "2073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2078", + "kind": "UInt16", + "name": "AllFlags", + "offset": 0, + "parentId": "2077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt16", + "id": "2079", + "kind": "Array", + "name": "Fill", + "offset": 20, + "parentId": "2073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2080", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2081", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "2080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2082", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "2081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2083", + "kind": "Struct", + "name": "_FILE_FS_FULL_SIZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_FULL_SIZE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2084", + "kind": "Struct", + "name": "TotalAllocationUnits", + "offset": 0, + "parentId": "2083", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2085", + "kind": "Struct", + "name": "CallerAvailableAllocationUnits", + "offset": 0, + "parentId": "2083", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2086", + "kind": "Struct", + "name": "ActualAvailableAllocationUnits", + "offset": 0, + "parentId": "2083", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2087", + "kind": "UInt32", + "name": "SectorsPerAllocationUnit", + "offset": 0, + "parentId": "2083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2088", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 4, + "parentId": "2083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2089", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2090", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "2089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2091", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "2090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2092", + "kind": "Struct", + "name": "_REPARSE_GUID_DATA_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REPARSE_GUID_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2093", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 0, + "parentId": "2092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2094", + "kind": "UInt16", + "name": "ReparseDataLength", + "offset": 4, + "parentId": "2092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2095", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "2092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2096", + "kind": "Struct", + "name": "ReparseGuid", + "offset": 8, + "parentId": "2092", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2097", + "kind": "Struct", + "name": "tagPOINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2098", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "2097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2099", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "2097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2100", + "kind": "Struct", + "name": "tagIMECHARPOSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagIMECHARPOSITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2101", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "2100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2102", + "kind": "UInt32", + "name": "dwCharPos", + "offset": 4, + "parentId": "2100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2103", + "kind": "Struct", + "name": "pt", + "offset": 8, + "parentId": "2100", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2104", + "kind": "UInt32", + "name": "cLineHeight", + "offset": 8, + "parentId": "2100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2105", + "kind": "Struct", + "name": "rcDocument", + "offset": 12, + "parentId": "2100", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2106", + "kind": "Struct", + "name": "_SCRUB_DATA_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCRUB_DATA_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2107", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2108", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2109", + "kind": "UInt32", + "name": "MaximumIos", + "offset": 8, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "2110", + "kind": "Array", + "name": "ObjectId", + "offset": 12, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2111", + "kind": "UInt64", + "name": "StartingByteOffset", + "offset": 28, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2112", + "kind": "UInt64", + "name": "ByteCount", + "offset": 36, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2113", + "kind": "Hex64", + "name": "", + "offset": 44, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2114", + "kind": "Hex64", + "name": "", + "offset": 52, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2115", + "kind": "Hex64", + "name": "", + "offset": 60, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2116", + "kind": "Hex64", + "name": "", + "offset": 68, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2117", + "kind": "Hex64", + "name": "", + "offset": 76, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2118", + "kind": "Hex64", + "name": "", + "offset": 84, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2119", + "kind": "Hex64", + "name": "", + "offset": 92, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2120", + "kind": "Hex64", + "name": "", + "offset": 100, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2121", + "kind": "Hex64", + "name": "", + "offset": 108, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2122", + "kind": "Hex64", + "name": "", + "offset": 116, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2123", + "kind": "Hex64", + "name": "", + "offset": 124, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2124", + "kind": "Hex64", + "name": "", + "offset": 132, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2125", + "kind": "Hex64", + "name": "", + "offset": 140, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2126", + "kind": "Hex64", + "name": "", + "offset": 148, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2127", + "kind": "Hex64", + "name": "", + "offset": 156, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2128", + "kind": "Hex64", + "name": "", + "offset": 164, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2129", + "kind": "Hex64", + "name": "", + "offset": 172, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2130", + "kind": "Hex64", + "name": "", + "offset": 180, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1040, + "collapsed": false, + "elementKind": "UInt8", + "id": "2131", + "kind": "Array", + "name": "ResumeContext", + "offset": 188, + "parentId": "2106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2132", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_LOGPATH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_LOGPATH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2133", + "kind": "UInt32", + "name": "LogPathLength", + "offset": 0, + "parentId": "2132", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2134", + "kind": "Array", + "name": "LogPath", + "offset": 4, + "parentId": "2132", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2135", + "kind": "Struct", + "name": "_FILE_NOTIFY_EXTENDED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NOTIFY_EXTENDED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2136", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "2135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2137", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "2135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2138", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2139", + "kind": "Struct", + "name": "LastModificationTime", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2140", + "kind": "Struct", + "name": "LastChangeTime", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2141", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2142", + "kind": "Struct", + "name": "AllocatedLength", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2143", + "kind": "Struct", + "name": "FileSize", + "offset": 8, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2144", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "2135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2145", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "2135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2146", + "kind": "UInt32", + "name": "ReparsePointTag", + "offset": 0, + "parentId": "2145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2147", + "kind": "UInt32", + "name": "EaSize", + "offset": 0, + "parentId": "2145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2148", + "kind": "Struct", + "name": "FileId", + "offset": 16, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2149", + "kind": "Struct", + "name": "ParentFileId", + "offset": 16, + "parentId": "2135", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2150", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 16, + "parentId": "2135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2151", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "2135", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2152", + "kind": "Struct", + "name": "tagWNDCLASSEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNDCLASSEXA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2153", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2154", + "kind": "UInt32", + "name": "style", + "offset": 4, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2155", + "kind": "Struct", + "name": "lpfnWndProc", + "offset": 8, + "parentId": "2152", + "refId": "0", + "strLen": 64, + "structTypeName": "WNDPROC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2156", + "kind": "Int32", + "name": "cbClsExtra", + "offset": 8, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2157", + "kind": "Int32", + "name": "cbWndExtra", + "offset": 12, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2158", + "kind": "Struct", + "name": "hInstance", + "offset": 16, + "parentId": "2152", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2159", + "kind": "Struct", + "name": "hIcon", + "offset": 16, + "parentId": "2152", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2160", + "kind": "Struct", + "name": "hCursor", + "offset": 16, + "parentId": "2152", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2161", + "kind": "Struct", + "name": "hbrBackground", + "offset": 16, + "parentId": "2152", + "refId": "5008", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2162", + "kind": "Pointer64", + "name": "lpszMenuName", + "offset": 16, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2163", + "kind": "Pointer64", + "name": "lpszClassName", + "offset": 24, + "parentId": "2152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2164", + "kind": "Struct", + "name": "hIconSm", + "offset": 32, + "parentId": "2152", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2165", + "kind": "Struct", + "name": "POWER_ACTION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2166", + "kind": "UInt32", + "name": "Action", + "offset": 0, + "parentId": "2165", + "refId": "3", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2167", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "2165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2168", + "kind": "UInt32", + "name": "EventCode", + "offset": 8, + "parentId": "2165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2169", + "kind": "Struct", + "name": "SYSTEM_POWER_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSTEM_POWER_LEVEL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2170", + "kind": "UInt8", + "name": "Enable", + "offset": 0, + "parentId": "2169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt8", + "id": "2171", + "kind": "Array", + "name": "Spare", + "offset": 1, + "parentId": "2169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2172", + "kind": "UInt32", + "name": "BatteryLevel", + "offset": 4, + "parentId": "2169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2173", + "kind": "Struct", + "name": "PowerPolicy", + "offset": 8, + "parentId": "2169", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2174", + "kind": "UInt32", + "name": "MinSystemState", + "offset": 8, + "parentId": "2169", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2175", + "kind": "Struct", + "name": "_SYSTEM_POWER_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POWER_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2176", + "kind": "UInt32", + "name": "Revision", + "offset": 0, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2177", + "kind": "Struct", + "name": "PowerButton", + "offset": 4, + "parentId": "2175", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2178", + "kind": "Struct", + "name": "SleepButton", + "offset": 4, + "parentId": "2175", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2179", + "kind": "Struct", + "name": "LidClose", + "offset": 4, + "parentId": "2175", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2180", + "kind": "UInt32", + "name": "LidOpenWake", + "offset": 4, + "parentId": "2175", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2181", + "kind": "UInt32", + "name": "Reserved", + "offset": 8, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2182", + "kind": "Struct", + "name": "Idle", + "offset": 12, + "parentId": "2175", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2183", + "kind": "UInt32", + "name": "IdleTimeout", + "offset": 12, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2184", + "kind": "UInt8", + "name": "IdleSensitivity", + "offset": 16, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2185", + "kind": "UInt8", + "name": "DynamicThrottle", + "offset": 17, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "2186", + "kind": "Array", + "name": "Spare2", + "offset": 18, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2187", + "kind": "UInt32", + "name": "MinSleep", + "offset": 20, + "parentId": "2175", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2188", + "kind": "UInt32", + "name": "MaxSleep", + "offset": 24, + "parentId": "2175", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2189", + "kind": "UInt32", + "name": "ReducedLatencySleep", + "offset": 28, + "parentId": "2175", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2190", + "kind": "UInt32", + "name": "WinLogonFlags", + "offset": 32, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2191", + "kind": "UInt32", + "name": "Spare3", + "offset": 36, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2192", + "kind": "UInt32", + "name": "DozeS4Timeout", + "offset": 40, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2193", + "kind": "UInt32", + "name": "BroadcastCapacityResolution", + "offset": 44, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": true, + "elementKind": "Struct", + "id": "2194", + "kind": "Array", + "name": "DischargePolicy", + "offset": 48, + "parentId": "2175", + "refId": "2169", + "strLen": 64, + "structTypeName": "SYSTEM_POWER_LEVEL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2195", + "kind": "UInt32", + "name": "VideoTimeout", + "offset": 48, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2196", + "kind": "UInt8", + "name": "VideoDimDisplay", + "offset": 52, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt32", + "id": "2197", + "kind": "Array", + "name": "VideoReserved", + "offset": 53, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2198", + "kind": "UInt32", + "name": "SpindownTimeout", + "offset": 65, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2199", + "kind": "UInt8", + "name": "OptimizeForPower", + "offset": 69, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2200", + "kind": "UInt8", + "name": "FanThrottleTolerance", + "offset": 70, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2201", + "kind": "UInt8", + "name": "ForcedThrottle", + "offset": 71, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2202", + "kind": "UInt8", + "name": "MinThrottle", + "offset": 72, + "parentId": "2175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2203", + "kind": "Struct", + "name": "OverThrottled", + "offset": 73, + "parentId": "2175", + "refId": "2165", + "strLen": 64, + "structTypeName": "POWER_ACTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2204", + "kind": "Struct", + "name": "_SCRUB_DATA_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCRUB_DATA_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2205", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2206", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2207", + "kind": "UInt32", + "name": "Status", + "offset": 8, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2208", + "kind": "UInt64", + "name": "ErrorFileOffset", + "offset": 12, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2209", + "kind": "UInt64", + "name": "ErrorLength", + "offset": 20, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2210", + "kind": "UInt64", + "name": "NumberOfBytesRepaired", + "offset": 28, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2211", + "kind": "UInt64", + "name": "NumberOfBytesFailed", + "offset": 36, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2212", + "kind": "UInt64", + "name": "InternalFileReference", + "offset": 44, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2213", + "kind": "UInt16", + "name": "ResumeContextLength", + "offset": 52, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2214", + "kind": "UInt16", + "name": "ParityExtentDataOffset", + "offset": 54, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2215", + "kind": "UInt64", + "name": "NextStartingByteOffset", + "offset": 56, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2216", + "kind": "UInt64", + "name": "ValidDataLength", + "offset": 64, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2217", + "kind": "Hex64", + "name": "", + "offset": 72, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2218", + "kind": "Hex64", + "name": "", + "offset": 80, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2219", + "kind": "UInt64", + "name": "NumberOfMetadataBytesProcessed", + "offset": 88, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2220", + "kind": "UInt64", + "name": "NumberOfDataBytesProcessed", + "offset": 96, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2221", + "kind": "UInt64", + "name": "TotalNumberOfMetadataBytesInUse", + "offset": 104, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2222", + "kind": "UInt64", + "name": "TotalNumberOfDataBytesInUse", + "offset": 112, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2223", + "kind": "UInt64", + "name": "DataBytesSkippedDueToNoAllocation", + "offset": 120, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2224", + "kind": "UInt64", + "name": "DataBytesSkippedDueToInvalidRun", + "offset": 128, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2225", + "kind": "UInt64", + "name": "DataBytesSkippedDueToIntegrityStream", + "offset": 136, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2226", + "kind": "UInt64", + "name": "DataBytesSkippedDueToRegionBeingClean", + "offset": 144, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2227", + "kind": "UInt64", + "name": "DataBytesSkippedDueToLockConflict", + "offset": 152, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2228", + "kind": "UInt64", + "name": "DataBytesSkippedDueToNoScrubDataFlag", + "offset": 160, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2229", + "kind": "UInt64", + "name": "DataBytesSkippedDueToNoScrubNonIntegrityStreamFlag", + "offset": 168, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2230", + "kind": "UInt64", + "name": "DataBytesScrubbed", + "offset": 176, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1040, + "collapsed": false, + "elementKind": "UInt8", + "id": "2231", + "kind": "Array", + "name": "ResumeContext", + "offset": 184, + "parentId": "2204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2232", + "kind": "Struct", + "name": "_TRANSACTION_LIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2233", + "kind": "Struct", + "name": "UOW", + "offset": 0, + "parentId": "2232", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2234", + "kind": "Struct", + "name": "_TRANSACTION_LIST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_LIST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2235", + "kind": "UInt32", + "name": "NumberOfTransactions", + "offset": 0, + "parentId": "2234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2236", + "kind": "Array", + "name": "TransactionInformation", + "offset": 4, + "parentId": "2234", + "refId": "2232", + "strLen": 64, + "structTypeName": "_TRANSACTION_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2237", + "kind": "Struct", + "name": "_CREATEFILE2_EXTENDED_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATEFILE2_EXTENDED_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2238", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "2237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2239", + "kind": "UInt32", + "name": "dwFileAttributes", + "offset": 4, + "parentId": "2237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2240", + "kind": "UInt32", + "name": "dwFileFlags", + "offset": 8, + "parentId": "2237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2241", + "kind": "UInt32", + "name": "dwSecurityQosFlags", + "offset": 12, + "parentId": "2237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2242", + "kind": "Struct", + "name": "lpSecurityAttributes", + "offset": 16, + "parentId": "2237", + "refId": "1906", + "strLen": 64, + "structTypeName": "_SECURITY_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2243", + "kind": "Hex8", + "name": "hTemplateFile", + "offset": 16, + "parentId": "2237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2244", + "kind": "Struct", + "name": "_STORAGE_DEVICE_NUMBER_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_NUMBER_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2245", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2246", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2247", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2248", + "kind": "UInt32", + "name": "DeviceType", + "offset": 12, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2249", + "kind": "UInt32", + "name": "DeviceNumber", + "offset": 16, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2250", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 20, + "parentId": "2244", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2251", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 20, + "parentId": "2244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2252", + "kind": "Struct", + "name": "_UNWIND_HISTORY_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNWIND_HISTORY_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2253", + "kind": "UInt64", + "name": "ImageBase", + "offset": 0, + "parentId": "2252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2254", + "kind": "Struct", + "name": "FunctionEntry", + "offset": 8, + "parentId": "2252", + "refId": "1506", + "strLen": 64, + "structTypeName": "_IMAGE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2255", + "kind": "Struct", + "name": "_UNWIND_HISTORY_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNWIND_HISTORY_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2256", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2257", + "kind": "UInt8", + "name": "LocalHint", + "offset": 4, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2258", + "kind": "UInt8", + "name": "GlobalHint", + "offset": 5, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2259", + "kind": "UInt8", + "name": "Search", + "offset": 6, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2260", + "kind": "UInt8", + "name": "Once", + "offset": 7, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2261", + "kind": "UInt64", + "name": "LowAddress", + "offset": 8, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2262", + "kind": "UInt64", + "name": "HighAddress", + "offset": 16, + "parentId": "2255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "2263", + "kind": "Array", + "name": "Entry", + "offset": 24, + "parentId": "2255", + "refId": "2252", + "strLen": 64, + "structTypeName": "_UNWIND_HISTORY_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2264", + "kind": "Struct", + "name": "tagWNDCLASSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNDCLASSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2265", + "kind": "UInt32", + "name": "style", + "offset": 0, + "parentId": "2264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2266", + "kind": "Struct", + "name": "lpfnWndProc", + "offset": 4, + "parentId": "2264", + "refId": "0", + "strLen": 64, + "structTypeName": "WNDPROC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2267", + "kind": "Int32", + "name": "cbClsExtra", + "offset": 4, + "parentId": "2264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2268", + "kind": "Int32", + "name": "cbWndExtra", + "offset": 8, + "parentId": "2264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2269", + "kind": "Struct", + "name": "hInstance", + "offset": 12, + "parentId": "2264", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2270", + "kind": "Struct", + "name": "hIcon", + "offset": 12, + "parentId": "2264", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2271", + "kind": "Struct", + "name": "hCursor", + "offset": 12, + "parentId": "2264", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2272", + "kind": "Struct", + "name": "hbrBackground", + "offset": 12, + "parentId": "2264", + "refId": "5008", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2273", + "kind": "Pointer64", + "name": "lpszMenuName", + "offset": 12, + "parentId": "2264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2274", + "kind": "Pointer64", + "name": "lpszClassName", + "offset": 20, + "parentId": "2264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2275", + "kind": "Struct", + "name": "_DISCDLGSTRUCTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISCDLGSTRUCTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2276", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "2275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2277", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "2275", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2278", + "kind": "Struct", + "name": "lpLocalName", + "offset": 4, + "parentId": "2275", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2279", + "kind": "Struct", + "name": "lpRemoteName", + "offset": 4, + "parentId": "2275", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2280", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "2275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2281", + "kind": "Struct", + "name": "_PF_ROBUST_PROCESS_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_ROBUST_PROCESS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2282", + "kind": "UInt32", + "name": "ImagePathHash", + "offset": 0, + "parentId": "2281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2283", + "kind": "UInt32", + "name": "Pid", + "offset": 4, + "parentId": "2281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2284", + "kind": "UInt32", + "name": "Alignment", + "offset": 8, + "parentId": "2281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2285", + "kind": "Struct", + "name": "_PROC_THREAD_ATTRIBUTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2286", + "kind": "UInt64", + "name": "Attribute", + "offset": 0, + "parentId": "2285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2287", + "kind": "UInt64", + "name": "Size", + "offset": 8, + "parentId": "2285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2288", + "kind": "UInt64", + "name": "Value", + "offset": 16, + "parentId": "2285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2289", + "kind": "Struct", + "name": "_PROC_THREAD_ATTRIBUTE_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2290", + "kind": "UInt32", + "name": "PresentFlags", + "offset": 0, + "parentId": "2289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2291", + "kind": "UInt32", + "name": "AttributeCount", + "offset": 4, + "parentId": "2289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2292", + "kind": "UInt32", + "name": "LastAttribute", + "offset": 8, + "parentId": "2289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2293", + "kind": "UInt32", + "name": "SpareUlong0", + "offset": 12, + "parentId": "2289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2294", + "kind": "Struct", + "name": "ExtendedFlagsAttribute", + "offset": 16, + "parentId": "2289", + "refId": "2285", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2295", + "kind": "Array", + "name": "Attributes", + "offset": 16, + "parentId": "2289", + "refId": "2285", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2296", + "kind": "Struct", + "name": "_JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2297", + "kind": "Struct", + "name": "BasicInfo", + "offset": 0, + "parentId": "2296", + "refId": "885", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2298", + "kind": "Struct", + "name": "IoInfo", + "offset": 0, + "parentId": "2296", + "refId": "1318", + "strLen": 64, + "structTypeName": "_IO_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2299", + "kind": "Struct", + "name": "_POWER_USER_PRESENCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_USER_PRESENCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2300", + "kind": "UInt32", + "name": "UserPresence", + "offset": 0, + "parentId": "2299", + "refId": "39", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2301", + "kind": "Struct", + "name": "_QUOTA_LIMITS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUOTA_LIMITS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2302", + "kind": "UInt64", + "name": "PagedPoolLimit", + "offset": 0, + "parentId": "2301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2303", + "kind": "UInt64", + "name": "NonPagedPoolLimit", + "offset": 8, + "parentId": "2301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2304", + "kind": "UInt64", + "name": "MinimumWorkingSetSize", + "offset": 16, + "parentId": "2301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2305", + "kind": "UInt64", + "name": "MaximumWorkingSetSize", + "offset": 24, + "parentId": "2301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2306", + "kind": "UInt64", + "name": "PagefileLimit", + "offset": 32, + "parentId": "2301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2307", + "kind": "Struct", + "name": "TimeLimit", + "offset": 40, + "parentId": "2301", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2308", + "kind": "Struct", + "name": "_TAPE_GET_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_GET_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2309", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "2308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2310", + "kind": "Struct", + "name": "_REMOTE_NAME_INFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REMOTE_NAME_INFOW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2311", + "kind": "Struct", + "name": "lpUniversalName", + "offset": 0, + "parentId": "2310", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2312", + "kind": "Struct", + "name": "lpConnectionName", + "offset": 0, + "parentId": "2310", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2313", + "kind": "Struct", + "name": "lpRemainingPath", + "offset": 0, + "parentId": "2310", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2314", + "kind": "Struct", + "name": "DISK_SPACE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISK_SPACE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2315", + "kind": "UInt64", + "name": "ActualTotalAllocationUnits", + "offset": 0, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2316", + "kind": "UInt64", + "name": "ActualAvailableAllocationUnits", + "offset": 8, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2317", + "kind": "UInt64", + "name": "ActualPoolUnavailableAllocationUnits", + "offset": 16, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2318", + "kind": "UInt64", + "name": "CallerTotalAllocationUnits", + "offset": 24, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2319", + "kind": "UInt64", + "name": "CallerAvailableAllocationUnits", + "offset": 32, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2320", + "kind": "UInt64", + "name": "CallerPoolUnavailableAllocationUnits", + "offset": 40, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2321", + "kind": "UInt64", + "name": "UsedAllocationUnits", + "offset": 48, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2322", + "kind": "UInt64", + "name": "TotalReservedAllocationUnits", + "offset": 56, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2323", + "kind": "UInt64", + "name": "VolumeStorageReserveAllocationUnits", + "offset": 64, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2324", + "kind": "UInt64", + "name": "AvailableCommittedAllocationUnits", + "offset": 72, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2325", + "kind": "UInt64", + "name": "PoolAvailableAllocationUnits", + "offset": 80, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2326", + "kind": "UInt32", + "name": "SectorsPerAllocationUnit", + "offset": 88, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2327", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 92, + "parentId": "2314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2328", + "kind": "Struct", + "name": "_ENLISTMENT_CRM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENLISTMENT_CRM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2329", + "kind": "Struct", + "name": "CrmTransactionManagerId", + "offset": 0, + "parentId": "2328", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2330", + "kind": "Struct", + "name": "CrmResourceManagerId", + "offset": 0, + "parentId": "2328", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2331", + "kind": "Struct", + "name": "CrmEnlistmentId", + "offset": 0, + "parentId": "2328", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2332", + "kind": "Struct", + "name": "_TP_CALLBACK_ENVIRON_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_CALLBACK_ENVIRON_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2333", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "2332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2334", + "kind": "Struct", + "name": "Pool", + "offset": 4, + "parentId": "2332", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_POOL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2335", + "kind": "Struct", + "name": "CleanupGroup", + "offset": 4, + "parentId": "2332", + "refId": "0", + "strLen": 64, + "structTypeName": "_TP_CLEANUP_GROUP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2336", + "kind": "Struct", + "name": "CleanupGroupCancelCallback", + "offset": 4, + "parentId": "2332", + "refId": "0", + "strLen": 64, + "structTypeName": "PTP_CLEANUP_GROUP_CANCEL_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2337", + "kind": "Hex8", + "name": "RaceDll", + "offset": 4, + "parentId": "2332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2338", + "kind": "Pointer64", + "name": "ActivationContext", + "offset": 5, + "parentId": "2332", + "refId": "1298", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2339", + "kind": "Struct", + "name": "FinalizationCallback", + "offset": 13, + "parentId": "2332", + "refId": "0", + "strLen": 64, + "structTypeName": "PTP_SIMPLE_CALLBACK" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2340", + "kind": "Struct", + "name": "u", + "offset": 13, + "parentId": "2332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2341", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "2340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2342", + "kind": "UInt32", + "name": "CallbackPriority", + "offset": 17, + "parentId": "2332", + "refId": "19", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2343", + "kind": "UInt32", + "name": "Size", + "offset": 21, + "parentId": "2332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2344", + "kind": "Struct", + "name": "_STARTUPINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STARTUPINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2345", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2346", + "kind": "Struct", + "name": "lpReserved", + "offset": 4, + "parentId": "2344", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2347", + "kind": "Struct", + "name": "lpDesktop", + "offset": 4, + "parentId": "2344", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2348", + "kind": "Struct", + "name": "lpTitle", + "offset": 4, + "parentId": "2344", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2349", + "kind": "UInt32", + "name": "dwX", + "offset": 4, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2350", + "kind": "UInt32", + "name": "dwY", + "offset": 8, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2351", + "kind": "UInt32", + "name": "dwXSize", + "offset": 12, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2352", + "kind": "UInt32", + "name": "dwYSize", + "offset": 16, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2353", + "kind": "UInt32", + "name": "dwXCountChars", + "offset": 20, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2354", + "kind": "UInt32", + "name": "dwYCountChars", + "offset": 24, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2355", + "kind": "UInt32", + "name": "dwFillAttribute", + "offset": 28, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2356", + "kind": "UInt32", + "name": "dwFlags", + "offset": 32, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2357", + "kind": "UInt16", + "name": "wShowWindow", + "offset": 36, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2358", + "kind": "UInt16", + "name": "cbReserved2", + "offset": 38, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2359", + "kind": "UInt8", + "name": "lpReserved2", + "offset": 40, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2360", + "kind": "Hex8", + "name": "hStdInput", + "offset": 41, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2361", + "kind": "Hex8", + "name": "hStdOutput", + "offset": 42, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2362", + "kind": "Hex8", + "name": "hStdError", + "offset": 43, + "parentId": "2344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2363", + "kind": "Struct", + "name": "_DEVICE_MEDIA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_MEDIA_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2364", + "kind": "Struct", + "name": "DeviceSpecific", + "offset": 0, + "parentId": "2363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2365", + "kind": "Struct", + "name": "_GET_MEDIA_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_MEDIA_TYPES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2366", + "kind": "UInt32", + "name": "DeviceType", + "offset": 0, + "parentId": "2365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2367", + "kind": "UInt32", + "name": "MediaInfoCount", + "offset": 4, + "parentId": "2365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2368", + "kind": "Array", + "name": "MediaInfo", + "offset": 8, + "parentId": "2365", + "refId": "2363", + "strLen": 64, + "structTypeName": "_DEVICE_MEDIA_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2369", + "kind": "Struct", + "name": "_JOBOBJECT_SECURITY_LIMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_SECURITY_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2370", + "kind": "UInt32", + "name": "SecurityLimitFlags", + "offset": 0, + "parentId": "2369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2371", + "kind": "Hex8", + "name": "JobToken", + "offset": 4, + "parentId": "2369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2372", + "kind": "Struct", + "name": "SidsToDisable", + "offset": 5, + "parentId": "2369", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2373", + "kind": "Struct", + "name": "PrivilegesToDelete", + "offset": 5, + "parentId": "2369", + "refId": "1883", + "strLen": 64, + "structTypeName": "_TOKEN_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2374", + "kind": "Struct", + "name": "RestrictedSids", + "offset": 5, + "parentId": "2369", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2375", + "kind": "Struct", + "name": "_SERVICE_DESCRIPTIONA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_DESCRIPTIONA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2376", + "kind": "Struct", + "name": "lpDescription", + "offset": 0, + "parentId": "2375", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2377", + "kind": "Struct", + "name": "_ENCLAVE_CREATE_INFO_SGX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_CREATE_INFO_SGX" + }, + { + "arrayLen": 4096, + "collapsed": false, + "elementKind": "UInt8", + "id": "2378", + "kind": "Array", + "name": "Secs", + "offset": 0, + "parentId": "2377", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2379", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2380", + "kind": "UInt32", + "name": "SavepointId", + "offset": 0, + "parentId": "2379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2381", + "kind": "Struct", + "name": "_WIN32_FIND_DATAA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_FIND_DATAA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2382", + "kind": "UInt32", + "name": "dwFileAttributes", + "offset": 0, + "parentId": "2381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2383", + "kind": "Struct", + "name": "ftCreationTime", + "offset": 4, + "parentId": "2381", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2384", + "kind": "Struct", + "name": "ftLastAccessTime", + "offset": 4, + "parentId": "2381", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2385", + "kind": "Struct", + "name": "ftLastWriteTime", + "offset": 4, + "parentId": "2381", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2386", + "kind": "UInt32", + "name": "nFileSizeHigh", + "offset": 4, + "parentId": "2381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2387", + "kind": "UInt32", + "name": "nFileSizeLow", + "offset": 8, + "parentId": "2381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2388", + "kind": "UInt32", + "name": "dwReserved0", + "offset": 12, + "parentId": "2381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2389", + "kind": "UInt32", + "name": "dwReserved1", + "offset": 16, + "parentId": "2381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "2390", + "kind": "Array", + "name": "cFileName", + "offset": 20, + "parentId": "2381", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 14, + "collapsed": true, + "elementKind": "Struct", + "id": "2391", + "kind": "Array", + "name": "cAlternateFileName", + "offset": 20, + "parentId": "2381", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2392", + "kind": "Struct", + "name": "_CHAR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHAR_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2393", + "kind": "Struct", + "name": "Char", + "offset": 0, + "parentId": "2392", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2394", + "kind": "Struct", + "name": "UnicodeChar", + "offset": 0, + "parentId": "2393", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2395", + "kind": "Struct", + "name": "AsciiChar", + "offset": 0, + "parentId": "2393", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2396", + "kind": "UInt16", + "name": "Attributes", + "offset": 0, + "parentId": "2392", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2397", + "kind": "Struct", + "name": "_ENCLAVE_INIT_INFO_SGX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_INIT_INFO_SGX" + }, + { + "arrayLen": 1808, + "collapsed": false, + "elementKind": "UInt8", + "id": "2398", + "kind": "Array", + "name": "SigStruct", + "offset": 0, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2399", + "kind": "Hex64", + "name": "", + "offset": 1808, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2400", + "kind": "Hex64", + "name": "", + "offset": 1816, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2401", + "kind": "Hex64", + "name": "", + "offset": 1824, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2402", + "kind": "Hex64", + "name": "", + "offset": 1832, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2403", + "kind": "Hex64", + "name": "", + "offset": 1840, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2404", + "kind": "Hex64", + "name": "", + "offset": 1848, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2405", + "kind": "Hex64", + "name": "", + "offset": 1856, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2406", + "kind": "Hex64", + "name": "", + "offset": 1864, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2407", + "kind": "Hex64", + "name": "", + "offset": 1872, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2408", + "kind": "Hex64", + "name": "", + "offset": 1880, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2409", + "kind": "Hex64", + "name": "", + "offset": 1888, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2410", + "kind": "Hex64", + "name": "", + "offset": 1896, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2411", + "kind": "Hex64", + "name": "", + "offset": 1904, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2412", + "kind": "Hex64", + "name": "", + "offset": 1912, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2413", + "kind": "Hex64", + "name": "", + "offset": 1920, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2414", + "kind": "Hex64", + "name": "", + "offset": 1928, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2415", + "kind": "Hex64", + "name": "", + "offset": 1936, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2416", + "kind": "Hex64", + "name": "", + "offset": 1944, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2417", + "kind": "Hex64", + "name": "", + "offset": 1952, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2418", + "kind": "Hex64", + "name": "", + "offset": 1960, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2419", + "kind": "Hex64", + "name": "", + "offset": 1968, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2420", + "kind": "Hex64", + "name": "", + "offset": 1976, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2421", + "kind": "Hex64", + "name": "", + "offset": 1984, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2422", + "kind": "Hex64", + "name": "", + "offset": 1992, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2423", + "kind": "Hex64", + "name": "", + "offset": 2000, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2424", + "kind": "Hex64", + "name": "", + "offset": 2008, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2425", + "kind": "Hex64", + "name": "", + "offset": 2016, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2426", + "kind": "Hex64", + "name": "", + "offset": 2024, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2427", + "kind": "Hex64", + "name": "", + "offset": 2032, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2428", + "kind": "Hex64", + "name": "", + "offset": 2040, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 304, + "collapsed": false, + "elementKind": "UInt8", + "id": "2429", + "kind": "Array", + "name": "EInitToken", + "offset": 2048, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2430", + "kind": "Hex64", + "name": "", + "offset": 2352, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2431", + "kind": "Hex64", + "name": "", + "offset": 2360, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2432", + "kind": "Hex64", + "name": "", + "offset": 2368, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2433", + "kind": "Hex64", + "name": "", + "offset": 2376, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2434", + "kind": "Hex64", + "name": "", + "offset": 2384, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2435", + "kind": "Hex64", + "name": "", + "offset": 2392, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2436", + "kind": "Hex64", + "name": "", + "offset": 2400, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2437", + "kind": "Hex64", + "name": "", + "offset": 2408, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2438", + "kind": "Hex64", + "name": "", + "offset": 2416, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2439", + "kind": "Hex64", + "name": "", + "offset": 2424, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2440", + "kind": "Hex64", + "name": "", + "offset": 2432, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2441", + "kind": "Hex64", + "name": "", + "offset": 2440, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2442", + "kind": "Hex64", + "name": "", + "offset": 2448, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2443", + "kind": "Hex64", + "name": "", + "offset": 2456, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2444", + "kind": "Hex64", + "name": "", + "offset": 2464, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2445", + "kind": "Hex64", + "name": "", + "offset": 2472, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2446", + "kind": "Hex64", + "name": "", + "offset": 2480, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2447", + "kind": "Hex64", + "name": "", + "offset": 2488, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2448", + "kind": "Hex64", + "name": "", + "offset": 2496, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2449", + "kind": "Hex64", + "name": "", + "offset": 2504, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2450", + "kind": "Hex64", + "name": "", + "offset": 2512, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2451", + "kind": "Hex64", + "name": "", + "offset": 2520, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2452", + "kind": "Hex64", + "name": "", + "offset": 2528, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2453", + "kind": "Hex64", + "name": "", + "offset": 2536, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2454", + "kind": "Hex64", + "name": "", + "offset": 2544, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2455", + "kind": "Hex64", + "name": "", + "offset": 2552, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2456", + "kind": "Hex64", + "name": "", + "offset": 2560, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2457", + "kind": "Hex64", + "name": "", + "offset": 2568, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2458", + "kind": "Hex64", + "name": "", + "offset": 2576, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2459", + "kind": "Hex64", + "name": "", + "offset": 2584, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2460", + "kind": "Hex64", + "name": "", + "offset": 2592, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2461", + "kind": "Hex64", + "name": "", + "offset": 2600, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2462", + "kind": "Hex64", + "name": "", + "offset": 2608, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2463", + "kind": "Hex64", + "name": "", + "offset": 2616, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2464", + "kind": "Hex64", + "name": "", + "offset": 2624, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2465", + "kind": "Hex64", + "name": "", + "offset": 2632, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2466", + "kind": "Hex64", + "name": "", + "offset": 2640, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2467", + "kind": "Hex64", + "name": "", + "offset": 2648, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2468", + "kind": "Hex64", + "name": "", + "offset": 2656, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2469", + "kind": "Hex64", + "name": "", + "offset": 2664, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2470", + "kind": "Hex64", + "name": "", + "offset": 2672, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2471", + "kind": "Hex64", + "name": "", + "offset": 2680, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2472", + "kind": "Hex64", + "name": "", + "offset": 2688, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2473", + "kind": "Hex64", + "name": "", + "offset": 2696, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2474", + "kind": "Hex64", + "name": "", + "offset": 2704, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2475", + "kind": "Hex64", + "name": "", + "offset": 2712, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2476", + "kind": "Hex64", + "name": "", + "offset": 2720, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2477", + "kind": "Hex64", + "name": "", + "offset": 2728, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2478", + "kind": "Hex64", + "name": "", + "offset": 2736, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2479", + "kind": "Hex64", + "name": "", + "offset": 2744, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2480", + "kind": "Hex64", + "name": "", + "offset": 2752, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2481", + "kind": "Hex64", + "name": "", + "offset": 2760, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2482", + "kind": "Hex64", + "name": "", + "offset": 2768, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2483", + "kind": "Hex64", + "name": "", + "offset": 2776, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2484", + "kind": "Hex64", + "name": "", + "offset": 2784, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2485", + "kind": "Hex64", + "name": "", + "offset": 2792, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2486", + "kind": "Hex64", + "name": "", + "offset": 2800, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2487", + "kind": "Hex64", + "name": "", + "offset": 2808, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2488", + "kind": "Hex64", + "name": "", + "offset": 2816, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2489", + "kind": "Hex64", + "name": "", + "offset": 2824, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2490", + "kind": "Hex64", + "name": "", + "offset": 2832, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2491", + "kind": "Hex64", + "name": "", + "offset": 2840, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2492", + "kind": "Hex64", + "name": "", + "offset": 2848, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2493", + "kind": "Hex64", + "name": "", + "offset": 2856, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2494", + "kind": "Hex64", + "name": "", + "offset": 2864, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2495", + "kind": "Hex64", + "name": "", + "offset": 2872, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2496", + "kind": "Hex64", + "name": "", + "offset": 2880, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2497", + "kind": "Hex64", + "name": "", + "offset": 2888, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2498", + "kind": "Hex64", + "name": "", + "offset": 2896, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2499", + "kind": "Hex64", + "name": "", + "offset": 2904, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2500", + "kind": "Hex64", + "name": "", + "offset": 2912, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2501", + "kind": "Hex64", + "name": "", + "offset": 2920, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2502", + "kind": "Hex64", + "name": "", + "offset": 2928, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2503", + "kind": "Hex64", + "name": "", + "offset": 2936, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2504", + "kind": "Hex64", + "name": "", + "offset": 2944, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2505", + "kind": "Hex64", + "name": "", + "offset": 2952, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2506", + "kind": "Hex64", + "name": "", + "offset": 2960, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2507", + "kind": "Hex64", + "name": "", + "offset": 2968, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2508", + "kind": "Hex64", + "name": "", + "offset": 2976, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2509", + "kind": "Hex64", + "name": "", + "offset": 2984, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2510", + "kind": "Hex64", + "name": "", + "offset": 2992, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2511", + "kind": "Hex64", + "name": "", + "offset": 3000, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2512", + "kind": "Hex64", + "name": "", + "offset": 3008, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2513", + "kind": "Hex64", + "name": "", + "offset": 3016, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2514", + "kind": "Hex64", + "name": "", + "offset": 3024, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2515", + "kind": "Hex64", + "name": "", + "offset": 3032, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2516", + "kind": "Hex64", + "name": "", + "offset": 3040, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2517", + "kind": "Hex64", + "name": "", + "offset": 3048, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2518", + "kind": "Hex64", + "name": "", + "offset": 3056, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2519", + "kind": "Hex64", + "name": "", + "offset": 3064, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2520", + "kind": "Hex64", + "name": "", + "offset": 3072, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2521", + "kind": "Hex64", + "name": "", + "offset": 3080, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2522", + "kind": "Hex64", + "name": "", + "offset": 3088, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2523", + "kind": "Hex64", + "name": "", + "offset": 3096, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2524", + "kind": "Hex64", + "name": "", + "offset": 3104, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2525", + "kind": "Hex64", + "name": "", + "offset": 3112, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2526", + "kind": "Hex64", + "name": "", + "offset": 3120, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2527", + "kind": "Hex64", + "name": "", + "offset": 3128, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2528", + "kind": "Hex64", + "name": "", + "offset": 3136, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2529", + "kind": "Hex64", + "name": "", + "offset": 3144, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2530", + "kind": "Hex64", + "name": "", + "offset": 3152, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2531", + "kind": "Hex64", + "name": "", + "offset": 3160, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2532", + "kind": "Hex64", + "name": "", + "offset": 3168, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2533", + "kind": "Hex64", + "name": "", + "offset": 3176, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2534", + "kind": "Hex64", + "name": "", + "offset": 3184, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2535", + "kind": "Hex64", + "name": "", + "offset": 3192, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2536", + "kind": "Hex64", + "name": "", + "offset": 3200, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2537", + "kind": "Hex64", + "name": "", + "offset": 3208, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2538", + "kind": "Hex64", + "name": "", + "offset": 3216, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2539", + "kind": "Hex64", + "name": "", + "offset": 3224, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2540", + "kind": "Hex64", + "name": "", + "offset": 3232, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2541", + "kind": "Hex64", + "name": "", + "offset": 3240, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2542", + "kind": "Hex64", + "name": "", + "offset": 3248, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2543", + "kind": "Hex64", + "name": "", + "offset": 3256, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2544", + "kind": "Hex64", + "name": "", + "offset": 3264, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2545", + "kind": "Hex64", + "name": "", + "offset": 3272, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2546", + "kind": "Hex64", + "name": "", + "offset": 3280, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2547", + "kind": "Hex64", + "name": "", + "offset": 3288, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2548", + "kind": "Hex64", + "name": "", + "offset": 3296, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2549", + "kind": "Hex64", + "name": "", + "offset": 3304, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2550", + "kind": "Hex64", + "name": "", + "offset": 3312, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2551", + "kind": "Hex64", + "name": "", + "offset": 3320, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2552", + "kind": "Hex64", + "name": "", + "offset": 3328, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2553", + "kind": "Hex64", + "name": "", + "offset": 3336, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2554", + "kind": "Hex64", + "name": "", + "offset": 3344, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2555", + "kind": "Hex64", + "name": "", + "offset": 3352, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2556", + "kind": "Hex64", + "name": "", + "offset": 3360, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2557", + "kind": "Hex64", + "name": "", + "offset": 3368, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2558", + "kind": "Hex64", + "name": "", + "offset": 3376, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2559", + "kind": "Hex64", + "name": "", + "offset": 3384, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2560", + "kind": "Hex64", + "name": "", + "offset": 3392, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2561", + "kind": "Hex64", + "name": "", + "offset": 3400, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2562", + "kind": "Hex64", + "name": "", + "offset": 3408, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2563", + "kind": "Hex64", + "name": "", + "offset": 3416, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2564", + "kind": "Hex64", + "name": "", + "offset": 3424, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2565", + "kind": "Hex64", + "name": "", + "offset": 3432, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2566", + "kind": "Hex64", + "name": "", + "offset": 3440, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2567", + "kind": "Hex64", + "name": "", + "offset": 3448, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2568", + "kind": "Hex64", + "name": "", + "offset": 3456, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2569", + "kind": "Hex64", + "name": "", + "offset": 3464, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2570", + "kind": "Hex64", + "name": "", + "offset": 3472, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2571", + "kind": "Hex64", + "name": "", + "offset": 3480, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2572", + "kind": "Hex64", + "name": "", + "offset": 3488, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2573", + "kind": "Hex64", + "name": "", + "offset": 3496, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2574", + "kind": "Hex64", + "name": "", + "offset": 3504, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2575", + "kind": "Hex64", + "name": "", + "offset": 3512, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2576", + "kind": "Hex64", + "name": "", + "offset": 3520, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2577", + "kind": "Hex64", + "name": "", + "offset": 3528, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2578", + "kind": "Hex64", + "name": "", + "offset": 3536, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2579", + "kind": "Hex64", + "name": "", + "offset": 3544, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2580", + "kind": "Hex64", + "name": "", + "offset": 3552, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2581", + "kind": "Hex64", + "name": "", + "offset": 3560, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2582", + "kind": "Hex64", + "name": "", + "offset": 3568, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2583", + "kind": "Hex64", + "name": "", + "offset": 3576, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2584", + "kind": "Hex64", + "name": "", + "offset": 3584, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2585", + "kind": "Hex64", + "name": "", + "offset": 3592, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2586", + "kind": "Hex64", + "name": "", + "offset": 3600, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2587", + "kind": "Hex64", + "name": "", + "offset": 3608, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2588", + "kind": "Hex64", + "name": "", + "offset": 3616, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2589", + "kind": "Hex64", + "name": "", + "offset": 3624, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2590", + "kind": "Hex64", + "name": "", + "offset": 3632, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2591", + "kind": "Hex64", + "name": "", + "offset": 3640, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2592", + "kind": "Hex64", + "name": "", + "offset": 3648, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2593", + "kind": "Hex64", + "name": "", + "offset": 3656, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2594", + "kind": "Hex64", + "name": "", + "offset": 3664, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2595", + "kind": "Hex64", + "name": "", + "offset": 3672, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2596", + "kind": "Hex64", + "name": "", + "offset": 3680, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2597", + "kind": "Hex64", + "name": "", + "offset": 3688, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2598", + "kind": "Hex64", + "name": "", + "offset": 3696, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2599", + "kind": "Hex64", + "name": "", + "offset": 3704, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2600", + "kind": "Hex64", + "name": "", + "offset": 3712, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2601", + "kind": "Hex64", + "name": "", + "offset": 3720, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2602", + "kind": "Hex64", + "name": "", + "offset": 3728, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2603", + "kind": "Hex64", + "name": "", + "offset": 3736, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2604", + "kind": "Hex64", + "name": "", + "offset": 3744, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2605", + "kind": "Hex64", + "name": "", + "offset": 3752, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2606", + "kind": "Hex64", + "name": "", + "offset": 3760, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2607", + "kind": "Hex64", + "name": "", + "offset": 3768, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2608", + "kind": "Hex64", + "name": "", + "offset": 3776, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2609", + "kind": "Hex64", + "name": "", + "offset": 3784, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2610", + "kind": "Hex64", + "name": "", + "offset": 3792, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2611", + "kind": "Hex64", + "name": "", + "offset": 3800, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2612", + "kind": "Hex64", + "name": "", + "offset": 3808, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2613", + "kind": "Hex64", + "name": "", + "offset": 3816, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2614", + "kind": "Hex64", + "name": "", + "offset": 3824, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2615", + "kind": "Hex64", + "name": "", + "offset": 3832, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2616", + "kind": "Hex64", + "name": "", + "offset": 3840, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2617", + "kind": "Hex64", + "name": "", + "offset": 3848, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2618", + "kind": "Hex64", + "name": "", + "offset": 3856, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2619", + "kind": "Hex64", + "name": "", + "offset": 3864, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2620", + "kind": "Hex64", + "name": "", + "offset": 3872, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2621", + "kind": "Hex64", + "name": "", + "offset": 3880, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2622", + "kind": "Hex64", + "name": "", + "offset": 3888, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2623", + "kind": "Hex64", + "name": "", + "offset": 3896, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2624", + "kind": "Hex64", + "name": "", + "offset": 3904, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2625", + "kind": "Hex64", + "name": "", + "offset": 3912, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2626", + "kind": "Hex64", + "name": "", + "offset": 3920, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2627", + "kind": "Hex64", + "name": "", + "offset": 3928, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2628", + "kind": "Hex64", + "name": "", + "offset": 3936, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2629", + "kind": "Hex64", + "name": "", + "offset": 3944, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2630", + "kind": "Hex64", + "name": "", + "offset": 3952, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2631", + "kind": "Hex64", + "name": "", + "offset": 3960, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2632", + "kind": "Hex64", + "name": "", + "offset": 3968, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2633", + "kind": "Hex64", + "name": "", + "offset": 3976, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2634", + "kind": "Hex64", + "name": "", + "offset": 3984, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2635", + "kind": "Hex64", + "name": "", + "offset": 3992, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2636", + "kind": "Hex64", + "name": "", + "offset": 4000, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2637", + "kind": "Hex64", + "name": "", + "offset": 4008, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2638", + "kind": "Hex64", + "name": "", + "offset": 4016, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2639", + "kind": "Hex64", + "name": "", + "offset": 4024, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2640", + "kind": "Hex64", + "name": "", + "offset": 4032, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2641", + "kind": "Hex64", + "name": "", + "offset": 4040, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2642", + "kind": "Hex64", + "name": "", + "offset": 4048, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2643", + "kind": "Hex64", + "name": "", + "offset": 4056, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2644", + "kind": "Hex64", + "name": "", + "offset": 4064, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2645", + "kind": "Hex64", + "name": "", + "offset": 4072, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2646", + "kind": "Hex64", + "name": "", + "offset": 4080, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2647", + "kind": "Hex64", + "name": "", + "offset": 4088, + "parentId": "2397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2648", + "kind": "Struct", + "name": "_DISPATCHER_CONTEXT_ARM64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPATCHER_CONTEXT_ARM64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2649", + "kind": "UInt64", + "name": "ControlPc", + "offset": 0, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2650", + "kind": "UInt64", + "name": "ImageBase", + "offset": 8, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2651", + "kind": "Struct", + "name": "FunctionEntry", + "offset": 16, + "parentId": "2648", + "refId": "1754", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2652", + "kind": "UInt64", + "name": "EstablisherFrame", + "offset": 16, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2653", + "kind": "UInt64", + "name": "TargetPc", + "offset": 24, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2654", + "kind": "Struct", + "name": "ContextRecord", + "offset": 32, + "parentId": "2648", + "refId": "2022", + "strLen": 64, + "structTypeName": "_ARM64_NT_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2655", + "kind": "Struct", + "name": "LanguageHandler", + "offset": 32, + "parentId": "2648", + "refId": "0", + "strLen": 64, + "structTypeName": "PEXCEPTION_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2656", + "kind": "Hex8", + "name": "HandlerData", + "offset": 32, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2657", + "kind": "Pointer64", + "name": "HistoryTable", + "offset": 33, + "parentId": "2648", + "refId": "2255", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2658", + "kind": "UInt32", + "name": "ScopeIndex", + "offset": 41, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2659", + "kind": "UInt8", + "name": "ControlPcIsUnwound", + "offset": 45, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2660", + "kind": "UInt8", + "name": "NonVolatileRegisters", + "offset": 46, + "parentId": "2648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2661", + "kind": "Struct", + "name": "_FILE_STAT_LX_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STAT_LX_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2662", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2663", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2664", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2665", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2666", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2667", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2668", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "2661", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2669", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2670", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 4, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2671", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 8, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2672", + "kind": "UInt32", + "name": "EffectiveAccess", + "offset": 12, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2673", + "kind": "UInt32", + "name": "LxFlags", + "offset": 16, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2674", + "kind": "UInt32", + "name": "LxUid", + "offset": 20, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2675", + "kind": "UInt32", + "name": "LxGid", + "offset": 24, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2676", + "kind": "UInt32", + "name": "LxMode", + "offset": 28, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2677", + "kind": "UInt32", + "name": "LxDeviceIdMajor", + "offset": 32, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2678", + "kind": "UInt32", + "name": "LxDeviceIdMinor", + "offset": 36, + "parentId": "2661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2679", + "kind": "Struct", + "name": "_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2680", + "kind": "Hex8", + "name": "hProcess", + "offset": 0, + "parentId": "2679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2681", + "kind": "Hex8", + "name": "hThread", + "offset": 1, + "parentId": "2679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2682", + "kind": "UInt32", + "name": "dwProcessId", + "offset": 2, + "parentId": "2679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2683", + "kind": "UInt32", + "name": "dwThreadId", + "offset": 6, + "parentId": "2679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2684", + "kind": "Struct", + "name": "_CONSOLE_CURSOR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_CURSOR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2685", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "2684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2686", + "kind": "Int32", + "name": "bVisible", + "offset": 4, + "parentId": "2684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2687", + "kind": "Struct", + "name": "_CLIENT_ID64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLIENT_ID64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2688", + "kind": "UInt64", + "name": "UniqueProcess", + "offset": 0, + "parentId": "2687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2689", + "kind": "UInt64", + "name": "UniqueThread", + "offset": 8, + "parentId": "2687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2690", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2691", + "kind": "Hex8", + "name": "TransactionKey", + "offset": 0, + "parentId": "2690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2692", + "kind": "UInt32", + "name": "TransactionNotification", + "offset": 1, + "parentId": "2690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2693", + "kind": "Struct", + "name": "TmVirtualClock", + "offset": 5, + "parentId": "2690", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2694", + "kind": "UInt32", + "name": "ArgumentLength", + "offset": 5, + "parentId": "2690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2695", + "kind": "Struct", + "name": "_FILE_IOSTATUSBLOCK_RANGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IOSTATUSBLOCK_RANGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2696", + "kind": "UInt8", + "name": "IoStatusBlockRange", + "offset": 0, + "parentId": "2695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2697", + "kind": "UInt32", + "name": "Length", + "offset": 1, + "parentId": "2695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2698", + "kind": "Struct", + "name": "_POWER_MONITOR_INVOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_MONITOR_INVOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2699", + "kind": "UInt8", + "name": "Console", + "offset": 0, + "parentId": "2698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2700", + "kind": "UInt32", + "name": "RequestReason", + "offset": 1, + "parentId": "2698", + "refId": "64", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2701", + "kind": "Struct", + "name": "tagVS_FIXEDFILEINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagVS_FIXEDFILEINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2702", + "kind": "UInt32", + "name": "dwSignature", + "offset": 0, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2703", + "kind": "UInt32", + "name": "dwStrucVersion", + "offset": 4, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2704", + "kind": "UInt32", + "name": "dwFileVersionMS", + "offset": 8, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2705", + "kind": "UInt32", + "name": "dwFileVersionLS", + "offset": 12, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2706", + "kind": "UInt32", + "name": "dwProductVersionMS", + "offset": 16, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2707", + "kind": "UInt32", + "name": "dwProductVersionLS", + "offset": 20, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2708", + "kind": "UInt32", + "name": "dwFileFlagsMask", + "offset": 24, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2709", + "kind": "UInt32", + "name": "dwFileFlags", + "offset": 28, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2710", + "kind": "UInt32", + "name": "dwFileOS", + "offset": 32, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2711", + "kind": "UInt32", + "name": "dwFileType", + "offset": 36, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2712", + "kind": "UInt32", + "name": "dwFileSubtype", + "offset": 40, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2713", + "kind": "UInt32", + "name": "dwFileDateMS", + "offset": 44, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2714", + "kind": "UInt32", + "name": "dwFileDateLS", + "offset": 48, + "parentId": "2701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2715", + "kind": "Struct", + "name": "_POWER_LIMIT_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_LIMIT_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2716", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "2715", + "refId": "65", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2717", + "kind": "UInt32", + "name": "DomainId", + "offset": 4, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2718", + "kind": "UInt32", + "name": "MaxValue", + "offset": 8, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2719", + "kind": "UInt32", + "name": "MinValue", + "offset": 12, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2720", + "kind": "UInt32", + "name": "MinTimeParameter", + "offset": 16, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2721", + "kind": "UInt32", + "name": "MaxTimeParameter", + "offset": 20, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2722", + "kind": "UInt32", + "name": "DefaultACValue", + "offset": 24, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2723", + "kind": "UInt32", + "name": "DefaultDCValue", + "offset": 28, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2724", + "kind": "Struct", + "name": "Flags", + "offset": 32, + "parentId": "2715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2725", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "2724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2726", + "kind": "Struct", + "name": "tagSTYLEBUFW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSTYLEBUFW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2727", + "kind": "UInt32", + "name": "dwStyle", + "offset": 0, + "parentId": "2726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "2728", + "kind": "Array", + "name": "szDescription", + "offset": 4, + "parentId": "2726", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2729", + "kind": "Struct", + "name": "_FILE_SEGMENT_ELEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SEGMENT_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2730", + "kind": "Pointer64", + "name": "Buffer", + "offset": 0, + "parentId": "2729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2731", + "kind": "UInt64", + "name": "Alignment", + "offset": 8, + "parentId": "2729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2732", + "kind": "Struct", + "name": "_TRANSACTION_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2733", + "kind": "Struct", + "name": "TransactionId", + "offset": 0, + "parentId": "2732", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2734", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "2732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2735", + "kind": "UInt32", + "name": "Outcome", + "offset": 4, + "parentId": "2732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2736", + "kind": "Struct", + "name": "_MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2737", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2738", + "kind": "UInt32", + "name": "SizeOfInformation", + "offset": 4, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2739", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2740", + "kind": "UInt32", + "name": "AttributesOffset", + "offset": 12, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2741", + "kind": "UInt32", + "name": "AttributeCount", + "offset": 16, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2742", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2743", + "kind": "UInt64", + "name": "TypeId", + "offset": 24, + "parentId": "2736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2744", + "kind": "Struct", + "name": "_PROCESS_HEAP_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HEAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2745", + "kind": "Hex8", + "name": "lpData", + "offset": 0, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2746", + "kind": "UInt32", + "name": "cbData", + "offset": 1, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2747", + "kind": "UInt8", + "name": "cbOverhead", + "offset": 5, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2748", + "kind": "UInt8", + "name": "iRegionIndex", + "offset": 6, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2749", + "kind": "UInt16", + "name": "wFlags", + "offset": 7, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2750", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "2744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2751", + "kind": "Struct", + "name": "_CACHE_RELATIONSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CACHE_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2752", + "kind": "UInt8", + "name": "Level", + "offset": 0, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2753", + "kind": "UInt8", + "name": "Associativity", + "offset": 1, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2754", + "kind": "UInt16", + "name": "LineSize", + "offset": 2, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2755", + "kind": "UInt32", + "name": "CacheSize", + "offset": 4, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2756", + "kind": "UInt32", + "name": "Type", + "offset": 8, + "parentId": "2751", + "refId": "31", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2757", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2758", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2759", + "kind": "Hex16", + "name": "", + "offset": 16, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2760", + "kind": "Hex16", + "name": "", + "offset": 18, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2761", + "kind": "Hex16", + "name": "", + "offset": 20, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2762", + "kind": "Hex16", + "name": "", + "offset": 22, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2763", + "kind": "Hex16", + "name": "", + "offset": 24, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2764", + "kind": "Hex16", + "name": "", + "offset": 26, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2765", + "kind": "Hex16", + "name": "", + "offset": 28, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2766", + "kind": "UInt16", + "name": "GroupCount", + "offset": 30, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2767", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "2751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2768", + "kind": "Struct", + "name": "GroupMask", + "offset": 0, + "parentId": "2767", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2769", + "kind": "Array", + "name": "GroupMasks", + "offset": 0, + "parentId": "2767", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2770", + "kind": "Struct", + "name": "_GROUP_RELATIONSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2771", + "kind": "UInt16", + "name": "MaximumGroupCount", + "offset": 0, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2772", + "kind": "UInt16", + "name": "ActiveGroupCount", + "offset": 2, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2773", + "kind": "Hex32", + "name": "", + "offset": 4, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2774", + "kind": "Hex32", + "name": "", + "offset": 8, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2775", + "kind": "Hex32", + "name": "", + "offset": 12, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2776", + "kind": "Hex32", + "name": "", + "offset": 16, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2777", + "kind": "Hex32", + "name": "", + "offset": 20, + "parentId": "2770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2778", + "kind": "Array", + "name": "GroupInfo", + "offset": 24, + "parentId": "2770", + "refId": "1797", + "strLen": 64, + "structTypeName": "_PROCESSOR_GROUP_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2779", + "kind": "Struct", + "name": "_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2780", + "kind": "UInt32", + "name": "Relationship", + "offset": 0, + "parentId": "2779", + "refId": "17", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2781", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "2779", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2782", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "2779", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2783", + "kind": "Struct", + "name": "Processor", + "offset": 0, + "parentId": "2782", + "refId": "1683", + "strLen": 64, + "structTypeName": "_PROCESSOR_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2784", + "kind": "Struct", + "name": "NumaNode", + "offset": 0, + "parentId": "2782", + "refId": "1888", + "strLen": 64, + "structTypeName": "_NUMA_NODE_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2785", + "kind": "Struct", + "name": "Cache", + "offset": 0, + "parentId": "2782", + "refId": "2751", + "strLen": 64, + "structTypeName": "_CACHE_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2786", + "kind": "Struct", + "name": "Group", + "offset": 0, + "parentId": "2782", + "refId": "2770", + "strLen": 64, + "structTypeName": "_GROUP_RELATIONSHIP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2787", + "kind": "Struct", + "name": "_PACKEDEVENTINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PACKEDEVENTINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2788", + "kind": "UInt32", + "name": "ulSize", + "offset": 0, + "parentId": "2787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2789", + "kind": "UInt32", + "name": "ulNumEventsForLogFile", + "offset": 4, + "parentId": "2787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2790", + "kind": "Array", + "name": "ulOffsets", + "offset": 8, + "parentId": "2787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2791", + "kind": "Struct", + "name": "_MOUNTMGR_VOLUME_MOUNT_POINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_VOLUME_MOUNT_POINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2792", + "kind": "UInt16", + "name": "SourceVolumeNameOffset", + "offset": 0, + "parentId": "2791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2793", + "kind": "UInt16", + "name": "SourceVolumeNameLength", + "offset": 2, + "parentId": "2791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2794", + "kind": "UInt16", + "name": "TargetVolumeNameOffset", + "offset": 4, + "parentId": "2791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2795", + "kind": "UInt16", + "name": "TargetVolumeNameLength", + "offset": 6, + "parentId": "2791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2796", + "kind": "Struct", + "name": "_CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2797", + "kind": "UInt32", + "name": "Name", + "offset": 0, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2798", + "kind": "UInt16", + "name": "ValueType", + "offset": 4, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2799", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2800", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2801", + "kind": "UInt32", + "name": "ValueCount", + "offset": 12, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2802", + "kind": "Struct", + "name": "Values", + "offset": 16, + "parentId": "2796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2803", + "kind": "Array", + "name": "pInt64", + "offset": 0, + "parentId": "2802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2804", + "kind": "Array", + "name": "pUint64", + "offset": 0, + "parentId": "2802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2805", + "kind": "Array", + "name": "ppString", + "offset": 0, + "parentId": "2802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2806", + "kind": "Array", + "name": "pFqbn", + "offset": 0, + "parentId": "2802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "2807", + "kind": "Array", + "name": "pOctetString", + "offset": 0, + "parentId": "2802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2808", + "kind": "Struct", + "name": "_FILE_MAILSLOT_QUERY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MAILSLOT_QUERY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2809", + "kind": "UInt32", + "name": "MaximumMessageSize", + "offset": 0, + "parentId": "2808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2810", + "kind": "UInt32", + "name": "MailslotQuota", + "offset": 4, + "parentId": "2808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2811", + "kind": "UInt32", + "name": "NextMessageSize", + "offset": 8, + "parentId": "2808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2812", + "kind": "UInt32", + "name": "MessagesAvailable", + "offset": 12, + "parentId": "2808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2813", + "kind": "Struct", + "name": "ReadTimeout", + "offset": 16, + "parentId": "2808", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2814", + "kind": "Struct", + "name": "_ENUM_SERVICE_STATUS_PROCESSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENUM_SERVICE_STATUS_PROCESSA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2815", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "2814", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2816", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 0, + "parentId": "2814", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2817", + "kind": "Struct", + "name": "ServiceStatusProcess", + "offset": 0, + "parentId": "2814", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2818", + "kind": "Struct", + "name": "_TOKEN_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2819", + "kind": "Struct", + "name": "TokenId", + "offset": 0, + "parentId": "2818", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2820", + "kind": "Struct", + "name": "AuthenticationId", + "offset": 0, + "parentId": "2818", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2821", + "kind": "Struct", + "name": "ExpirationTime", + "offset": 0, + "parentId": "2818", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2822", + "kind": "UInt32", + "name": "TokenType", + "offset": 0, + "parentId": "2818", + "refId": "35", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2823", + "kind": "UInt32", + "name": "ImpersonationLevel", + "offset": 4, + "parentId": "2818", + "refId": "34", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2824", + "kind": "UInt32", + "name": "DynamicCharged", + "offset": 8, + "parentId": "2818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2825", + "kind": "UInt32", + "name": "DynamicAvailable", + "offset": 12, + "parentId": "2818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2826", + "kind": "UInt32", + "name": "GroupCount", + "offset": 16, + "parentId": "2818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2827", + "kind": "UInt32", + "name": "PrivilegeCount", + "offset": 20, + "parentId": "2818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2828", + "kind": "Struct", + "name": "ModifiedId", + "offset": 24, + "parentId": "2818", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2829", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2830", + "kind": "UInt32", + "name": "ElementCount", + "offset": 0, + "parentId": "2829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "2831", + "kind": "Array", + "name": "Elements", + "offset": 4, + "parentId": "2829", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2832", + "kind": "Struct", + "name": "HMENU__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2833", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "2832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2834", + "kind": "Struct", + "name": "_IMAGE_LINENUMBER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_LINENUMBER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2835", + "kind": "Struct", + "name": "Type", + "offset": 0, + "parentId": "2834", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2836", + "kind": "UInt32", + "name": "SymbolTableIndex", + "offset": 0, + "parentId": "2835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2837", + "kind": "UInt32", + "name": "VirtualAddress", + "offset": 0, + "parentId": "2835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2838", + "kind": "UInt16", + "name": "Linenumber", + "offset": 4, + "parentId": "2834", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2839", + "kind": "Struct", + "name": "_IMAGE_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RELOCATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2840", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "2839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2841", + "kind": "UInt32", + "name": "VirtualAddress", + "offset": 0, + "parentId": "2840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2842", + "kind": "UInt32", + "name": "RelocCount", + "offset": 0, + "parentId": "2840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2843", + "kind": "UInt32", + "name": "SymbolTableIndex", + "offset": 4, + "parentId": "2839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2844", + "kind": "UInt16", + "name": "Type", + "offset": 8, + "parentId": "2839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2845", + "kind": "Struct", + "name": "HWND__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2846", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "2845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2847", + "kind": "Struct", + "name": "_ATTRIBUTES_AND_SID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ATTRIBUTES_AND_SID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2848", + "kind": "UInt32", + "name": "Attributes", + "offset": 0, + "parentId": "2847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2849", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "2847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2850", + "kind": "Struct", + "name": "tagTOUCHINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTOUCHINPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2851", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2852", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2853", + "kind": "Hex8", + "name": "hSource", + "offset": 8, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2854", + "kind": "UInt32", + "name": "dwID", + "offset": 9, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2855", + "kind": "UInt32", + "name": "dwFlags", + "offset": 13, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2856", + "kind": "UInt32", + "name": "dwMask", + "offset": 17, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2857", + "kind": "UInt32", + "name": "dwTime", + "offset": 21, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2858", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 25, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2859", + "kind": "UInt32", + "name": "cxContact", + "offset": 33, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2860", + "kind": "UInt32", + "name": "cyContact", + "offset": 37, + "parentId": "2850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2861", + "kind": "Struct", + "name": "_IMAGE_ARCHIVE_MEMBER_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARCHIVE_MEMBER_HEADER" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "2862", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "2863", + "kind": "Array", + "name": "Date", + "offset": 16, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt8", + "id": "2864", + "kind": "Array", + "name": "UserID", + "offset": 28, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt8", + "id": "2865", + "kind": "Array", + "name": "GroupID", + "offset": 34, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "2866", + "kind": "Array", + "name": "Mode", + "offset": 40, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 10, + "collapsed": false, + "elementKind": "UInt8", + "id": "2867", + "kind": "Array", + "name": "Size", + "offset": 48, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "2868", + "kind": "Array", + "name": "EndHeader", + "offset": 58, + "parentId": "2861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2869", + "kind": "Struct", + "name": "_PERFORMANCE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFORMANCE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2870", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2871", + "kind": "UInt8", + "name": "Version", + "offset": 2, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2872", + "kind": "UInt8", + "name": "HwCountersCount", + "offset": 3, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2873", + "kind": "UInt32", + "name": "ContextSwitchCount", + "offset": 4, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2874", + "kind": "UInt64", + "name": "WaitReasonBitMap", + "offset": 8, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2875", + "kind": "UInt64", + "name": "CycleTime", + "offset": 16, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2876", + "kind": "UInt32", + "name": "RetryCount", + "offset": 24, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2877", + "kind": "UInt32", + "name": "Reserved", + "offset": 28, + "parentId": "2869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "2878", + "kind": "Array", + "name": "HwCounters", + "offset": 32, + "parentId": "2869", + "refId": "1599", + "strLen": 64, + "structTypeName": "_HARDWARE_COUNTER_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2879", + "kind": "Struct", + "name": "_IMAGE_BASE_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_BASE_RELOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2880", + "kind": "UInt32", + "name": "VirtualAddress", + "offset": 0, + "parentId": "2879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2881", + "kind": "UInt32", + "name": "SizeOfBlock", + "offset": 4, + "parentId": "2879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2882", + "kind": "Struct", + "name": "_IMAGE_EXPORT_DIRECTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_EXPORT_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2883", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2884", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2885", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 8, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2886", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 10, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2887", + "kind": "UInt32", + "name": "Name", + "offset": 12, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2888", + "kind": "UInt32", + "name": "Base", + "offset": 16, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2889", + "kind": "UInt32", + "name": "NumberOfFunctions", + "offset": 20, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2890", + "kind": "UInt32", + "name": "NumberOfNames", + "offset": 24, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2891", + "kind": "UInt32", + "name": "AddressOfFunctions", + "offset": 28, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2892", + "kind": "UInt32", + "name": "AddressOfNames", + "offset": 32, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2893", + "kind": "UInt32", + "name": "AddressOfNameOrdinals", + "offset": 36, + "parentId": "2882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2894", + "kind": "Struct", + "name": "_REMOTE_PORT_VIEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REMOTE_PORT_VIEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2895", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "2894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2896", + "kind": "UInt64", + "name": "ViewSize", + "offset": 4, + "parentId": "2894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2897", + "kind": "Hex8", + "name": "ViewBase", + "offset": 12, + "parentId": "2894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2898", + "kind": "Struct", + "name": "_CFG_CALL_TARGET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CFG_CALL_TARGET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2899", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "2898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2900", + "kind": "UInt64", + "name": "Flags", + "offset": 8, + "parentId": "2898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2901", + "kind": "Struct", + "name": "_SYSTEMTIME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEMTIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2902", + "kind": "UInt16", + "name": "wYear", + "offset": 0, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2903", + "kind": "UInt16", + "name": "wMonth", + "offset": 2, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2904", + "kind": "UInt16", + "name": "wDayOfWeek", + "offset": 4, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2905", + "kind": "UInt16", + "name": "wDay", + "offset": 6, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2906", + "kind": "UInt16", + "name": "wHour", + "offset": 8, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2907", + "kind": "UInt16", + "name": "wMinute", + "offset": 10, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2908", + "kind": "UInt16", + "name": "wSecond", + "offset": 12, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2909", + "kind": "UInt16", + "name": "wMilliseconds", + "offset": 14, + "parentId": "2901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2910", + "kind": "Struct", + "name": "_RTL_CONDITION_VARIABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_CONDITION_VARIABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2911", + "kind": "Hex8", + "name": "Ptr", + "offset": 0, + "parentId": "2910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2912", + "kind": "Struct", + "name": "_TAPE_ERASE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_ERASE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2913", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "2912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2914", + "kind": "UInt8", + "name": "Immediate", + "offset": 4, + "parentId": "2912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2915", + "kind": "Struct", + "name": "_SERVICE_NOTIFY_1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_NOTIFY_1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2916", + "kind": "UInt32", + "name": "dwVersion", + "offset": 0, + "parentId": "2915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2917", + "kind": "Struct", + "name": "pfnNotifyCallback", + "offset": 4, + "parentId": "2915", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_SC_NOTIFY_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2918", + "kind": "Hex8", + "name": "pContext", + "offset": 4, + "parentId": "2915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2919", + "kind": "UInt32", + "name": "dwNotificationStatus", + "offset": 5, + "parentId": "2915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2920", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 9, + "parentId": "2915", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2921", + "kind": "Struct", + "name": "_SYSTEM_SCOPED_POLICY_ID_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SCOPED_POLICY_ID_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2922", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "2921", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2923", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "2921", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2924", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "2921", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2925", + "kind": "Struct", + "name": "HMONITOR__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HMONITOR__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2926", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "2925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2927", + "kind": "Struct", + "name": "_OVERLAPPED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OVERLAPPED" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2928", + "kind": "UInt64", + "name": "Internal", + "offset": 0, + "parentId": "2927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2929", + "kind": "UInt64", + "name": "InternalHigh", + "offset": 8, + "parentId": "2927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "2930", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "2927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2931", + "kind": "Hex8", + "name": "Pointer", + "offset": 0, + "parentId": "2930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2932", + "kind": "Hex8", + "name": "hEvent", + "offset": 17, + "parentId": "2927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2933", + "kind": "Struct", + "name": "_MEMORY_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2934", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2935", + "kind": "Hex8", + "name": "AllocationBase", + "offset": 1, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2936", + "kind": "UInt32", + "name": "AllocationProtect", + "offset": 2, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2937", + "kind": "UInt16", + "name": "PartitionId", + "offset": 6, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2938", + "kind": "UInt64", + "name": "RegionSize", + "offset": 8, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2939", + "kind": "UInt32", + "name": "State", + "offset": 16, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2940", + "kind": "UInt32", + "name": "Protect", + "offset": 20, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2941", + "kind": "UInt32", + "name": "Type", + "offset": 24, + "parentId": "2933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2942", + "kind": "Struct", + "name": "_ACCESS_ALLOWED_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_ALLOWED_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2943", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "2942", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2944", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "2942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2945", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "2942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2946", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "2942", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2947", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "2942", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2948", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "2942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2949", + "kind": "Struct", + "name": "_TAPE_SET_DRIVE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_SET_DRIVE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2950", + "kind": "UInt8", + "name": "ECC", + "offset": 0, + "parentId": "2949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2951", + "kind": "UInt8", + "name": "Compression", + "offset": 1, + "parentId": "2949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2952", + "kind": "UInt8", + "name": "DataPadding", + "offset": 2, + "parentId": "2949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2953", + "kind": "UInt8", + "name": "ReportSetmarks", + "offset": 3, + "parentId": "2949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2954", + "kind": "UInt32", + "name": "EOTWarningZoneSize", + "offset": 4, + "parentId": "2949", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2955", + "kind": "Struct", + "name": "_SMALL_RECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMALL_RECT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2956", + "kind": "Int16", + "name": "Left", + "offset": 0, + "parentId": "2955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2957", + "kind": "Int16", + "name": "Top", + "offset": 2, + "parentId": "2955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2958", + "kind": "Int16", + "name": "Right", + "offset": 4, + "parentId": "2955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2959", + "kind": "Int16", + "name": "Bottom", + "offset": 6, + "parentId": "2955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2960", + "kind": "Struct", + "name": "_SYSTEM_ALARM_OBJECT_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ALARM_OBJECT_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2961", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "2960", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2962", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "2960", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2963", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "2960", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2964", + "kind": "Struct", + "name": "ObjectType", + "offset": 8, + "parentId": "2960", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2965", + "kind": "Struct", + "name": "InheritedObjectType", + "offset": 8, + "parentId": "2960", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2966", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "2960", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2967", + "kind": "Struct", + "name": "_JOBOBJECT_LIMIT_VIOLATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_LIMIT_VIOLATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2968", + "kind": "UInt32", + "name": "LimitFlags", + "offset": 0, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2969", + "kind": "UInt32", + "name": "ViolationLimitFlags", + "offset": 4, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2970", + "kind": "UInt64", + "name": "IoReadBytes", + "offset": 8, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2971", + "kind": "UInt64", + "name": "IoReadBytesLimit", + "offset": 16, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2972", + "kind": "UInt64", + "name": "IoWriteBytes", + "offset": 24, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2973", + "kind": "UInt64", + "name": "IoWriteBytesLimit", + "offset": 32, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2974", + "kind": "Struct", + "name": "PerJobUserTime", + "offset": 40, + "parentId": "2967", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2975", + "kind": "Struct", + "name": "PerJobUserTimeLimit", + "offset": 40, + "parentId": "2967", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2976", + "kind": "UInt64", + "name": "JobMemory", + "offset": 40, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2977", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 48, + "parentId": "2967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2978", + "kind": "UInt32", + "name": "RateControlTolerance", + "offset": 56, + "parentId": "2967", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2979", + "kind": "UInt32", + "name": "RateControlToleranceLimit", + "offset": 60, + "parentId": "2967", + "refId": "28", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2980", + "kind": "Struct", + "name": "_SERVICE_FAILURE_ACTIONS_FLAG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_FAILURE_ACTIONS_FLAG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2981", + "kind": "Int32", + "name": "fFailureActionsOnNonCrashFailures", + "offset": 0, + "parentId": "2980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2982", + "kind": "Struct", + "name": "_SERVERSILO_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVERSILO_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2983", + "kind": "UInt32", + "name": "ServiceSessionId", + "offset": 0, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2984", + "kind": "UInt32", + "name": "State", + "offset": 4, + "parentId": "2982", + "refId": "51", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2985", + "kind": "UInt32", + "name": "ExitStatus", + "offset": 8, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2986", + "kind": "UInt8", + "name": "Reserved", + "offset": 12, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2987", + "kind": "Hex8", + "name": "ApiSetSchema", + "offset": 13, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2988", + "kind": "Hex8", + "name": "HostApiSetSchema", + "offset": 14, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2989", + "kind": "UInt32", + "name": "ContainerBuildNumber", + "offset": 15, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2990", + "kind": "UInt32", + "name": "HostBuildNumber", + "offset": 19, + "parentId": "2982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2991", + "kind": "Struct", + "name": "_SYSTEM_ALARM_CALLBACK_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ALARM_CALLBACK_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2992", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "2991", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2993", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "2991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2994", + "kind": "UInt32", + "name": "SidStart", + "offset": 4, + "parentId": "2991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2995", + "kind": "Struct", + "name": "_TAPE_GET_POSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_GET_POSITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2996", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "2995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "2997", + "kind": "UInt32", + "name": "Partition", + "offset": 4, + "parentId": "2995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2998", + "kind": "Struct", + "name": "Offset", + "offset": 8, + "parentId": "2995", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "2999", + "kind": "Struct", + "name": "tagGESTURENOTIFYSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGESTURENOTIFYSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3000", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "2999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3001", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "2999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3002", + "kind": "Struct", + "name": "hwndTarget", + "offset": 8, + "parentId": "2999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3003", + "kind": "Struct", + "name": "ptsLocation", + "offset": 8, + "parentId": "2999", + "refId": "705", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3004", + "kind": "UInt32", + "name": "dwInstanceID", + "offset": 8, + "parentId": "2999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3005", + "kind": "Struct", + "name": "_IO_COMPLETION_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_COMPLETION_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3006", + "kind": "Int32", + "name": "Depth", + "offset": 0, + "parentId": "3005", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3007", + "kind": "Struct", + "name": "_SECURITY_DESCRIPTOR_RELATIVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_DESCRIPTOR_RELATIVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3008", + "kind": "UInt8", + "name": "Revision", + "offset": 0, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3009", + "kind": "UInt8", + "name": "Sbz1", + "offset": 1, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3010", + "kind": "UInt16", + "name": "Control", + "offset": 2, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3011", + "kind": "UInt32", + "name": "Owner", + "offset": 4, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3012", + "kind": "UInt32", + "name": "Group", + "offset": 8, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3013", + "kind": "UInt32", + "name": "Sacl", + "offset": 12, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3014", + "kind": "UInt32", + "name": "Dacl", + "offset": 16, + "parentId": "3007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3015", + "kind": "Struct", + "name": "_IMAGE_DOS_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DOS_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3016", + "kind": "UInt16", + "name": "e_magic", + "offset": 0, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3017", + "kind": "UInt16", + "name": "e_cblp", + "offset": 2, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3018", + "kind": "UInt16", + "name": "e_cp", + "offset": 4, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3019", + "kind": "UInt16", + "name": "e_crlc", + "offset": 6, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3020", + "kind": "UInt16", + "name": "e_cparhdr", + "offset": 8, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3021", + "kind": "UInt16", + "name": "e_minalloc", + "offset": 10, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3022", + "kind": "UInt16", + "name": "e_maxalloc", + "offset": 12, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3023", + "kind": "UInt16", + "name": "e_ss", + "offset": 14, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3024", + "kind": "UInt16", + "name": "e_sp", + "offset": 16, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3025", + "kind": "UInt16", + "name": "e_csum", + "offset": 18, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3026", + "kind": "UInt16", + "name": "e_ip", + "offset": 20, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3027", + "kind": "UInt16", + "name": "e_cs", + "offset": 22, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3028", + "kind": "UInt16", + "name": "e_lfarlc", + "offset": 24, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3029", + "kind": "UInt16", + "name": "e_ovno", + "offset": 26, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt16", + "id": "3030", + "kind": "Array", + "name": "e_res", + "offset": 28, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3031", + "kind": "UInt16", + "name": "e_oemid", + "offset": 36, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3032", + "kind": "UInt16", + "name": "e_oeminfo", + "offset": 38, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 10, + "collapsed": false, + "elementKind": "UInt16", + "id": "3033", + "kind": "Array", + "name": "e_res2", + "offset": 40, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3034", + "kind": "Int32", + "name": "e_lfanew", + "offset": 60, + "parentId": "3015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3035", + "kind": "Struct", + "name": "_IMAGE_OS2_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_OS2_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3036", + "kind": "UInt16", + "name": "ne_magic", + "offset": 0, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3037", + "kind": "Struct", + "name": "ne_ver", + "offset": 2, + "parentId": "3035", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3038", + "kind": "Struct", + "name": "ne_rev", + "offset": 2, + "parentId": "3035", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3039", + "kind": "UInt16", + "name": "ne_enttab", + "offset": 2, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3040", + "kind": "UInt16", + "name": "ne_cbenttab", + "offset": 4, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3041", + "kind": "Int32", + "name": "ne_crc", + "offset": 6, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3042", + "kind": "UInt16", + "name": "ne_flags", + "offset": 10, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3043", + "kind": "UInt16", + "name": "ne_autodata", + "offset": 12, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3044", + "kind": "UInt16", + "name": "ne_heap", + "offset": 14, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3045", + "kind": "UInt16", + "name": "ne_stack", + "offset": 16, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3046", + "kind": "Int32", + "name": "ne_csip", + "offset": 18, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3047", + "kind": "Int32", + "name": "ne_sssp", + "offset": 22, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3048", + "kind": "UInt16", + "name": "ne_cseg", + "offset": 26, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3049", + "kind": "UInt16", + "name": "ne_cmod", + "offset": 28, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3050", + "kind": "UInt16", + "name": "ne_cbnrestab", + "offset": 30, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3051", + "kind": "UInt16", + "name": "ne_segtab", + "offset": 32, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3052", + "kind": "UInt16", + "name": "ne_rsrctab", + "offset": 34, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3053", + "kind": "UInt16", + "name": "ne_restab", + "offset": 36, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3054", + "kind": "UInt16", + "name": "ne_modtab", + "offset": 38, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3055", + "kind": "UInt16", + "name": "ne_imptab", + "offset": 40, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3056", + "kind": "Int32", + "name": "ne_nrestab", + "offset": 42, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3057", + "kind": "UInt16", + "name": "ne_cmovent", + "offset": 46, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3058", + "kind": "UInt16", + "name": "ne_align", + "offset": 48, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3059", + "kind": "UInt16", + "name": "ne_cres", + "offset": 50, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3060", + "kind": "UInt8", + "name": "ne_exetyp", + "offset": 52, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3061", + "kind": "UInt8", + "name": "ne_flagsothers", + "offset": 53, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3062", + "kind": "UInt16", + "name": "ne_pretthunks", + "offset": 54, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3063", + "kind": "UInt16", + "name": "ne_psegrefbytes", + "offset": 56, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3064", + "kind": "UInt16", + "name": "ne_swaparea", + "offset": 58, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3065", + "kind": "UInt16", + "name": "ne_expver", + "offset": 60, + "parentId": "3035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3066", + "kind": "Struct", + "name": "tagCREATESTRUCTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCREATESTRUCTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3067", + "kind": "Hex8", + "name": "lpCreateParams", + "offset": 0, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3068", + "kind": "Struct", + "name": "hInstance", + "offset": 1, + "parentId": "3066", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3069", + "kind": "Struct", + "name": "hMenu", + "offset": 1, + "parentId": "3066", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3070", + "kind": "Struct", + "name": "hwndParent", + "offset": 1, + "parentId": "3066", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3071", + "kind": "Int32", + "name": "cy", + "offset": 1, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3072", + "kind": "Int32", + "name": "cx", + "offset": 5, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3073", + "kind": "Int32", + "name": "y", + "offset": 9, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3074", + "kind": "Int32", + "name": "x", + "offset": 13, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3075", + "kind": "Int32", + "name": "style", + "offset": 17, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3076", + "kind": "Pointer64", + "name": "lpszName", + "offset": 21, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3077", + "kind": "Pointer64", + "name": "lpszClass", + "offset": 29, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3078", + "kind": "UInt32", + "name": "dwExStyle", + "offset": 37, + "parentId": "3066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3079", + "kind": "Struct", + "name": "tagCREATESTRUCTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCREATESTRUCTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3080", + "kind": "Hex8", + "name": "lpCreateParams", + "offset": 0, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3081", + "kind": "Struct", + "name": "hInstance", + "offset": 1, + "parentId": "3079", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3082", + "kind": "Struct", + "name": "hMenu", + "offset": 1, + "parentId": "3079", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3083", + "kind": "Struct", + "name": "hwndParent", + "offset": 1, + "parentId": "3079", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3084", + "kind": "Int32", + "name": "cy", + "offset": 1, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3085", + "kind": "Int32", + "name": "cx", + "offset": 5, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3086", + "kind": "Int32", + "name": "y", + "offset": 9, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3087", + "kind": "Int32", + "name": "x", + "offset": 13, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3088", + "kind": "Int32", + "name": "style", + "offset": 17, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3089", + "kind": "Pointer64", + "name": "lpszName", + "offset": 21, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3090", + "kind": "Pointer64", + "name": "lpszClass", + "offset": 29, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3091", + "kind": "UInt32", + "name": "dwExStyle", + "offset": 37, + "parentId": "3079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3092", + "kind": "Struct", + "name": "_IMAGE_FILE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_FILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3093", + "kind": "UInt16", + "name": "Machine", + "offset": 0, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3094", + "kind": "UInt16", + "name": "NumberOfSections", + "offset": 2, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3095", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3096", + "kind": "UInt32", + "name": "PointerToSymbolTable", + "offset": 8, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3097", + "kind": "UInt32", + "name": "NumberOfSymbols", + "offset": 12, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3098", + "kind": "UInt16", + "name": "SizeOfOptionalHeader", + "offset": 16, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3099", + "kind": "UInt16", + "name": "Characteristics", + "offset": 18, + "parentId": "3092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3100", + "kind": "Struct", + "name": "tagNMHDR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNMHDR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3101", + "kind": "Struct", + "name": "hwndFrom", + "offset": 0, + "parentId": "3100", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3102", + "kind": "UInt64", + "name": "idFrom", + "offset": 0, + "parentId": "3100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3103", + "kind": "UInt32", + "name": "code", + "offset": 8, + "parentId": "3100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3104", + "kind": "Struct", + "name": "_IMAGE_DATA_DIRECTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3105", + "kind": "UInt32", + "name": "VirtualAddress", + "offset": 0, + "parentId": "3104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3106", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "3104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3107", + "kind": "Struct", + "name": "_TOKEN_LOGGING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_LOGGING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3108", + "kind": "UInt32", + "name": "TokenType", + "offset": 0, + "parentId": "3107", + "refId": "35", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3109", + "kind": "Struct", + "name": "TokenElevation", + "offset": 4, + "parentId": "3107", + "refId": "1123", + "strLen": 64, + "structTypeName": "_TOKEN_ELEVATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3110", + "kind": "UInt32", + "name": "TokenElevationType", + "offset": 4, + "parentId": "3107", + "refId": "36", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3111", + "kind": "UInt32", + "name": "ImpersonationLevel", + "offset": 8, + "parentId": "3107", + "refId": "34", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3112", + "kind": "UInt32", + "name": "IntegrityLevel", + "offset": 12, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3113", + "kind": "Struct", + "name": "User", + "offset": 16, + "parentId": "3107", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3114", + "kind": "Hex8", + "name": "TrustLevelSid", + "offset": 16, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3115", + "kind": "UInt32", + "name": "SessionId", + "offset": 17, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3116", + "kind": "UInt32", + "name": "AppContainerNumber", + "offset": 21, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3117", + "kind": "Struct", + "name": "AuthenticationId", + "offset": 25, + "parentId": "3107", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3118", + "kind": "UInt32", + "name": "GroupCount", + "offset": 25, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3119", + "kind": "UInt32", + "name": "GroupsLength", + "offset": 29, + "parentId": "3107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3120", + "kind": "Struct", + "name": "Groups", + "offset": 33, + "parentId": "3107", + "refId": "810", + "strLen": 64, + "structTypeName": "_SID_AND_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3121", + "kind": "Struct", + "name": "_ACCESS_REASONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACCESS_REASONS" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt32", + "id": "3122", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "3121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3123", + "kind": "Struct", + "name": "_numberfmtW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_numberfmtW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3124", + "kind": "UInt32", + "name": "NumDigits", + "offset": 0, + "parentId": "3123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3125", + "kind": "UInt32", + "name": "LeadingZero", + "offset": 4, + "parentId": "3123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3126", + "kind": "UInt32", + "name": "Grouping", + "offset": 8, + "parentId": "3123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3127", + "kind": "Struct", + "name": "lpDecimalSep", + "offset": 12, + "parentId": "3123", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3128", + "kind": "Struct", + "name": "lpThousandSep", + "offset": 12, + "parentId": "3123", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3129", + "kind": "UInt32", + "name": "NegativeOrder", + "offset": 12, + "parentId": "3123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3130", + "kind": "Struct", + "name": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3131", + "kind": "Int64", + "name": "MaxIops", + "offset": 0, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3132", + "kind": "Int64", + "name": "MaxBandwidth", + "offset": 8, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3133", + "kind": "Int64", + "name": "ReservationIops", + "offset": 16, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3134", + "kind": "Struct", + "name": "VolumeName", + "offset": 24, + "parentId": "3130", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3135", + "kind": "UInt32", + "name": "BaseIoSize", + "offset": 24, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3136", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 28, + "parentId": "3130", + "refId": "54", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3137", + "kind": "UInt16", + "name": "VolumeNameLength", + "offset": 32, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3138", + "kind": "Int64", + "name": "CriticalReservationIops", + "offset": 34, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3139", + "kind": "Int64", + "name": "ReservationBandwidth", + "offset": 42, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3140", + "kind": "Int64", + "name": "CriticalReservationBandwidth", + "offset": 50, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3141", + "kind": "Int64", + "name": "MaxTimePercent", + "offset": 58, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3142", + "kind": "Int64", + "name": "ReservationTimePercent", + "offset": 66, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3143", + "kind": "Int64", + "name": "CriticalReservationTimePercent", + "offset": 74, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3144", + "kind": "Int64", + "name": "SoftMaxIops", + "offset": 82, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3145", + "kind": "Int64", + "name": "SoftMaxBandwidth", + "offset": 90, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3146", + "kind": "Int64", + "name": "SoftMaxTimePercent", + "offset": 98, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3147", + "kind": "Int64", + "name": "LimitExcessNotifyIops", + "offset": 106, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3148", + "kind": "Int64", + "name": "LimitExcessNotifyBandwidth", + "offset": 114, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3149", + "kind": "Int64", + "name": "LimitExcessNotifyTimePercent", + "offset": 122, + "parentId": "3130", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3150", + "kind": "Struct", + "name": "_SERVICE_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3151", + "kind": "UInt32", + "name": "dwServiceType", + "offset": 0, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3152", + "kind": "UInt32", + "name": "dwCurrentState", + "offset": 4, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3153", + "kind": "UInt32", + "name": "dwControlsAccepted", + "offset": 8, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3154", + "kind": "UInt32", + "name": "dwWin32ExitCode", + "offset": 12, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3155", + "kind": "UInt32", + "name": "dwServiceSpecificExitCode", + "offset": 16, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3156", + "kind": "UInt32", + "name": "dwCheckPoint", + "offset": 20, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3157", + "kind": "UInt32", + "name": "dwWaitHint", + "offset": 24, + "parentId": "3150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3158", + "kind": "Struct", + "name": "_ENUM_SERVICE_STATUSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENUM_SERVICE_STATUSW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3159", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "3158", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3160", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 0, + "parentId": "3158", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3161", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 0, + "parentId": "3158", + "refId": "3150", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3162", + "kind": "Struct", + "name": "_PROCESS_HANDLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3163", + "kind": "UInt32", + "name": "HandleCount", + "offset": 0, + "parentId": "3162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3164", + "kind": "UInt32", + "name": "HandleCountHighWatermark", + "offset": 4, + "parentId": "3162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3165", + "kind": "Struct", + "name": "_SHUFFLE_FILE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SHUFFLE_FILE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3166", + "kind": "Int64", + "name": "StartingOffset", + "offset": 0, + "parentId": "3165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3167", + "kind": "Int64", + "name": "Length", + "offset": 8, + "parentId": "3165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3168", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "3165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3169", + "kind": "Struct", + "name": "_DBGKM_EXIT_THREAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_EXIT_THREAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3170", + "kind": "Int32", + "name": "ExitStatus", + "offset": 0, + "parentId": "3169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3171", + "kind": "Struct", + "name": "IMAGE_AUX_SYMBOL_TOKEN_DEF", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_AUX_SYMBOL_TOKEN_DEF" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3172", + "kind": "UInt8", + "name": "bAuxType", + "offset": 0, + "parentId": "3171", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3173", + "kind": "UInt8", + "name": "bReserved", + "offset": 1, + "parentId": "3171", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3174", + "kind": "UInt32", + "name": "SymbolTableIndex", + "offset": 2, + "parentId": "3171", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "3175", + "kind": "Array", + "name": "rgbReserved", + "offset": 6, + "parentId": "3171", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3176", + "kind": "Struct", + "name": "_RTL_BARRIER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BARRIER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3177", + "kind": "UInt32", + "name": "Reserved1", + "offset": 0, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3178", + "kind": "UInt32", + "name": "Reserved2", + "offset": 4, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3179", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3180", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3181", + "kind": "UInt32", + "name": "Reserved4", + "offset": 24, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3182", + "kind": "UInt32", + "name": "Reserved5", + "offset": 28, + "parentId": "3176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3183", + "kind": "Struct", + "name": "DLGITEMTEMPLATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DLGITEMTEMPLATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3184", + "kind": "UInt32", + "name": "style", + "offset": 0, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3185", + "kind": "UInt32", + "name": "dwExtendedStyle", + "offset": 4, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3186", + "kind": "Int16", + "name": "x", + "offset": 8, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3187", + "kind": "Int16", + "name": "y", + "offset": 10, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3188", + "kind": "Int16", + "name": "cx", + "offset": 12, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3189", + "kind": "Int16", + "name": "cy", + "offset": 14, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3190", + "kind": "UInt16", + "name": "id", + "offset": 16, + "parentId": "3183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3191", + "kind": "Struct", + "name": "tagMULTIKEYHELPA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMULTIKEYHELPA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3192", + "kind": "UInt32", + "name": "mkSize", + "offset": 0, + "parentId": "3191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3193", + "kind": "Struct", + "name": "mkKeylist", + "offset": 4, + "parentId": "3191", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3194", + "kind": "Array", + "name": "szKeyphrase", + "offset": 4, + "parentId": "3191", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3195", + "kind": "Struct", + "name": "IMPORT_OBJECT_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMPORT_OBJECT_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3196", + "kind": "UInt16", + "name": "Sig1", + "offset": 0, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3197", + "kind": "UInt16", + "name": "Sig2", + "offset": 2, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3198", + "kind": "UInt16", + "name": "Version", + "offset": 4, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3199", + "kind": "UInt16", + "name": "Machine", + "offset": 6, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3200", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 8, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3201", + "kind": "UInt32", + "name": "SizeOfData", + "offset": 12, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3202", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3203", + "kind": "UInt16", + "name": "Ordinal", + "offset": 0, + "parentId": "3202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3204", + "kind": "UInt16", + "name": "Hint", + "offset": 0, + "parentId": "3202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "Type" + }, + { + "bitOffset": 2, + "bitWidth": 3, + "name": "NameType" + }, + { + "bitOffset": 5, + "bitWidth": 11, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "3205", + "kind": "Struct", + "name": "", + "offset": 18, + "parentId": "3195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3206", + "kind": "Struct", + "name": "tagSIZE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3207", + "kind": "Int32", + "name": "cx", + "offset": 0, + "parentId": "3206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3208", + "kind": "Int32", + "name": "cy", + "offset": 4, + "parentId": "3206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3209", + "kind": "Struct", + "name": "_IMAGE_OPTIONAL_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_OPTIONAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3210", + "kind": "UInt16", + "name": "Magic", + "offset": 0, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3211", + "kind": "UInt8", + "name": "MajorLinkerVersion", + "offset": 2, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3212", + "kind": "UInt8", + "name": "MinorLinkerVersion", + "offset": 3, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3213", + "kind": "UInt32", + "name": "SizeOfCode", + "offset": 4, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3214", + "kind": "UInt32", + "name": "SizeOfInitializedData", + "offset": 8, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3215", + "kind": "UInt32", + "name": "SizeOfUninitializedData", + "offset": 12, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3216", + "kind": "UInt32", + "name": "AddressOfEntryPoint", + "offset": 16, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3217", + "kind": "UInt32", + "name": "BaseOfCode", + "offset": 20, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3218", + "kind": "UInt32", + "name": "BaseOfData", + "offset": 24, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3219", + "kind": "UInt32", + "name": "ImageBase", + "offset": 28, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3220", + "kind": "UInt32", + "name": "SectionAlignment", + "offset": 32, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3221", + "kind": "UInt32", + "name": "FileAlignment", + "offset": 36, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3222", + "kind": "UInt16", + "name": "MajorOperatingSystemVersion", + "offset": 40, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3223", + "kind": "UInt16", + "name": "MinorOperatingSystemVersion", + "offset": 42, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3224", + "kind": "UInt16", + "name": "MajorImageVersion", + "offset": 44, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3225", + "kind": "UInt16", + "name": "MinorImageVersion", + "offset": 46, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3226", + "kind": "UInt16", + "name": "MajorSubsystemVersion", + "offset": 48, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3227", + "kind": "UInt16", + "name": "MinorSubsystemVersion", + "offset": 50, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3228", + "kind": "UInt32", + "name": "Win32VersionValue", + "offset": 52, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3229", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 56, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3230", + "kind": "UInt32", + "name": "SizeOfHeaders", + "offset": 60, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3231", + "kind": "UInt32", + "name": "CheckSum", + "offset": 64, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3232", + "kind": "UInt16", + "name": "Subsystem", + "offset": 68, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3233", + "kind": "UInt16", + "name": "DllCharacteristics", + "offset": 70, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3234", + "kind": "UInt32", + "name": "SizeOfStackReserve", + "offset": 72, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3235", + "kind": "UInt32", + "name": "SizeOfStackCommit", + "offset": 76, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3236", + "kind": "UInt32", + "name": "SizeOfHeapReserve", + "offset": 80, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3237", + "kind": "UInt32", + "name": "SizeOfHeapCommit", + "offset": 84, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3238", + "kind": "UInt32", + "name": "LoaderFlags", + "offset": 88, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3239", + "kind": "UInt32", + "name": "NumberOfRvaAndSizes", + "offset": 92, + "parentId": "3209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "3240", + "kind": "Array", + "name": "DataDirectory", + "offset": 96, + "parentId": "3209", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3241", + "kind": "Struct", + "name": "_IMAGE_NT_HEADERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_NT_HEADERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3242", + "kind": "UInt32", + "name": "Signature", + "offset": 0, + "parentId": "3241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3243", + "kind": "Struct", + "name": "FileHeader", + "offset": 4, + "parentId": "3241", + "refId": "3092", + "strLen": 64, + "structTypeName": "_IMAGE_FILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3244", + "kind": "Struct", + "name": "OptionalHeader", + "offset": 4, + "parentId": "3241", + "refId": "3209", + "strLen": 64, + "structTypeName": "_IMAGE_OPTIONAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3245", + "kind": "Struct", + "name": "_TOKEN_OWNER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_OWNER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3246", + "kind": "Hex8", + "name": "Owner", + "offset": 0, + "parentId": "3245", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3247", + "kind": "Struct", + "name": "_IMAGE_ARM_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3248", + "kind": "UInt32", + "name": "BeginAddress", + "offset": 0, + "parentId": "3247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3249", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "3247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3250", + "kind": "UInt32", + "name": "UnwindData", + "offset": 0, + "parentId": "3249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3251", + "kind": "Struct", + "name": "_IMAGE_AUX_SYMBOL_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_AUX_SYMBOL_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3252", + "kind": "Struct", + "name": "_OSVERSIONINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OSVERSIONINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3253", + "kind": "UInt32", + "name": "dwOSVersionInfoSize", + "offset": 0, + "parentId": "3252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3254", + "kind": "UInt32", + "name": "dwMajorVersion", + "offset": 4, + "parentId": "3252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3255", + "kind": "UInt32", + "name": "dwMinorVersion", + "offset": 8, + "parentId": "3252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3256", + "kind": "UInt32", + "name": "dwBuildNumber", + "offset": 12, + "parentId": "3252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3257", + "kind": "UInt32", + "name": "dwPlatformId", + "offset": 16, + "parentId": "3252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "3258", + "kind": "Array", + "name": "szCSDVersion", + "offset": 20, + "parentId": "3252", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3259", + "kind": "Struct", + "name": "_TOKEN_USER_CLAIMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_USER_CLAIMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3260", + "kind": "Hex8", + "name": "UserClaims", + "offset": 0, + "parentId": "3259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3261", + "kind": "Struct", + "name": "tagCOMBOBOXINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOMBOBOXINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3262", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3263", + "kind": "Struct", + "name": "rcItem", + "offset": 4, + "parentId": "3261", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3264", + "kind": "Struct", + "name": "rcButton", + "offset": 4, + "parentId": "3261", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3265", + "kind": "UInt32", + "name": "stateButton", + "offset": 4, + "parentId": "3261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3266", + "kind": "Struct", + "name": "hwndCombo", + "offset": 8, + "parentId": "3261", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3267", + "kind": "Struct", + "name": "hwndItem", + "offset": 8, + "parentId": "3261", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3268", + "kind": "Struct", + "name": "hwndList", + "offset": 8, + "parentId": "3261", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3269", + "kind": "Struct", + "name": "_IMAGE_TLS_DIRECTORY64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_TLS_DIRECTORY64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3270", + "kind": "UInt64", + "name": "StartAddressOfRawData", + "offset": 0, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3271", + "kind": "UInt64", + "name": "EndAddressOfRawData", + "offset": 8, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3272", + "kind": "UInt64", + "name": "AddressOfIndex", + "offset": 16, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3273", + "kind": "UInt64", + "name": "AddressOfCallBacks", + "offset": 24, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3274", + "kind": "UInt32", + "name": "SizeOfZeroFill", + "offset": 32, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3275", + "kind": "Struct", + "name": "", + "offset": 36, + "parentId": "3269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3276", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "3275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3277", + "kind": "Struct", + "name": "_UNICODE_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3278", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "3277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3279", + "kind": "UInt16", + "name": "MaximumLength", + "offset": 2, + "parentId": "3277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3280", + "kind": "Struct", + "name": "Buffer", + "offset": 4, + "parentId": "3277", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3281", + "kind": "Struct", + "name": "_PROCESS_REVOKE_FILE_HANDLES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_REVOKE_FILE_HANDLES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3282", + "kind": "Struct", + "name": "TargetDevicePath", + "offset": 0, + "parentId": "3281", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3283", + "kind": "Struct", + "name": "tagMOUSEINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMOUSEINPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3284", + "kind": "Int32", + "name": "dx", + "offset": 0, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3285", + "kind": "Int32", + "name": "dy", + "offset": 4, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3286", + "kind": "UInt32", + "name": "mouseData", + "offset": 8, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3287", + "kind": "UInt32", + "name": "dwFlags", + "offset": 12, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3288", + "kind": "UInt32", + "name": "time", + "offset": 16, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3289", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 20, + "parentId": "3283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3290", + "kind": "Struct", + "name": "tagKEYBDINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagKEYBDINPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3291", + "kind": "UInt16", + "name": "wVk", + "offset": 0, + "parentId": "3290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3292", + "kind": "UInt16", + "name": "wScan", + "offset": 2, + "parentId": "3290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3293", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "3290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3294", + "kind": "UInt32", + "name": "time", + "offset": 8, + "parentId": "3290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3295", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 12, + "parentId": "3290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3296", + "kind": "Struct", + "name": "tagHARDWAREINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHARDWAREINPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3297", + "kind": "UInt32", + "name": "uMsg", + "offset": 0, + "parentId": "3296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3298", + "kind": "UInt16", + "name": "wParamL", + "offset": 4, + "parentId": "3296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3299", + "kind": "UInt16", + "name": "wParamH", + "offset": 6, + "parentId": "3296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3300", + "kind": "Struct", + "name": "tagINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3301", + "kind": "UInt32", + "name": "type", + "offset": 0, + "parentId": "3300", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3302", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "3300", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3303", + "kind": "Struct", + "name": "mi", + "offset": 0, + "parentId": "3302", + "refId": "3283", + "strLen": 64, + "structTypeName": "tagMOUSEINPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3304", + "kind": "Struct", + "name": "ki", + "offset": 0, + "parentId": "3302", + "refId": "3290", + "strLen": 64, + "structTypeName": "tagKEYBDINPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3305", + "kind": "Struct", + "name": "hi", + "offset": 0, + "parentId": "3302", + "refId": "3296", + "strLen": 64, + "structTypeName": "tagHARDWAREINPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3306", + "kind": "Struct", + "name": "_MESSAGE_RESOURCE_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_RESOURCE_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3307", + "kind": "UInt32", + "name": "LowId", + "offset": 0, + "parentId": "3306", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3308", + "kind": "UInt32", + "name": "HighId", + "offset": 4, + "parentId": "3306", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3309", + "kind": "UInt32", + "name": "OffsetToEntries", + "offset": 8, + "parentId": "3306", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3310", + "kind": "Struct", + "name": "_MESSAGE_RESOURCE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_RESOURCE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3311", + "kind": "UInt32", + "name": "NumberOfBlocks", + "offset": 0, + "parentId": "3310", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3312", + "kind": "Array", + "name": "Blocks", + "offset": 4, + "parentId": "3310", + "refId": "3306", + "strLen": 64, + "structTypeName": "_MESSAGE_RESOURCE_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3313", + "kind": "Struct", + "name": "_SCRUB_PARITY_EXTENT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCRUB_PARITY_EXTENT_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3314", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "3313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3315", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "3313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3316", + "kind": "UInt16", + "name": "NumberOfParityExtents", + "offset": 4, + "parentId": "3313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3317", + "kind": "UInt16", + "name": "MaximumNumberOfParityExtents", + "offset": 6, + "parentId": "3313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3318", + "kind": "Array", + "name": "ParityExtents", + "offset": 8, + "parentId": "3313", + "refId": "1043", + "strLen": 64, + "structTypeName": "_SCRUB_PARITY_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3319", + "kind": "Struct", + "name": "tagPOINTER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3320", + "kind": "UInt32", + "name": "pointerType", + "offset": 0, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3321", + "kind": "UInt32", + "name": "pointerId", + "offset": 4, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3322", + "kind": "UInt32", + "name": "frameId", + "offset": 8, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3323", + "kind": "UInt32", + "name": "pointerFlags", + "offset": 12, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3324", + "kind": "Hex8", + "name": "sourceDevice", + "offset": 16, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3325", + "kind": "Struct", + "name": "hwndTarget", + "offset": 17, + "parentId": "3319", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3326", + "kind": "Struct", + "name": "ptPixelLocation", + "offset": 17, + "parentId": "3319", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3327", + "kind": "Struct", + "name": "ptHimetricLocation", + "offset": 17, + "parentId": "3319", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3328", + "kind": "Struct", + "name": "ptPixelLocationRaw", + "offset": 17, + "parentId": "3319", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3329", + "kind": "Struct", + "name": "ptHimetricLocationRaw", + "offset": 17, + "parentId": "3319", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3330", + "kind": "UInt32", + "name": "dwTime", + "offset": 17, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3331", + "kind": "UInt32", + "name": "historyCount", + "offset": 21, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3332", + "kind": "Int32", + "name": "InputData", + "offset": 25, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3333", + "kind": "UInt32", + "name": "dwKeyStates", + "offset": 29, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3334", + "kind": "UInt64", + "name": "PerformanceCount", + "offset": 33, + "parentId": "3319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3335", + "kind": "UInt32", + "name": "ButtonChangeType", + "offset": 41, + "parentId": "3319", + "refId": "142", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3336", + "kind": "Struct", + "name": "_IMAGE_THUNK_DATA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_THUNK_DATA32" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3337", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "3336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3338", + "kind": "UInt32", + "name": "ForwarderString", + "offset": 0, + "parentId": "3337", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3339", + "kind": "UInt32", + "name": "Function", + "offset": 0, + "parentId": "3337", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3340", + "kind": "UInt32", + "name": "Ordinal", + "offset": 0, + "parentId": "3337", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3341", + "kind": "UInt32", + "name": "AddressOfData", + "offset": 0, + "parentId": "3337", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3342", + "kind": "Struct", + "name": "_CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3343", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "3342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3344", + "kind": "Struct", + "name": "TriggerId", + "offset": 4, + "parentId": "3342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3345", + "kind": "Struct", + "name": "tagRID_DEVICE_INFO_HID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_HID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3346", + "kind": "UInt32", + "name": "dwVendorId", + "offset": 0, + "parentId": "3345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3347", + "kind": "UInt32", + "name": "dwProductId", + "offset": 4, + "parentId": "3345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3348", + "kind": "UInt32", + "name": "dwVersionNumber", + "offset": 8, + "parentId": "3345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3349", + "kind": "UInt16", + "name": "usUsagePage", + "offset": 12, + "parentId": "3345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3350", + "kind": "UInt16", + "name": "usUsage", + "offset": 14, + "parentId": "3345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3351", + "kind": "Struct", + "name": "tagWINDOWPOS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWINDOWPOS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3352", + "kind": "Struct", + "name": "hwnd", + "offset": 0, + "parentId": "3351", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3353", + "kind": "Struct", + "name": "hwndInsertAfter", + "offset": 0, + "parentId": "3351", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3354", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "3351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3355", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "3351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3356", + "kind": "Int32", + "name": "cx", + "offset": 8, + "parentId": "3351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3357", + "kind": "Int32", + "name": "cy", + "offset": 12, + "parentId": "3351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3358", + "kind": "UInt32", + "name": "flags", + "offset": 16, + "parentId": "3351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3359", + "kind": "Struct", + "name": "_PROCESS_LDT_SIZE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_LDT_SIZE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3360", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "3359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3361", + "kind": "Struct", + "name": "BATTERY_REPORTING_SCALE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BATTERY_REPORTING_SCALE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3362", + "kind": "UInt32", + "name": "Granularity", + "offset": 0, + "parentId": "3361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3363", + "kind": "UInt32", + "name": "Capacity", + "offset": 4, + "parentId": "3361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3364", + "kind": "Struct", + "name": "SYSTEM_POWER_CAPABILITIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSTEM_POWER_CAPABILITIES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3365", + "kind": "UInt8", + "name": "PowerButtonPresent", + "offset": 0, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3366", + "kind": "UInt8", + "name": "SleepButtonPresent", + "offset": 1, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3367", + "kind": "UInt8", + "name": "LidPresent", + "offset": 2, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3368", + "kind": "UInt8", + "name": "SystemS1", + "offset": 3, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3369", + "kind": "UInt8", + "name": "SystemS2", + "offset": 4, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3370", + "kind": "UInt8", + "name": "SystemS3", + "offset": 5, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3371", + "kind": "UInt8", + "name": "SystemS4", + "offset": 6, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3372", + "kind": "UInt8", + "name": "SystemS5", + "offset": 7, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3373", + "kind": "UInt8", + "name": "HiberFilePresent", + "offset": 8, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3374", + "kind": "UInt8", + "name": "FullWake", + "offset": 9, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3375", + "kind": "UInt8", + "name": "VideoDimPresent", + "offset": 10, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3376", + "kind": "UInt8", + "name": "ApmPresent", + "offset": 11, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3377", + "kind": "UInt8", + "name": "UpsPresent", + "offset": 12, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3378", + "kind": "UInt8", + "name": "ThermalControl", + "offset": 13, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3379", + "kind": "UInt8", + "name": "ProcessorThrottle", + "offset": 14, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3380", + "kind": "UInt8", + "name": "ProcessorMinThrottle", + "offset": 15, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3381", + "kind": "UInt8", + "name": "ProcessorMaxThrottle", + "offset": 16, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3382", + "kind": "UInt8", + "name": "FastSystemS4", + "offset": 17, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3383", + "kind": "UInt8", + "name": "Hiberboot", + "offset": 18, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3384", + "kind": "UInt8", + "name": "WakeAlarmPresent", + "offset": 19, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3385", + "kind": "UInt8", + "name": "AoAc", + "offset": 20, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3386", + "kind": "UInt8", + "name": "DiskSpinDown", + "offset": 21, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3387", + "kind": "UInt8", + "name": "HiberFileType", + "offset": 22, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3388", + "kind": "UInt8", + "name": "AoAcConnectivitySupported", + "offset": 23, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt8", + "id": "3389", + "kind": "Array", + "name": "spare3", + "offset": 24, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3390", + "kind": "UInt8", + "name": "SystemBatteriesPresent", + "offset": 30, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3391", + "kind": "UInt8", + "name": "BatteriesAreShortTerm", + "offset": 31, + "parentId": "3364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "3392", + "kind": "Array", + "name": "BatteryScale", + "offset": 32, + "parentId": "3364", + "refId": "3361", + "strLen": 64, + "structTypeName": "BATTERY_REPORTING_SCALE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3393", + "kind": "UInt32", + "name": "AcOnLineWake", + "offset": 32, + "parentId": "3364", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3394", + "kind": "UInt32", + "name": "SoftLidWake", + "offset": 36, + "parentId": "3364", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3395", + "kind": "UInt32", + "name": "RtcWake", + "offset": 40, + "parentId": "3364", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3396", + "kind": "UInt32", + "name": "MinDeviceWakeState", + "offset": 44, + "parentId": "3364", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3397", + "kind": "UInt32", + "name": "DefaultLowLatencyWake", + "offset": 48, + "parentId": "3364", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3398", + "kind": "Struct", + "name": "tagSERIALKEYSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSERIALKEYSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3399", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3400", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "3398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3401", + "kind": "Struct", + "name": "lpszActivePort", + "offset": 8, + "parentId": "3398", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3402", + "kind": "Struct", + "name": "lpszPort", + "offset": 8, + "parentId": "3398", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3403", + "kind": "UInt32", + "name": "iBaudRate", + "offset": 8, + "parentId": "3398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3404", + "kind": "UInt32", + "name": "iPortState", + "offset": 12, + "parentId": "3398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3405", + "kind": "UInt32", + "name": "iActive", + "offset": 16, + "parentId": "3398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3406", + "kind": "Struct", + "name": "ANON_OBJECT_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ANON_OBJECT_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3407", + "kind": "UInt16", + "name": "Sig1", + "offset": 0, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3408", + "kind": "UInt16", + "name": "Sig2", + "offset": 2, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3409", + "kind": "UInt16", + "name": "Version", + "offset": 4, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3410", + "kind": "UInt16", + "name": "Machine", + "offset": 6, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3411", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 8, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3412", + "kind": "Struct", + "name": "ClassID", + "offset": 12, + "parentId": "3406", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3413", + "kind": "UInt32", + "name": "SizeOfData", + "offset": 12, + "parentId": "3406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3414", + "kind": "Struct", + "name": "_TOKEN_SID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3415", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "3414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3416", + "kind": "Struct", + "name": "_ENCLAVE_LOAD_DATA_VBS_BASIC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCLAVE_LOAD_DATA_VBS_BASIC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3417", + "kind": "UInt32", + "name": "PageType", + "offset": 0, + "parentId": "3416", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3418", + "kind": "Struct", + "name": "tagWINDOWPLACEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWINDOWPLACEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3419", + "kind": "UInt32", + "name": "length", + "offset": 0, + "parentId": "3418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3420", + "kind": "UInt32", + "name": "flags", + "offset": 4, + "parentId": "3418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3421", + "kind": "UInt32", + "name": "showCmd", + "offset": 8, + "parentId": "3418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3422", + "kind": "Struct", + "name": "ptMinPosition", + "offset": 12, + "parentId": "3418", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3423", + "kind": "Struct", + "name": "ptMaxPosition", + "offset": 12, + "parentId": "3418", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3424", + "kind": "Struct", + "name": "rcNormalPosition", + "offset": 12, + "parentId": "3418", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3425", + "kind": "Struct", + "name": "_MEM_ADDRESS_REQUIREMENTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEM_ADDRESS_REQUIREMENTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3426", + "kind": "Hex8", + "name": "LowestStartingAddress", + "offset": 0, + "parentId": "3425", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3427", + "kind": "Hex8", + "name": "HighestEndingAddress", + "offset": 1, + "parentId": "3425", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3428", + "kind": "UInt64", + "name": "Alignment", + "offset": 2, + "parentId": "3425", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3429", + "kind": "Struct", + "name": "PROCESSOR_PERFSTATE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PROCESSOR_PERFSTATE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3430", + "kind": "UInt32", + "name": "Revision", + "offset": 0, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3431", + "kind": "UInt8", + "name": "MaxThrottle", + "offset": 4, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3432", + "kind": "UInt8", + "name": "MinThrottle", + "offset": 5, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3433", + "kind": "UInt8", + "name": "BusyAdjThreshold", + "offset": 6, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3434", + "kind": "Struct", + "name": "", + "offset": 7, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3435", + "kind": "UInt8", + "name": "Spare", + "offset": 0, + "parentId": "3434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3436", + "kind": "Struct", + "name": "Flags", + "offset": 0, + "parentId": "3434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3437", + "kind": "UInt8", + "name": "AsBYTE", + "offset": 0, + "parentId": "3436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3438", + "kind": "UInt32", + "name": "TimeCheck", + "offset": 8, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3439", + "kind": "UInt32", + "name": "IncreaseTime", + "offset": 12, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3440", + "kind": "UInt32", + "name": "DecreaseTime", + "offset": 16, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3441", + "kind": "UInt32", + "name": "IncreasePercent", + "offset": 20, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3442", + "kind": "UInt32", + "name": "DecreasePercent", + "offset": 24, + "parentId": "3429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3443", + "kind": "Struct", + "name": "_PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Trustlet" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "Ntos" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "WriteHandle" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "ReadHandle" + }, + { + "bitOffset": 4, + "bitWidth": 4, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "3444", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3445", + "kind": "UInt8", + "name": "AccessRights", + "offset": 1, + "parentId": "3443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3446", + "kind": "Struct", + "name": "_PS_TRUSTLET_ATTRIBUTE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_TYPE" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3447", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3448", + "kind": "UInt32", + "name": "AttributeType", + "offset": 0, + "parentId": "3447", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3449", + "kind": "Struct", + "name": "_PS_TRUSTLET_ATTRIBUTE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3450", + "kind": "Struct", + "name": "AttributeType", + "offset": 0, + "parentId": "3449", + "refId": "3446", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_TYPE" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "InstanceNumber" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "3451", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3452", + "kind": "Struct", + "name": "tagTPMPARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTPMPARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3453", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3454", + "kind": "Struct", + "name": "rcExclude", + "offset": 4, + "parentId": "3452", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3455", + "kind": "Struct", + "name": "tagDRAWITEMSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDRAWITEMSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3456", + "kind": "UInt32", + "name": "CtlType", + "offset": 0, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3457", + "kind": "UInt32", + "name": "CtlID", + "offset": 4, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3458", + "kind": "UInt32", + "name": "itemID", + "offset": 8, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3459", + "kind": "UInt32", + "name": "itemAction", + "offset": 12, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3460", + "kind": "UInt32", + "name": "itemState", + "offset": 16, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3461", + "kind": "Struct", + "name": "hwndItem", + "offset": 20, + "parentId": "3455", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3462", + "kind": "Struct", + "name": "hDC", + "offset": 20, + "parentId": "3455", + "refId": "5078", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3463", + "kind": "Struct", + "name": "rcItem", + "offset": 20, + "parentId": "3455", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3464", + "kind": "UInt64", + "name": "itemData", + "offset": 20, + "parentId": "3455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3465", + "kind": "Struct", + "name": "_SECURITY_QUALITY_OF_SERVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_QUALITY_OF_SERVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3466", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "3465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3467", + "kind": "UInt32", + "name": "ImpersonationLevel", + "offset": 4, + "parentId": "3465", + "refId": "34", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3468", + "kind": "UInt8", + "name": "ContextTrackingMode", + "offset": 8, + "parentId": "3465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3469", + "kind": "UInt8", + "name": "EffectiveOnly", + "offset": 9, + "parentId": "3465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3470", + "kind": "Struct", + "name": "_IMAGE_OPTIONAL_HEADER64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_OPTIONAL_HEADER64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3471", + "kind": "UInt16", + "name": "Magic", + "offset": 0, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3472", + "kind": "UInt8", + "name": "MajorLinkerVersion", + "offset": 2, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3473", + "kind": "UInt8", + "name": "MinorLinkerVersion", + "offset": 3, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3474", + "kind": "UInt32", + "name": "SizeOfCode", + "offset": 4, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3475", + "kind": "UInt32", + "name": "SizeOfInitializedData", + "offset": 8, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3476", + "kind": "UInt32", + "name": "SizeOfUninitializedData", + "offset": 12, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3477", + "kind": "UInt32", + "name": "AddressOfEntryPoint", + "offset": 16, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3478", + "kind": "UInt32", + "name": "BaseOfCode", + "offset": 20, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3479", + "kind": "UInt64", + "name": "ImageBase", + "offset": 24, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3480", + "kind": "UInt32", + "name": "SectionAlignment", + "offset": 32, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3481", + "kind": "UInt32", + "name": "FileAlignment", + "offset": 36, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3482", + "kind": "UInt16", + "name": "MajorOperatingSystemVersion", + "offset": 40, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3483", + "kind": "UInt16", + "name": "MinorOperatingSystemVersion", + "offset": 42, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3484", + "kind": "UInt16", + "name": "MajorImageVersion", + "offset": 44, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3485", + "kind": "UInt16", + "name": "MinorImageVersion", + "offset": 46, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3486", + "kind": "UInt16", + "name": "MajorSubsystemVersion", + "offset": 48, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3487", + "kind": "UInt16", + "name": "MinorSubsystemVersion", + "offset": 50, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3488", + "kind": "UInt32", + "name": "Win32VersionValue", + "offset": 52, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3489", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 56, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3490", + "kind": "UInt32", + "name": "SizeOfHeaders", + "offset": 60, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3491", + "kind": "UInt32", + "name": "CheckSum", + "offset": 64, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3492", + "kind": "UInt16", + "name": "Subsystem", + "offset": 68, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3493", + "kind": "UInt16", + "name": "DllCharacteristics", + "offset": 70, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3494", + "kind": "UInt64", + "name": "SizeOfStackReserve", + "offset": 72, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3495", + "kind": "UInt64", + "name": "SizeOfStackCommit", + "offset": 80, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3496", + "kind": "UInt64", + "name": "SizeOfHeapReserve", + "offset": 88, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3497", + "kind": "UInt64", + "name": "SizeOfHeapCommit", + "offset": 96, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3498", + "kind": "UInt32", + "name": "LoaderFlags", + "offset": 104, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3499", + "kind": "UInt32", + "name": "NumberOfRvaAndSizes", + "offset": 108, + "parentId": "3470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "3500", + "kind": "Array", + "name": "DataDirectory", + "offset": 112, + "parentId": "3470", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3501", + "kind": "Struct", + "name": "_IMAGE_NT_HEADERS64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_NT_HEADERS64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3502", + "kind": "UInt32", + "name": "Signature", + "offset": 0, + "parentId": "3501", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3503", + "kind": "Struct", + "name": "FileHeader", + "offset": 4, + "parentId": "3501", + "refId": "3092", + "strLen": 64, + "structTypeName": "_IMAGE_FILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3504", + "kind": "Struct", + "name": "OptionalHeader", + "offset": 4, + "parentId": "3501", + "refId": "3470", + "strLen": 64, + "structTypeName": "_IMAGE_OPTIONAL_HEADER64" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3505", + "kind": "Struct", + "name": "tagAUDIODESCRIPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAUDIODESCRIPTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3506", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3507", + "kind": "Int32", + "name": "Enabled", + "offset": 4, + "parentId": "3505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3508", + "kind": "UInt32", + "name": "Locale", + "offset": 8, + "parentId": "3505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3509", + "kind": "Struct", + "name": "_SERVICE_REQUIRED_PRIVILEGES_INFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_REQUIRED_PRIVILEGES_INFOW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3510", + "kind": "Struct", + "name": "pmszRequiredPrivileges", + "offset": 0, + "parentId": "3509", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3511", + "kind": "Struct", + "name": "HRGN__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HRGN__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3512", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "3511", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3513", + "kind": "Struct", + "name": "_IMAGE_RESOURCE_DIRECTORY_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DIRECTORY_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3514", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "3513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3515", + "kind": "Array", + "name": "NameString", + "offset": 2, + "parentId": "3513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3516", + "kind": "Struct", + "name": "_IMAGE_AUX_SYMBOL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_AUX_SYMBOL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3517", + "kind": "Struct", + "name": "TokenDef", + "offset": 0, + "parentId": "3516", + "refId": "3171", + "strLen": 64, + "structTypeName": "IMAGE_AUX_SYMBOL_TOKEN_DEF" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3518", + "kind": "Struct", + "name": "_BLENDFUNCTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BLENDFUNCTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3519", + "kind": "UInt8", + "name": "BlendOp", + "offset": 0, + "parentId": "3518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3520", + "kind": "UInt8", + "name": "BlendFlags", + "offset": 1, + "parentId": "3518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3521", + "kind": "UInt8", + "name": "SourceConstantAlpha", + "offset": 2, + "parentId": "3518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3522", + "kind": "UInt8", + "name": "AlphaFormat", + "offset": 3, + "parentId": "3518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3523", + "kind": "Struct", + "name": "_NON_PAGED_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NON_PAGED_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3524", + "kind": "UInt16", + "name": "Signature", + "offset": 0, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3525", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3526", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3527", + "kind": "UInt16", + "name": "Machine", + "offset": 8, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3528", + "kind": "UInt16", + "name": "Characteristics", + "offset": 10, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3529", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 12, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3530", + "kind": "UInt32", + "name": "CheckSum", + "offset": 16, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3531", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 20, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3532", + "kind": "UInt64", + "name": "ImageBase", + "offset": 24, + "parentId": "3523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3533", + "kind": "Struct", + "name": "_MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3534", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "3533", + "refId": "22", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3535", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "3533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3536", + "kind": "UInt64", + "name": "Value", + "offset": 8, + "parentId": "3533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3537", + "kind": "Struct", + "name": "_JOBOBJECT_WAKE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_WAKE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3538", + "kind": "Hex8", + "name": "NotificationChannel", + "offset": 0, + "parentId": "3537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 7, + "collapsed": false, + "elementKind": "UInt64", + "id": "3539", + "kind": "Array", + "name": "WakeCounters", + "offset": 1, + "parentId": "3537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3540", + "kind": "Struct", + "name": "PPM_IDLESTATE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLESTATE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3541", + "kind": "UInt32", + "name": "NewState", + "offset": 0, + "parentId": "3540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3542", + "kind": "UInt32", + "name": "OldState", + "offset": 4, + "parentId": "3540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3543", + "kind": "UInt64", + "name": "Processors", + "offset": 8, + "parentId": "3540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3544", + "kind": "Struct", + "name": "_IMAGE_LOAD_CONFIG_CODE_INTEGRITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_LOAD_CONFIG_CODE_INTEGRITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3545", + "kind": "UInt16", + "name": "Flags", + "offset": 0, + "parentId": "3544", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3546", + "kind": "UInt16", + "name": "Catalog", + "offset": 2, + "parentId": "3544", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3547", + "kind": "UInt32", + "name": "CatalogOffset", + "offset": 4, + "parentId": "3544", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3548", + "kind": "UInt32", + "name": "Reserved", + "offset": 8, + "parentId": "3544", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3549", + "kind": "Struct", + "name": "_IMAGE_LOAD_CONFIG_DIRECTORY64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_LOAD_CONFIG_DIRECTORY64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3550", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3551", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3552", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 8, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3553", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 10, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3554", + "kind": "UInt32", + "name": "GlobalFlagsClear", + "offset": 12, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3555", + "kind": "UInt32", + "name": "GlobalFlagsSet", + "offset": 16, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3556", + "kind": "UInt32", + "name": "CriticalSectionDefaultTimeout", + "offset": 20, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3557", + "kind": "UInt64", + "name": "DeCommitFreeBlockThreshold", + "offset": 24, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3558", + "kind": "UInt64", + "name": "DeCommitTotalFreeThreshold", + "offset": 32, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3559", + "kind": "UInt64", + "name": "LockPrefixTable", + "offset": 40, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3560", + "kind": "UInt64", + "name": "MaximumAllocationSize", + "offset": 48, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3561", + "kind": "UInt64", + "name": "VirtualMemoryThreshold", + "offset": 56, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3562", + "kind": "UInt64", + "name": "ProcessAffinityMask", + "offset": 64, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3563", + "kind": "UInt32", + "name": "ProcessHeapFlags", + "offset": 72, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3564", + "kind": "UInt16", + "name": "CSDVersion", + "offset": 76, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3565", + "kind": "UInt16", + "name": "DependentLoadFlags", + "offset": 78, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3566", + "kind": "UInt64", + "name": "EditList", + "offset": 80, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3567", + "kind": "UInt64", + "name": "SecurityCookie", + "offset": 88, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3568", + "kind": "UInt64", + "name": "SEHandlerTable", + "offset": 96, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3569", + "kind": "UInt64", + "name": "SEHandlerCount", + "offset": 104, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3570", + "kind": "UInt64", + "name": "GuardCFCheckFunctionPointer", + "offset": 112, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3571", + "kind": "UInt64", + "name": "GuardCFDispatchFunctionPointer", + "offset": 120, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3572", + "kind": "UInt64", + "name": "GuardCFFunctionTable", + "offset": 128, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3573", + "kind": "UInt64", + "name": "GuardCFFunctionCount", + "offset": 136, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3574", + "kind": "UInt32", + "name": "GuardFlags", + "offset": 144, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3575", + "kind": "Struct", + "name": "CodeIntegrity", + "offset": 148, + "parentId": "3549", + "refId": "3544", + "strLen": 64, + "structTypeName": "_IMAGE_LOAD_CONFIG_CODE_INTEGRITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3576", + "kind": "UInt64", + "name": "GuardAddressTakenIatEntryTable", + "offset": 148, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3577", + "kind": "UInt64", + "name": "GuardAddressTakenIatEntryCount", + "offset": 156, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3578", + "kind": "UInt64", + "name": "GuardLongJumpTargetTable", + "offset": 164, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3579", + "kind": "UInt64", + "name": "GuardLongJumpTargetCount", + "offset": 172, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3580", + "kind": "UInt64", + "name": "DynamicValueRelocTable", + "offset": 180, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3581", + "kind": "UInt64", + "name": "CHPEMetadataPointer", + "offset": 188, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3582", + "kind": "UInt64", + "name": "GuardRFFailureRoutine", + "offset": 196, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3583", + "kind": "UInt64", + "name": "GuardRFFailureRoutineFunctionPointer", + "offset": 204, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3584", + "kind": "UInt32", + "name": "DynamicValueRelocTableOffset", + "offset": 212, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3585", + "kind": "UInt16", + "name": "DynamicValueRelocTableSection", + "offset": 216, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3586", + "kind": "UInt16", + "name": "Reserved2", + "offset": 218, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3587", + "kind": "UInt64", + "name": "GuardRFVerifyStackPointerFunctionPointer", + "offset": 220, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3588", + "kind": "UInt32", + "name": "HotPatchTableOffset", + "offset": 228, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3589", + "kind": "UInt32", + "name": "Reserved3", + "offset": 232, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3590", + "kind": "UInt64", + "name": "EnclaveConfigurationPointer", + "offset": 236, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3591", + "kind": "UInt64", + "name": "VolatileMetadataPointer", + "offset": 244, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3592", + "kind": "UInt64", + "name": "GuardEHContinuationTable", + "offset": 252, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3593", + "kind": "UInt64", + "name": "GuardEHContinuationCount", + "offset": 260, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3594", + "kind": "UInt64", + "name": "GuardXFGCheckFunctionPointer", + "offset": 268, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3595", + "kind": "UInt64", + "name": "GuardXFGDispatchFunctionPointer", + "offset": 276, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3596", + "kind": "UInt64", + "name": "GuardXFGTableDispatchFunctionPointer", + "offset": 284, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3597", + "kind": "UInt64", + "name": "CastGuardOsDeterminedFailureMode", + "offset": 292, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3598", + "kind": "UInt64", + "name": "GuardMemcpyFunctionPointer", + "offset": 300, + "parentId": "3549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3599", + "kind": "Struct", + "name": "_UMS_CREATE_THREAD_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UMS_CREATE_THREAD_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3600", + "kind": "UInt32", + "name": "UmsVersion", + "offset": 0, + "parentId": "3599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3601", + "kind": "Hex8", + "name": "UmsContext", + "offset": 4, + "parentId": "3599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3602", + "kind": "Hex8", + "name": "UmsCompletionList", + "offset": 5, + "parentId": "3599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3603", + "kind": "Struct", + "name": "_PEB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3604", + "kind": "UInt8", + "name": "InheritedAddressSpace", + "offset": 0, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3605", + "kind": "UInt8", + "name": "ReadImageFileExecOptions", + "offset": 1, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3606", + "kind": "UInt8", + "name": "BeingDebugged", + "offset": 2, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3607", + "kind": "Struct", + "name": "", + "offset": 3, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3608", + "kind": "UInt8", + "name": "BitField", + "offset": 0, + "parentId": "3607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3609", + "kind": "Hex8", + "name": "Mutant", + "offset": 4, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3610", + "kind": "Hex8", + "name": "ImageBaseAddress", + "offset": 5, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3611", + "kind": "Struct", + "name": "Ldr", + "offset": 6, + "parentId": "3603", + "refId": "13298", + "strLen": 64, + "structTypeName": "_PEB_LDR_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3612", + "kind": "Struct", + "name": "ProcessParameters", + "offset": 6, + "parentId": "3603", + "refId": "5121", + "strLen": 64, + "structTypeName": "_RTL_USER_PROCESS_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3613", + "kind": "Hex8", + "name": "SubSystemData", + "offset": 6, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3614", + "kind": "Hex8", + "name": "ProcessHeap", + "offset": 7, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3615", + "kind": "Struct", + "name": "FastPebLock", + "offset": 8, + "parentId": "3603", + "refId": "462", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3616", + "kind": "Struct", + "name": "AtlThunkSListPtr", + "offset": 8, + "parentId": "3603", + "refId": "4636", + "strLen": 64, + "structTypeName": "_SLIST_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3617", + "kind": "Hex8", + "name": "IFEOKey", + "offset": 8, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3618", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3619", + "kind": "UInt32", + "name": "CrossProcessFlags", + "offset": 0, + "parentId": "3618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3620", + "kind": "Struct", + "name": "", + "offset": 13, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3621", + "kind": "Hex8", + "name": "KernelCallbackTable", + "offset": 0, + "parentId": "3620", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3622", + "kind": "Hex8", + "name": "UserSharedInfoPtr", + "offset": 0, + "parentId": "3620", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3623", + "kind": "UInt32", + "name": "SystemReserved", + "offset": 14, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3624", + "kind": "UInt32", + "name": "AtlThunkSListPtr32", + "offset": 18, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3625", + "kind": "Struct", + "name": "ApiSetMap", + "offset": 22, + "parentId": "3603", + "refId": "14159", + "strLen": 64, + "structTypeName": "_API_SET_NAMESPACE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3626", + "kind": "UInt32", + "name": "TlsExpansionCounter", + "offset": 22, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3627", + "kind": "Struct", + "name": "TlsBitmap", + "offset": 26, + "parentId": "3603", + "refId": "13584", + "strLen": 64, + "structTypeName": "_RTL_BITMAP" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "3628", + "kind": "Array", + "name": "TlsBitmapBits", + "offset": 26, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3629", + "kind": "Hex8", + "name": "ReadOnlySharedMemoryBase", + "offset": 34, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3630", + "kind": "Struct", + "name": "SharedData", + "offset": 35, + "parentId": "3603", + "refId": "13858", + "strLen": 64, + "structTypeName": "_SILO_USER_SHARED_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3631", + "kind": "Pointer64", + "name": "ReadOnlyStaticServerData", + "offset": 35, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3632", + "kind": "Hex8", + "name": "AnsiCodePageData", + "offset": 43, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3633", + "kind": "Hex8", + "name": "OemCodePageData", + "offset": 44, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3634", + "kind": "Hex8", + "name": "UnicodeCaseTableData", + "offset": 45, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3635", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 46, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3636", + "kind": "UInt32", + "name": "NtGlobalFlag", + "offset": 50, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3637", + "kind": "Struct", + "name": "CriticalSectionTimeout", + "offset": 54, + "parentId": "3603", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3638", + "kind": "UInt64", + "name": "HeapSegmentReserve", + "offset": 54, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3639", + "kind": "UInt64", + "name": "HeapSegmentCommit", + "offset": 62, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3640", + "kind": "UInt64", + "name": "HeapDeCommitTotalFreeThreshold", + "offset": 70, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3641", + "kind": "UInt64", + "name": "HeapDeCommitFreeBlockThreshold", + "offset": 78, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3642", + "kind": "UInt32", + "name": "NumberOfHeaps", + "offset": 86, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3643", + "kind": "UInt32", + "name": "MaximumNumberOfHeaps", + "offset": 90, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3644", + "kind": "Pointer64", + "name": "ProcessHeaps", + "offset": 94, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3645", + "kind": "Hex8", + "name": "GdiSharedHandleTable", + "offset": 102, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3646", + "kind": "Hex8", + "name": "ProcessStarterHelper", + "offset": 103, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3647", + "kind": "UInt32", + "name": "GdiDCAttributeList", + "offset": 104, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3648", + "kind": "Struct", + "name": "LoaderLock", + "offset": 108, + "parentId": "3603", + "refId": "462", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3649", + "kind": "UInt32", + "name": "OSMajorVersion", + "offset": 108, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3650", + "kind": "UInt32", + "name": "OSMinorVersion", + "offset": 112, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3651", + "kind": "UInt16", + "name": "OSBuildNumber", + "offset": 116, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3652", + "kind": "UInt16", + "name": "OSCSDVersion", + "offset": 118, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3653", + "kind": "UInt32", + "name": "OSPlatformId", + "offset": 120, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3654", + "kind": "UInt32", + "name": "ImageSubsystem", + "offset": 124, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3655", + "kind": "UInt32", + "name": "ImageSubsystemMajorVersion", + "offset": 128, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3656", + "kind": "UInt32", + "name": "ImageSubsystemMinorVersion", + "offset": 132, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3657", + "kind": "UInt64", + "name": "ActiveProcessAffinityMask", + "offset": 136, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3658", + "kind": "UInt32", + "name": "GdiHandleBuffer", + "offset": 144, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3659", + "kind": "Hex8", + "name": "PostProcessInitRoutine", + "offset": 148, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3660", + "kind": "Struct", + "name": "TlsExpansionBitmap", + "offset": 149, + "parentId": "3603", + "refId": "13584", + "strLen": 64, + "structTypeName": "_RTL_BITMAP" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt32", + "id": "3661", + "kind": "Array", + "name": "TlsExpansionBitmapBits", + "offset": 149, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3662", + "kind": "UInt32", + "name": "SessionId", + "offset": 277, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3663", + "kind": "Struct", + "name": "AppCompatFlags", + "offset": 281, + "parentId": "3603", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3664", + "kind": "Struct", + "name": "AppCompatFlagsUser", + "offset": 281, + "parentId": "3603", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3665", + "kind": "Hex8", + "name": "pShimData", + "offset": 281, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3666", + "kind": "Hex8", + "name": "AppCompatInfo", + "offset": 282, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3667", + "kind": "Struct", + "name": "CSDVersion", + "offset": 283, + "parentId": "3603", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3668", + "kind": "Struct", + "name": "ActivationContextData", + "offset": 283, + "parentId": "3603", + "refId": "12364", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3669", + "kind": "Struct", + "name": "ProcessAssemblyStorageMap", + "offset": 283, + "parentId": "3603", + "refId": "1294", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3670", + "kind": "Struct", + "name": "SystemDefaultActivationContextData", + "offset": 283, + "parentId": "3603", + "refId": "12364", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3671", + "kind": "Struct", + "name": "SystemAssemblyStorageMap", + "offset": 283, + "parentId": "3603", + "refId": "1294", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3672", + "kind": "UInt64", + "name": "MinimumStackCommit", + "offset": 283, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "Hex8", + "id": "3673", + "kind": "Array", + "name": "SparePointers", + "offset": 291, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3674", + "kind": "Hex8", + "name": "PatchLoaderData", + "offset": 293, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3675", + "kind": "Hex8", + "name": "ChpeV2ProcessInfo", + "offset": 294, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3676", + "kind": "UInt32", + "name": "AppModelFeatureState", + "offset": 295, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "3677", + "kind": "Array", + "name": "SpareUlongs", + "offset": 299, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3678", + "kind": "UInt16", + "name": "ActiveCodePage", + "offset": 307, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3679", + "kind": "UInt16", + "name": "OemCodePage", + "offset": 309, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3680", + "kind": "UInt16", + "name": "UseCaseMapping", + "offset": 311, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3681", + "kind": "UInt16", + "name": "UnusedNlsField", + "offset": 313, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3682", + "kind": "Hex8", + "name": "WerRegistrationData", + "offset": 315, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3683", + "kind": "Hex8", + "name": "WerShipAssertPtr", + "offset": 316, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3684", + "kind": "Struct", + "name": "", + "offset": 317, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3685", + "kind": "Hex8", + "name": "pContextData", + "offset": 0, + "parentId": "3684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3686", + "kind": "Hex8", + "name": "pUnused", + "offset": 0, + "parentId": "3684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3687", + "kind": "Hex8", + "name": "EcCodeBitMap", + "offset": 0, + "parentId": "3684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3688", + "kind": "Hex8", + "name": "pImageHeaderHash", + "offset": 318, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3689", + "kind": "Struct", + "name": "", + "offset": 319, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3690", + "kind": "UInt32", + "name": "TracingFlags", + "offset": 0, + "parentId": "3689", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3691", + "kind": "UInt64", + "name": "CsrServerReadOnlySharedMemoryBase", + "offset": 323, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3692", + "kind": "Struct", + "name": "TppWorkerpListLock", + "offset": 331, + "parentId": "3603", + "refId": "462", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3693", + "kind": "Struct", + "name": "TppWorkerpList", + "offset": 331, + "parentId": "3603", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "Hex8", + "id": "3694", + "kind": "Array", + "name": "WaitOnAddressHashTable", + "offset": 331, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3695", + "kind": "Struct", + "name": "TelemetryCoverageHeader", + "offset": 459, + "parentId": "3603", + "refId": "14084", + "strLen": 64, + "structTypeName": "_TELEMETRY_COVERAGE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3696", + "kind": "UInt32", + "name": "CloudFileFlags", + "offset": 459, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3697", + "kind": "UInt32", + "name": "CloudFileDiagFlags", + "offset": 463, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3698", + "kind": "Struct", + "name": "PlaceholderCompatibilityMode", + "offset": 467, + "parentId": "3603", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 7, + "collapsed": true, + "elementKind": "Struct", + "id": "3699", + "kind": "Array", + "name": "PlaceholderCompatibilityModeReserved", + "offset": 467, + "parentId": "3603", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3700", + "kind": "Struct", + "name": "LeapSecondData", + "offset": 467, + "parentId": "3603", + "refId": "0", + "strLen": 64, + "structTypeName": "_LEAP_SECOND_DATA" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3701", + "kind": "Struct", + "name": "", + "offset": 467, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3702", + "kind": "UInt32", + "name": "LeapSecondFlags", + "offset": 0, + "parentId": "3701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3703", + "kind": "UInt32", + "name": "NtGlobalFlag2", + "offset": 471, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3704", + "kind": "UInt64", + "name": "ExtendedFeatureDisableMask", + "offset": 475, + "parentId": "3603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3705", + "kind": "Struct", + "name": "tagCWPSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCWPSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3706", + "kind": "Int64", + "name": "lParam", + "offset": 0, + "parentId": "3705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3707", + "kind": "UInt64", + "name": "wParam", + "offset": 8, + "parentId": "3705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3708", + "kind": "UInt32", + "name": "message", + "offset": 16, + "parentId": "3705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3709", + "kind": "Struct", + "name": "hwnd", + "offset": 20, + "parentId": "3705", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3710", + "kind": "Struct", + "name": "_IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "PageRelativeOffset" + }, + { + "bitOffset": 12, + "bitWidth": 1, + "name": "IndirectCall" + }, + { + "bitOffset": 13, + "bitWidth": 19, + "name": "IATIndex" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "3711", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3712", + "kind": "Struct", + "name": "_PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3713", + "kind": "UInt16", + "name": "NumberOfTargets", + "offset": 0, + "parentId": "3712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3714", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "3712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3715", + "kind": "UInt32", + "name": "Reserved2", + "offset": 4, + "parentId": "3712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3716", + "kind": "Struct", + "name": "Targets", + "offset": 8, + "parentId": "3712", + "refId": "1200", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3717", + "kind": "Struct", + "name": "PPM_WMI_PERF_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_PERF_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3718", + "kind": "UInt32", + "name": "Frequency", + "offset": 0, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3719", + "kind": "UInt32", + "name": "Power", + "offset": 4, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3720", + "kind": "UInt8", + "name": "PercentFrequency", + "offset": 8, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3721", + "kind": "UInt8", + "name": "IncreaseLevel", + "offset": 9, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3722", + "kind": "UInt8", + "name": "DecreaseLevel", + "offset": 10, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3723", + "kind": "UInt8", + "name": "Type", + "offset": 11, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3724", + "kind": "UInt32", + "name": "IncreaseTime", + "offset": 12, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3725", + "kind": "UInt32", + "name": "DecreaseTime", + "offset": 16, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3726", + "kind": "UInt64", + "name": "Control", + "offset": 20, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3727", + "kind": "UInt64", + "name": "Status", + "offset": 28, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3728", + "kind": "UInt32", + "name": "HitCount", + "offset": 36, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3729", + "kind": "UInt32", + "name": "Reserved1", + "offset": 40, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3730", + "kind": "UInt64", + "name": "Reserved2", + "offset": 44, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3731", + "kind": "UInt64", + "name": "Reserved3", + "offset": 52, + "parentId": "3717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3732", + "kind": "Struct", + "name": "PPM_WMI_PERF_STATES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_PERF_STATES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3733", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3734", + "kind": "UInt32", + "name": "MaxFrequency", + "offset": 4, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3735", + "kind": "UInt32", + "name": "CurrentState", + "offset": 8, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3736", + "kind": "UInt32", + "name": "MaxPerfState", + "offset": 12, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3737", + "kind": "UInt32", + "name": "MinPerfState", + "offset": 16, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3738", + "kind": "UInt32", + "name": "LowestPerfState", + "offset": 20, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3739", + "kind": "UInt32", + "name": "ThermalConstraint", + "offset": 24, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3740", + "kind": "UInt8", + "name": "BusyAdjThreshold", + "offset": 28, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3741", + "kind": "UInt8", + "name": "PolicyType", + "offset": 29, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3742", + "kind": "UInt8", + "name": "Type", + "offset": 30, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3743", + "kind": "UInt8", + "name": "Reserved", + "offset": 31, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3744", + "kind": "UInt32", + "name": "TimerInterval", + "offset": 32, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3745", + "kind": "UInt64", + "name": "TargetProcessors", + "offset": 36, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3746", + "kind": "UInt32", + "name": "PStateHandler", + "offset": 44, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3747", + "kind": "UInt32", + "name": "PStateContext", + "offset": 48, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3748", + "kind": "UInt32", + "name": "TStateHandler", + "offset": 52, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3749", + "kind": "UInt32", + "name": "TStateContext", + "offset": 56, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3750", + "kind": "UInt32", + "name": "FeedbackHandler", + "offset": 60, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3751", + "kind": "UInt32", + "name": "Reserved1", + "offset": 64, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3752", + "kind": "UInt64", + "name": "Reserved2", + "offset": 68, + "parentId": "3732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3753", + "kind": "Array", + "name": "State", + "offset": 76, + "parentId": "3732", + "refId": "3717", + "strLen": 64, + "structTypeName": "PPM_WMI_PERF_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3754", + "kind": "Struct", + "name": "_PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3755", + "kind": "UInt64", + "name": "BaseAddress", + "offset": 0, + "parentId": "3754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3756", + "kind": "UInt64", + "name": "Size", + "offset": 8, + "parentId": "3754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3757", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "3754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3758", + "kind": "Struct", + "name": "_ICONINFOEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ICONINFOEXW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3759", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3760", + "kind": "Int32", + "name": "fIcon", + "offset": 4, + "parentId": "3758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3761", + "kind": "UInt32", + "name": "xHotspot", + "offset": 8, + "parentId": "3758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3762", + "kind": "UInt32", + "name": "yHotspot", + "offset": 12, + "parentId": "3758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3763", + "kind": "Struct", + "name": "hbmMask", + "offset": 16, + "parentId": "3758", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3764", + "kind": "Struct", + "name": "hbmColor", + "offset": 16, + "parentId": "3758", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3765", + "kind": "UInt16", + "name": "wResID", + "offset": 16, + "parentId": "3758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "3766", + "kind": "Array", + "name": "szModName", + "offset": 18, + "parentId": "3758", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "3767", + "kind": "Array", + "name": "szResName", + "offset": 18, + "parentId": "3758", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3768", + "kind": "Struct", + "name": "_POWER_PLATFORM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_PLATFORM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3769", + "kind": "UInt8", + "name": "AoAc", + "offset": 0, + "parentId": "3768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3770", + "kind": "Struct", + "name": "tagMOUSEHOOKSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMOUSEHOOKSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3771", + "kind": "Struct", + "name": "pt", + "offset": 0, + "parentId": "3770", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3772", + "kind": "Struct", + "name": "hwnd", + "offset": 0, + "parentId": "3770", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3773", + "kind": "UInt32", + "name": "wHitTestCode", + "offset": 0, + "parentId": "3770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3774", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 4, + "parentId": "3770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3775", + "kind": "Struct", + "name": "PPM_IDLE_STATE_BUCKET_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_BUCKET_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3776", + "kind": "UInt64", + "name": "TotalTimeUs", + "offset": 0, + "parentId": "3775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3777", + "kind": "UInt32", + "name": "MinTimeUs", + "offset": 8, + "parentId": "3775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3778", + "kind": "UInt32", + "name": "MaxTimeUs", + "offset": 12, + "parentId": "3775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3779", + "kind": "UInt32", + "name": "Count", + "offset": 16, + "parentId": "3775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3780", + "kind": "Struct", + "name": "PPM_IDLE_STATE_ACCOUNTING_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_ACCOUNTING_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3781", + "kind": "UInt64", + "name": "TotalTime", + "offset": 0, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3782", + "kind": "UInt32", + "name": "IdleTransitions", + "offset": 8, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3783", + "kind": "UInt32", + "name": "FailedTransitions", + "offset": 12, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3784", + "kind": "UInt32", + "name": "InvalidBucketIndex", + "offset": 16, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3785", + "kind": "UInt32", + "name": "MinTimeUs", + "offset": 20, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3786", + "kind": "UInt32", + "name": "MaxTimeUs", + "offset": 24, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3787", + "kind": "UInt32", + "name": "CancelledTransitions", + "offset": 28, + "parentId": "3780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "3788", + "kind": "Array", + "name": "IdleTimeBuckets", + "offset": 32, + "parentId": "3780", + "refId": "3775", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_BUCKET_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3789", + "kind": "Struct", + "name": "_IMAGE_BDD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_BDD_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3790", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "3789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3791", + "kind": "UInt32", + "name": "BDDSize", + "offset": 4, + "parentId": "3789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3792", + "kind": "Struct", + "name": "tagMOUSEMOVEPOINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMOUSEMOVEPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3793", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "3792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3794", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "3792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3795", + "kind": "UInt32", + "name": "time", + "offset": 8, + "parentId": "3792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3796", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 12, + "parentId": "3792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3797", + "kind": "Struct", + "name": "_POOLED_USAGE_AND_LIMITS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POOLED_USAGE_AND_LIMITS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3798", + "kind": "UInt64", + "name": "PeakPagedPoolUsage", + "offset": 0, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3799", + "kind": "UInt64", + "name": "PagedPoolUsage", + "offset": 8, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3800", + "kind": "UInt64", + "name": "PagedPoolLimit", + "offset": 16, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3801", + "kind": "UInt64", + "name": "PeakNonPagedPoolUsage", + "offset": 24, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3802", + "kind": "UInt64", + "name": "NonPagedPoolUsage", + "offset": 32, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3803", + "kind": "UInt64", + "name": "NonPagedPoolLimit", + "offset": 40, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3804", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 48, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3805", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 56, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3806", + "kind": "UInt64", + "name": "PagefileLimit", + "offset": 64, + "parentId": "3797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3807", + "kind": "Struct", + "name": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3808", + "kind": "UInt32", + "name": "EpilogScopeData", + "offset": 0, + "parentId": "3807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3809", + "kind": "Struct", + "name": "_SYSTEM_POOL_ZEROING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_ZEROING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3810", + "kind": "UInt8", + "name": "PoolZeroingSupportPresent", + "offset": 0, + "parentId": "3809", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3811", + "kind": "Struct", + "name": "PPM_IDLE_STATE_ACCOUNTING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_ACCOUNTING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3812", + "kind": "UInt32", + "name": "IdleTransitions", + "offset": 0, + "parentId": "3811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3813", + "kind": "UInt32", + "name": "FailedTransitions", + "offset": 4, + "parentId": "3811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3814", + "kind": "UInt32", + "name": "InvalidBucketIndex", + "offset": 8, + "parentId": "3811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3815", + "kind": "UInt64", + "name": "TotalTime", + "offset": 12, + "parentId": "3811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt32", + "id": "3816", + "kind": "Array", + "name": "IdleTimeBuckets", + "offset": 20, + "parentId": "3811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3817", + "kind": "Struct", + "name": "PPM_IDLE_ACCOUNTING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLE_ACCOUNTING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3818", + "kind": "UInt32", + "name": "StateCount", + "offset": 0, + "parentId": "3817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3819", + "kind": "UInt32", + "name": "TotalTransitions", + "offset": 4, + "parentId": "3817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3820", + "kind": "UInt32", + "name": "ResetCount", + "offset": 8, + "parentId": "3817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3821", + "kind": "UInt64", + "name": "StartTime", + "offset": 12, + "parentId": "3817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "3822", + "kind": "Array", + "name": "State", + "offset": 20, + "parentId": "3817", + "refId": "3811", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_ACCOUNTING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3823", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3824", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3825", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "3824", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3826", + "kind": "Struct", + "name": "PROCESSOR_IDLESTATE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PROCESSOR_IDLESTATE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3827", + "kind": "UInt32", + "name": "TimeCheck", + "offset": 0, + "parentId": "3826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3828", + "kind": "UInt8", + "name": "DemotePercent", + "offset": 4, + "parentId": "3826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3829", + "kind": "UInt8", + "name": "PromotePercent", + "offset": 5, + "parentId": "3826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "3830", + "kind": "Array", + "name": "Spare", + "offset": 6, + "parentId": "3826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3831", + "kind": "Struct", + "name": "PROCESSOR_IDLESTATE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PROCESSOR_IDLESTATE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3832", + "kind": "UInt16", + "name": "Revision", + "offset": 0, + "parentId": "3831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3833", + "kind": "Struct", + "name": "Flags", + "offset": 2, + "parentId": "3831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3834", + "kind": "UInt16", + "name": "AsWORD", + "offset": 0, + "parentId": "3833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3835", + "kind": "UInt32", + "name": "PolicyCount", + "offset": 4, + "parentId": "3831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "3836", + "kind": "Array", + "name": "Policy", + "offset": 8, + "parentId": "3831", + "refId": "3826", + "strLen": 64, + "structTypeName": "PROCESSOR_IDLESTATE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3837", + "kind": "Struct", + "name": "_XSTATE_CONFIGURATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_XSTATE_CONFIGURATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3838", + "kind": "UInt64", + "name": "EnabledFeatures", + "offset": 0, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3839", + "kind": "UInt64", + "name": "EnabledVolatileFeatures", + "offset": 8, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3840", + "kind": "UInt32", + "name": "Size", + "offset": 16, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3841", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3842", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 0, + "parentId": "3841", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "3843", + "kind": "Array", + "name": "Features", + "offset": 24, + "parentId": "3837", + "refId": "699", + "strLen": 64, + "structTypeName": "_XSTATE_FEATURE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3844", + "kind": "UInt64", + "name": "EnabledSupervisorFeatures", + "offset": 24, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3845", + "kind": "UInt64", + "name": "AlignedFeatures", + "offset": 32, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3846", + "kind": "UInt32", + "name": "AllFeatureSize", + "offset": 40, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt32", + "id": "3847", + "kind": "Array", + "name": "AllFeatures", + "offset": 44, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3848", + "kind": "UInt64", + "name": "EnabledUserVisibleSupervisorFeatures", + "offset": 300, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3849", + "kind": "UInt64", + "name": "ExtendedFeatureDisableFeatures", + "offset": 308, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3850", + "kind": "UInt32", + "name": "AllNonLargeFeatureSize", + "offset": 316, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3851", + "kind": "UInt16", + "name": "MaxSveVectorLength", + "offset": 320, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3852", + "kind": "UInt16", + "name": "Spare1", + "offset": 322, + "parentId": "3837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3853", + "kind": "Struct", + "name": "_MEMORY_BASIC_INFORMATION32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_BASIC_INFORMATION32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3854", + "kind": "UInt32", + "name": "BaseAddress", + "offset": 0, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3855", + "kind": "UInt32", + "name": "AllocationBase", + "offset": 4, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3856", + "kind": "UInt32", + "name": "AllocationProtect", + "offset": 8, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3857", + "kind": "UInt32", + "name": "RegionSize", + "offset": 12, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3858", + "kind": "UInt32", + "name": "State", + "offset": 16, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3859", + "kind": "UInt32", + "name": "Protect", + "offset": 20, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3860", + "kind": "UInt32", + "name": "Type", + "offset": 24, + "parentId": "3853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3861", + "kind": "Struct", + "name": "tagLOGFONTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3862", + "kind": "Int32", + "name": "lfHeight", + "offset": 0, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3863", + "kind": "Int32", + "name": "lfWidth", + "offset": 4, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3864", + "kind": "Int32", + "name": "lfEscapement", + "offset": 8, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3865", + "kind": "Int32", + "name": "lfOrientation", + "offset": 12, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3866", + "kind": "Int32", + "name": "lfWeight", + "offset": 16, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3867", + "kind": "UInt8", + "name": "lfItalic", + "offset": 20, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3868", + "kind": "UInt8", + "name": "lfUnderline", + "offset": 21, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3869", + "kind": "UInt8", + "name": "lfStrikeOut", + "offset": 22, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3870", + "kind": "UInt8", + "name": "lfCharSet", + "offset": 23, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3871", + "kind": "UInt8", + "name": "lfOutPrecision", + "offset": 24, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3872", + "kind": "UInt8", + "name": "lfClipPrecision", + "offset": 25, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3873", + "kind": "UInt8", + "name": "lfQuality", + "offset": 26, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3874", + "kind": "UInt8", + "name": "lfPitchAndFamily", + "offset": 27, + "parentId": "3861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "3875", + "kind": "Array", + "name": "lfFaceName", + "offset": 28, + "parentId": "3861", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3876", + "kind": "Struct", + "name": "tagNONCLIENTMETRICSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNONCLIENTMETRICSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3877", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3878", + "kind": "Int32", + "name": "iBorderWidth", + "offset": 4, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3879", + "kind": "Int32", + "name": "iScrollWidth", + "offset": 8, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3880", + "kind": "Int32", + "name": "iScrollHeight", + "offset": 12, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3881", + "kind": "Int32", + "name": "iCaptionWidth", + "offset": 16, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3882", + "kind": "Int32", + "name": "iCaptionHeight", + "offset": 20, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3883", + "kind": "Struct", + "name": "lfCaptionFont", + "offset": 24, + "parentId": "3876", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3884", + "kind": "Int32", + "name": "iSmCaptionWidth", + "offset": 24, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3885", + "kind": "Int32", + "name": "iSmCaptionHeight", + "offset": 28, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3886", + "kind": "Struct", + "name": "lfSmCaptionFont", + "offset": 32, + "parentId": "3876", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3887", + "kind": "Int32", + "name": "iMenuWidth", + "offset": 32, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3888", + "kind": "Int32", + "name": "iMenuHeight", + "offset": 36, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3889", + "kind": "Struct", + "name": "lfMenuFont", + "offset": 40, + "parentId": "3876", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3890", + "kind": "Struct", + "name": "lfStatusFont", + "offset": 40, + "parentId": "3876", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3891", + "kind": "Struct", + "name": "lfMessageFont", + "offset": 40, + "parentId": "3876", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3892", + "kind": "Int32", + "name": "iPaddedBorderWidth", + "offset": 40, + "parentId": "3876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3893", + "kind": "Struct", + "name": "_IMAGE_BOUND_IMPORT_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_BOUND_IMPORT_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3894", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 0, + "parentId": "3893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3895", + "kind": "UInt16", + "name": "OffsetModuleName", + "offset": 4, + "parentId": "3893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3896", + "kind": "UInt16", + "name": "NumberOfModuleForwarderRefs", + "offset": 6, + "parentId": "3893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3897", + "kind": "Struct", + "name": "_POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3898", + "kind": "UInt8", + "name": "IsAllowed", + "offset": 0, + "parentId": "3897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3899", + "kind": "Struct", + "name": "_POWER_SESSION_WINLOGON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_WINLOGON" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3900", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "3899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3901", + "kind": "UInt8", + "name": "Console", + "offset": 4, + "parentId": "3899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3902", + "kind": "UInt8", + "name": "Locked", + "offset": 5, + "parentId": "3899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3903", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_IMAGE_LOAD_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_IMAGE_LOAD_POLICY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "3904", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "3903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3905", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "3904", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3906", + "kind": "Struct", + "name": "_IMAGE_DYNAMIC_RELOCATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DYNAMIC_RELOCATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3907", + "kind": "UInt64", + "name": "Symbol", + "offset": 0, + "parentId": "3906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3908", + "kind": "UInt32", + "name": "BaseRelocSize", + "offset": 8, + "parentId": "3906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3909", + "kind": "Struct", + "name": "_POWER_SESSION_TIMEOUTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_TIMEOUTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3910", + "kind": "UInt32", + "name": "InputTimeout", + "offset": 0, + "parentId": "3909", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3911", + "kind": "UInt32", + "name": "DisplayTimeout", + "offset": 4, + "parentId": "3909", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3912", + "kind": "Struct", + "name": "_PROCESS_ENERGY_TRACKING_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_TRACKING_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3913", + "kind": "UInt32", + "name": "StateUpdateMask", + "offset": 0, + "parentId": "3912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3914", + "kind": "UInt32", + "name": "StateDesiredValue", + "offset": 4, + "parentId": "3912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3915", + "kind": "UInt32", + "name": "StateSequence", + "offset": 8, + "parentId": "3912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "UpdateTag" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "3916", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "3912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "3917", + "kind": "Array", + "name": "Tag", + "offset": 13, + "parentId": "3912", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3918", + "kind": "Struct", + "name": "_RTL_ACTIVATION_CONTEXT_STACK_FRAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_ACTIVATION_CONTEXT_STACK_FRAME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3919", + "kind": "Pointer64", + "name": "Previous", + "offset": 0, + "parentId": "3918", + "refId": "3918", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3920", + "kind": "Struct", + "name": "ActivationContext", + "offset": 8, + "parentId": "3918", + "refId": "1298", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3921", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "3918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3922", + "kind": "Struct", + "name": "_RTL_CRITICAL_SECTION_DEBUG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION_DEBUG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3923", + "kind": "UInt16", + "name": "Type", + "offset": 0, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3924", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 2, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3925", + "kind": "Pointer64", + "name": "CriticalSection", + "offset": 4, + "parentId": "3922", + "refId": "462", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3926", + "kind": "Struct", + "name": "ProcessLocksList", + "offset": 12, + "parentId": "3922", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3927", + "kind": "UInt32", + "name": "EntryCount", + "offset": 12, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3928", + "kind": "UInt32", + "name": "ContentionCount", + "offset": 16, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3929", + "kind": "UInt32", + "name": "Flags", + "offset": 20, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3930", + "kind": "UInt16", + "name": "CreatorBackTraceIndexHigh", + "offset": 24, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3931", + "kind": "UInt16", + "name": "Identifier", + "offset": 26, + "parentId": "3922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3932", + "kind": "Struct", + "name": "_IMAGE_DEBUG_MISC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DEBUG_MISC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3933", + "kind": "UInt32", + "name": "DataType", + "offset": 0, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3934", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3935", + "kind": "UInt8", + "name": "Unicode", + "offset": 8, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3936", + "kind": "Hex8", + "name": "", + "offset": 9, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3937", + "kind": "Hex8", + "name": "", + "offset": 10, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3938", + "kind": "Hex8", + "name": "", + "offset": 11, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3939", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "3932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3940", + "kind": "Struct", + "name": "_JOBOBJECT_BASIC_UI_RESTRICTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_UI_RESTRICTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3941", + "kind": "UInt32", + "name": "UIRestrictionsClass", + "offset": 0, + "parentId": "3940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3942", + "kind": "Struct", + "name": "_IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3943", + "kind": "UInt32", + "name": "EpilogueCount", + "offset": 0, + "parentId": "3942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3944", + "kind": "UInt8", + "name": "EpilogueByteCount", + "offset": 4, + "parentId": "3942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3945", + "kind": "UInt8", + "name": "BranchDescriptorElementSize", + "offset": 5, + "parentId": "3942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3946", + "kind": "UInt16", + "name": "BranchDescriptorCount", + "offset": 6, + "parentId": "3942", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3947", + "kind": "Struct", + "name": "PPM_WMI_IDLE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_IDLE_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3948", + "kind": "UInt32", + "name": "Latency", + "offset": 0, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3949", + "kind": "UInt32", + "name": "Power", + "offset": 4, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3950", + "kind": "UInt32", + "name": "TimeCheck", + "offset": 8, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3951", + "kind": "UInt8", + "name": "PromotePercent", + "offset": 12, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3952", + "kind": "UInt8", + "name": "DemotePercent", + "offset": 13, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3953", + "kind": "UInt8", + "name": "StateType", + "offset": 14, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3954", + "kind": "UInt8", + "name": "Reserved", + "offset": 15, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3955", + "kind": "UInt32", + "name": "StateFlags", + "offset": 16, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3956", + "kind": "UInt32", + "name": "Context", + "offset": 20, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3957", + "kind": "UInt32", + "name": "IdleHandler", + "offset": 24, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3958", + "kind": "UInt32", + "name": "Reserved1", + "offset": 28, + "parentId": "3947", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3959", + "kind": "Struct", + "name": "_ICONINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ICONINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3960", + "kind": "Int32", + "name": "fIcon", + "offset": 0, + "parentId": "3959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3961", + "kind": "UInt32", + "name": "xHotspot", + "offset": 4, + "parentId": "3959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3962", + "kind": "UInt32", + "name": "yHotspot", + "offset": 8, + "parentId": "3959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3963", + "kind": "Struct", + "name": "hbmMask", + "offset": 12, + "parentId": "3959", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3964", + "kind": "Struct", + "name": "hbmColor", + "offset": 12, + "parentId": "3959", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3965", + "kind": "Struct", + "name": "_JOBOBJECT_ASSOCIATE_COMPLETION_PORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_ASSOCIATE_COMPLETION_PORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3966", + "kind": "Hex8", + "name": "CompletionKey", + "offset": 0, + "parentId": "3965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3967", + "kind": "Hex8", + "name": "CompletionPort", + "offset": 1, + "parentId": "3965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3968", + "kind": "Struct", + "name": "SET_POWER_SETTING_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SET_POWER_SETTING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3969", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "3968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3970", + "kind": "Struct", + "name": "Guid", + "offset": 4, + "parentId": "3968", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3971", + "kind": "UInt32", + "name": "PowerCondition", + "offset": 4, + "parentId": "3968", + "refId": "68", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3972", + "kind": "UInt32", + "name": "DataLength", + "offset": 8, + "parentId": "3968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3973", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "3968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3974", + "kind": "Struct", + "name": "_RESUME_PERFORMANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RESUME_PERFORMANCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3975", + "kind": "UInt32", + "name": "PostTimeMs", + "offset": 0, + "parentId": "3974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3976", + "kind": "UInt64", + "name": "TotalResumeTimeMs", + "offset": 4, + "parentId": "3974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3977", + "kind": "UInt64", + "name": "ResumeCompleteTimestamp", + "offset": 12, + "parentId": "3974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3978", + "kind": "Struct", + "name": "_PROCESS_SYSCALL_PROVIDER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_SYSCALL_PROVIDER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3979", + "kind": "Struct", + "name": "ProviderId", + "offset": 0, + "parentId": "3978", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3980", + "kind": "UInt8", + "name": "Level", + "offset": 0, + "parentId": "3978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3981", + "kind": "Struct", + "name": "_DBGKM_CREATE_THREAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_CREATE_THREAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3982", + "kind": "UInt32", + "name": "SubSystemKey", + "offset": 0, + "parentId": "3981", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3983", + "kind": "Hex8", + "name": "StartAddress", + "offset": 4, + "parentId": "3981", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3984", + "kind": "Struct", + "name": "_OSVERSIONINFOEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OSVERSIONINFOEXW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3985", + "kind": "UInt32", + "name": "dwOSVersionInfoSize", + "offset": 0, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3986", + "kind": "UInt32", + "name": "dwMajorVersion", + "offset": 4, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3987", + "kind": "UInt32", + "name": "dwMinorVersion", + "offset": 8, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3988", + "kind": "UInt32", + "name": "dwBuildNumber", + "offset": 12, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3989", + "kind": "UInt32", + "name": "dwPlatformId", + "offset": 16, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "3990", + "kind": "Array", + "name": "szCSDVersion", + "offset": 20, + "parentId": "3984", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3991", + "kind": "UInt16", + "name": "wServicePackMajor", + "offset": 20, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3992", + "kind": "UInt16", + "name": "wServicePackMinor", + "offset": 22, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3993", + "kind": "UInt16", + "name": "wSuiteMask", + "offset": 24, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3994", + "kind": "UInt8", + "name": "wProductType", + "offset": 26, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3995", + "kind": "UInt8", + "name": "wReserved", + "offset": 27, + "parentId": "3984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3996", + "kind": "Struct", + "name": "_SERVERSILO_INIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVERSILO_INIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3997", + "kind": "Hex8", + "name": "DeleteEvent", + "offset": 0, + "parentId": "3996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "3998", + "kind": "UInt8", + "name": "IsDownlevelContainer", + "offset": 1, + "parentId": "3996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "3999", + "kind": "Struct", + "name": "tagGUITHREADINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGUITHREADINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4000", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "3999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4001", + "kind": "UInt32", + "name": "flags", + "offset": 4, + "parentId": "3999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4002", + "kind": "Struct", + "name": "hwndActive", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4003", + "kind": "Struct", + "name": "hwndFocus", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4004", + "kind": "Struct", + "name": "hwndCapture", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4005", + "kind": "Struct", + "name": "hwndMenuOwner", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4006", + "kind": "Struct", + "name": "hwndMoveSize", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4007", + "kind": "Struct", + "name": "hwndCaret", + "offset": 8, + "parentId": "3999", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4008", + "kind": "Struct", + "name": "rcCaret", + "offset": 8, + "parentId": "3999", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4009", + "kind": "Struct", + "name": "_MESSAGE_RESOURCE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_RESOURCE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4010", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "4009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4011", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "4009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4012", + "kind": "Array", + "name": "Text", + "offset": 4, + "parentId": "4009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4013", + "kind": "Struct", + "name": "tagTITLEBARINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTITLEBARINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4014", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4015", + "kind": "Struct", + "name": "rcTitleBar", + "offset": 4, + "parentId": "4013", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt32", + "id": "4016", + "kind": "Array", + "name": "rgstate", + "offset": 4, + "parentId": "4013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4017", + "kind": "Struct", + "name": "tagMENUBARINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMENUBARINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4018", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4017", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4019", + "kind": "Struct", + "name": "rcBar", + "offset": 4, + "parentId": "4017", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4020", + "kind": "Struct", + "name": "hMenu", + "offset": 4, + "parentId": "4017", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4021", + "kind": "Struct", + "name": "hwndMenu", + "offset": 4, + "parentId": "4017", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "fBarFocused" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "fFocused" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "fUnused" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "4022", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "4017", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4023", + "kind": "Struct", + "name": "_OSVERSIONINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OSVERSIONINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4024", + "kind": "UInt32", + "name": "dwOSVersionInfoSize", + "offset": 0, + "parentId": "4023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4025", + "kind": "UInt32", + "name": "dwMajorVersion", + "offset": 4, + "parentId": "4023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4026", + "kind": "UInt32", + "name": "dwMinorVersion", + "offset": 8, + "parentId": "4023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4027", + "kind": "UInt32", + "name": "dwBuildNumber", + "offset": 12, + "parentId": "4023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4028", + "kind": "UInt32", + "name": "dwPlatformId", + "offset": 16, + "parentId": "4023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "4029", + "kind": "Array", + "name": "szCSDVersion", + "offset": 20, + "parentId": "4023", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4030", + "kind": "Struct", + "name": "_TAPE_WRITE_MARKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_WRITE_MARKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4031", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "4030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4032", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "4030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4033", + "kind": "UInt8", + "name": "Immediate", + "offset": 8, + "parentId": "4030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4034", + "kind": "Struct", + "name": "tagALTTABINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagALTTABINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4035", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4036", + "kind": "Int32", + "name": "cItems", + "offset": 4, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4037", + "kind": "Int32", + "name": "cColumns", + "offset": 8, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4038", + "kind": "Int32", + "name": "cRows", + "offset": 12, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4039", + "kind": "Int32", + "name": "iColFocus", + "offset": 16, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4040", + "kind": "Int32", + "name": "iRowFocus", + "offset": 20, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4041", + "kind": "Int32", + "name": "cxItem", + "offset": 24, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4042", + "kind": "Int32", + "name": "cyItem", + "offset": 28, + "parentId": "4034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4043", + "kind": "Struct", + "name": "ptStart", + "offset": 32, + "parentId": "4034", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4044", + "kind": "Struct", + "name": "_DBGKM_EXIT_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_EXIT_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4045", + "kind": "Int32", + "name": "ExitStatus", + "offset": 0, + "parentId": "4044", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4046", + "kind": "Struct", + "name": "tagRID_DEVICE_INFO_MOUSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_MOUSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4047", + "kind": "UInt32", + "name": "dwId", + "offset": 0, + "parentId": "4046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4048", + "kind": "UInt32", + "name": "dwNumberOfButtons", + "offset": 4, + "parentId": "4046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4049", + "kind": "UInt32", + "name": "dwSampleRate", + "offset": 8, + "parentId": "4046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4050", + "kind": "Int32", + "name": "fHasHorizontalWheel", + "offset": 12, + "parentId": "4046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4051", + "kind": "Struct", + "name": "tagRID_DEVICE_INFO_KEYBOARD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_KEYBOARD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4052", + "kind": "UInt32", + "name": "dwType", + "offset": 0, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4053", + "kind": "UInt32", + "name": "dwSubType", + "offset": 4, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4054", + "kind": "UInt32", + "name": "dwKeyboardMode", + "offset": 8, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4055", + "kind": "UInt32", + "name": "dwNumberOfFunctionKeys", + "offset": 12, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4056", + "kind": "UInt32", + "name": "dwNumberOfIndicators", + "offset": 16, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4057", + "kind": "UInt32", + "name": "dwNumberOfKeysTotal", + "offset": 20, + "parentId": "4051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4058", + "kind": "Struct", + "name": "tagPOINTER_PEN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_PEN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4059", + "kind": "Struct", + "name": "pointerInfo", + "offset": 0, + "parentId": "4058", + "refId": "3319", + "strLen": 64, + "structTypeName": "tagPOINTER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4060", + "kind": "UInt32", + "name": "penFlags", + "offset": 0, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4061", + "kind": "UInt32", + "name": "penMask", + "offset": 4, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4062", + "kind": "UInt32", + "name": "pressure", + "offset": 8, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4063", + "kind": "UInt32", + "name": "rotation", + "offset": 12, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4064", + "kind": "Int32", + "name": "tiltX", + "offset": 16, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4065", + "kind": "Int32", + "name": "tiltY", + "offset": 20, + "parentId": "4058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4066", + "kind": "Struct", + "name": "tagANIMATIONINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagANIMATIONINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4067", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4068", + "kind": "Int32", + "name": "iMinAnimate", + "offset": 4, + "parentId": "4066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4069", + "kind": "Struct", + "name": "_IMAGE_ENCLAVE_CONFIG64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ENCLAVE_CONFIG64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4070", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4071", + "kind": "UInt32", + "name": "MinimumRequiredConfigSize", + "offset": 4, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4072", + "kind": "UInt32", + "name": "PolicyFlags", + "offset": 8, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4073", + "kind": "UInt32", + "name": "NumberOfImports", + "offset": 12, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4074", + "kind": "UInt32", + "name": "ImportList", + "offset": 16, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4075", + "kind": "UInt32", + "name": "ImportEntrySize", + "offset": 20, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "4076", + "kind": "Array", + "name": "FamilyID", + "offset": 24, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "4077", + "kind": "Array", + "name": "ImageID", + "offset": 40, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4078", + "kind": "UInt32", + "name": "ImageVersion", + "offset": 56, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4079", + "kind": "UInt32", + "name": "SecurityVersion", + "offset": 60, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4080", + "kind": "UInt64", + "name": "EnclaveSize", + "offset": 64, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4081", + "kind": "UInt32", + "name": "NumberOfThreads", + "offset": 72, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4082", + "kind": "UInt32", + "name": "EnclaveFlags", + "offset": 76, + "parentId": "4069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4083", + "kind": "Struct", + "name": "tagSERIALKEYSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSERIALKEYSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4084", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4085", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "4083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4086", + "kind": "Struct", + "name": "lpszActivePort", + "offset": 8, + "parentId": "4083", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4087", + "kind": "Struct", + "name": "lpszPort", + "offset": 8, + "parentId": "4083", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4088", + "kind": "UInt32", + "name": "iBaudRate", + "offset": 8, + "parentId": "4083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4089", + "kind": "UInt32", + "name": "iPortState", + "offset": 12, + "parentId": "4083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4090", + "kind": "UInt32", + "name": "iActive", + "offset": 16, + "parentId": "4083", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4091", + "kind": "Struct", + "name": "tagFILTERKEYS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagFILTERKEYS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4092", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4093", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4094", + "kind": "UInt32", + "name": "iWaitMSec", + "offset": 8, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4095", + "kind": "UInt32", + "name": "iDelayMSec", + "offset": 12, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4096", + "kind": "UInt32", + "name": "iRepeatMSec", + "offset": 16, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4097", + "kind": "UInt32", + "name": "iBounceMSec", + "offset": 20, + "parentId": "4091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4098", + "kind": "Struct", + "name": "_ADMINISTRATOR_POWER_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ADMINISTRATOR_POWER_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4099", + "kind": "UInt32", + "name": "MinSleep", + "offset": 0, + "parentId": "4098", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4100", + "kind": "UInt32", + "name": "MaxSleep", + "offset": 4, + "parentId": "4098", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4101", + "kind": "UInt32", + "name": "MinVideoTimeout", + "offset": 8, + "parentId": "4098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4102", + "kind": "UInt32", + "name": "MaxVideoTimeout", + "offset": 12, + "parentId": "4098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4103", + "kind": "UInt32", + "name": "MinSpindownTimeout", + "offset": 16, + "parentId": "4098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4104", + "kind": "UInt32", + "name": "MaxSpindownTimeout", + "offset": 20, + "parentId": "4098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4105", + "kind": "Struct", + "name": "_PROCESS_WS_WATCH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WS_WATCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4106", + "kind": "Hex8", + "name": "FaultingPc", + "offset": 0, + "parentId": "4105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4107", + "kind": "Hex8", + "name": "FaultingVa", + "offset": 1, + "parentId": "4105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4108", + "kind": "Struct", + "name": "_PROCESS_DISK_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DISK_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4109", + "kind": "UInt64", + "name": "BytesRead", + "offset": 0, + "parentId": "4108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4110", + "kind": "UInt64", + "name": "BytesWritten", + "offset": 8, + "parentId": "4108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4111", + "kind": "UInt64", + "name": "ReadOperationCount", + "offset": 16, + "parentId": "4108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4112", + "kind": "UInt64", + "name": "WriteOperationCount", + "offset": 24, + "parentId": "4108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4113", + "kind": "UInt64", + "name": "FlushOperationCount", + "offset": 32, + "parentId": "4108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4114", + "kind": "Struct", + "name": "_ENERGY_STATE_DURATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENERGY_STATE_DURATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4115", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "4114", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4116", + "kind": "Struct", + "name": "_PROCESS_ENERGY_VALUES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "4117", + "kind": "Array", + "name": "Cycles", + "offset": 0, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4118", + "kind": "UInt64", + "name": "DiskEnergy", + "offset": 64, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4119", + "kind": "UInt64", + "name": "NetworkTailEnergy", + "offset": 72, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4120", + "kind": "UInt64", + "name": "MBBTailEnergy", + "offset": 80, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4121", + "kind": "UInt64", + "name": "NetworkTxRxBytes", + "offset": 88, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4122", + "kind": "UInt64", + "name": "MBBTxRxBytes", + "offset": 96, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4123", + "kind": "Struct", + "name": "", + "offset": 104, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "4124", + "kind": "Array", + "name": "Durations", + "offset": 0, + "parentId": "4123", + "refId": "4114", + "strLen": 64, + "structTypeName": "_ENERGY_STATE_DURATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4125", + "kind": "UInt32", + "name": "CompositionRendered", + "offset": 104, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4126", + "kind": "UInt32", + "name": "CompositionDirtyGenerated", + "offset": 108, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4127", + "kind": "UInt32", + "name": "CompositionDirtyPropagated", + "offset": 112, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4128", + "kind": "UInt32", + "name": "Reserved1", + "offset": 116, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "4129", + "kind": "Array", + "name": "AttributedCycles", + "offset": 120, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "4130", + "kind": "Array", + "name": "WorkOnBehalfCycles", + "offset": 184, + "parentId": "4116", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4131", + "kind": "Struct", + "name": "_JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4132", + "kind": "Struct", + "name": "BasicInfo", + "offset": 0, + "parentId": "4131", + "refId": "885", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_ACCOUNTING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4133", + "kind": "Struct", + "name": "IoInfo", + "offset": 0, + "parentId": "4131", + "refId": "1318", + "strLen": 64, + "structTypeName": "_IO_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4134", + "kind": "Struct", + "name": "DiskIoInfo", + "offset": 0, + "parentId": "4131", + "refId": "4108", + "strLen": 64, + "structTypeName": "_PROCESS_DISK_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4135", + "kind": "UInt64", + "name": "ContextSwitches", + "offset": 0, + "parentId": "4131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4136", + "kind": "Struct", + "name": "TotalCycleTime", + "offset": 8, + "parentId": "4131", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4137", + "kind": "UInt64", + "name": "ReadyTime", + "offset": 8, + "parentId": "4131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4138", + "kind": "Struct", + "name": "EnergyValues", + "offset": 16, + "parentId": "4131", + "refId": "4116", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4139", + "kind": "Struct", + "name": "tagCHANGEFILTERSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCHANGEFILTERSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4140", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4141", + "kind": "UInt32", + "name": "ExtStatus", + "offset": 4, + "parentId": "4139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4142", + "kind": "Struct", + "name": "tagTOGGLEKEYS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTOGGLEKEYS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4143", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4142", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4144", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "4142", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4145", + "kind": "Struct", + "name": "_HEAP_OPTIMIZE_RESOURCES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_OPTIMIZE_RESOURCES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4146", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "4145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4147", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "4145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4148", + "kind": "Struct", + "name": "tagMONITORINFOEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMONITORINFOEXW" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "4149", + "kind": "Array", + "name": "szDevice", + "offset": 0, + "parentId": "4148", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4150", + "kind": "Struct", + "name": "_SLIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SLIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4151", + "kind": "Pointer64", + "name": "Next", + "offset": 0, + "parentId": "4150", + "refId": "4150", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4152", + "kind": "Struct", + "name": "FLASHWINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FLASHWINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4153", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4154", + "kind": "Struct", + "name": "hwnd", + "offset": 4, + "parentId": "4152", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4155", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "4152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4156", + "kind": "UInt32", + "name": "uCount", + "offset": 8, + "parentId": "4152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4157", + "kind": "UInt32", + "name": "dwTimeout", + "offset": 12, + "parentId": "4152", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4158", + "kind": "Struct", + "name": "_IMAGE_SEPARATE_DEBUG_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_SEPARATE_DEBUG_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4159", + "kind": "UInt16", + "name": "Signature", + "offset": 0, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4160", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4161", + "kind": "UInt16", + "name": "Machine", + "offset": 4, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4162", + "kind": "UInt16", + "name": "Characteristics", + "offset": 6, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4163", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 8, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4164", + "kind": "UInt32", + "name": "CheckSum", + "offset": 12, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4165", + "kind": "UInt32", + "name": "ImageBase", + "offset": 16, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4166", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 20, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4167", + "kind": "UInt32", + "name": "NumberOfSections", + "offset": 24, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4168", + "kind": "UInt32", + "name": "ExportedNamesSize", + "offset": 28, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4169", + "kind": "UInt32", + "name": "DebugDirectorySize", + "offset": 32, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4170", + "kind": "UInt32", + "name": "SectionAlignment", + "offset": 36, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4171", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "4158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4172", + "kind": "Struct", + "name": "_RTL_UMS_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UMS_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4173", + "kind": "Struct", + "name": "Link", + "offset": 0, + "parentId": "4172", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4174", + "kind": "Struct", + "name": "Context", + "offset": 0, + "parentId": "4172", + "refId": "588", + "strLen": 64, + "structTypeName": "_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4175", + "kind": "Hex8", + "name": "Teb", + "offset": 0, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4176", + "kind": "Hex8", + "name": "UserContext", + "offset": 1, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ScheduledThread" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "Suspended" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "VolatileContext" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "Terminated" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "DebugActive" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "RunningOnSelfThread" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "DenyRunningOnSelfThread" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "4177", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4178", + "kind": "Int32", + "name": "Flags", + "offset": 3, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "KernelUpdateLock" + }, + { + "bitOffset": 2, + "bitWidth": 62, + "name": "PrimaryClientID" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "4179", + "kind": "Struct", + "name": "", + "offset": 7, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4180", + "kind": "UInt64", + "name": "ContextLock", + "offset": 15, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4181", + "kind": "Pointer64", + "name": "PrimaryUmsContext", + "offset": 23, + "parentId": "4172", + "refId": "4172", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4182", + "kind": "UInt32", + "name": "SwitchCount", + "offset": 31, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4183", + "kind": "UInt32", + "name": "KernelYieldCount", + "offset": 35, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4184", + "kind": "UInt32", + "name": "MixedYieldCount", + "offset": 39, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4185", + "kind": "UInt32", + "name": "YieldCount", + "offset": 43, + "parentId": "4172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4186", + "kind": "Struct", + "name": "tagCURSORSHAPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCURSORSHAPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4187", + "kind": "Int32", + "name": "xHotSpot", + "offset": 0, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4188", + "kind": "Int32", + "name": "yHotSpot", + "offset": 4, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4189", + "kind": "Int32", + "name": "cx", + "offset": 8, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4190", + "kind": "Int32", + "name": "cy", + "offset": 12, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4191", + "kind": "Int32", + "name": "cbWidth", + "offset": 16, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4192", + "kind": "UInt8", + "name": "Planes", + "offset": 20, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4193", + "kind": "UInt8", + "name": "BitsPixel", + "offset": 21, + "parentId": "4186", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4194", + "kind": "Struct", + "name": "_IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "PageRelativeOffset" + }, + { + "bitOffset": 12, + "bitWidth": 1, + "name": "IndirectCall" + }, + { + "bitOffset": 13, + "bitWidth": 1, + "name": "RexWPrefix" + }, + { + "bitOffset": 14, + "bitWidth": 1, + "name": "CfgCheck" + }, + { + "bitOffset": 15, + "bitWidth": 1, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "4195", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4194", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4196", + "kind": "Struct", + "name": "_IMAGE_DYNAMIC_RELOCATION32_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DYNAMIC_RELOCATION32_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4197", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "4196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4198", + "kind": "UInt32", + "name": "FixupInfoSize", + "offset": 4, + "parentId": "4196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4199", + "kind": "UInt32", + "name": "Symbol", + "offset": 8, + "parentId": "4196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4200", + "kind": "UInt32", + "name": "SymbolGroup", + "offset": 12, + "parentId": "4196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4201", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "4196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4202", + "kind": "Struct", + "name": "_REMOTE_NAME_INFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REMOTE_NAME_INFOA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4203", + "kind": "Struct", + "name": "lpUniversalName", + "offset": 0, + "parentId": "4202", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4204", + "kind": "Struct", + "name": "lpConnectionName", + "offset": 0, + "parentId": "4202", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4205", + "kind": "Struct", + "name": "lpRemainingPath", + "offset": 0, + "parentId": "4202", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4206", + "kind": "Struct", + "name": "tagMDICREATESTRUCTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMDICREATESTRUCTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4207", + "kind": "Pointer64", + "name": "szClass", + "offset": 0, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4208", + "kind": "Pointer64", + "name": "szTitle", + "offset": 8, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4209", + "kind": "Hex8", + "name": "hOwner", + "offset": 16, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4210", + "kind": "Int32", + "name": "x", + "offset": 17, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4211", + "kind": "Int32", + "name": "y", + "offset": 21, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4212", + "kind": "Int32", + "name": "cx", + "offset": 25, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4213", + "kind": "Int32", + "name": "cy", + "offset": 29, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4214", + "kind": "UInt32", + "name": "style", + "offset": 33, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4215", + "kind": "Int64", + "name": "lParam", + "offset": 37, + "parentId": "4206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4216", + "kind": "Struct", + "name": "_IMAGE_BDD_DYNAMIC_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_BDD_DYNAMIC_RELOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4217", + "kind": "UInt16", + "name": "Left", + "offset": 0, + "parentId": "4216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4218", + "kind": "UInt16", + "name": "Right", + "offset": 2, + "parentId": "4216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4219", + "kind": "UInt32", + "name": "Value", + "offset": 4, + "parentId": "4216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4220", + "kind": "Struct", + "name": "_PS_MEMORY_RESERVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_MEMORY_RESERVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4221", + "kind": "Hex8", + "name": "ReserveAddress", + "offset": 0, + "parentId": "4220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4222", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 1, + "parentId": "4220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4223", + "kind": "Struct", + "name": "_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4224", + "kind": "UInt32", + "name": "BeginAddress", + "offset": 0, + "parentId": "4223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4225", + "kind": "UInt32", + "name": "EndAddress", + "offset": 4, + "parentId": "4223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4226", + "kind": "UInt32", + "name": "ExceptionHandler", + "offset": 8, + "parentId": "4223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4227", + "kind": "UInt32", + "name": "HandlerData", + "offset": 12, + "parentId": "4223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4228", + "kind": "UInt32", + "name": "PrologEndAddress", + "offset": 16, + "parentId": "4223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4229", + "kind": "Struct", + "name": "_PROCESSOR_POWER_POLICY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_POWER_POLICY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4230", + "kind": "UInt32", + "name": "TimeCheck", + "offset": 0, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4231", + "kind": "UInt32", + "name": "DemoteLimit", + "offset": 4, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4232", + "kind": "UInt32", + "name": "PromoteLimit", + "offset": 8, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4233", + "kind": "UInt8", + "name": "DemotePercent", + "offset": 12, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4234", + "kind": "UInt8", + "name": "PromotePercent", + "offset": 13, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "4235", + "kind": "Array", + "name": "Spare", + "offset": 14, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "AllowDemotion" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "AllowPromotion" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "4236", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "4229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4237", + "kind": "Struct", + "name": "_PROCESS_ACCESS_TOKEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_ACCESS_TOKEN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4238", + "kind": "Hex8", + "name": "Token", + "offset": 0, + "parentId": "4237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4239", + "kind": "Hex8", + "name": "Thread", + "offset": 1, + "parentId": "4237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4240", + "kind": "Struct", + "name": "_IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4241", + "kind": "UInt32", + "name": "OriginalRva", + "offset": 0, + "parentId": "4240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4242", + "kind": "UInt32", + "name": "BDDOffset", + "offset": 4, + "parentId": "4240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4243", + "kind": "UInt32", + "name": "RvaSize", + "offset": 8, + "parentId": "4240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4244", + "kind": "UInt32", + "name": "BaseRelocSize", + "offset": 12, + "parentId": "4240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4245", + "kind": "Struct", + "name": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4246", + "kind": "UInt32", + "name": "HeaderData", + "offset": 0, + "parentId": "4245", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4247", + "kind": "Struct", + "name": "_IMAGE_IMPORT_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_IMPORT_DESCRIPTOR" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4248", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4249", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "4248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4250", + "kind": "UInt32", + "name": "OriginalFirstThunk", + "offset": 0, + "parentId": "4248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4251", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "4247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4252", + "kind": "UInt32", + "name": "ForwarderChain", + "offset": 8, + "parentId": "4247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4253", + "kind": "UInt32", + "name": "Name", + "offset": 12, + "parentId": "4247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4254", + "kind": "UInt32", + "name": "FirstThunk", + "offset": 16, + "parentId": "4247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4255", + "kind": "Struct", + "name": "tagINPUT_TRANSFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT_TRANSFORM" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4256", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4255", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4257", + "kind": "Mat4x4", + "name": "m", + "offset": 0, + "parentId": "4256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4258", + "kind": "Struct", + "name": "_IMAGE_DYNAMIC_RELOCATION64_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DYNAMIC_RELOCATION64_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4259", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "4258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4260", + "kind": "UInt32", + "name": "FixupInfoSize", + "offset": 4, + "parentId": "4258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4261", + "kind": "UInt64", + "name": "Symbol", + "offset": 8, + "parentId": "4258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4262", + "kind": "UInt32", + "name": "SymbolGroup", + "offset": 16, + "parentId": "4258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4263", + "kind": "UInt32", + "name": "Flags", + "offset": 20, + "parentId": "4258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4264", + "kind": "Struct", + "name": "_WIN32K_SYSCALL_FILTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32K_SYSCALL_FILTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4265", + "kind": "UInt32", + "name": "FilterState", + "offset": 0, + "parentId": "4264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4266", + "kind": "UInt32", + "name": "FilterSet", + "offset": 4, + "parentId": "4264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4267", + "kind": "Struct", + "name": "tagMENUITEMINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMENUITEMINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4268", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4269", + "kind": "UInt32", + "name": "fMask", + "offset": 4, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4270", + "kind": "UInt32", + "name": "fType", + "offset": 8, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4271", + "kind": "UInt32", + "name": "fState", + "offset": 12, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4272", + "kind": "UInt32", + "name": "wID", + "offset": 16, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4273", + "kind": "Struct", + "name": "hSubMenu", + "offset": 20, + "parentId": "4267", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4274", + "kind": "Struct", + "name": "hbmpChecked", + "offset": 20, + "parentId": "4267", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4275", + "kind": "Struct", + "name": "hbmpUnchecked", + "offset": 20, + "parentId": "4267", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4276", + "kind": "UInt64", + "name": "dwItemData", + "offset": 20, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4277", + "kind": "Struct", + "name": "dwTypeData", + "offset": 28, + "parentId": "4267", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4278", + "kind": "UInt32", + "name": "cch", + "offset": 28, + "parentId": "4267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4279", + "kind": "Struct", + "name": "hbmpItem", + "offset": 32, + "parentId": "4267", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4280", + "kind": "Struct", + "name": "_IMAGE_THUNK_DATA64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_THUNK_DATA64" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4281", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "4280", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4282", + "kind": "UInt64", + "name": "ForwarderString", + "offset": 0, + "parentId": "4281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4283", + "kind": "UInt64", + "name": "Function", + "offset": 0, + "parentId": "4281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4284", + "kind": "UInt64", + "name": "Ordinal", + "offset": 0, + "parentId": "4281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4285", + "kind": "UInt64", + "name": "AddressOfData", + "offset": 0, + "parentId": "4281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4286", + "kind": "Struct", + "name": "tagACCEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACCEL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4287", + "kind": "UInt8", + "name": "fVirt", + "offset": 0, + "parentId": "4286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4288", + "kind": "UInt16", + "name": "key", + "offset": 1, + "parentId": "4286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4289", + "kind": "UInt16", + "name": "cmd", + "offset": 3, + "parentId": "4286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4290", + "kind": "Struct", + "name": "_PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4291", + "kind": "Hex8", + "name": "Ssp", + "offset": 0, + "parentId": "4290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4292", + "kind": "Struct", + "name": "_IMAGE_DYNAMIC_RELOCATION32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DYNAMIC_RELOCATION32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4293", + "kind": "UInt32", + "name": "Symbol", + "offset": 0, + "parentId": "4292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4294", + "kind": "UInt32", + "name": "BaseRelocSize", + "offset": 4, + "parentId": "4292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4295", + "kind": "Struct", + "name": "tagCBT_CREATEWNDW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCBT_CREATEWNDW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4296", + "kind": "Pointer64", + "name": "lpcs", + "offset": 0, + "parentId": "4295", + "refId": "3079", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4297", + "kind": "Struct", + "name": "hwndInsertAfter", + "offset": 8, + "parentId": "4295", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4298", + "kind": "Struct", + "name": "ALLOC_CONSOLE_OPTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ALLOC_CONSOLE_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4299", + "kind": "UInt32", + "name": "mode", + "offset": 0, + "parentId": "4298", + "refId": "108", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4300", + "kind": "Int32", + "name": "useShowWindow", + "offset": 4, + "parentId": "4298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4301", + "kind": "UInt16", + "name": "showWindow", + "offset": 8, + "parentId": "4298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4302", + "kind": "Struct", + "name": "_KCRM_TRANSACTION_BLOB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KCRM_TRANSACTION_BLOB" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4303", + "kind": "Struct", + "name": "UOW", + "offset": 0, + "parentId": "4302", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4304", + "kind": "Struct", + "name": "TmIdentity", + "offset": 0, + "parentId": "4302", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4305", + "kind": "UInt32", + "name": "IsolationLevel", + "offset": 0, + "parentId": "4302", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4306", + "kind": "UInt32", + "name": "IsolationFlags", + "offset": 4, + "parentId": "4302", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4307", + "kind": "UInt32", + "name": "Timeout", + "offset": 8, + "parentId": "4302", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "4308", + "kind": "Array", + "name": "Description", + "offset": 12, + "parentId": "4302", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4309", + "kind": "Struct", + "name": "_PROCESS_LEAP_SECOND_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_LEAP_SECOND_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4310", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "4309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4311", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "4309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4312", + "kind": "Struct", + "name": "MENUITEMTEMPLATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MENUITEMTEMPLATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4313", + "kind": "UInt16", + "name": "mtOption", + "offset": 0, + "parentId": "4312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4314", + "kind": "UInt16", + "name": "mtID", + "offset": 2, + "parentId": "4312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4315", + "kind": "Array", + "name": "mtString", + "offset": 4, + "parentId": "4312", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4316", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_STACK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4317", + "kind": "Struct", + "name": "ActiveFrame", + "offset": 0, + "parentId": "4316", + "refId": "3918", + "strLen": 64, + "structTypeName": "_RTL_ACTIVATION_CONTEXT_STACK_FRAME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4318", + "kind": "Struct", + "name": "FrameListCache", + "offset": 0, + "parentId": "4316", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4319", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "4316", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4320", + "kind": "UInt32", + "name": "NextCookieSequenceNumber", + "offset": 4, + "parentId": "4316", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4321", + "kind": "UInt32", + "name": "StackId", + "offset": 8, + "parentId": "4316", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4322", + "kind": "Struct", + "name": "_POWER_SESSION_CONNECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_CONNECT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4323", + "kind": "UInt8", + "name": "Connected", + "offset": 0, + "parentId": "4322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4324", + "kind": "UInt8", + "name": "Console", + "offset": 1, + "parentId": "4322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4325", + "kind": "Struct", + "name": "_KTMOBJECT_CURSOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KTMOBJECT_CURSOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4326", + "kind": "Struct", + "name": "LastQuery", + "offset": 0, + "parentId": "4325", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4327", + "kind": "UInt32", + "name": "ObjectIdCount", + "offset": 0, + "parentId": "4325", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4328", + "kind": "Array", + "name": "ObjectIds", + "offset": 4, + "parentId": "4325", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4329", + "kind": "Struct", + "name": "_POWER_SESSION_RIT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_RIT_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4330", + "kind": "UInt8", + "name": "Active", + "offset": 0, + "parentId": "4329", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4331", + "kind": "UInt64", + "name": "LastInputTime", + "offset": 1, + "parentId": "4329", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4332", + "kind": "Struct", + "name": "tagAXISINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAXISINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4333", + "kind": "Int32", + "name": "axMinValue", + "offset": 0, + "parentId": "4332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4334", + "kind": "Int32", + "name": "axMaxValue", + "offset": 4, + "parentId": "4332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "4335", + "kind": "Array", + "name": "axAxisName", + "offset": 8, + "parentId": "4332", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4336", + "kind": "Struct", + "name": "_POWER_IDLE_RESILIENCY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_IDLE_RESILIENCY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4337", + "kind": "UInt32", + "name": "CoalescingTimeout", + "offset": 0, + "parentId": "4336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4338", + "kind": "UInt32", + "name": "IdleResiliencyPeriod", + "offset": 4, + "parentId": "4336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4339", + "kind": "Struct", + "name": "tagEMR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4340", + "kind": "UInt32", + "name": "iType", + "offset": 0, + "parentId": "4339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4341", + "kind": "UInt32", + "name": "nSize", + "offset": 4, + "parentId": "4339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4342", + "kind": "Struct", + "name": "tagEMRCREATEMONOBRUSH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATEMONOBRUSH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4343", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4342", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4344", + "kind": "UInt32", + "name": "ihBrush", + "offset": 0, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4345", + "kind": "UInt32", + "name": "iUsage", + "offset": 4, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4346", + "kind": "UInt32", + "name": "offBmi", + "offset": 8, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4347", + "kind": "UInt32", + "name": "cbBmi", + "offset": 12, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4348", + "kind": "UInt32", + "name": "offBits", + "offset": 16, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4349", + "kind": "UInt32", + "name": "cbBits", + "offset": 20, + "parentId": "4342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4350", + "kind": "Struct", + "name": "_ImageArchitectureEntry", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ImageArchitectureEntry" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4351", + "kind": "UInt32", + "name": "FixupInstRVA", + "offset": 0, + "parentId": "4350", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4352", + "kind": "UInt32", + "name": "NewInst", + "offset": 4, + "parentId": "4350", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4353", + "kind": "Struct", + "name": "tagXFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4354", + "kind": "Float", + "name": "eM11", + "offset": 0, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4355", + "kind": "Float", + "name": "eM12", + "offset": 4, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4356", + "kind": "Float", + "name": "eM21", + "offset": 8, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4357", + "kind": "Float", + "name": "eM22", + "offset": 12, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4358", + "kind": "Float", + "name": "eDx", + "offset": 16, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4359", + "kind": "Float", + "name": "eDy", + "offset": 20, + "parentId": "4353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4360", + "kind": "Struct", + "name": "tagEMRSETWORLDTRANSFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETWORLDTRANSFORM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4361", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4360", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4362", + "kind": "Struct", + "name": "xform", + "offset": 0, + "parentId": "4360", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4363", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_LOG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_LOG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4364", + "kind": "Struct", + "name": "LogIdentity", + "offset": 0, + "parentId": "4363", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4365", + "kind": "Struct", + "name": "tagBITMAPINFOHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAPINFOHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4366", + "kind": "UInt32", + "name": "biSize", + "offset": 0, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4367", + "kind": "Int32", + "name": "biWidth", + "offset": 4, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4368", + "kind": "Int32", + "name": "biHeight", + "offset": 8, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4369", + "kind": "UInt16", + "name": "biPlanes", + "offset": 12, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4370", + "kind": "UInt16", + "name": "biBitCount", + "offset": 14, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4371", + "kind": "UInt32", + "name": "biCompression", + "offset": 16, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4372", + "kind": "UInt32", + "name": "biSizeImage", + "offset": 20, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4373", + "kind": "Int32", + "name": "biXPelsPerMeter", + "offset": 24, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4374", + "kind": "Int32", + "name": "biYPelsPerMeter", + "offset": 28, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4375", + "kind": "UInt32", + "name": "biClrUsed", + "offset": 32, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4376", + "kind": "UInt32", + "name": "biClrImportant", + "offset": 36, + "parentId": "4365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4377", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_OLDEST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_OLDEST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4378", + "kind": "Struct", + "name": "OldestTransactionGuid", + "offset": 0, + "parentId": "4377", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4379", + "kind": "Struct", + "name": "tagCIEXYZ", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCIEXYZ" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4380", + "kind": "Int32", + "name": "ciexyzX", + "offset": 0, + "parentId": "4379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4381", + "kind": "Int32", + "name": "ciexyzY", + "offset": 4, + "parentId": "4379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4382", + "kind": "Int32", + "name": "ciexyzZ", + "offset": 8, + "parentId": "4379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4383", + "kind": "Struct", + "name": "tagICEXYZTRIPLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagICEXYZTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4384", + "kind": "Struct", + "name": "ciexyzRed", + "offset": 0, + "parentId": "4383", + "refId": "4379", + "strLen": 64, + "structTypeName": "tagCIEXYZ" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4385", + "kind": "Struct", + "name": "ciexyzGreen", + "offset": 0, + "parentId": "4383", + "refId": "4379", + "strLen": 64, + "structTypeName": "tagCIEXYZ" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4386", + "kind": "Struct", + "name": "ciexyzBlue", + "offset": 0, + "parentId": "4383", + "refId": "4379", + "strLen": 64, + "structTypeName": "tagCIEXYZ" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4387", + "kind": "Struct", + "name": "BITMAPV5HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BITMAPV5HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4388", + "kind": "UInt32", + "name": "bV5Size", + "offset": 0, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4389", + "kind": "Int32", + "name": "bV5Width", + "offset": 4, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4390", + "kind": "Int32", + "name": "bV5Height", + "offset": 8, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4391", + "kind": "UInt16", + "name": "bV5Planes", + "offset": 12, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4392", + "kind": "UInt16", + "name": "bV5BitCount", + "offset": 14, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4393", + "kind": "UInt32", + "name": "bV5Compression", + "offset": 16, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4394", + "kind": "UInt32", + "name": "bV5SizeImage", + "offset": 20, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4395", + "kind": "Int32", + "name": "bV5XPelsPerMeter", + "offset": 24, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4396", + "kind": "Int32", + "name": "bV5YPelsPerMeter", + "offset": 28, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4397", + "kind": "UInt32", + "name": "bV5ClrUsed", + "offset": 32, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4398", + "kind": "UInt32", + "name": "bV5ClrImportant", + "offset": 36, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4399", + "kind": "UInt32", + "name": "bV5RedMask", + "offset": 40, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4400", + "kind": "UInt32", + "name": "bV5GreenMask", + "offset": 44, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4401", + "kind": "UInt32", + "name": "bV5BlueMask", + "offset": 48, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4402", + "kind": "UInt32", + "name": "bV5AlphaMask", + "offset": 52, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4403", + "kind": "UInt32", + "name": "bV5CSType", + "offset": 56, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4404", + "kind": "Struct", + "name": "bV5Endpoints", + "offset": 60, + "parentId": "4387", + "refId": "4383", + "strLen": 64, + "structTypeName": "tagICEXYZTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4405", + "kind": "UInt32", + "name": "bV5GammaRed", + "offset": 60, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4406", + "kind": "UInt32", + "name": "bV5GammaGreen", + "offset": 64, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4407", + "kind": "UInt32", + "name": "bV5GammaBlue", + "offset": 68, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4408", + "kind": "UInt32", + "name": "bV5Intent", + "offset": 72, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4409", + "kind": "UInt32", + "name": "bV5ProfileData", + "offset": 76, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4410", + "kind": "UInt32", + "name": "bV5ProfileSize", + "offset": 80, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4411", + "kind": "UInt32", + "name": "bV5Reserved", + "offset": 84, + "parentId": "4387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4412", + "kind": "Struct", + "name": "tagDESIGNVECTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDESIGNVECTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4413", + "kind": "UInt32", + "name": "dvReserved", + "offset": 0, + "parentId": "4412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4414", + "kind": "UInt32", + "name": "dvNumAxes", + "offset": 4, + "parentId": "4412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "Int32", + "id": "4415", + "kind": "Array", + "name": "dvValues", + "offset": 8, + "parentId": "4412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4416", + "kind": "Struct", + "name": "_POWER_LIMIT_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_LIMIT_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4417", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "4416", + "refId": "65", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4418", + "kind": "UInt32", + "name": "DomainId", + "offset": 4, + "parentId": "4416", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4419", + "kind": "UInt32", + "name": "TargetValue", + "offset": 8, + "parentId": "4416", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4420", + "kind": "UInt32", + "name": "TimeParameter", + "offset": 12, + "parentId": "4416", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4421", + "kind": "Struct", + "name": "NOTIFY_USER_POWER_SETTING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NOTIFY_USER_POWER_SETTING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4422", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "4421", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4423", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4424", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4425", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4426", + "kind": "UInt32", + "name": "Type", + "offset": 8, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4427", + "kind": "UInt32", + "name": "ModuleLength", + "offset": 12, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4428", + "kind": "UInt32", + "name": "ModuleOffset", + "offset": 16, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4429", + "kind": "UInt32", + "name": "TypeLength", + "offset": 20, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4430", + "kind": "UInt32", + "name": "TypeOffset", + "offset": 24, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4431", + "kind": "UInt32", + "name": "ShimVersionLength", + "offset": 28, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4432", + "kind": "UInt32", + "name": "ShimVersionOffset", + "offset": 32, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4433", + "kind": "UInt32", + "name": "DataLength", + "offset": 36, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4434", + "kind": "UInt32", + "name": "DataOffset", + "offset": 40, + "parentId": "4423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4435", + "kind": "Struct", + "name": "_APPLICATIONLAUNCH_SETTING_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_APPLICATIONLAUNCH_SETTING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4436", + "kind": "Struct", + "name": "ActivationTime", + "offset": 0, + "parentId": "4435", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4437", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "4435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4438", + "kind": "UInt32", + "name": "ButtonInstanceID", + "offset": 4, + "parentId": "4435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4439", + "kind": "Struct", + "name": "_FPO_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FPO_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4440", + "kind": "UInt32", + "name": "ulOffStart", + "offset": 0, + "parentId": "4439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4441", + "kind": "UInt32", + "name": "cbProcSize", + "offset": 4, + "parentId": "4439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4442", + "kind": "UInt32", + "name": "cdwLocals", + "offset": 8, + "parentId": "4439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4443", + "kind": "UInt16", + "name": "cdwParams", + "offset": 12, + "parentId": "4439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "cbProlog" + }, + { + "bitOffset": 8, + "bitWidth": 3, + "name": "cbRegs" + }, + { + "bitOffset": 11, + "bitWidth": 1, + "name": "fHasSEH" + }, + { + "bitOffset": 12, + "bitWidth": 1, + "name": "fUseBP" + }, + { + "bitOffset": 13, + "bitWidth": 1, + "name": "reserved" + }, + { + "bitOffset": 14, + "bitWidth": 2, + "name": "cbFrame" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "4444", + "kind": "Struct", + "name": "", + "offset": 14, + "parentId": "4439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4445", + "kind": "Struct", + "name": "_KCRM_MARSHAL_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KCRM_MARSHAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4446", + "kind": "UInt32", + "name": "VersionMajor", + "offset": 0, + "parentId": "4445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4447", + "kind": "UInt32", + "name": "VersionMinor", + "offset": 4, + "parentId": "4445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4448", + "kind": "UInt32", + "name": "NumProtocols", + "offset": 8, + "parentId": "4445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4449", + "kind": "UInt32", + "name": "Unused", + "offset": 12, + "parentId": "4445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4450", + "kind": "Struct", + "name": "_ENLISTMENT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENLISTMENT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4451", + "kind": "Struct", + "name": "EnlistmentId", + "offset": 0, + "parentId": "4450", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4452", + "kind": "Struct", + "name": "TransactionId", + "offset": 0, + "parentId": "4450", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4453", + "kind": "Struct", + "name": "ResourceManagerId", + "offset": 0, + "parentId": "4450", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4454", + "kind": "Struct", + "name": "PPM_WMI_LEGACY_PERFSTATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_LEGACY_PERFSTATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4455", + "kind": "UInt32", + "name": "Frequency", + "offset": 0, + "parentId": "4454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4456", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "4454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4457", + "kind": "UInt32", + "name": "PercentFrequency", + "offset": 8, + "parentId": "4454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4458", + "kind": "Struct", + "name": "CORRELATION_VECTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "CORRELATION_VECTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4459", + "kind": "Struct", + "name": "Version", + "offset": 0, + "parentId": "4458", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 129, + "collapsed": true, + "elementKind": "Struct", + "id": "4460", + "kind": "Array", + "name": "Vector", + "offset": 0, + "parentId": "4458", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4461", + "kind": "Struct", + "name": "PPM_WMI_IDLE_STATES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_IDLE_STATES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4462", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "4461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4463", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "4461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4464", + "kind": "UInt32", + "name": "TargetState", + "offset": 8, + "parentId": "4461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4465", + "kind": "UInt32", + "name": "OldState", + "offset": 12, + "parentId": "4461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4466", + "kind": "UInt64", + "name": "TargetProcessors", + "offset": 16, + "parentId": "4461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4467", + "kind": "Array", + "name": "State", + "offset": 24, + "parentId": "4461", + "refId": "3947", + "strLen": 64, + "structTypeName": "PPM_WMI_IDLE_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4468", + "kind": "Struct", + "name": "PPM_WMI_IDLE_STATES_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_IDLE_STATES_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4469", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "4468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4470", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "4468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4471", + "kind": "UInt32", + "name": "TargetState", + "offset": 8, + "parentId": "4468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4472", + "kind": "UInt32", + "name": "OldState", + "offset": 12, + "parentId": "4468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4473", + "kind": "Hex8", + "name": "TargetProcessors", + "offset": 16, + "parentId": "4468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4474", + "kind": "Array", + "name": "State", + "offset": 17, + "parentId": "4468", + "refId": "3947", + "strLen": 64, + "structTypeName": "PPM_WMI_IDLE_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4475", + "kind": "Struct", + "name": "_SYSDBG_TRIAGE_DUMP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_TRIAGE_DUMP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4476", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4477", + "kind": "UInt32", + "name": "BugCheckCode", + "offset": 4, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4478", + "kind": "UInt64", + "name": "BugCheckParam1", + "offset": 8, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4479", + "kind": "UInt64", + "name": "BugCheckParam2", + "offset": 16, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4480", + "kind": "UInt64", + "name": "BugCheckParam3", + "offset": 24, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4481", + "kind": "UInt64", + "name": "BugCheckParam4", + "offset": 32, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4482", + "kind": "UInt32", + "name": "ProcessHandles", + "offset": 40, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4483", + "kind": "UInt32", + "name": "ThreadHandles", + "offset": 44, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4484", + "kind": "Hex8", + "name": "Handles", + "offset": 48, + "parentId": "4475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4485", + "kind": "Struct", + "name": "_IMAGE_ENCLAVE_IMPORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ENCLAVE_IMPORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4486", + "kind": "UInt32", + "name": "MatchType", + "offset": 0, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4487", + "kind": "UInt32", + "name": "MinimumSecurityVersion", + "offset": 4, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "4488", + "kind": "Array", + "name": "UniqueOrAuthorID", + "offset": 8, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "4489", + "kind": "Array", + "name": "FamilyID", + "offset": 40, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "4490", + "kind": "Array", + "name": "ImageID", + "offset": 56, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4491", + "kind": "UInt32", + "name": "ImportName", + "offset": 72, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4492", + "kind": "UInt32", + "name": "Reserved", + "offset": 76, + "parentId": "4485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4493", + "kind": "Struct", + "name": "PPM_WMI_PERF_STATES_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_WMI_PERF_STATES_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4494", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4495", + "kind": "UInt32", + "name": "MaxFrequency", + "offset": 4, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4496", + "kind": "UInt32", + "name": "CurrentState", + "offset": 8, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4497", + "kind": "UInt32", + "name": "MaxPerfState", + "offset": 12, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4498", + "kind": "UInt32", + "name": "MinPerfState", + "offset": 16, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4499", + "kind": "UInt32", + "name": "LowestPerfState", + "offset": 20, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4500", + "kind": "UInt32", + "name": "ThermalConstraint", + "offset": 24, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4501", + "kind": "UInt8", + "name": "BusyAdjThreshold", + "offset": 28, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4502", + "kind": "UInt8", + "name": "PolicyType", + "offset": 29, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4503", + "kind": "UInt8", + "name": "Type", + "offset": 30, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4504", + "kind": "UInt8", + "name": "Reserved", + "offset": 31, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4505", + "kind": "UInt32", + "name": "TimerInterval", + "offset": 32, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4506", + "kind": "Hex8", + "name": "TargetProcessors", + "offset": 36, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4507", + "kind": "UInt32", + "name": "PStateHandler", + "offset": 37, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4508", + "kind": "UInt32", + "name": "PStateContext", + "offset": 41, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4509", + "kind": "UInt32", + "name": "TStateHandler", + "offset": 45, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4510", + "kind": "UInt32", + "name": "TStateContext", + "offset": 49, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4511", + "kind": "UInt32", + "name": "FeedbackHandler", + "offset": 53, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4512", + "kind": "UInt32", + "name": "Reserved1", + "offset": 57, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4513", + "kind": "UInt64", + "name": "Reserved2", + "offset": 61, + "parentId": "4493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4514", + "kind": "Array", + "name": "State", + "offset": 69, + "parentId": "4493", + "refId": "3717", + "strLen": 64, + "structTypeName": "PPM_WMI_PERF_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4515", + "kind": "Struct", + "name": "IMAGE_COR20_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_COR20_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4516", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "4515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4517", + "kind": "UInt16", + "name": "MajorRuntimeVersion", + "offset": 4, + "parentId": "4515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4518", + "kind": "UInt16", + "name": "MinorRuntimeVersion", + "offset": 6, + "parentId": "4515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4519", + "kind": "Struct", + "name": "MetaData", + "offset": 8, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4520", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "4515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4521", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "4515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4522", + "kind": "UInt32", + "name": "EntryPointToken", + "offset": 0, + "parentId": "4521", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4523", + "kind": "UInt32", + "name": "EntryPointRVA", + "offset": 0, + "parentId": "4521", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4524", + "kind": "Struct", + "name": "Resources", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4525", + "kind": "Struct", + "name": "StrongNameSignature", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4526", + "kind": "Struct", + "name": "CodeManagerTable", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4527", + "kind": "Struct", + "name": "VTableFixups", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4528", + "kind": "Struct", + "name": "ExportAddressTableJumps", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4529", + "kind": "Struct", + "name": "ManagedNativeHeader", + "offset": 16, + "parentId": "4515", + "refId": "3104", + "strLen": 64, + "structTypeName": "_IMAGE_DATA_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4530", + "kind": "Struct", + "name": "_TRANSACTION_PROPERTIES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_PROPERTIES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4531", + "kind": "UInt32", + "name": "IsolationLevel", + "offset": 0, + "parentId": "4530", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4532", + "kind": "UInt32", + "name": "IsolationFlags", + "offset": 4, + "parentId": "4530", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4533", + "kind": "Struct", + "name": "Timeout", + "offset": 8, + "parentId": "4530", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4534", + "kind": "UInt32", + "name": "Outcome", + "offset": 8, + "parentId": "4530", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4535", + "kind": "UInt32", + "name": "DescriptionLength", + "offset": 12, + "parentId": "4530", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4536", + "kind": "Array", + "name": "Description", + "offset": 16, + "parentId": "4530", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4537", + "kind": "Struct", + "name": "tagGCP_RESULTSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGCP_RESULTSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4538", + "kind": "UInt32", + "name": "lStructSize", + "offset": 0, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4539", + "kind": "Struct", + "name": "lpOutString", + "offset": 4, + "parentId": "4537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4540", + "kind": "Pointer64", + "name": "lpOrder", + "offset": 4, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4541", + "kind": "Pointer64", + "name": "lpDx", + "offset": 12, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4542", + "kind": "Pointer64", + "name": "lpCaretPos", + "offset": 20, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4543", + "kind": "Struct", + "name": "lpClass", + "offset": 28, + "parentId": "4537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4544", + "kind": "Struct", + "name": "lpGlyphs", + "offset": 28, + "parentId": "4537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4545", + "kind": "UInt32", + "name": "nGlyphs", + "offset": 28, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4546", + "kind": "Int32", + "name": "nMaxFit", + "offset": 32, + "parentId": "4537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4547", + "kind": "Struct", + "name": "_IMAGE_FUNCTION_ENTRY64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_FUNCTION_ENTRY64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4548", + "kind": "UInt64", + "name": "StartingAddress", + "offset": 0, + "parentId": "4547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4549", + "kind": "UInt64", + "name": "EndingAddress", + "offset": 8, + "parentId": "4547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4550", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "4547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4551", + "kind": "UInt64", + "name": "EndOfPrologue", + "offset": 0, + "parentId": "4550", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4552", + "kind": "UInt64", + "name": "UnwindInfoAddress", + "offset": 0, + "parentId": "4550", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4553", + "kind": "Struct", + "name": "PPM_IDLE_ACCOUNTING_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_IDLE_ACCOUNTING_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4554", + "kind": "UInt32", + "name": "StateCount", + "offset": 0, + "parentId": "4553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4555", + "kind": "UInt32", + "name": "TotalTransitions", + "offset": 4, + "parentId": "4553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4556", + "kind": "UInt32", + "name": "ResetCount", + "offset": 8, + "parentId": "4553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4557", + "kind": "UInt32", + "name": "AbortCount", + "offset": 12, + "parentId": "4553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4558", + "kind": "UInt64", + "name": "StartTime", + "offset": 16, + "parentId": "4553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4559", + "kind": "Array", + "name": "State", + "offset": 24, + "parentId": "4553", + "refId": "3780", + "strLen": 64, + "structTypeName": "PPM_IDLE_STATE_ACCOUNTING_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4560", + "kind": "Struct", + "name": "_RECTL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RECTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4561", + "kind": "Int32", + "name": "left", + "offset": 0, + "parentId": "4560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4562", + "kind": "Int32", + "name": "top", + "offset": 4, + "parentId": "4560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4563", + "kind": "Int32", + "name": "right", + "offset": 8, + "parentId": "4560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4564", + "kind": "Int32", + "name": "bottom", + "offset": 12, + "parentId": "4560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4565", + "kind": "Struct", + "name": "_POINTL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4566", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "4565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4567", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "4565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4568", + "kind": "Struct", + "name": "tagEMRTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4569", + "kind": "Struct", + "name": "ptlReference", + "offset": 0, + "parentId": "4568", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4570", + "kind": "UInt32", + "name": "nChars", + "offset": 0, + "parentId": "4568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4571", + "kind": "UInt32", + "name": "offString", + "offset": 4, + "parentId": "4568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4572", + "kind": "UInt32", + "name": "fOptions", + "offset": 8, + "parentId": "4568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4573", + "kind": "Struct", + "name": "rcl", + "offset": 12, + "parentId": "4568", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4574", + "kind": "UInt32", + "name": "offDx", + "offset": 12, + "parentId": "4568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4575", + "kind": "Struct", + "name": "tagEMREXTTEXTOUTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTTEXTOUTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4576", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4575", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4577", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "4575", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4578", + "kind": "UInt32", + "name": "iGraphicsMode", + "offset": 0, + "parentId": "4575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4579", + "kind": "Float", + "name": "exScale", + "offset": 4, + "parentId": "4575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4580", + "kind": "Float", + "name": "eyScale", + "offset": 8, + "parentId": "4575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4581", + "kind": "Struct", + "name": "emrtext", + "offset": 12, + "parentId": "4575", + "refId": "4568", + "strLen": 64, + "structTypeName": "tagEMRTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4582", + "kind": "Struct", + "name": "PPM_PERFSTATE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_PERFSTATE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4583", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "4582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4584", + "kind": "UInt32", + "name": "Status", + "offset": 4, + "parentId": "4582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4585", + "kind": "UInt32", + "name": "Latency", + "offset": 8, + "parentId": "4582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4586", + "kind": "UInt32", + "name": "Speed", + "offset": 12, + "parentId": "4582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4587", + "kind": "UInt32", + "name": "Processor", + "offset": 16, + "parentId": "4582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4588", + "kind": "Struct", + "name": "PPM_PERFSTATE_DOMAIN_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_PERFSTATE_DOMAIN_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4589", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "4588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4590", + "kind": "UInt32", + "name": "Latency", + "offset": 4, + "parentId": "4588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4591", + "kind": "UInt32", + "name": "Speed", + "offset": 8, + "parentId": "4588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4592", + "kind": "UInt64", + "name": "Processors", + "offset": 12, + "parentId": "4588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4593", + "kind": "Struct", + "name": "_TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4594", + "kind": "Struct", + "name": "EnlistmentId", + "offset": 0, + "parentId": "4593", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4595", + "kind": "Struct", + "name": "UOW", + "offset": 0, + "parentId": "4593", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4596", + "kind": "Struct", + "name": "PPM_THERMALCHANGE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_THERMALCHANGE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4597", + "kind": "UInt32", + "name": "ThermalConstraint", + "offset": 0, + "parentId": "4596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4598", + "kind": "UInt64", + "name": "Processors", + "offset": 4, + "parentId": "4596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4599", + "kind": "Struct", + "name": "PPM_THERMAL_POLICY_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PPM_THERMAL_POLICY_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4600", + "kind": "UInt8", + "name": "Mode", + "offset": 0, + "parentId": "4599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4601", + "kind": "UInt64", + "name": "Processors", + "offset": 1, + "parentId": "4599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4602", + "kind": "Struct", + "name": "HINSTANCE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4603", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "4602", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4604", + "kind": "Struct", + "name": "_FILE_FULL_DIR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FULL_DIR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4605", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "4604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4606", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "4604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4607", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4608", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4609", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4610", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4611", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4612", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "4604", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4613", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "4604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4614", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "4604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4615", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "4604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4616", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "4604", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4617", + "kind": "Struct", + "name": "_BY_HANDLE_FILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BY_HANDLE_FILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4618", + "kind": "UInt32", + "name": "dwFileAttributes", + "offset": 0, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4619", + "kind": "Struct", + "name": "ftCreationTime", + "offset": 4, + "parentId": "4617", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4620", + "kind": "Struct", + "name": "ftLastAccessTime", + "offset": 4, + "parentId": "4617", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4621", + "kind": "Struct", + "name": "ftLastWriteTime", + "offset": 4, + "parentId": "4617", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4622", + "kind": "UInt32", + "name": "dwVolumeSerialNumber", + "offset": 4, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4623", + "kind": "UInt32", + "name": "nFileSizeHigh", + "offset": 8, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4624", + "kind": "UInt32", + "name": "nFileSizeLow", + "offset": 12, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4625", + "kind": "UInt32", + "name": "nNumberOfLinks", + "offset": 16, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4626", + "kind": "UInt32", + "name": "nFileIndexHigh", + "offset": 20, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4627", + "kind": "UInt32", + "name": "nFileIndexLow", + "offset": 24, + "parentId": "4617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4628", + "kind": "Struct", + "name": "_FILE_STORAGE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4629", + "kind": "UInt32", + "name": "LogicalBytesPerSector", + "offset": 0, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4630", + "kind": "UInt32", + "name": "PhysicalBytesPerSectorForAtomicity", + "offset": 4, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4631", + "kind": "UInt32", + "name": "PhysicalBytesPerSectorForPerformance", + "offset": 8, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4632", + "kind": "UInt32", + "name": "FileSystemEffectivePhysicalBytesPerSectorForAtomicity", + "offset": 12, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4633", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4634", + "kind": "UInt32", + "name": "ByteOffsetForSectorAlignment", + "offset": 20, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4635", + "kind": "UInt32", + "name": "ByteOffsetForPartitionAlignment", + "offset": 24, + "parentId": "4628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4636", + "kind": "Struct", + "name": "_SLIST_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SLIST_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4637", + "kind": "Struct", + "name": "_RESOURCEMANAGER_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RESOURCEMANAGER_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4638", + "kind": "Struct", + "name": "ResourceManagerId", + "offset": 0, + "parentId": "4637", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4639", + "kind": "UInt32", + "name": "DescriptionLength", + "offset": 0, + "parentId": "4637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4640", + "kind": "Array", + "name": "Description", + "offset": 4, + "parentId": "4637", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4641", + "kind": "Struct", + "name": "_PROCESSOR_POWER_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_POWER_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4642", + "kind": "UInt32", + "name": "Revision", + "offset": 0, + "parentId": "4641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4643", + "kind": "UInt8", + "name": "DynamicThrottle", + "offset": 4, + "parentId": "4641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt8", + "id": "4644", + "kind": "Array", + "name": "Spare", + "offset": 5, + "parentId": "4641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "DisableCStates" + }, + { + "bitOffset": 1, + "bitWidth": 31, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "4645", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "4641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4646", + "kind": "UInt32", + "name": "PolicyCount", + "offset": 12, + "parentId": "4641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "4647", + "kind": "Array", + "name": "Policy", + "offset": 16, + "parentId": "4641", + "refId": "4229", + "strLen": 64, + "structTypeName": "_PROCESSOR_POWER_POLICY_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4648", + "kind": "Struct", + "name": "tagAXISINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAXISINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4649", + "kind": "Int32", + "name": "axMinValue", + "offset": 0, + "parentId": "4648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4650", + "kind": "Int32", + "name": "axMaxValue", + "offset": 4, + "parentId": "4648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "4651", + "kind": "Array", + "name": "axAxisName", + "offset": 8, + "parentId": "4648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4652", + "kind": "Struct", + "name": "_TRANSACTIONMANAGER_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTIONMANAGER_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4653", + "kind": "Struct", + "name": "TmIdentity", + "offset": 0, + "parentId": "4652", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4654", + "kind": "Struct", + "name": "VirtualClock", + "offset": 0, + "parentId": "4652", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4655", + "kind": "Struct", + "name": "_SYSTEM_XFG_FAILURE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_XFG_FAILURE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4656", + "kind": "Hex8", + "name": "ReturnAddress", + "offset": 0, + "parentId": "4655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4657", + "kind": "Hex8", + "name": "TargetAddress", + "offset": 1, + "parentId": "4655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4658", + "kind": "UInt32", + "name": "DispatchMode", + "offset": 2, + "parentId": "4655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4659", + "kind": "UInt64", + "name": "XfgValue", + "offset": 6, + "parentId": "4655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4660", + "kind": "Struct", + "name": "_EVENTSFORLOGFILE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENTSFORLOGFILE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4661", + "kind": "UInt32", + "name": "ulSize", + "offset": 0, + "parentId": "4660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "4662", + "kind": "Array", + "name": "szLogicalLogFile", + "offset": 4, + "parentId": "4660", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4663", + "kind": "UInt32", + "name": "ulNumRecords", + "offset": 4, + "parentId": "4660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "4664", + "kind": "Array", + "name": "pEventLogRecords", + "offset": 8, + "parentId": "4660", + "refId": "1180", + "strLen": 64, + "structTypeName": "_EVENTLOGRECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4665", + "kind": "Struct", + "name": "_SYSTEM_SHADOW_STACK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SHADOW_STACK_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4666", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4667", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "4666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4668", + "kind": "Struct", + "name": "_FILEOFFSET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILEOFFSET_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 9, + "name": "DontUse" + }, + { + "bitOffset": 9, + "bitWidth": 48, + "name": "Offset" + }, + { + "bitOffset": 57, + "bitWidth": 7, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "4669", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4670", + "kind": "Struct", + "name": "_HIBERFILE_BUCKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HIBERFILE_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4671", + "kind": "UInt64", + "name": "MaxPhysicalMemory", + "offset": 0, + "parentId": "4670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt32", + "id": "4672", + "kind": "Array", + "name": "PhysicalMemoryPercent", + "offset": 8, + "parentId": "4670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4673", + "kind": "Struct", + "name": "DISPLAYCONFIG_DEVICE_INFO_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4674", + "kind": "UInt32", + "name": "type", + "offset": 0, + "parentId": "4673", + "refId": "120", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4675", + "kind": "UInt32", + "name": "size", + "offset": 4, + "parentId": "4673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4676", + "kind": "Struct", + "name": "adapterId", + "offset": 8, + "parentId": "4673", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4677", + "kind": "UInt32", + "name": "id", + "offset": 8, + "parentId": "4673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4678", + "kind": "Struct", + "name": "DISPLAYCONFIG_ADAPTER_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_ADAPTER_NAME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4679", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "4678", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "4680", + "kind": "Array", + "name": "adapterDevicePath", + "offset": 0, + "parentId": "4678", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4681", + "kind": "Struct", + "name": "_IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 10, + "name": "PageRelativeOffset" + }, + { + "bitOffset": 10, + "bitWidth": 1, + "name": "IndirectCall" + }, + { + "bitOffset": 11, + "bitWidth": 5, + "name": "RegisterIndex" + }, + { + "bitOffset": 16, + "bitWidth": 1, + "name": "ImportType" + }, + { + "bitOffset": 17, + "bitWidth": 15, + "name": "IATIndex" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "4682", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4681", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4683", + "kind": "Struct", + "name": "SYSTEM_BATTERY_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SYSTEM_BATTERY_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4684", + "kind": "UInt8", + "name": "AcOnLine", + "offset": 0, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4685", + "kind": "UInt8", + "name": "BatteryPresent", + "offset": 1, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4686", + "kind": "UInt8", + "name": "Charging", + "offset": 2, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4687", + "kind": "UInt8", + "name": "Discharging", + "offset": 3, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt8", + "id": "4688", + "kind": "Array", + "name": "Spare1", + "offset": 4, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4689", + "kind": "UInt8", + "name": "Tag", + "offset": 7, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4690", + "kind": "UInt32", + "name": "MaxCapacity", + "offset": 8, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4691", + "kind": "UInt32", + "name": "RemainingCapacity", + "offset": 12, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4692", + "kind": "UInt32", + "name": "Rate", + "offset": 16, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4693", + "kind": "UInt32", + "name": "EstimatedTime", + "offset": 20, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4694", + "kind": "UInt32", + "name": "DefaultAlert1", + "offset": 24, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4695", + "kind": "UInt32", + "name": "DefaultAlert2", + "offset": 28, + "parentId": "4683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4696", + "kind": "Struct", + "name": "_MAXVERSIONTESTED_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MAXVERSIONTESTED_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4697", + "kind": "UInt64", + "name": "MaxVersionTested", + "offset": 0, + "parentId": "4696", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4698", + "kind": "Struct", + "name": "tagEMRNAMEDESCAPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRNAMEDESCAPE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4699", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4698", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4700", + "kind": "Int32", + "name": "iEscape", + "offset": 0, + "parentId": "4698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4701", + "kind": "Int32", + "name": "cbDriver", + "offset": 4, + "parentId": "4698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4702", + "kind": "Int32", + "name": "cbEscData", + "offset": 8, + "parentId": "4698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4703", + "kind": "Array", + "name": "EscData", + "offset": 12, + "parentId": "4698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4704", + "kind": "Struct", + "name": "_RTL_RUN_ONCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_RUN_ONCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4705", + "kind": "Hex8", + "name": "Ptr", + "offset": 0, + "parentId": "4704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4706", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_QUERY_INDEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_QUERY_INDEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4707", + "kind": "UInt32", + "name": "ulAssemblyIndex", + "offset": 0, + "parentId": "4706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4708", + "kind": "UInt32", + "name": "ulFileIndexInAssembly", + "offset": 4, + "parentId": "4706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4709", + "kind": "Struct", + "name": "tagPANOSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPANOSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4710", + "kind": "UInt8", + "name": "bFamilyType", + "offset": 0, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4711", + "kind": "UInt8", + "name": "bSerifStyle", + "offset": 1, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4712", + "kind": "UInt8", + "name": "bWeight", + "offset": 2, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4713", + "kind": "UInt8", + "name": "bProportion", + "offset": 3, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4714", + "kind": "UInt8", + "name": "bContrast", + "offset": 4, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4715", + "kind": "UInt8", + "name": "bStrokeVariation", + "offset": 5, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4716", + "kind": "UInt8", + "name": "bArmStyle", + "offset": 6, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4717", + "kind": "UInt8", + "name": "bLetterform", + "offset": 7, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4718", + "kind": "UInt8", + "name": "bMidline", + "offset": 8, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4719", + "kind": "UInt8", + "name": "bXHeight", + "offset": 9, + "parentId": "4709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4720", + "kind": "Struct", + "name": "tagENUMLOGFONTEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4721", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "4720", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "4722", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "4720", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "4723", + "kind": "Array", + "name": "elfStyle", + "offset": 0, + "parentId": "4720", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "4724", + "kind": "Array", + "name": "elfScript", + "offset": 0, + "parentId": "4720", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4725", + "kind": "Struct", + "name": "_IMAGE_VXD_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_VXD_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4726", + "kind": "UInt16", + "name": "e32_magic", + "offset": 0, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4727", + "kind": "UInt8", + "name": "e32_border", + "offset": 2, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4728", + "kind": "UInt8", + "name": "e32_worder", + "offset": 3, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4729", + "kind": "UInt32", + "name": "e32_level", + "offset": 4, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4730", + "kind": "UInt16", + "name": "e32_cpu", + "offset": 8, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4731", + "kind": "UInt16", + "name": "e32_os", + "offset": 10, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4732", + "kind": "UInt32", + "name": "e32_ver", + "offset": 12, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4733", + "kind": "UInt32", + "name": "e32_mflags", + "offset": 16, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4734", + "kind": "UInt32", + "name": "e32_mpages", + "offset": 20, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4735", + "kind": "UInt32", + "name": "e32_startobj", + "offset": 24, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4736", + "kind": "UInt32", + "name": "e32_eip", + "offset": 28, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4737", + "kind": "UInt32", + "name": "e32_stackobj", + "offset": 32, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4738", + "kind": "UInt32", + "name": "e32_esp", + "offset": 36, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4739", + "kind": "UInt32", + "name": "e32_pagesize", + "offset": 40, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4740", + "kind": "UInt32", + "name": "e32_lastpagesize", + "offset": 44, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4741", + "kind": "UInt32", + "name": "e32_fixupsize", + "offset": 48, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4742", + "kind": "UInt32", + "name": "e32_fixupsum", + "offset": 52, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4743", + "kind": "UInt32", + "name": "e32_ldrsize", + "offset": 56, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4744", + "kind": "UInt32", + "name": "e32_ldrsum", + "offset": 60, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4745", + "kind": "UInt32", + "name": "e32_objtab", + "offset": 64, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4746", + "kind": "UInt32", + "name": "e32_objcnt", + "offset": 68, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4747", + "kind": "UInt32", + "name": "e32_objmap", + "offset": 72, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4748", + "kind": "UInt32", + "name": "e32_itermap", + "offset": 76, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4749", + "kind": "UInt32", + "name": "e32_rsrctab", + "offset": 80, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4750", + "kind": "UInt32", + "name": "e32_rsrccnt", + "offset": 84, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4751", + "kind": "UInt32", + "name": "e32_restab", + "offset": 88, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4752", + "kind": "UInt32", + "name": "e32_enttab", + "offset": 92, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4753", + "kind": "UInt32", + "name": "e32_dirtab", + "offset": 96, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4754", + "kind": "UInt32", + "name": "e32_dircnt", + "offset": 100, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4755", + "kind": "UInt32", + "name": "e32_fpagetab", + "offset": 104, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4756", + "kind": "UInt32", + "name": "e32_frectab", + "offset": 108, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4757", + "kind": "UInt32", + "name": "e32_impmod", + "offset": 112, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4758", + "kind": "UInt32", + "name": "e32_impmodcnt", + "offset": 116, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4759", + "kind": "UInt32", + "name": "e32_impproc", + "offset": 120, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4760", + "kind": "UInt32", + "name": "e32_pagesum", + "offset": 124, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4761", + "kind": "UInt32", + "name": "e32_datapage", + "offset": 128, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4762", + "kind": "UInt32", + "name": "e32_preload", + "offset": 132, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4763", + "kind": "UInt32", + "name": "e32_nrestab", + "offset": 136, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4764", + "kind": "UInt32", + "name": "e32_cbnrestab", + "offset": 140, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4765", + "kind": "UInt32", + "name": "e32_nressum", + "offset": 144, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4766", + "kind": "UInt32", + "name": "e32_autodata", + "offset": 148, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4767", + "kind": "UInt32", + "name": "e32_debuginfo", + "offset": 152, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4768", + "kind": "UInt32", + "name": "e32_debuglen", + "offset": 156, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4769", + "kind": "UInt32", + "name": "e32_instpreload", + "offset": 160, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4770", + "kind": "UInt32", + "name": "e32_instdemand", + "offset": 164, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4771", + "kind": "UInt32", + "name": "e32_heapsize", + "offset": 168, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "4772", + "kind": "Array", + "name": "e32_res3", + "offset": 172, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4773", + "kind": "UInt32", + "name": "e32_winresoff", + "offset": 184, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4774", + "kind": "UInt32", + "name": "e32_winreslen", + "offset": 188, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4775", + "kind": "UInt16", + "name": "e32_devid", + "offset": 192, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4776", + "kind": "UInt16", + "name": "e32_ddkver", + "offset": 194, + "parentId": "4725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4777", + "kind": "Struct", + "name": "tagLOGFONTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4778", + "kind": "Int32", + "name": "lfHeight", + "offset": 0, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4779", + "kind": "Int32", + "name": "lfWidth", + "offset": 4, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4780", + "kind": "Int32", + "name": "lfEscapement", + "offset": 8, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4781", + "kind": "Int32", + "name": "lfOrientation", + "offset": 12, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4782", + "kind": "Int32", + "name": "lfWeight", + "offset": 16, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4783", + "kind": "UInt8", + "name": "lfItalic", + "offset": 20, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4784", + "kind": "UInt8", + "name": "lfUnderline", + "offset": 21, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4785", + "kind": "UInt8", + "name": "lfStrikeOut", + "offset": 22, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4786", + "kind": "UInt8", + "name": "lfCharSet", + "offset": 23, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4787", + "kind": "UInt8", + "name": "lfOutPrecision", + "offset": 24, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4788", + "kind": "UInt8", + "name": "lfClipPrecision", + "offset": 25, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4789", + "kind": "UInt8", + "name": "lfQuality", + "offset": 26, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4790", + "kind": "UInt8", + "name": "lfPitchAndFamily", + "offset": 27, + "parentId": "4777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "4791", + "kind": "Array", + "name": "lfFaceName", + "offset": 28, + "parentId": "4777", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4792", + "kind": "Struct", + "name": "tagENUMLOGFONTEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4793", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "4792", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt8", + "id": "4794", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "4792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "4795", + "kind": "Array", + "name": "elfStyle", + "offset": 64, + "parentId": "4792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "4796", + "kind": "Array", + "name": "elfScript", + "offset": 96, + "parentId": "4792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4797", + "kind": "Struct", + "name": "_DISPLAYCONFIG_SDR_WHITE_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_SDR_WHITE_LEVEL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4798", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "4797", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4799", + "kind": "UInt32", + "name": "SDRWhiteLevel", + "offset": 0, + "parentId": "4797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4800", + "kind": "Struct", + "name": "tagEMRSETVIEWPORTORGEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETVIEWPORTORGEX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4801", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4800", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4802", + "kind": "Struct", + "name": "ptlOrigin", + "offset": 0, + "parentId": "4800", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4803", + "kind": "Struct", + "name": "_IMAGE_ROM_OPTIONAL_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ROM_OPTIONAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4804", + "kind": "UInt16", + "name": "Magic", + "offset": 0, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4805", + "kind": "UInt8", + "name": "MajorLinkerVersion", + "offset": 2, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4806", + "kind": "UInt8", + "name": "MinorLinkerVersion", + "offset": 3, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4807", + "kind": "UInt32", + "name": "SizeOfCode", + "offset": 4, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4808", + "kind": "UInt32", + "name": "SizeOfInitializedData", + "offset": 8, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4809", + "kind": "UInt32", + "name": "SizeOfUninitializedData", + "offset": 12, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4810", + "kind": "UInt32", + "name": "AddressOfEntryPoint", + "offset": 16, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4811", + "kind": "UInt32", + "name": "BaseOfCode", + "offset": 20, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4812", + "kind": "UInt32", + "name": "BaseOfData", + "offset": 24, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4813", + "kind": "UInt32", + "name": "BaseOfBss", + "offset": 28, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4814", + "kind": "UInt32", + "name": "GprMask", + "offset": 32, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "4815", + "kind": "Array", + "name": "CprMask", + "offset": 36, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4816", + "kind": "UInt32", + "name": "GpValue", + "offset": 52, + "parentId": "4803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4817", + "kind": "Struct", + "name": "_IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4818", + "kind": "UInt64", + "name": "BeginAddress", + "offset": 0, + "parentId": "4817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4819", + "kind": "UInt64", + "name": "EndAddress", + "offset": 8, + "parentId": "4817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4820", + "kind": "UInt64", + "name": "ExceptionHandler", + "offset": 16, + "parentId": "4817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4821", + "kind": "UInt64", + "name": "HandlerData", + "offset": 24, + "parentId": "4817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4822", + "kind": "UInt64", + "name": "PrologEndAddress", + "offset": 32, + "parentId": "4817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4823", + "kind": "Struct", + "name": "_TAPE_WMI_OPERATIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_WMI_OPERATIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4824", + "kind": "UInt32", + "name": "Method", + "offset": 0, + "parentId": "4823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4825", + "kind": "UInt32", + "name": "DataBufferSize", + "offset": 4, + "parentId": "4823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4826", + "kind": "Hex8", + "name": "DataBuffer", + "offset": 8, + "parentId": "4823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4827", + "kind": "Struct", + "name": "_RGNDATAHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RGNDATAHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4828", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "4827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4829", + "kind": "UInt32", + "name": "iType", + "offset": 4, + "parentId": "4827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4830", + "kind": "UInt32", + "name": "nCount", + "offset": 8, + "parentId": "4827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4831", + "kind": "UInt32", + "name": "nRgnSize", + "offset": 12, + "parentId": "4827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4832", + "kind": "Struct", + "name": "rcBound", + "offset": 16, + "parentId": "4827", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4833", + "kind": "Struct", + "name": "_IMAGE_HOT_PATCH_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_HOT_PATCH_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4834", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4835", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4836", + "kind": "UInt32", + "name": "SequenceNumber", + "offset": 8, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4837", + "kind": "UInt32", + "name": "BaseImageList", + "offset": 12, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4838", + "kind": "UInt32", + "name": "BaseImageCount", + "offset": 16, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4839", + "kind": "UInt32", + "name": "BufferOffset", + "offset": 20, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4840", + "kind": "UInt32", + "name": "ExtraPatchSize", + "offset": 24, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4841", + "kind": "UInt32", + "name": "MinSequenceNumber", + "offset": 28, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4842", + "kind": "UInt32", + "name": "Flags", + "offset": 32, + "parentId": "4833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4843", + "kind": "Struct", + "name": "_IMAGE_HOT_PATCH_BASE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_HOT_PATCH_BASE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4844", + "kind": "UInt32", + "name": "SequenceNumber", + "offset": 0, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4845", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4846", + "kind": "UInt32", + "name": "OriginalTimeDateStamp", + "offset": 8, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4847", + "kind": "UInt32", + "name": "OriginalCheckSum", + "offset": 12, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4848", + "kind": "UInt32", + "name": "CodeIntegrityInfo", + "offset": 16, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4849", + "kind": "UInt32", + "name": "CodeIntegritySize", + "offset": 20, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4850", + "kind": "UInt32", + "name": "PatchTable", + "offset": 24, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4851", + "kind": "UInt32", + "name": "BufferOffset", + "offset": 28, + "parentId": "4843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4852", + "kind": "Struct", + "name": "_ABCFLOAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ABCFLOAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4853", + "kind": "Float", + "name": "abcfA", + "offset": 0, + "parentId": "4852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4854", + "kind": "Float", + "name": "abcfB", + "offset": 4, + "parentId": "4852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4855", + "kind": "Float", + "name": "abcfC", + "offset": 8, + "parentId": "4852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4856", + "kind": "Struct", + "name": "_IMAGE_RESOURCE_DIRECTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4857", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4858", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4859", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 8, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4860", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 10, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4861", + "kind": "UInt16", + "name": "NumberOfNamedEntries", + "offset": 12, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4862", + "kind": "UInt16", + "name": "NumberOfIdEntries", + "offset": 14, + "parentId": "4856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4863", + "kind": "Struct", + "name": "_IMAGE_ROM_HEADERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ROM_HEADERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4864", + "kind": "Struct", + "name": "FileHeader", + "offset": 0, + "parentId": "4863", + "refId": "3092", + "strLen": 64, + "structTypeName": "_IMAGE_FILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4865", + "kind": "Struct", + "name": "OptionalHeader", + "offset": 0, + "parentId": "4863", + "refId": "4803", + "strLen": 64, + "structTypeName": "_IMAGE_ROM_OPTIONAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4866", + "kind": "Struct", + "name": "tagEMRSETPIXELV", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETPIXELV" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4867", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "4866", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4868", + "kind": "Struct", + "name": "ptlPixel", + "offset": 0, + "parentId": "4866", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4869", + "kind": "UInt32", + "name": "crColor", + "offset": 0, + "parentId": "4866", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4870", + "kind": "Struct", + "name": "_IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "PageRelativeOffset" + }, + { + "bitOffset": 12, + "bitWidth": 4, + "name": "RegisterNumber" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "4871", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "4870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4872", + "kind": "Struct", + "name": "_IMAGE_FUNCTION_OVERRIDE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_FUNCTION_OVERRIDE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4873", + "kind": "UInt32", + "name": "FuncOverrideSize", + "offset": 0, + "parentId": "4872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4874", + "kind": "Struct", + "name": "ANON_OBJECT_HEADER_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ANON_OBJECT_HEADER_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4875", + "kind": "UInt16", + "name": "Sig1", + "offset": 0, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4876", + "kind": "UInt16", + "name": "Sig2", + "offset": 2, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4877", + "kind": "UInt16", + "name": "Version", + "offset": 4, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4878", + "kind": "UInt16", + "name": "Machine", + "offset": 6, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4879", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 8, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4880", + "kind": "Struct", + "name": "ClassID", + "offset": 12, + "parentId": "4874", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4881", + "kind": "UInt32", + "name": "SizeOfData", + "offset": 12, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4882", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4883", + "kind": "UInt32", + "name": "MetaDataSize", + "offset": 20, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4884", + "kind": "UInt32", + "name": "MetaDataOffset", + "offset": 24, + "parentId": "4874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4885", + "kind": "Struct", + "name": "ANON_OBJECT_HEADER_BIGOBJ", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ANON_OBJECT_HEADER_BIGOBJ" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4886", + "kind": "UInt16", + "name": "Sig1", + "offset": 0, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4887", + "kind": "UInt16", + "name": "Sig2", + "offset": 2, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4888", + "kind": "UInt16", + "name": "Version", + "offset": 4, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4889", + "kind": "UInt16", + "name": "Machine", + "offset": 6, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4890", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 8, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4891", + "kind": "Struct", + "name": "ClassID", + "offset": 12, + "parentId": "4885", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4892", + "kind": "UInt32", + "name": "SizeOfData", + "offset": 12, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4893", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4894", + "kind": "UInt32", + "name": "MetaDataSize", + "offset": 20, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4895", + "kind": "UInt32", + "name": "MetaDataOffset", + "offset": 24, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4896", + "kind": "UInt32", + "name": "NumberOfSections", + "offset": 28, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4897", + "kind": "UInt32", + "name": "PointerToSymbolTable", + "offset": 32, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4898", + "kind": "UInt32", + "name": "NumberOfSymbols", + "offset": 36, + "parentId": "4885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4899", + "kind": "Struct", + "name": "tagTEXTMETRICW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4900", + "kind": "Int32", + "name": "tmHeight", + "offset": 0, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4901", + "kind": "Int32", + "name": "tmAscent", + "offset": 4, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4902", + "kind": "Int32", + "name": "tmDescent", + "offset": 8, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4903", + "kind": "Int32", + "name": "tmInternalLeading", + "offset": 12, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4904", + "kind": "Int32", + "name": "tmExternalLeading", + "offset": 16, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4905", + "kind": "Int32", + "name": "tmAveCharWidth", + "offset": 20, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4906", + "kind": "Int32", + "name": "tmMaxCharWidth", + "offset": 24, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4907", + "kind": "Int32", + "name": "tmWeight", + "offset": 28, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4908", + "kind": "Int32", + "name": "tmOverhang", + "offset": 32, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4909", + "kind": "Int32", + "name": "tmDigitizedAspectX", + "offset": 36, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4910", + "kind": "Int32", + "name": "tmDigitizedAspectY", + "offset": 40, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4911", + "kind": "Struct", + "name": "tmFirstChar", + "offset": 44, + "parentId": "4899", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4912", + "kind": "Struct", + "name": "tmLastChar", + "offset": 44, + "parentId": "4899", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4913", + "kind": "Struct", + "name": "tmDefaultChar", + "offset": 44, + "parentId": "4899", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4914", + "kind": "Struct", + "name": "tmBreakChar", + "offset": 44, + "parentId": "4899", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4915", + "kind": "UInt8", + "name": "tmItalic", + "offset": 44, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4916", + "kind": "UInt8", + "name": "tmUnderlined", + "offset": 45, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4917", + "kind": "UInt8", + "name": "tmStruckOut", + "offset": 46, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4918", + "kind": "UInt8", + "name": "tmPitchAndFamily", + "offset": 47, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4919", + "kind": "UInt8", + "name": "tmCharSet", + "offset": 48, + "parentId": "4899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4920", + "kind": "Struct", + "name": "_OUTLINETEXTMETRICW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OUTLINETEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4921", + "kind": "UInt32", + "name": "otmSize", + "offset": 0, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4922", + "kind": "Struct", + "name": "otmTextMetrics", + "offset": 4, + "parentId": "4920", + "refId": "4899", + "strLen": 64, + "structTypeName": "tagTEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4923", + "kind": "UInt8", + "name": "otmFiller", + "offset": 4, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4924", + "kind": "Struct", + "name": "otmPanoseNumber", + "offset": 5, + "parentId": "4920", + "refId": "4709", + "strLen": 64, + "structTypeName": "tagPANOSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4925", + "kind": "UInt32", + "name": "otmfsSelection", + "offset": 5, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4926", + "kind": "UInt32", + "name": "otmfsType", + "offset": 9, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4927", + "kind": "Int32", + "name": "otmsCharSlopeRise", + "offset": 13, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4928", + "kind": "Int32", + "name": "otmsCharSlopeRun", + "offset": 17, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4929", + "kind": "Int32", + "name": "otmItalicAngle", + "offset": 21, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4930", + "kind": "UInt32", + "name": "otmEMSquare", + "offset": 25, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4931", + "kind": "Int32", + "name": "otmAscent", + "offset": 29, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4932", + "kind": "Int32", + "name": "otmDescent", + "offset": 33, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4933", + "kind": "UInt32", + "name": "otmLineGap", + "offset": 37, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4934", + "kind": "UInt32", + "name": "otmsCapEmHeight", + "offset": 41, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4935", + "kind": "UInt32", + "name": "otmsXHeight", + "offset": 45, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4936", + "kind": "Struct", + "name": "otmrcFontBox", + "offset": 49, + "parentId": "4920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4937", + "kind": "Int32", + "name": "otmMacAscent", + "offset": 49, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4938", + "kind": "Int32", + "name": "otmMacDescent", + "offset": 53, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4939", + "kind": "UInt32", + "name": "otmMacLineGap", + "offset": 57, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4940", + "kind": "UInt32", + "name": "otmusMinimumPPEM", + "offset": 61, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4941", + "kind": "Struct", + "name": "otmptSubscriptSize", + "offset": 65, + "parentId": "4920", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4942", + "kind": "Struct", + "name": "otmptSubscriptOffset", + "offset": 65, + "parentId": "4920", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4943", + "kind": "Struct", + "name": "otmptSuperscriptSize", + "offset": 65, + "parentId": "4920", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4944", + "kind": "Struct", + "name": "otmptSuperscriptOffset", + "offset": 65, + "parentId": "4920", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4945", + "kind": "UInt32", + "name": "otmsStrikeoutSize", + "offset": 65, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4946", + "kind": "Int32", + "name": "otmsStrikeoutPosition", + "offset": 69, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4947", + "kind": "Int32", + "name": "otmsUnderscoreSize", + "offset": 73, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4948", + "kind": "Int32", + "name": "otmsUnderscorePosition", + "offset": 77, + "parentId": "4920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4949", + "kind": "Struct", + "name": "otmpFamilyName", + "offset": 81, + "parentId": "4920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4950", + "kind": "Struct", + "name": "otmpFaceName", + "offset": 81, + "parentId": "4920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4951", + "kind": "Struct", + "name": "otmpStyleName", + "offset": 81, + "parentId": "4920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4952", + "kind": "Struct", + "name": "otmpFullName", + "offset": 81, + "parentId": "4920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4953", + "kind": "Struct", + "name": "_IMAGE_SECTION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_SECTION_HEADER" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "4954", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4955", + "kind": "Struct", + "name": "Misc", + "offset": 8, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4956", + "kind": "UInt32", + "name": "PhysicalAddress", + "offset": 0, + "parentId": "4955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4957", + "kind": "UInt32", + "name": "VirtualSize", + "offset": 0, + "parentId": "4955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4958", + "kind": "UInt32", + "name": "VirtualAddress", + "offset": 12, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4959", + "kind": "UInt32", + "name": "SizeOfRawData", + "offset": 16, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4960", + "kind": "UInt32", + "name": "PointerToRawData", + "offset": 20, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4961", + "kind": "UInt32", + "name": "PointerToRelocations", + "offset": 24, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4962", + "kind": "UInt32", + "name": "PointerToLinenumbers", + "offset": 28, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4963", + "kind": "UInt16", + "name": "NumberOfRelocations", + "offset": 32, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4964", + "kind": "UInt16", + "name": "NumberOfLinenumbers", + "offset": 34, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4965", + "kind": "UInt32", + "name": "Characteristics", + "offset": 36, + "parentId": "4953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4966", + "kind": "Struct", + "name": "_TAPE_GET_DRIVE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_GET_DRIVE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4967", + "kind": "UInt8", + "name": "ECC", + "offset": 0, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4968", + "kind": "UInt8", + "name": "Compression", + "offset": 1, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4969", + "kind": "UInt8", + "name": "DataPadding", + "offset": 2, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4970", + "kind": "UInt8", + "name": "ReportSetmarks", + "offset": 3, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4971", + "kind": "UInt32", + "name": "DefaultBlockSize", + "offset": 4, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4972", + "kind": "UInt32", + "name": "MaximumBlockSize", + "offset": 8, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4973", + "kind": "UInt32", + "name": "MinimumBlockSize", + "offset": 12, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4974", + "kind": "UInt32", + "name": "MaximumPartitionCount", + "offset": 16, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4975", + "kind": "UInt32", + "name": "FeaturesLow", + "offset": 20, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4976", + "kind": "UInt32", + "name": "FeaturesHigh", + "offset": 24, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4977", + "kind": "UInt32", + "name": "EOTWarningZoneSize", + "offset": 28, + "parentId": "4966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4978", + "kind": "Struct", + "name": "_IMAGE_SYMBOL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_SYMBOL" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4979", + "kind": "Struct", + "name": "N", + "offset": 0, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "4980", + "kind": "Array", + "name": "ShortName", + "offset": 0, + "parentId": "4979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "4981", + "kind": "Array", + "name": "LongName", + "offset": 0, + "parentId": "4979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4982", + "kind": "UInt32", + "name": "Value", + "offset": 8, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4983", + "kind": "Int16", + "name": "SectionNumber", + "offset": 12, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4984", + "kind": "UInt16", + "name": "Type", + "offset": 14, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4985", + "kind": "UInt8", + "name": "StorageClass", + "offset": 16, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4986", + "kind": "UInt8", + "name": "NumberOfAuxSymbols", + "offset": 17, + "parentId": "4978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4987", + "kind": "Struct", + "name": "tagPOLYTEXTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOLYTEXTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4988", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4989", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4990", + "kind": "UInt32", + "name": "n", + "offset": 8, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4991", + "kind": "Pointer64", + "name": "lpstr", + "offset": 12, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4992", + "kind": "UInt32", + "name": "uiFlags", + "offset": 20, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4993", + "kind": "Struct", + "name": "rcl", + "offset": 24, + "parentId": "4987", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4994", + "kind": "Pointer64", + "name": "pdx", + "offset": 24, + "parentId": "4987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4995", + "kind": "Struct", + "name": "_TAPE_SET_MEDIA_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_SET_MEDIA_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "4996", + "kind": "UInt32", + "name": "BlockSize", + "offset": 0, + "parentId": "4995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "4997", + "kind": "Struct", + "name": "_IMAGE_SYMBOL_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_SYMBOL_EX" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "4998", + "kind": "Struct", + "name": "N", + "offset": 0, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "4999", + "kind": "Array", + "name": "ShortName", + "offset": 0, + "parentId": "4998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "5000", + "kind": "Array", + "name": "LongName", + "offset": 0, + "parentId": "4998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5001", + "kind": "UInt32", + "name": "Value", + "offset": 8, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5002", + "kind": "Int32", + "name": "SectionNumber", + "offset": 12, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5003", + "kind": "UInt16", + "name": "Type", + "offset": 16, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5004", + "kind": "UInt8", + "name": "StorageClass", + "offset": 18, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5005", + "kind": "UInt8", + "name": "NumberOfAuxSymbols", + "offset": 19, + "parentId": "4997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5006", + "kind": "Struct", + "name": "HACCEL__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HACCEL__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5007", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5008", + "kind": "Struct", + "name": "HBRUSH__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5009", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5010", + "kind": "Struct", + "name": "_IMAGE_HOT_PATCH_HASHES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_HOT_PATCH_HASHES" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "5011", + "kind": "Array", + "name": "SHA256", + "offset": 0, + "parentId": "5010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 20, + "collapsed": false, + "elementKind": "UInt8", + "id": "5012", + "kind": "Array", + "name": "SHA1", + "offset": 32, + "parentId": "5010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5013", + "kind": "Struct", + "name": "DISPLAYCONFIG_RATIONAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_RATIONAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5014", + "kind": "UInt32", + "name": "Numerator", + "offset": 0, + "parentId": "5013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5015", + "kind": "UInt32", + "name": "Denominator", + "offset": 4, + "parentId": "5013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5016", + "kind": "Struct", + "name": "_IMAGE_RESOURCE_DIRECTORY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DIRECTORY_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5017", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5018", + "kind": "UInt32", + "name": "Name", + "offset": 0, + "parentId": "5017", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5019", + "kind": "UInt16", + "name": "Id", + "offset": 0, + "parentId": "5017", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5020", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "5016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5021", + "kind": "UInt32", + "name": "OffsetToData", + "offset": 0, + "parentId": "5020", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5022", + "kind": "Struct", + "name": "_IMAGE_CE_RUNTIME_FUNCTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_CE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5023", + "kind": "UInt32", + "name": "FuncStart", + "offset": 0, + "parentId": "5022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "PrologLen" + }, + { + "bitOffset": 8, + "bitWidth": 22, + "name": "FuncLen" + }, + { + "bitOffset": 30, + "bitWidth": 1, + "name": "ThirtyTwoBit" + }, + { + "bitOffset": 31, + "bitWidth": 1, + "name": "ExceptionFlag" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "5024", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "5022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5025", + "kind": "Struct", + "name": "HSPRITE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HSPRITE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5026", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5027", + "kind": "Struct", + "name": "tagEMRSELECTCLIPPATH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSELECTCLIPPATH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5028", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5027", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5029", + "kind": "UInt32", + "name": "iMode", + "offset": 0, + "parentId": "5027", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5030", + "kind": "Struct", + "name": "_SYSTEM_ACTIVITY_MODERATION_EXE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACTIVITY_MODERATION_EXE_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5031", + "kind": "Struct", + "name": "ExePathNt", + "offset": 0, + "parentId": "5030", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5032", + "kind": "UInt32", + "name": "ModerationState", + "offset": 0, + "parentId": "5030", + "refId": "321", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5033", + "kind": "Struct", + "name": "_IMAGE_TLS_DIRECTORY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_TLS_DIRECTORY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5034", + "kind": "UInt32", + "name": "StartAddressOfRawData", + "offset": 0, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5035", + "kind": "UInt32", + "name": "EndAddressOfRawData", + "offset": 4, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5036", + "kind": "UInt32", + "name": "AddressOfIndex", + "offset": 8, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5037", + "kind": "UInt32", + "name": "AddressOfCallBacks", + "offset": 12, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5038", + "kind": "UInt32", + "name": "SizeOfZeroFill", + "offset": 16, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5039", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "5033", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5040", + "kind": "UInt32", + "name": "Characteristics", + "offset": 0, + "parentId": "5039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5041", + "kind": "Struct", + "name": "_SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "5042", + "kind": "Array", + "name": "EnclaveLaunchSigner", + "offset": 0, + "parentId": "5041", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5043", + "kind": "Struct", + "name": "tagTEXTMETRICA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5044", + "kind": "Int32", + "name": "tmHeight", + "offset": 0, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5045", + "kind": "Int32", + "name": "tmAscent", + "offset": 4, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5046", + "kind": "Int32", + "name": "tmDescent", + "offset": 8, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5047", + "kind": "Int32", + "name": "tmInternalLeading", + "offset": 12, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5048", + "kind": "Int32", + "name": "tmExternalLeading", + "offset": 16, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5049", + "kind": "Int32", + "name": "tmAveCharWidth", + "offset": 20, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5050", + "kind": "Int32", + "name": "tmMaxCharWidth", + "offset": 24, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5051", + "kind": "Int32", + "name": "tmWeight", + "offset": 28, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5052", + "kind": "Int32", + "name": "tmOverhang", + "offset": 32, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5053", + "kind": "Int32", + "name": "tmDigitizedAspectX", + "offset": 36, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5054", + "kind": "Int32", + "name": "tmDigitizedAspectY", + "offset": 40, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5055", + "kind": "UInt8", + "name": "tmFirstChar", + "offset": 44, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5056", + "kind": "UInt8", + "name": "tmLastChar", + "offset": 45, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5057", + "kind": "UInt8", + "name": "tmDefaultChar", + "offset": 46, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5058", + "kind": "UInt8", + "name": "tmBreakChar", + "offset": 47, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5059", + "kind": "UInt8", + "name": "tmItalic", + "offset": 48, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5060", + "kind": "UInt8", + "name": "tmUnderlined", + "offset": 49, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5061", + "kind": "UInt8", + "name": "tmStruckOut", + "offset": 50, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5062", + "kind": "UInt8", + "name": "tmPitchAndFamily", + "offset": 51, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5063", + "kind": "UInt8", + "name": "tmCharSet", + "offset": 52, + "parentId": "5043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5064", + "kind": "Struct", + "name": "tagEMRSETMAPPERFLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETMAPPERFLAGS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5065", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5064", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5066", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "5064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5067", + "kind": "Struct", + "name": "DISPLAYCONFIG_PATH_SOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PATH_SOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5068", + "kind": "Struct", + "name": "adapterId", + "offset": 0, + "parentId": "5067", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5069", + "kind": "UInt32", + "name": "id", + "offset": 0, + "parentId": "5067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5070", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "5067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5071", + "kind": "UInt32", + "name": "modeInfoIdx", + "offset": 0, + "parentId": "5070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5072", + "kind": "UInt32", + "name": "statusFlags", + "offset": 8, + "parentId": "5067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5073", + "kind": "Struct", + "name": "_IMAGE_IMPORT_BY_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_IMPORT_BY_NAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5074", + "kind": "UInt16", + "name": "Hint", + "offset": 0, + "parentId": "5073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "5075", + "kind": "Array", + "name": "Name", + "offset": 2, + "parentId": "5073", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5076", + "kind": "Struct", + "name": "_IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5077", + "kind": "UInt8", + "name": "PrologueByteCount", + "offset": 0, + "parentId": "5076", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5078", + "kind": "Struct", + "name": "HDC__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5079", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5080", + "kind": "Struct", + "name": "HDESK__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HDESK__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5081", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5082", + "kind": "Struct", + "name": "HSTR__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HSTR__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5083", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5082", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5084", + "kind": "Struct", + "name": "_SYSTEM_SPECULATION_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SPECULATION_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5085", + "kind": "Struct", + "name": "SpeculationControlFlags", + "offset": 0, + "parentId": "5084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5086", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5087", + "kind": "Struct", + "name": "SpeculationControlFlags2", + "offset": 4, + "parentId": "5084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5088", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5089", + "kind": "Struct", + "name": "_IMAGE_RESOURCE_DATA_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DATA_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5090", + "kind": "UInt32", + "name": "OffsetToData", + "offset": 0, + "parentId": "5089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5091", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "5089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5092", + "kind": "UInt32", + "name": "CodePage", + "offset": 8, + "parentId": "5089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5093", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "5089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5094", + "kind": "Struct", + "name": "DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5095", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5096", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "5095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5097", + "kind": "Struct", + "name": "HWINSTA__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HWINSTA__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5098", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5099", + "kind": "Struct", + "name": "_IMAGE_DYNAMIC_RELOCATION_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DYNAMIC_RELOCATION_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5100", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "5099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5101", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "5099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5102", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5103", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5104", + "kind": "UInt32", + "name": "PseudoKey", + "offset": 4, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5105", + "kind": "UInt32", + "name": "AssemblyNameOffset", + "offset": 8, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5106", + "kind": "UInt32", + "name": "AssemblyNameLength", + "offset": 12, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5107", + "kind": "UInt32", + "name": "AssemblyInformationOffset", + "offset": 16, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5108", + "kind": "UInt32", + "name": "AssemblyInformationLength", + "offset": 20, + "parentId": "5102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5109", + "kind": "Struct", + "name": "_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5110", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "5109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5111", + "kind": "UInt16", + "name": "MaximumLength", + "offset": 2, + "parentId": "5109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5112", + "kind": "Struct", + "name": "Buffer", + "offset": 4, + "parentId": "5109", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5113", + "kind": "Struct", + "name": "_RTL_DRIVE_LETTER_CURDIR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DRIVE_LETTER_CURDIR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5114", + "kind": "UInt16", + "name": "Flags", + "offset": 0, + "parentId": "5113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5115", + "kind": "UInt16", + "name": "Length", + "offset": 2, + "parentId": "5113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5116", + "kind": "UInt32", + "name": "TimeStamp", + "offset": 4, + "parentId": "5113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5117", + "kind": "Struct", + "name": "DosPath", + "offset": 8, + "parentId": "5113", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5118", + "kind": "Struct", + "name": "_CURDIR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CURDIR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5119", + "kind": "Struct", + "name": "DosPath", + "offset": 0, + "parentId": "5118", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5120", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "5118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5121", + "kind": "Struct", + "name": "_RTL_USER_PROCESS_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_USER_PROCESS_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5122", + "kind": "UInt32", + "name": "MaximumLength", + "offset": 0, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5123", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5124", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5125", + "kind": "UInt32", + "name": "DebugFlags", + "offset": 12, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5126", + "kind": "Hex8", + "name": "ConsoleHandle", + "offset": 16, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5127", + "kind": "UInt32", + "name": "ConsoleFlags", + "offset": 17, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5128", + "kind": "Hex8", + "name": "StandardInput", + "offset": 21, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5129", + "kind": "Hex8", + "name": "StandardOutput", + "offset": 22, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5130", + "kind": "Hex8", + "name": "StandardError", + "offset": 23, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5131", + "kind": "Struct", + "name": "CurrentDirectory", + "offset": 24, + "parentId": "5121", + "refId": "5118", + "strLen": 64, + "structTypeName": "_CURDIR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5132", + "kind": "Struct", + "name": "DllPath", + "offset": 24, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5133", + "kind": "Struct", + "name": "ImagePathName", + "offset": 24, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5134", + "kind": "Struct", + "name": "CommandLine", + "offset": 24, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5135", + "kind": "Hex8", + "name": "Environment", + "offset": 24, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5136", + "kind": "UInt32", + "name": "StartingX", + "offset": 25, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5137", + "kind": "UInt32", + "name": "StartingY", + "offset": 29, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5138", + "kind": "UInt32", + "name": "CountX", + "offset": 33, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5139", + "kind": "UInt32", + "name": "CountY", + "offset": 37, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5140", + "kind": "UInt32", + "name": "CountCharsX", + "offset": 41, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5141", + "kind": "UInt32", + "name": "CountCharsY", + "offset": 45, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5142", + "kind": "UInt32", + "name": "FillAttribute", + "offset": 49, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5143", + "kind": "UInt32", + "name": "WindowFlags", + "offset": 53, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5144", + "kind": "UInt32", + "name": "ShowWindowFlags", + "offset": 57, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5145", + "kind": "Struct", + "name": "WindowTitle", + "offset": 61, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5146", + "kind": "Struct", + "name": "DesktopInfo", + "offset": 61, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5147", + "kind": "Struct", + "name": "ShellInfo", + "offset": 61, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5148", + "kind": "Struct", + "name": "RuntimeData", + "offset": 61, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "5149", + "kind": "Array", + "name": "CurrentDirectories", + "offset": 61, + "parentId": "5121", + "refId": "5113", + "strLen": 64, + "structTypeName": "_RTL_DRIVE_LETTER_CURDIR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5150", + "kind": "UInt64", + "name": "EnvironmentSize", + "offset": 61, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5151", + "kind": "UInt64", + "name": "EnvironmentVersion", + "offset": 69, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5152", + "kind": "Hex8", + "name": "PackageDependencyData", + "offset": 77, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5153", + "kind": "UInt32", + "name": "ProcessGroupId", + "offset": 78, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5154", + "kind": "UInt32", + "name": "LoaderThreads", + "offset": 82, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5155", + "kind": "Struct", + "name": "RedirectionDllName", + "offset": 86, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5156", + "kind": "Struct", + "name": "HeapPartitionName", + "offset": 86, + "parentId": "5121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5157", + "kind": "UInt64", + "name": "DefaultThreadpoolCpuSetMasks", + "offset": 86, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5158", + "kind": "UInt32", + "name": "DefaultThreadpoolCpuSetMaskCount", + "offset": 94, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5159", + "kind": "UInt32", + "name": "DefaultThreadpoolThreadMaximum", + "offset": 98, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5160", + "kind": "UInt32", + "name": "HeapMemoryTypeMask", + "offset": 102, + "parentId": "5121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5161", + "kind": "Struct", + "name": "tagEXTLOGPEN32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEXTLOGPEN32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5162", + "kind": "UInt32", + "name": "elpPenStyle", + "offset": 0, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5163", + "kind": "UInt32", + "name": "elpWidth", + "offset": 4, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5164", + "kind": "UInt32", + "name": "elpBrushStyle", + "offset": 8, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5165", + "kind": "UInt32", + "name": "elpColor", + "offset": 12, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5166", + "kind": "UInt32", + "name": "elpHatch", + "offset": 16, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5167", + "kind": "UInt32", + "name": "elpNumEntries", + "offset": 20, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "5168", + "kind": "Array", + "name": "elpStyleEntry", + "offset": 24, + "parentId": "5161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5169", + "kind": "Struct", + "name": "tagEMREXTCREATEPEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTCREATEPEN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5170", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5169", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5171", + "kind": "UInt32", + "name": "ihPen", + "offset": 0, + "parentId": "5169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5172", + "kind": "UInt32", + "name": "offBmi", + "offset": 4, + "parentId": "5169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5173", + "kind": "UInt32", + "name": "cbBmi", + "offset": 8, + "parentId": "5169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5174", + "kind": "UInt32", + "name": "offBits", + "offset": 12, + "parentId": "5169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5175", + "kind": "UInt32", + "name": "cbBits", + "offset": 16, + "parentId": "5169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5176", + "kind": "Struct", + "name": "elp", + "offset": 20, + "parentId": "5169", + "refId": "5161", + "strLen": 64, + "structTypeName": "tagEXTLOGPEN32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5177", + "kind": "Struct", + "name": "_IMAGE_BOUND_FORWARDER_REF", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_BOUND_FORWARDER_REF" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5178", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 0, + "parentId": "5177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5179", + "kind": "UInt16", + "name": "OffsetModuleName", + "offset": 4, + "parentId": "5177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5180", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "5177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5181", + "kind": "Struct", + "name": "_MEMORYSTATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORYSTATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5182", + "kind": "UInt32", + "name": "dwLength", + "offset": 0, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5183", + "kind": "UInt32", + "name": "dwMemoryLoad", + "offset": 4, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5184", + "kind": "UInt64", + "name": "dwTotalPhys", + "offset": 8, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5185", + "kind": "UInt64", + "name": "dwAvailPhys", + "offset": 16, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5186", + "kind": "UInt64", + "name": "dwTotalPageFile", + "offset": 24, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5187", + "kind": "UInt64", + "name": "dwAvailPageFile", + "offset": 32, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5188", + "kind": "UInt64", + "name": "dwTotalVirtual", + "offset": 40, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5189", + "kind": "UInt64", + "name": "dwAvailVirtual", + "offset": 48, + "parentId": "5181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5190", + "kind": "Struct", + "name": "_DCB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DCB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5191", + "kind": "UInt32", + "name": "DCBlength", + "offset": 0, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5192", + "kind": "UInt32", + "name": "BaudRate", + "offset": 4, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "fBinary" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "fParity" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "fOutxCtsFlow" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "fOutxDsrFlow" + }, + { + "bitOffset": 4, + "bitWidth": 2, + "name": "fDtrControl" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "fDsrSensitivity" + }, + { + "bitOffset": 7, + "bitWidth": 1, + "name": "fTXContinueOnXoff" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "fOutX" + }, + { + "bitOffset": 9, + "bitWidth": 1, + "name": "fInX" + }, + { + "bitOffset": 10, + "bitWidth": 1, + "name": "fErrorChar" + }, + { + "bitOffset": 11, + "bitWidth": 1, + "name": "fNull" + }, + { + "bitOffset": 12, + "bitWidth": 2, + "name": "fRtsControl" + }, + { + "bitOffset": 14, + "bitWidth": 1, + "name": "fAbortOnError" + }, + { + "bitOffset": 15, + "bitWidth": 17, + "name": "fDummy2" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "5193", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5194", + "kind": "UInt16", + "name": "wReserved", + "offset": 12, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5195", + "kind": "UInt16", + "name": "XonLim", + "offset": 14, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5196", + "kind": "UInt16", + "name": "XoffLim", + "offset": 16, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5197", + "kind": "UInt8", + "name": "ByteSize", + "offset": 18, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5198", + "kind": "UInt8", + "name": "Parity", + "offset": 19, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5199", + "kind": "UInt8", + "name": "StopBits", + "offset": 20, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5200", + "kind": "Struct", + "name": "XonChar", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5201", + "kind": "Struct", + "name": "XoffChar", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5202", + "kind": "Struct", + "name": "ErrorChar", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5203", + "kind": "Struct", + "name": "EofChar", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5204", + "kind": "Struct", + "name": "EvtChar", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5205", + "kind": "UInt16", + "name": "wReserved1", + "offset": 21, + "parentId": "5190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5206", + "kind": "Struct", + "name": "_COMMCONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMMCONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5207", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5208", + "kind": "UInt16", + "name": "wVersion", + "offset": 4, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5209", + "kind": "UInt16", + "name": "wReserved", + "offset": 6, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5210", + "kind": "Struct", + "name": "dcb", + "offset": 8, + "parentId": "5206", + "refId": "5190", + "strLen": 64, + "structTypeName": "_DCB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5211", + "kind": "UInt32", + "name": "dwProviderSubType", + "offset": 8, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5212", + "kind": "UInt32", + "name": "dwProviderOffset", + "offset": 12, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5213", + "kind": "UInt32", + "name": "dwProviderSize", + "offset": 16, + "parentId": "5206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "5214", + "kind": "Array", + "name": "wcProviderData", + "offset": 20, + "parentId": "5206", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5215", + "kind": "Struct", + "name": "tagEMRSETCOLORSPACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETCOLORSPACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5216", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5215", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5217", + "kind": "UInt32", + "name": "ihCS", + "offset": 0, + "parentId": "5215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5218", + "kind": "Struct", + "name": "_IMAGE_RESOURCE_DIR_STRING_U", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DIR_STRING_U" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5219", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "5218", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "5220", + "kind": "Array", + "name": "NameString", + "offset": 2, + "parentId": "5218", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5221", + "kind": "Struct", + "name": "_JIT_DEBUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JIT_DEBUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5222", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5223", + "kind": "UInt32", + "name": "dwProcessorArchitecture", + "offset": 4, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5224", + "kind": "UInt32", + "name": "dwThreadID", + "offset": 8, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5225", + "kind": "UInt32", + "name": "dwReserved0", + "offset": 12, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5226", + "kind": "UInt64", + "name": "lpExceptionAddress", + "offset": 16, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5227", + "kind": "UInt64", + "name": "lpExceptionRecord", + "offset": 24, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5228", + "kind": "UInt64", + "name": "lpContextRecord", + "offset": 32, + "parentId": "5221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5229", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5230", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5231", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5232", + "kind": "UInt32", + "name": "VersionSpecificClassNameLength", + "offset": 8, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5233", + "kind": "UInt32", + "name": "VersionSpecificClassNameOffset", + "offset": 12, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5234", + "kind": "UInt32", + "name": "DllNameLength", + "offset": 16, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5235", + "kind": "UInt32", + "name": "DllNameOffset", + "offset": 20, + "parentId": "5229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5236", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5237", + "kind": "UInt32", + "name": "ChainCount", + "offset": 0, + "parentId": "5236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5238", + "kind": "UInt32", + "name": "ChainOffset", + "offset": 4, + "parentId": "5236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5239", + "kind": "Struct", + "name": "_BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5240", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 0, + "parentId": "5239", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5241", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "5239", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5242", + "kind": "Struct", + "name": "tagCOLORMATCHTOTARGET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOLORMATCHTOTARGET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5243", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5242", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5244", + "kind": "UInt32", + "name": "dwAction", + "offset": 0, + "parentId": "5242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5245", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "5242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5246", + "kind": "UInt32", + "name": "cbName", + "offset": 8, + "parentId": "5242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5247", + "kind": "UInt32", + "name": "cbData", + "offset": 12, + "parentId": "5242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5248", + "kind": "Array", + "name": "Data", + "offset": 16, + "parentId": "5242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5249", + "kind": "Struct", + "name": "_TRIVERTEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRIVERTEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5250", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5251", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5252", + "kind": "UInt16", + "name": "Red", + "offset": 8, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5253", + "kind": "UInt16", + "name": "Green", + "offset": 10, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5254", + "kind": "UInt16", + "name": "Blue", + "offset": 12, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5255", + "kind": "UInt16", + "name": "Alpha", + "offset": 14, + "parentId": "5249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5256", + "kind": "Struct", + "name": "_WIN32_FILE_ATTRIBUTE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_FILE_ATTRIBUTE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5257", + "kind": "UInt32", + "name": "dwFileAttributes", + "offset": 0, + "parentId": "5256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5258", + "kind": "Struct", + "name": "ftCreationTime", + "offset": 4, + "parentId": "5256", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5259", + "kind": "Struct", + "name": "ftLastAccessTime", + "offset": 4, + "parentId": "5256", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5260", + "kind": "Struct", + "name": "ftLastWriteTime", + "offset": 4, + "parentId": "5256", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5261", + "kind": "UInt32", + "name": "nFileSizeHigh", + "offset": 4, + "parentId": "5256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5262", + "kind": "UInt32", + "name": "nFileSizeLow", + "offset": 8, + "parentId": "5256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5263", + "kind": "Struct", + "name": "_POINTFLOAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POINTFLOAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5264", + "kind": "Float", + "name": "x", + "offset": 0, + "parentId": "5263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5265", + "kind": "Float", + "name": "y", + "offset": 4, + "parentId": "5263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5266", + "kind": "Struct", + "name": "_GLYPHMETRICSFLOAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GLYPHMETRICSFLOAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5267", + "kind": "Float", + "name": "gmfBlackBoxX", + "offset": 0, + "parentId": "5266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5268", + "kind": "Float", + "name": "gmfBlackBoxY", + "offset": 4, + "parentId": "5266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5269", + "kind": "Struct", + "name": "gmfptGlyphOrigin", + "offset": 8, + "parentId": "5266", + "refId": "5263", + "strLen": 64, + "structTypeName": "_POINTFLOAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5270", + "kind": "Float", + "name": "gmfCellIncX", + "offset": 8, + "parentId": "5266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5271", + "kind": "Float", + "name": "gmfCellIncY", + "offset": 12, + "parentId": "5266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5272", + "kind": "Struct", + "name": "_CFG_CALL_TARGET_LIST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CFG_CALL_TARGET_LIST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5273", + "kind": "UInt32", + "name": "NumberOfEntries", + "offset": 0, + "parentId": "5272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5274", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "5272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5275", + "kind": "UInt32", + "name": "NumberOfEntriesProcessed", + "offset": 8, + "parentId": "5272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5276", + "kind": "Struct", + "name": "CallTargetInfo", + "offset": 12, + "parentId": "5272", + "refId": "2898", + "strLen": 64, + "structTypeName": "_CFG_CALL_TARGET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5277", + "kind": "Hex8", + "name": "Section", + "offset": 12, + "parentId": "5272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5278", + "kind": "UInt64", + "name": "FileOffset", + "offset": 13, + "parentId": "5272", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5279", + "kind": "Struct", + "name": "_FIXED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5280", + "kind": "UInt16", + "name": "fract", + "offset": 0, + "parentId": "5279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5281", + "kind": "Int16", + "name": "value", + "offset": 2, + "parentId": "5279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5282", + "kind": "Struct", + "name": "tagPOINTFX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTFX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5283", + "kind": "Struct", + "name": "x", + "offset": 0, + "parentId": "5282", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5284", + "kind": "Struct", + "name": "y", + "offset": 0, + "parentId": "5282", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5285", + "kind": "Struct", + "name": "tagTTPOLYCURVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTTPOLYCURVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5286", + "kind": "UInt16", + "name": "wType", + "offset": 0, + "parentId": "5285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5287", + "kind": "UInt16", + "name": "cpfx", + "offset": 2, + "parentId": "5285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "5288", + "kind": "Array", + "name": "apfx", + "offset": 4, + "parentId": "5285", + "refId": "5282", + "strLen": 64, + "structTypeName": "tagPOINTFX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5289", + "kind": "Struct", + "name": "tagEMRFILLRGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRFILLRGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5290", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5289", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5291", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "5289", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5292", + "kind": "UInt32", + "name": "cbRgnData", + "offset": 0, + "parentId": "5289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5293", + "kind": "UInt32", + "name": "ihBrush", + "offset": 4, + "parentId": "5289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5294", + "kind": "Array", + "name": "RgnData", + "offset": 8, + "parentId": "5289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5295", + "kind": "Struct", + "name": "_IMAGE_LOAD_CONFIG_DIRECTORY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_LOAD_CONFIG_DIRECTORY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5296", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5297", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 4, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5298", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 8, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5299", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 10, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5300", + "kind": "UInt32", + "name": "GlobalFlagsClear", + "offset": 12, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5301", + "kind": "UInt32", + "name": "GlobalFlagsSet", + "offset": 16, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5302", + "kind": "UInt32", + "name": "CriticalSectionDefaultTimeout", + "offset": 20, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5303", + "kind": "UInt32", + "name": "DeCommitFreeBlockThreshold", + "offset": 24, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5304", + "kind": "UInt32", + "name": "DeCommitTotalFreeThreshold", + "offset": 28, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5305", + "kind": "UInt32", + "name": "LockPrefixTable", + "offset": 32, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5306", + "kind": "UInt32", + "name": "MaximumAllocationSize", + "offset": 36, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5307", + "kind": "UInt32", + "name": "VirtualMemoryThreshold", + "offset": 40, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5308", + "kind": "UInt32", + "name": "ProcessHeapFlags", + "offset": 44, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5309", + "kind": "UInt32", + "name": "ProcessAffinityMask", + "offset": 48, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5310", + "kind": "UInt16", + "name": "CSDVersion", + "offset": 52, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5311", + "kind": "UInt16", + "name": "DependentLoadFlags", + "offset": 54, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5312", + "kind": "UInt32", + "name": "EditList", + "offset": 56, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5313", + "kind": "UInt32", + "name": "SecurityCookie", + "offset": 60, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5314", + "kind": "UInt32", + "name": "SEHandlerTable", + "offset": 64, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5315", + "kind": "UInt32", + "name": "SEHandlerCount", + "offset": 68, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5316", + "kind": "UInt32", + "name": "GuardCFCheckFunctionPointer", + "offset": 72, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5317", + "kind": "UInt32", + "name": "GuardCFDispatchFunctionPointer", + "offset": 76, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5318", + "kind": "UInt32", + "name": "GuardCFFunctionTable", + "offset": 80, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5319", + "kind": "UInt32", + "name": "GuardCFFunctionCount", + "offset": 84, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5320", + "kind": "UInt32", + "name": "GuardFlags", + "offset": 88, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5321", + "kind": "Struct", + "name": "CodeIntegrity", + "offset": 92, + "parentId": "5295", + "refId": "3544", + "strLen": 64, + "structTypeName": "_IMAGE_LOAD_CONFIG_CODE_INTEGRITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5322", + "kind": "UInt32", + "name": "GuardAddressTakenIatEntryTable", + "offset": 92, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5323", + "kind": "UInt32", + "name": "GuardAddressTakenIatEntryCount", + "offset": 96, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5324", + "kind": "UInt32", + "name": "GuardLongJumpTargetTable", + "offset": 100, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5325", + "kind": "UInt32", + "name": "GuardLongJumpTargetCount", + "offset": 104, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5326", + "kind": "UInt32", + "name": "DynamicValueRelocTable", + "offset": 108, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5327", + "kind": "UInt32", + "name": "CHPEMetadataPointer", + "offset": 112, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5328", + "kind": "UInt32", + "name": "GuardRFFailureRoutine", + "offset": 116, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5329", + "kind": "UInt32", + "name": "GuardRFFailureRoutineFunctionPointer", + "offset": 120, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5330", + "kind": "UInt32", + "name": "DynamicValueRelocTableOffset", + "offset": 124, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5331", + "kind": "UInt16", + "name": "DynamicValueRelocTableSection", + "offset": 128, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5332", + "kind": "UInt16", + "name": "Reserved2", + "offset": 130, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5333", + "kind": "UInt32", + "name": "GuardRFVerifyStackPointerFunctionPointer", + "offset": 132, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5334", + "kind": "UInt32", + "name": "HotPatchTableOffset", + "offset": 136, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5335", + "kind": "UInt32", + "name": "Reserved3", + "offset": 140, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5336", + "kind": "UInt32", + "name": "EnclaveConfigurationPointer", + "offset": 144, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5337", + "kind": "UInt32", + "name": "VolatileMetadataPointer", + "offset": 148, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5338", + "kind": "UInt32", + "name": "GuardEHContinuationTable", + "offset": 152, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5339", + "kind": "UInt32", + "name": "GuardEHContinuationCount", + "offset": 156, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5340", + "kind": "UInt32", + "name": "GuardXFGCheckFunctionPointer", + "offset": 160, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5341", + "kind": "UInt32", + "name": "GuardXFGDispatchFunctionPointer", + "offset": 164, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5342", + "kind": "UInt32", + "name": "GuardXFGTableDispatchFunctionPointer", + "offset": 168, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5343", + "kind": "UInt32", + "name": "CastGuardOsDeterminedFailureMode", + "offset": 172, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5344", + "kind": "UInt32", + "name": "GuardMemcpyFunctionPointer", + "offset": 176, + "parentId": "5295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5345", + "kind": "Struct", + "name": "tagEMREXTSELECTCLIPRGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTSELECTCLIPRGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5346", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5345", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5347", + "kind": "UInt32", + "name": "cbRgnData", + "offset": 0, + "parentId": "5345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5348", + "kind": "UInt32", + "name": "iMode", + "offset": 4, + "parentId": "5345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5349", + "kind": "Array", + "name": "RgnData", + "offset": 8, + "parentId": "5345", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5350", + "kind": "Struct", + "name": "_SYSDBG_LIVEDUMP_CONTROL_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_CONTROL_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5351", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "5350", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5352", + "kind": "Struct", + "name": "_WIN32_FIND_DATAW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_FIND_DATAW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5353", + "kind": "UInt32", + "name": "dwFileAttributes", + "offset": 0, + "parentId": "5352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5354", + "kind": "Struct", + "name": "ftCreationTime", + "offset": 4, + "parentId": "5352", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5355", + "kind": "Struct", + "name": "ftLastAccessTime", + "offset": 4, + "parentId": "5352", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5356", + "kind": "Struct", + "name": "ftLastWriteTime", + "offset": 4, + "parentId": "5352", + "refId": "1772", + "strLen": 64, + "structTypeName": "_FILETIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5357", + "kind": "UInt32", + "name": "nFileSizeHigh", + "offset": 4, + "parentId": "5352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5358", + "kind": "UInt32", + "name": "nFileSizeLow", + "offset": 8, + "parentId": "5352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5359", + "kind": "UInt32", + "name": "dwReserved0", + "offset": 12, + "parentId": "5352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5360", + "kind": "UInt32", + "name": "dwReserved1", + "offset": 16, + "parentId": "5352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "5361", + "kind": "Array", + "name": "cFileName", + "offset": 20, + "parentId": "5352", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 14, + "collapsed": true, + "elementKind": "Struct", + "id": "5362", + "kind": "Array", + "name": "cAlternateFileName", + "offset": 20, + "parentId": "5352", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5363", + "kind": "Struct", + "name": "tagEMRBITBLT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRBITBLT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5364", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5363", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5365", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "5363", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5366", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5367", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5368", + "kind": "Int32", + "name": "cxDest", + "offset": 8, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5369", + "kind": "Int32", + "name": "cyDest", + "offset": 12, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5370", + "kind": "UInt32", + "name": "dwRop", + "offset": 16, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5371", + "kind": "Int32", + "name": "xSrc", + "offset": 20, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5372", + "kind": "Int32", + "name": "ySrc", + "offset": 24, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5373", + "kind": "Struct", + "name": "xformSrc", + "offset": 28, + "parentId": "5363", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5374", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 28, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5375", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 32, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5376", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 36, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5377", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 40, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5378", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 44, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5379", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 48, + "parentId": "5363", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5380", + "kind": "Struct", + "name": "_PROCESS_LEAP_SECOND_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_LEAP_SECOND_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5381", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5380", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5382", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "5380", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5383", + "kind": "Struct", + "name": "tagEMRMASKBLT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRMASKBLT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5384", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5383", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5385", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "5383", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5386", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5387", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5388", + "kind": "Int32", + "name": "cxDest", + "offset": 8, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5389", + "kind": "Int32", + "name": "cyDest", + "offset": 12, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5390", + "kind": "UInt32", + "name": "dwRop", + "offset": 16, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5391", + "kind": "Int32", + "name": "xSrc", + "offset": 20, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5392", + "kind": "Int32", + "name": "ySrc", + "offset": 24, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5393", + "kind": "Struct", + "name": "xformSrc", + "offset": 28, + "parentId": "5383", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5394", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 28, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5395", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 32, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5396", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 36, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5397", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 40, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5398", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 44, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5399", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 48, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5400", + "kind": "Int32", + "name": "xMask", + "offset": 52, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5401", + "kind": "Int32", + "name": "yMask", + "offset": 56, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5402", + "kind": "UInt32", + "name": "iUsageMask", + "offset": 60, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5403", + "kind": "UInt32", + "name": "offBmiMask", + "offset": 64, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5404", + "kind": "UInt32", + "name": "cbBmiMask", + "offset": 68, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5405", + "kind": "UInt32", + "name": "offBitsMask", + "offset": 72, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5406", + "kind": "UInt32", + "name": "cbBitsMask", + "offset": 76, + "parentId": "5383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5407", + "kind": "Struct", + "name": "_MEMORYSTATUSEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORYSTATUSEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5408", + "kind": "UInt32", + "name": "dwLength", + "offset": 0, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5409", + "kind": "UInt32", + "name": "dwMemoryLoad", + "offset": 4, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5410", + "kind": "UInt64", + "name": "ullTotalPhys", + "offset": 8, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5411", + "kind": "UInt64", + "name": "ullAvailPhys", + "offset": 16, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5412", + "kind": "UInt64", + "name": "ullTotalPageFile", + "offset": 24, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5413", + "kind": "UInt64", + "name": "ullAvailPageFile", + "offset": 32, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5414", + "kind": "UInt64", + "name": "ullTotalVirtual", + "offset": 40, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5415", + "kind": "UInt64", + "name": "ullAvailVirtual", + "offset": 48, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5416", + "kind": "UInt64", + "name": "ullAvailExtendedVirtual", + "offset": 56, + "parentId": "5407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5417", + "kind": "Struct", + "name": "tagEXTLOGFONTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEXTLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5418", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "5417", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "5419", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "5417", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "5420", + "kind": "Array", + "name": "elfStyle", + "offset": 0, + "parentId": "5417", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5421", + "kind": "UInt32", + "name": "elfVersion", + "offset": 0, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5422", + "kind": "UInt32", + "name": "elfStyleSize", + "offset": 4, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5423", + "kind": "UInt32", + "name": "elfMatch", + "offset": 8, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5424", + "kind": "UInt32", + "name": "elfReserved", + "offset": 12, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "5425", + "kind": "Array", + "name": "elfVendorId", + "offset": 16, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5426", + "kind": "UInt32", + "name": "elfCulture", + "offset": 20, + "parentId": "5417", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5427", + "kind": "Struct", + "name": "elfPanose", + "offset": 24, + "parentId": "5417", + "refId": "4709", + "strLen": 64, + "structTypeName": "tagPANOSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5428", + "kind": "Struct", + "name": "tagEMREXTCREATEFONTINDIRECTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTCREATEFONTINDIRECTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5429", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5428", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5430", + "kind": "UInt32", + "name": "ihFont", + "offset": 0, + "parentId": "5428", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5431", + "kind": "Struct", + "name": "elfw", + "offset": 4, + "parentId": "5428", + "refId": "5417", + "strLen": 64, + "structTypeName": "tagEXTLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5432", + "kind": "Struct", + "name": "_TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5433", + "kind": "Struct", + "name": "SuperiorEnlistmentPair", + "offset": 0, + "parentId": "5432", + "refId": "1615", + "strLen": 64, + "structTypeName": "_TRANSACTION_ENLISTMENT_PAIR" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5434", + "kind": "Struct", + "name": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5435", + "kind": "UInt32", + "name": "ExtendedHeaderData", + "offset": 0, + "parentId": "5434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5436", + "kind": "Struct", + "name": "_REASON_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REASON_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5437", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "5436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5438", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "5436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5439", + "kind": "Struct", + "name": "Reason", + "offset": 8, + "parentId": "5436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5440", + "kind": "Struct", + "name": "SimpleReasonString", + "offset": 0, + "parentId": "5439", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5441", + "kind": "Struct", + "name": "tagLOGPEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGPEN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5442", + "kind": "UInt32", + "name": "lopnStyle", + "offset": 0, + "parentId": "5441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5443", + "kind": "Struct", + "name": "lopnWidth", + "offset": 4, + "parentId": "5441", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5444", + "kind": "UInt32", + "name": "lopnColor", + "offset": 4, + "parentId": "5441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5445", + "kind": "Struct", + "name": "tagEMRCREATEPEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATEPEN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5446", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5445", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5447", + "kind": "UInt32", + "name": "ihPen", + "offset": 0, + "parentId": "5445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5448", + "kind": "Struct", + "name": "lopn", + "offset": 4, + "parentId": "5445", + "refId": "5441", + "strLen": 64, + "structTypeName": "tagLOGPEN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5449", + "kind": "Struct", + "name": "_KSYSTEM_TIME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5450", + "kind": "UInt32", + "name": "LowPart", + "offset": 0, + "parentId": "5449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5451", + "kind": "Int32", + "name": "High1Time", + "offset": 4, + "parentId": "5449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5452", + "kind": "Int32", + "name": "High2Time", + "offset": 8, + "parentId": "5449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5453", + "kind": "Struct", + "name": "_KUSER_SHARED_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KUSER_SHARED_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5454", + "kind": "UInt32", + "name": "TickCountLowDeprecated", + "offset": 0, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5455", + "kind": "UInt32", + "name": "TickCountMultiplier", + "offset": 4, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5456", + "kind": "Struct", + "name": "InterruptTime", + "offset": 8, + "parentId": "5453", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5457", + "kind": "Struct", + "name": "SystemTime", + "offset": 8, + "parentId": "5453", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5458", + "kind": "Struct", + "name": "TimeZoneBias", + "offset": 8, + "parentId": "5453", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5459", + "kind": "UInt16", + "name": "ImageNumberLow", + "offset": 8, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5460", + "kind": "UInt16", + "name": "ImageNumberHigh", + "offset": 10, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "5461", + "kind": "Array", + "name": "NtSystemRoot", + "offset": 12, + "parentId": "5453", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5462", + "kind": "UInt32", + "name": "MaxStackTraceDepth", + "offset": 12, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5463", + "kind": "UInt32", + "name": "CryptoExponent", + "offset": 16, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5464", + "kind": "UInt32", + "name": "TimeZoneId", + "offset": 20, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5465", + "kind": "UInt32", + "name": "LargePageMinimum", + "offset": 24, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5466", + "kind": "UInt32", + "name": "AitSamplingValue", + "offset": 28, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5467", + "kind": "UInt32", + "name": "AppCompatFlag", + "offset": 32, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5468", + "kind": "UInt64", + "name": "RNGSeedVersion", + "offset": 36, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5469", + "kind": "UInt32", + "name": "GlobalValidationRunlevel", + "offset": 44, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5470", + "kind": "Int32", + "name": "TimeZoneBiasStamp", + "offset": 48, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5471", + "kind": "UInt32", + "name": "NtBuildNumber", + "offset": 52, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5472", + "kind": "UInt32", + "name": "NtProductType", + "offset": 56, + "parentId": "5453", + "refId": "262", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5473", + "kind": "UInt8", + "name": "ProductTypeIsValid", + "offset": 60, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5474", + "kind": "Hex8", + "name": "", + "offset": 61, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5475", + "kind": "UInt16", + "name": "NativeProcessorArchitecture", + "offset": 62, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5476", + "kind": "UInt32", + "name": "NtMajorVersion", + "offset": 64, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5477", + "kind": "UInt32", + "name": "NtMinorVersion", + "offset": 68, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt8", + "id": "5478", + "kind": "Array", + "name": "ProcessorFeatures", + "offset": 72, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5479", + "kind": "UInt32", + "name": "Reserved1", + "offset": 136, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5480", + "kind": "UInt32", + "name": "Reserved3", + "offset": 140, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5481", + "kind": "UInt32", + "name": "TimeSlip", + "offset": 144, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5482", + "kind": "UInt32", + "name": "AlternativeArchitecture", + "offset": 148, + "parentId": "5453", + "refId": "309", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5483", + "kind": "UInt32", + "name": "BootId", + "offset": 152, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5484", + "kind": "Struct", + "name": "SystemExpirationDate", + "offset": 156, + "parentId": "5453", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5485", + "kind": "UInt32", + "name": "SuiteMask", + "offset": 156, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5486", + "kind": "UInt8", + "name": "KdDebuggerEnabled", + "offset": 160, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5487", + "kind": "Struct", + "name": "", + "offset": 161, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5488", + "kind": "UInt8", + "name": "MitigationPolicies", + "offset": 0, + "parentId": "5487", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5489", + "kind": "UInt16", + "name": "CyclesPerYield", + "offset": 162, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5490", + "kind": "UInt32", + "name": "ActiveConsoleId", + "offset": 164, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5491", + "kind": "UInt32", + "name": "DismountCount", + "offset": 168, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5492", + "kind": "UInt32", + "name": "ComPlusPackage", + "offset": 172, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5493", + "kind": "UInt32", + "name": "LastSystemRITEventTickCount", + "offset": 176, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5494", + "kind": "UInt32", + "name": "NumberOfPhysicalPages", + "offset": 180, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5495", + "kind": "UInt8", + "name": "SafeBootMode", + "offset": 184, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5496", + "kind": "Struct", + "name": "", + "offset": 185, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5497", + "kind": "UInt8", + "name": "VirtualizationFlags", + "offset": 0, + "parentId": "5496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5498", + "kind": "Hex16", + "name": "", + "offset": 186, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5499", + "kind": "Struct", + "name": "", + "offset": 188, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5500", + "kind": "UInt32", + "name": "SharedDataFlags", + "offset": 0, + "parentId": "5499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "5501", + "kind": "Array", + "name": "DataFlagsPad", + "offset": 192, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5502", + "kind": "UInt64", + "name": "TestRetInstruction", + "offset": 196, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5503", + "kind": "Int64", + "name": "QpcFrequency", + "offset": 204, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5504", + "kind": "UInt32", + "name": "SystemCall", + "offset": 212, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5505", + "kind": "UInt32", + "name": "Reserved2", + "offset": 216, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt64", + "id": "5506", + "kind": "Array", + "name": "SystemCallPad", + "offset": 220, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5507", + "kind": "Struct", + "name": "", + "offset": 236, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5508", + "kind": "Struct", + "name": "TickCount", + "offset": 0, + "parentId": "5507", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5509", + "kind": "UInt64", + "name": "TickCountQuad", + "offset": 0, + "parentId": "5507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5510", + "kind": "UInt32", + "name": "Cookie", + "offset": 244, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "5511", + "kind": "Array", + "name": "CookiePad", + "offset": 248, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5512", + "kind": "Int64", + "name": "ConsoleSessionForegroundProcessId", + "offset": 252, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5513", + "kind": "UInt64", + "name": "TimeUpdateLock", + "offset": 260, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5514", + "kind": "UInt64", + "name": "BaselineSystemTimeQpc", + "offset": 268, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5515", + "kind": "UInt64", + "name": "BaselineInterruptTimeQpc", + "offset": 276, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5516", + "kind": "UInt64", + "name": "QpcSystemTimeIncrement", + "offset": 284, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5517", + "kind": "UInt64", + "name": "QpcInterruptTimeIncrement", + "offset": 292, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5518", + "kind": "UInt8", + "name": "QpcSystemTimeIncrementShift", + "offset": 300, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5519", + "kind": "UInt8", + "name": "QpcInterruptTimeIncrementShift", + "offset": 301, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5520", + "kind": "UInt16", + "name": "UnparkedProcessorCount", + "offset": 302, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "5521", + "kind": "Array", + "name": "EnclaveFeatureMask", + "offset": 304, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5522", + "kind": "UInt32", + "name": "TelemetryCoverageRound", + "offset": 320, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt16", + "id": "5523", + "kind": "Array", + "name": "UserModeGlobalLogger", + "offset": 324, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5524", + "kind": "UInt32", + "name": "ImageFileExecutionOptions", + "offset": 356, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5525", + "kind": "UInt32", + "name": "LangGenerationCount", + "offset": 360, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5526", + "kind": "UInt64", + "name": "Reserved4", + "offset": 364, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5527", + "kind": "UInt64", + "name": "InterruptTimeBias", + "offset": 372, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5528", + "kind": "UInt64", + "name": "QpcBias", + "offset": 380, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5529", + "kind": "UInt32", + "name": "ActiveProcessorCount", + "offset": 388, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5530", + "kind": "UInt8", + "name": "ActiveGroupCount", + "offset": 392, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5531", + "kind": "UInt8", + "name": "Reserved9", + "offset": 393, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5532", + "kind": "Struct", + "name": "", + "offset": 394, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5533", + "kind": "UInt16", + "name": "QpcData", + "offset": 0, + "parentId": "5532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5534", + "kind": "Struct", + "name": "TimeZoneBiasEffectiveStart", + "offset": 396, + "parentId": "5453", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5535", + "kind": "Struct", + "name": "TimeZoneBiasEffectiveEnd", + "offset": 396, + "parentId": "5453", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5536", + "kind": "Struct", + "name": "XState", + "offset": 396, + "parentId": "5453", + "refId": "3837", + "strLen": 64, + "structTypeName": "_XSTATE_CONFIGURATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5537", + "kind": "Struct", + "name": "FeatureConfigurationChangeStamp", + "offset": 396, + "parentId": "5453", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5538", + "kind": "UInt32", + "name": "Spare", + "offset": 396, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5539", + "kind": "UInt64", + "name": "UserPointerAuthMask", + "offset": 400, + "parentId": "5453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5540", + "kind": "Struct", + "name": "_MEMORY_PHYSICAL_CONTIGUITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PHYSICAL_CONTIGUITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5541", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "5540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5542", + "kind": "UInt64", + "name": "Size", + "offset": 1, + "parentId": "5540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5543", + "kind": "UInt64", + "name": "ContiguityUnitSize", + "offset": 9, + "parentId": "5540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5544", + "kind": "UInt32", + "name": "Flags", + "offset": 17, + "parentId": "5540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5545", + "kind": "Struct", + "name": "ContiguityUnitInformation", + "offset": 21, + "parentId": "5540", + "refId": "13809", + "strLen": 64, + "structTypeName": "_MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5546", + "kind": "Struct", + "name": "_IMAGE_ENCLAVE_CONFIG32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ENCLAVE_CONFIG32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5547", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5548", + "kind": "UInt32", + "name": "MinimumRequiredConfigSize", + "offset": 4, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5549", + "kind": "UInt32", + "name": "PolicyFlags", + "offset": 8, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5550", + "kind": "UInt32", + "name": "NumberOfImports", + "offset": 12, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5551", + "kind": "UInt32", + "name": "ImportList", + "offset": 16, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5552", + "kind": "UInt32", + "name": "ImportEntrySize", + "offset": 20, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "5553", + "kind": "Array", + "name": "FamilyID", + "offset": 24, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "5554", + "kind": "Array", + "name": "ImageID", + "offset": 40, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5555", + "kind": "UInt32", + "name": "ImageVersion", + "offset": 56, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5556", + "kind": "UInt32", + "name": "SecurityVersion", + "offset": 60, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5557", + "kind": "UInt32", + "name": "EnclaveSize", + "offset": 64, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5558", + "kind": "UInt32", + "name": "NumberOfThreads", + "offset": 68, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5559", + "kind": "UInt32", + "name": "EnclaveFlags", + "offset": 72, + "parentId": "5546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5560", + "kind": "Struct", + "name": "tagCOLORADJUSTMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOLORADJUSTMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5561", + "kind": "UInt16", + "name": "caSize", + "offset": 0, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5562", + "kind": "UInt16", + "name": "caFlags", + "offset": 2, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5563", + "kind": "UInt16", + "name": "caIlluminantIndex", + "offset": 4, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5564", + "kind": "UInt16", + "name": "caRedGamma", + "offset": 6, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5565", + "kind": "UInt16", + "name": "caGreenGamma", + "offset": 8, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5566", + "kind": "UInt16", + "name": "caBlueGamma", + "offset": 10, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5567", + "kind": "UInt16", + "name": "caReferenceBlack", + "offset": 12, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5568", + "kind": "UInt16", + "name": "caReferenceWhite", + "offset": 14, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5569", + "kind": "Int16", + "name": "caContrast", + "offset": 16, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5570", + "kind": "Int16", + "name": "caBrightness", + "offset": 18, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5571", + "kind": "Int16", + "name": "caColorfulness", + "offset": 20, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5572", + "kind": "Int16", + "name": "caRedGreenTint", + "offset": 22, + "parentId": "5560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5573", + "kind": "Struct", + "name": "tagEMRSETCOLORADJUSTMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETCOLORADJUSTMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5574", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5573", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5575", + "kind": "Struct", + "name": "ColorAdjustment", + "offset": 0, + "parentId": "5573", + "refId": "5560", + "strLen": 64, + "structTypeName": "tagCOLORADJUSTMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5576", + "kind": "Struct", + "name": "HICON__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5577", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5578", + "kind": "Struct", + "name": "tagEMRLINETO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRLINETO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5579", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5578", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5580", + "kind": "Struct", + "name": "ptl", + "offset": 0, + "parentId": "5578", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5581", + "kind": "Struct", + "name": "HPALETTE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HPALETTE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5582", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5583", + "kind": "Struct", + "name": "DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5584", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "5583", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5585", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5583", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5586", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "5585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5587", + "kind": "Struct", + "name": "HHOOK__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HHOOK__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5588", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5587", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5589", + "kind": "Struct", + "name": "tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5590", + "kind": "Hex8", + "name": "lpInformation", + "offset": 0, + "parentId": "5589", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5591", + "kind": "Hex8", + "name": "lpSectionBase", + "offset": 1, + "parentId": "5589", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5592", + "kind": "UInt32", + "name": "ulSectionLength", + "offset": 2, + "parentId": "5589", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5593", + "kind": "Hex8", + "name": "lpSectionGlobalDataBase", + "offset": 6, + "parentId": "5589", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5594", + "kind": "UInt32", + "name": "ulSectionGlobalDataLength", + "offset": 7, + "parentId": "5589", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5595", + "kind": "Struct", + "name": "tagACTCTX_SECTION_KEYED_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACTCTX_SECTION_KEYED_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5596", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5597", + "kind": "UInt32", + "name": "ulDataFormatVersion", + "offset": 4, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5598", + "kind": "Hex8", + "name": "lpData", + "offset": 8, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5599", + "kind": "UInt32", + "name": "ulLength", + "offset": 9, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5600", + "kind": "Hex8", + "name": "lpSectionGlobalData", + "offset": 13, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5601", + "kind": "UInt32", + "name": "ulSectionGlobalDataLength", + "offset": 14, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5602", + "kind": "Hex8", + "name": "lpSectionBase", + "offset": 18, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5603", + "kind": "UInt32", + "name": "ulSectionTotalLength", + "offset": 19, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5604", + "kind": "Hex8", + "name": "hActCtx", + "offset": 23, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5605", + "kind": "UInt32", + "name": "ulAssemblyRosterIndex", + "offset": 24, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5606", + "kind": "UInt32", + "name": "ulFlags", + "offset": 28, + "parentId": "5595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5607", + "kind": "Struct", + "name": "AssemblyMetadata", + "offset": 32, + "parentId": "5595", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5608", + "kind": "Struct", + "name": "tagEMRFILLPATH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRFILLPATH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5609", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5608", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5610", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "5608", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5611", + "kind": "Struct", + "name": "tagEMRSETVIEWPORTEXTEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETVIEWPORTEXTEX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5612", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5611", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5613", + "kind": "Struct", + "name": "szlExtent", + "offset": 0, + "parentId": "5611", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5614", + "kind": "Struct", + "name": "_DISPLAYCONFIG_SET_HDR_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_SET_HDR_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5615", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "5614", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5616", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5614", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5617", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "5616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5618", + "kind": "Struct", + "name": "_ImageArchitectureHeader", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ImageArchitectureHeader" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "AmaskValue" + }, + { + "bitOffset": 1, + "bitWidth": 8, + "name": "AmaskShift" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "5619", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5620", + "kind": "UInt32", + "name": "FirstEntryRVA", + "offset": 2, + "parentId": "5618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5621", + "kind": "Struct", + "name": "tagEMREXTFLOODFILL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTFLOODFILL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5622", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5621", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5623", + "kind": "Struct", + "name": "ptlStart", + "offset": 0, + "parentId": "5621", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5624", + "kind": "UInt32", + "name": "crColor", + "offset": 0, + "parentId": "5621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5625", + "kind": "UInt32", + "name": "iMode", + "offset": 4, + "parentId": "5621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5626", + "kind": "Struct", + "name": "_ABC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ABC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5627", + "kind": "Int32", + "name": "abcA", + "offset": 0, + "parentId": "5626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5628", + "kind": "UInt32", + "name": "abcB", + "offset": 4, + "parentId": "5626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5629", + "kind": "Int32", + "name": "abcC", + "offset": 8, + "parentId": "5626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5630", + "kind": "Struct", + "name": "HWINEVENTHOOK__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HWINEVENTHOOK__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5631", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5630", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5632", + "kind": "Struct", + "name": "HUMPD__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HUMPD__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5633", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5634", + "kind": "Struct", + "name": "tagKERNINGPAIR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagKERNINGPAIR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5635", + "kind": "UInt16", + "name": "wFirst", + "offset": 0, + "parentId": "5634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5636", + "kind": "UInt16", + "name": "wSecond", + "offset": 2, + "parentId": "5634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5637", + "kind": "Int32", + "name": "iKernAmount", + "offset": 4, + "parentId": "5634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5638", + "kind": "Struct", + "name": "tagABORTPATH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagABORTPATH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5639", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5638", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5640", + "kind": "Struct", + "name": "tagEMRSETMITERLIMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETMITERLIMIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5641", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5640", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5642", + "kind": "Float", + "name": "eMiterLimit", + "offset": 0, + "parentId": "5640", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5643", + "kind": "Struct", + "name": "_PROCESS_CREATION_SVE_VECTOR_LENGTH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_CREATION_SVE_VECTOR_LENGTH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5644", + "kind": "UInt32", + "name": "Data", + "offset": 0, + "parentId": "5643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5645", + "kind": "Struct", + "name": "tagEMRSETARCDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETARCDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5646", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5645", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5647", + "kind": "UInt32", + "name": "iArcDirection", + "offset": 0, + "parentId": "5645", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5648", + "kind": "Struct", + "name": "DISPLAYCONFIG_TARGET_DEVICE_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_DEVICE_NAME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5649", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "5648", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5650", + "kind": "Struct", + "name": "flags", + "offset": 0, + "parentId": "5648", + "refId": "5094", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5651", + "kind": "UInt32", + "name": "outputTechnology", + "offset": 0, + "parentId": "5648", + "refId": "119", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5652", + "kind": "UInt16", + "name": "edidManufactureId", + "offset": 4, + "parentId": "5648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5653", + "kind": "UInt16", + "name": "edidProductCodeId", + "offset": 6, + "parentId": "5648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5654", + "kind": "UInt32", + "name": "connectorInstance", + "offset": 8, + "parentId": "5648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "5655", + "kind": "Array", + "name": "monitorFriendlyDeviceName", + "offset": 12, + "parentId": "5648", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "5656", + "kind": "Array", + "name": "monitorDevicePath", + "offset": 12, + "parentId": "5648", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5657", + "kind": "Struct", + "name": "_BCD_ELEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5658", + "kind": "Struct", + "name": "Description", + "offset": 0, + "parentId": "5657", + "refId": "12616", + "strLen": 64, + "structTypeName": "BCD_ELEMENT_DESCRIPTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5659", + "kind": "Hex8", + "name": "Data", + "offset": 0, + "parentId": "5657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5660", + "kind": "Struct", + "name": "_SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5661", + "kind": "UInt64", + "name": "WorkloadClass", + "offset": 0, + "parentId": "5660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "5662", + "kind": "Array", + "name": "CpuSets", + "offset": 8, + "parentId": "5660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5663", + "kind": "Struct", + "name": "tagHW_PROFILE_INFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHW_PROFILE_INFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5664", + "kind": "UInt32", + "name": "dwDockInfo", + "offset": 0, + "parentId": "5663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 39, + "collapsed": true, + "elementKind": "Struct", + "id": "5665", + "kind": "Array", + "name": "szHwProfileGuid", + "offset": 4, + "parentId": "5663", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 80, + "collapsed": true, + "elementKind": "Struct", + "id": "5666", + "kind": "Array", + "name": "szHwProfileName", + "offset": 4, + "parentId": "5663", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5667", + "kind": "Struct", + "name": "_TIME_ZONE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIME_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5668", + "kind": "Int32", + "name": "Bias", + "offset": 0, + "parentId": "5667", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "5669", + "kind": "Array", + "name": "StandardName", + "offset": 4, + "parentId": "5667", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5670", + "kind": "Struct", + "name": "StandardDate", + "offset": 4, + "parentId": "5667", + "refId": "2901", + "strLen": 64, + "structTypeName": "_SYSTEMTIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5671", + "kind": "Int32", + "name": "StandardBias", + "offset": 4, + "parentId": "5667", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "5672", + "kind": "Array", + "name": "DaylightName", + "offset": 8, + "parentId": "5667", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5673", + "kind": "Struct", + "name": "DaylightDate", + "offset": 8, + "parentId": "5667", + "refId": "2901", + "strLen": 64, + "structTypeName": "_SYSTEMTIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5674", + "kind": "Int32", + "name": "DaylightBias", + "offset": 8, + "parentId": "5667", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5675", + "kind": "Struct", + "name": "tagACTCTXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACTCTXW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5676", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5677", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5678", + "kind": "Pointer64", + "name": "lpSource", + "offset": 8, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5679", + "kind": "UInt16", + "name": "wProcessorArchitecture", + "offset": 16, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5680", + "kind": "UInt16", + "name": "wLangId", + "offset": 18, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5681", + "kind": "Pointer64", + "name": "lpAssemblyDirectory", + "offset": 20, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5682", + "kind": "Pointer64", + "name": "lpResourceName", + "offset": 28, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5683", + "kind": "Pointer64", + "name": "lpApplicationName", + "offset": 36, + "parentId": "5675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5684", + "kind": "Struct", + "name": "hModule", + "offset": 44, + "parentId": "5675", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5685", + "kind": "Struct", + "name": "tagEMRELLIPSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRELLIPSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5686", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5685", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5687", + "kind": "Struct", + "name": "rclBox", + "offset": 0, + "parentId": "5685", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5688", + "kind": "Struct", + "name": "_SMC_CACHE_LIST_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_LIST_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 8, + "name": "CacheCount" + }, + { + "bitOffset": 16, + "bitWidth": 16, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "5689", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "5690", + "kind": "Array", + "name": "CacheId", + "offset": 4, + "parentId": "5688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5691", + "kind": "Struct", + "name": "_FILE_CASE_SENSITIVE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_CASE_SENSITIVE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5692", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5693", + "kind": "Struct", + "name": "_FILE_DISPOSITION_INFO_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DISPOSITION_INFO_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5694", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5695", + "kind": "Struct", + "name": "_SYSTEM_CODEINTEGRITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CODEINTEGRITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5696", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "5695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5697", + "kind": "UInt32", + "name": "CodeIntegrityOptions", + "offset": 4, + "parentId": "5695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5698", + "kind": "Struct", + "name": "tagPELARRAY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPELARRAY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5699", + "kind": "Int32", + "name": "paXCount", + "offset": 0, + "parentId": "5698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5700", + "kind": "Int32", + "name": "paYCount", + "offset": 4, + "parentId": "5698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5701", + "kind": "Int32", + "name": "paXExt", + "offset": 8, + "parentId": "5698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5702", + "kind": "Int32", + "name": "paYExt", + "offset": 12, + "parentId": "5698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5703", + "kind": "UInt8", + "name": "paRGBs", + "offset": 16, + "parentId": "5698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5704", + "kind": "Struct", + "name": "_EVENTLOG_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENTLOG_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5705", + "kind": "UInt32", + "name": "dwFull", + "offset": 0, + "parentId": "5704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5706", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5707", + "kind": "UInt64", + "name": "Hits", + "offset": 0, + "parentId": "5706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5708", + "kind": "UInt8", + "name": "PercentFrequency", + "offset": 8, + "parentId": "5706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5709", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5710", + "kind": "UInt32", + "name": "ProcessorNumber", + "offset": 0, + "parentId": "5709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5711", + "kind": "UInt32", + "name": "StateCount", + "offset": 4, + "parentId": "5709", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "5712", + "kind": "Array", + "name": "States", + "offset": 8, + "parentId": "5709", + "refId": "5706", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5713", + "kind": "Struct", + "name": "_TAPE_CREATE_PARTITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TAPE_CREATE_PARTITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5714", + "kind": "UInt32", + "name": "Method", + "offset": 0, + "parentId": "5713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5715", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "5713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5716", + "kind": "UInt32", + "name": "Size", + "offset": 8, + "parentId": "5713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5717", + "kind": "Struct", + "name": "_TIMELINE_BITMAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMELINE_BITMAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5718", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "5717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5719", + "kind": "Struct", + "name": "_PROCESS_ENERGY_VALUES_EXTENSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES_EXTENSION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5720", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 14, + "collapsed": true, + "elementKind": "Struct", + "id": "5721", + "kind": "Array", + "name": "Timelines", + "offset": 0, + "parentId": "5720", + "refId": "5717", + "strLen": 64, + "structTypeName": "_TIMELINE_BITMAP" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5722", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 5, + "collapsed": true, + "elementKind": "Struct", + "id": "5723", + "kind": "Array", + "name": "Durations", + "offset": 0, + "parentId": "5722", + "refId": "4114", + "strLen": 64, + "structTypeName": "_ENERGY_STATE_DURATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5724", + "kind": "UInt32", + "name": "KeyboardInput", + "offset": 0, + "parentId": "5719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5725", + "kind": "UInt32", + "name": "MouseInput", + "offset": 4, + "parentId": "5719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5726", + "kind": "Struct", + "name": "_PROCESS_EXTENDED_ENERGY_VALUES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_EXTENDED_ENERGY_VALUES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5727", + "kind": "Struct", + "name": "Base", + "offset": 0, + "parentId": "5726", + "refId": "4116", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5728", + "kind": "Struct", + "name": "Extension", + "offset": 0, + "parentId": "5726", + "refId": "5719", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES_EXTENSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5729", + "kind": "Struct", + "name": "_PEBS_DS_SAVE_AREA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5730", + "kind": "UInt32", + "name": "BtsBufferBase", + "offset": 0, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5731", + "kind": "UInt32", + "name": "BtsIndex", + "offset": 4, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5732", + "kind": "UInt32", + "name": "BtsAbsoluteMaximum", + "offset": 8, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5733", + "kind": "UInt32", + "name": "BtsInterruptThreshold", + "offset": 12, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5734", + "kind": "UInt32", + "name": "PebsBufferBase", + "offset": 16, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5735", + "kind": "UInt32", + "name": "PebsIndex", + "offset": 20, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5736", + "kind": "UInt32", + "name": "PebsAbsoluteMaximum", + "offset": 24, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5737", + "kind": "UInt32", + "name": "PebsInterruptThreshold", + "offset": 28, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt32", + "id": "5738", + "kind": "Array", + "name": "PebsGpCounterReset", + "offset": 32, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "5739", + "kind": "Array", + "name": "PebsFixedCounterReset", + "offset": 64, + "parentId": "5729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5740", + "kind": "Struct", + "name": "_PEBS_DS_SAVE_AREA64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5741", + "kind": "UInt64", + "name": "BtsBufferBase", + "offset": 0, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5742", + "kind": "UInt64", + "name": "BtsIndex", + "offset": 8, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5743", + "kind": "UInt64", + "name": "BtsAbsoluteMaximum", + "offset": 16, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5744", + "kind": "UInt64", + "name": "BtsInterruptThreshold", + "offset": 24, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5745", + "kind": "UInt64", + "name": "PebsBufferBase", + "offset": 32, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5746", + "kind": "UInt64", + "name": "PebsIndex", + "offset": 40, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5747", + "kind": "UInt64", + "name": "PebsAbsoluteMaximum", + "offset": 48, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5748", + "kind": "UInt64", + "name": "PebsInterruptThreshold", + "offset": 56, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "5749", + "kind": "Array", + "name": "PebsGpCounterReset", + "offset": 64, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt64", + "id": "5750", + "kind": "Array", + "name": "PebsFixedCounterReset", + "offset": 128, + "parentId": "5740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5751", + "kind": "Struct", + "name": "_PEBS_DS_SAVE_AREA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5752", + "kind": "Struct", + "name": "As32Bit", + "offset": 0, + "parentId": "5751", + "refId": "5729", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5753", + "kind": "Struct", + "name": "As64Bit", + "offset": 0, + "parentId": "5751", + "refId": "5740", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA64" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5754", + "kind": "Struct", + "name": "_PROCESSOR_PROFILE_CONTROL_AREA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_PROFILE_CONTROL_AREA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5755", + "kind": "Struct", + "name": "PebsDsSaveArea", + "offset": 0, + "parentId": "5754", + "refId": "5751", + "strLen": 64, + "structTypeName": "_PEBS_DS_SAVE_AREA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5756", + "kind": "Struct", + "name": "HENHMETAFILE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HENHMETAFILE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5757", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5756", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5758", + "kind": "Struct", + "name": "HFONT__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HFONT__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5759", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5760", + "kind": "Struct", + "name": "tagRGBTRIPLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRGBTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5761", + "kind": "UInt8", + "name": "rgbtBlue", + "offset": 0, + "parentId": "5760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5762", + "kind": "UInt8", + "name": "rgbtGreen", + "offset": 1, + "parentId": "5760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5763", + "kind": "UInt8", + "name": "rgbtRed", + "offset": 2, + "parentId": "5760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5764", + "kind": "Struct", + "name": "HKL__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HKL__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5765", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5766", + "kind": "Struct", + "name": "tagENUMLOGFONTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5767", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "5766", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt8", + "id": "5768", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "5766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "5769", + "kind": "Array", + "name": "elfStyle", + "offset": 64, + "parentId": "5766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5770", + "kind": "Struct", + "name": "tagLOGCOLORSPACEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGCOLORSPACEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5771", + "kind": "UInt32", + "name": "lcsSignature", + "offset": 0, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5772", + "kind": "UInt32", + "name": "lcsVersion", + "offset": 4, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5773", + "kind": "UInt32", + "name": "lcsSize", + "offset": 8, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5774", + "kind": "Int32", + "name": "lcsCSType", + "offset": 12, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5775", + "kind": "Int32", + "name": "lcsIntent", + "offset": 16, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5776", + "kind": "Struct", + "name": "lcsEndpoints", + "offset": 20, + "parentId": "5770", + "refId": "4383", + "strLen": 64, + "structTypeName": "tagICEXYZTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5777", + "kind": "UInt32", + "name": "lcsGammaRed", + "offset": 20, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5778", + "kind": "UInt32", + "name": "lcsGammaGreen", + "offset": 24, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5779", + "kind": "UInt32", + "name": "lcsGammaBlue", + "offset": 28, + "parentId": "5770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "5780", + "kind": "Array", + "name": "lcsFilename", + "offset": 32, + "parentId": "5770", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5781", + "kind": "Struct", + "name": "tagEMRCREATECOLORSPACEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATECOLORSPACEW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5782", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5781", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5783", + "kind": "UInt32", + "name": "ihCS", + "offset": 0, + "parentId": "5781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5784", + "kind": "Struct", + "name": "lcs", + "offset": 4, + "parentId": "5781", + "refId": "5770", + "strLen": 64, + "structTypeName": "tagLOGCOLORSPACEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5785", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "5781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5786", + "kind": "UInt32", + "name": "cbData", + "offset": 8, + "parentId": "5781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5787", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "5781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5788", + "kind": "Struct", + "name": "_REDIRECTION_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REDIRECTION_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5789", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "5788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5790", + "kind": "UInt32", + "name": "FunctionCount", + "offset": 4, + "parentId": "5788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5791", + "kind": "Struct", + "name": "Redirections", + "offset": 8, + "parentId": "5788", + "refId": "0", + "strLen": 64, + "structTypeName": "PCREDIRECTION_FUNCTION_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5792", + "kind": "Struct", + "name": "_SYSTEM_BOOT_ENVIRONMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BOOT_ENVIRONMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5793", + "kind": "Struct", + "name": "BootIdentifier", + "offset": 0, + "parentId": "5792", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5794", + "kind": "UInt32", + "name": "FirmwareType", + "offset": 0, + "parentId": "5792", + "refId": "27", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5795", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "5792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5796", + "kind": "UInt64", + "name": "BootFlags", + "offset": 0, + "parentId": "5795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5797", + "kind": "Struct", + "name": "_CLIENT_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5798", + "kind": "Hex8", + "name": "UniqueProcess", + "offset": 0, + "parentId": "5797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5799", + "kind": "Hex8", + "name": "UniqueThread", + "offset": 1, + "parentId": "5797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5800", + "kind": "Struct", + "name": "_SYSTEM_THREAD_CID_PRIORITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_THREAD_CID_PRIORITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5801", + "kind": "Struct", + "name": "ClientId", + "offset": 0, + "parentId": "5800", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5802", + "kind": "Int32", + "name": "Priority", + "offset": 0, + "parentId": "5800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5803", + "kind": "Struct", + "name": "HPEN__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HPEN__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5804", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5805", + "kind": "Struct", + "name": "_RESOURCEMANAGER_COMPLETION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RESOURCEMANAGER_COMPLETION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5806", + "kind": "Hex8", + "name": "IoCompletionPortHandle", + "offset": 0, + "parentId": "5805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5807", + "kind": "UInt64", + "name": "CompletionKey", + "offset": 1, + "parentId": "5805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5808", + "kind": "Struct", + "name": "_APP_MEMORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_APP_MEMORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5809", + "kind": "UInt64", + "name": "AvailableCommit", + "offset": 0, + "parentId": "5808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5810", + "kind": "UInt64", + "name": "PrivateCommitUsage", + "offset": 8, + "parentId": "5808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5811", + "kind": "UInt64", + "name": "PeakPrivateCommitUsage", + "offset": 16, + "parentId": "5808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5812", + "kind": "UInt64", + "name": "TotalCommitUsage", + "offset": 24, + "parentId": "5808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5813", + "kind": "Struct", + "name": "OVERRIDE_PREFETCH_PARAMETER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "OVERRIDE_PREFETCH_PARAMETER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5814", + "kind": "UInt32", + "name": "Value", + "offset": 0, + "parentId": "5813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5815", + "kind": "Struct", + "name": "_SYSTEM_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5816", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5817", + "kind": "UInt32", + "name": "dwOemId", + "offset": 0, + "parentId": "5816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5818", + "kind": "UInt32", + "name": "dwPageSize", + "offset": 4, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5819", + "kind": "Hex8", + "name": "lpMinimumApplicationAddress", + "offset": 8, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5820", + "kind": "Hex8", + "name": "lpMaximumApplicationAddress", + "offset": 9, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5821", + "kind": "UInt64", + "name": "dwActiveProcessorMask", + "offset": 10, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5822", + "kind": "UInt32", + "name": "dwNumberOfProcessors", + "offset": 18, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5823", + "kind": "UInt32", + "name": "dwProcessorType", + "offset": 22, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5824", + "kind": "UInt32", + "name": "dwAllocationGranularity", + "offset": 26, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5825", + "kind": "UInt16", + "name": "wProcessorLevel", + "offset": 30, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5826", + "kind": "UInt16", + "name": "wProcessorRevision", + "offset": 32, + "parentId": "5815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5827", + "kind": "Struct", + "name": "tagEMRINVERTRGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRINVERTRGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5828", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "5827", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5829", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "5827", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5830", + "kind": "UInt32", + "name": "cbRgnData", + "offset": 0, + "parentId": "5827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5831", + "kind": "Array", + "name": "RgnData", + "offset": 4, + "parentId": "5827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5832", + "kind": "Struct", + "name": "WIN32_MEMORY_REGION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WIN32_MEMORY_REGION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5833", + "kind": "Hex8", + "name": "AllocationBase", + "offset": 0, + "parentId": "5832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5834", + "kind": "UInt32", + "name": "AllocationProtect", + "offset": 1, + "parentId": "5832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5835", + "kind": "Struct", + "name": "", + "offset": 5, + "parentId": "5832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5836", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "5835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5837", + "kind": "UInt64", + "name": "RegionSize", + "offset": 9, + "parentId": "5832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5838", + "kind": "UInt64", + "name": "CommitSize", + "offset": 17, + "parentId": "5832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5839", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5840", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5841", + "kind": "UInt32", + "name": "Level", + "offset": 4, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "5842", + "kind": "Array", + "name": "RuleClasses", + "offset": 8, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5843", + "kind": "UInt32", + "name": "TriageContext", + "offset": 16, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5844", + "kind": "UInt32", + "name": "AreAllDriversBeingVerified", + "offset": 20, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5845", + "kind": "Struct", + "name": "DriverName", + "offset": 24, + "parentId": "5839", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5846", + "kind": "UInt32", + "name": "RaiseIrqls", + "offset": 24, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5847", + "kind": "UInt32", + "name": "AcquireSpinLocks", + "offset": 28, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5848", + "kind": "UInt32", + "name": "SynchronizeExecutions", + "offset": 32, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5849", + "kind": "UInt32", + "name": "AllocationsAttempted", + "offset": 36, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5850", + "kind": "UInt32", + "name": "AllocationsSucceeded", + "offset": 40, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5851", + "kind": "UInt32", + "name": "AllocationsSucceededSpecialPool", + "offset": 44, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5852", + "kind": "UInt32", + "name": "AllocationsWithNoTag", + "offset": 48, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5853", + "kind": "UInt32", + "name": "TrimRequests", + "offset": 52, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5854", + "kind": "UInt32", + "name": "Trims", + "offset": 56, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5855", + "kind": "UInt32", + "name": "AllocationsFailed", + "offset": 60, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5856", + "kind": "UInt32", + "name": "AllocationsFailedDeliberately", + "offset": 64, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5857", + "kind": "UInt32", + "name": "Loads", + "offset": 68, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5858", + "kind": "UInt32", + "name": "Unloads", + "offset": 72, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5859", + "kind": "UInt32", + "name": "UnTrackedPool", + "offset": 76, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5860", + "kind": "UInt32", + "name": "CurrentPagedPoolAllocations", + "offset": 80, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5861", + "kind": "UInt32", + "name": "CurrentNonPagedPoolAllocations", + "offset": 84, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5862", + "kind": "UInt32", + "name": "PeakPagedPoolAllocations", + "offset": 88, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5863", + "kind": "UInt32", + "name": "PeakNonPagedPoolAllocations", + "offset": 92, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5864", + "kind": "UInt64", + "name": "PagedPoolUsageInBytes", + "offset": 96, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5865", + "kind": "UInt64", + "name": "NonPagedPoolUsageInBytes", + "offset": 104, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5866", + "kind": "UInt64", + "name": "PeakPagedPoolUsageInBytes", + "offset": 112, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5867", + "kind": "UInt64", + "name": "PeakNonPagedPoolUsageInBytes", + "offset": 120, + "parentId": "5839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5868", + "kind": "Struct", + "name": "tagENUMUILANG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMUILANG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5869", + "kind": "UInt32", + "name": "NumOfEnumUILang", + "offset": 0, + "parentId": "5868", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5870", + "kind": "UInt32", + "name": "SizeOfEnumUIBuffer", + "offset": 4, + "parentId": "5868", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5871", + "kind": "Pointer64", + "name": "pEnumUIBuffer", + "offset": 8, + "parentId": "5868", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5872", + "kind": "Struct", + "name": "_SM_SYSTEM_STORE_TRIM_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_SYSTEM_STORE_TRIM_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "5873", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5874", + "kind": "UInt64", + "name": "PagesToTrim", + "offset": 4, + "parentId": "5872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5875", + "kind": "Struct", + "name": "_GDI_TEB_BATCH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GDI_TEB_BATCH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5876", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "5875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5877", + "kind": "UInt64", + "name": "HDC", + "offset": 4, + "parentId": "5875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 310, + "collapsed": false, + "elementKind": "UInt32", + "id": "5878", + "kind": "Array", + "name": "Buffer", + "offset": 12, + "parentId": "5875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5879", + "kind": "Struct", + "name": "_TEB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5880", + "kind": "Struct", + "name": "NtTib", + "offset": 0, + "parentId": "5879", + "refId": "1443", + "strLen": 64, + "structTypeName": "_NT_TIB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5881", + "kind": "Hex8", + "name": "EnvironmentPointer", + "offset": 0, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5882", + "kind": "Struct", + "name": "ClientId", + "offset": 1, + "parentId": "5879", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5883", + "kind": "Hex8", + "name": "ActiveRpcHandle", + "offset": 1, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5884", + "kind": "Hex8", + "name": "ThreadLocalStoragePointer", + "offset": 2, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5885", + "kind": "Struct", + "name": "ProcessEnvironmentBlock", + "offset": 3, + "parentId": "5879", + "refId": "3603", + "strLen": 64, + "structTypeName": "_PEB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5886", + "kind": "UInt32", + "name": "LastErrorValue", + "offset": 3, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5887", + "kind": "UInt32", + "name": "CountOfOwnedCriticalSections", + "offset": 7, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5888", + "kind": "Hex8", + "name": "CsrClientThread", + "offset": 11, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5889", + "kind": "Hex8", + "name": "Win32ThreadInfo", + "offset": 12, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 26, + "collapsed": false, + "elementKind": "UInt32", + "id": "5890", + "kind": "Array", + "name": "User32Reserved", + "offset": 13, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 5, + "collapsed": false, + "elementKind": "UInt32", + "id": "5891", + "kind": "Array", + "name": "UserReserved", + "offset": 117, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5892", + "kind": "Hex8", + "name": "WOW32Reserved", + "offset": 137, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5893", + "kind": "UInt32", + "name": "CurrentLocale", + "offset": 138, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5894", + "kind": "UInt32", + "name": "FpSoftwareStatusRegister", + "offset": 142, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5895", + "kind": "Hex64", + "name": "", + "offset": 146, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5896", + "kind": "Hex64", + "name": "", + "offset": 154, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 30, + "collapsed": false, + "elementKind": "Hex8", + "id": "5897", + "kind": "Array", + "name": "SystemReserved1", + "offset": 162, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5898", + "kind": "Struct", + "name": "PlaceholderCompatibilityMode", + "offset": 192, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5899", + "kind": "UInt8", + "name": "PlaceholderHydrationAlwaysExplicit", + "offset": 192, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 10, + "collapsed": true, + "elementKind": "Struct", + "id": "5900", + "kind": "Array", + "name": "PlaceholderReserved", + "offset": 193, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5901", + "kind": "UInt32", + "name": "ProxiedProcessId", + "offset": 193, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5902", + "kind": "Struct", + "name": "ActivationStack", + "offset": 197, + "parentId": "5879", + "refId": "4316", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STACK" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "5903", + "kind": "Array", + "name": "WorkingOnBehalfTicket", + "offset": 197, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5904", + "kind": "Int32", + "name": "ExceptionCode", + "offset": 205, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5905", + "kind": "Struct", + "name": "ActivationContextStackPointer", + "offset": 209, + "parentId": "5879", + "refId": "4316", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5906", + "kind": "UInt64", + "name": "InstrumentationCallbackSp", + "offset": 209, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5907", + "kind": "UInt64", + "name": "InstrumentationCallbackPreviousPc", + "offset": 217, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5908", + "kind": "UInt64", + "name": "InstrumentationCallbackPreviousSp", + "offset": 225, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5909", + "kind": "UInt32", + "name": "TxFsContext", + "offset": 233, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5910", + "kind": "UInt8", + "name": "InstrumentationCallbackDisabled", + "offset": 237, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5911", + "kind": "UInt8", + "name": "UnalignedLoadStoreExceptions", + "offset": 238, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5912", + "kind": "Struct", + "name": "GdiTebBatch", + "offset": 239, + "parentId": "5879", + "refId": "5875", + "strLen": 64, + "structTypeName": "_GDI_TEB_BATCH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5913", + "kind": "Struct", + "name": "RealClientId", + "offset": 239, + "parentId": "5879", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5914", + "kind": "Hex8", + "name": "GdiCachedProcessHandle", + "offset": 239, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5915", + "kind": "UInt32", + "name": "GdiClientPID", + "offset": 240, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5916", + "kind": "UInt32", + "name": "GdiClientTID", + "offset": 244, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5917", + "kind": "Hex8", + "name": "GdiThreadLocalInfo", + "offset": 248, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 62, + "collapsed": false, + "elementKind": "UInt64", + "id": "5918", + "kind": "Array", + "name": "Win32ClientInfo", + "offset": 249, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 233, + "collapsed": false, + "elementKind": "Hex8", + "id": "5919", + "kind": "Array", + "name": "glDispatchTable", + "offset": 745, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 29, + "collapsed": false, + "elementKind": "UInt64", + "id": "5920", + "kind": "Array", + "name": "glReserved1", + "offset": 978, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5921", + "kind": "Hex8", + "name": "glReserved2", + "offset": 1210, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5922", + "kind": "Hex8", + "name": "glSectionInfo", + "offset": 1211, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5923", + "kind": "Hex8", + "name": "glSection", + "offset": 1212, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5924", + "kind": "Hex8", + "name": "glTable", + "offset": 1213, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5925", + "kind": "Hex8", + "name": "glCurrentRC", + "offset": 1214, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5926", + "kind": "Hex8", + "name": "glContext", + "offset": 1215, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5927", + "kind": "Int32", + "name": "LastStatusValue", + "offset": 1216, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5928", + "kind": "Struct", + "name": "StaticUnicodeString", + "offset": 1220, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 261, + "collapsed": true, + "elementKind": "Struct", + "id": "5929", + "kind": "Array", + "name": "StaticUnicodeBuffer", + "offset": 1220, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5930", + "kind": "Hex8", + "name": "DeallocationStack", + "offset": 1220, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "Hex8", + "id": "5931", + "kind": "Array", + "name": "TlsSlots", + "offset": 1221, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5932", + "kind": "Struct", + "name": "TlsLinks", + "offset": 1285, + "parentId": "5879", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5933", + "kind": "Hex8", + "name": "Vdm", + "offset": 1285, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5934", + "kind": "Hex8", + "name": "ReservedForNtRpc", + "offset": 1286, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "Hex8", + "id": "5935", + "kind": "Array", + "name": "DbgSsReserved", + "offset": 1287, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5936", + "kind": "UInt32", + "name": "HardErrorMode", + "offset": 1289, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 11, + "collapsed": false, + "elementKind": "Hex8", + "id": "5937", + "kind": "Array", + "name": "Instrumentation", + "offset": 1293, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5938", + "kind": "Struct", + "name": "ActivityId", + "offset": 1304, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5939", + "kind": "Hex8", + "name": "SubProcessTag", + "offset": 1304, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5940", + "kind": "Hex8", + "name": "PerflibData", + "offset": 1305, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5941", + "kind": "Hex8", + "name": "EtwTraceData", + "offset": 1306, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5942", + "kind": "Hex8", + "name": "WinSockData", + "offset": 1307, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5943", + "kind": "UInt32", + "name": "GdiBatchCount", + "offset": 1308, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5944", + "kind": "Struct", + "name": "", + "offset": 1312, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5945", + "kind": "Struct", + "name": "CurrentIdealProcessor", + "offset": 0, + "parentId": "5944", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5946", + "kind": "UInt32", + "name": "IdealProcessorValue", + "offset": 0, + "parentId": "5944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5947", + "kind": "UInt32", + "name": "GuaranteedStackBytes", + "offset": 1316, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5948", + "kind": "Hex8", + "name": "ReservedForPerf", + "offset": 1320, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5949", + "kind": "Hex8", + "name": "ReservedForOle", + "offset": 1321, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5950", + "kind": "UInt32", + "name": "WaitingOnLoaderLock", + "offset": 1322, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5951", + "kind": "Hex8", + "name": "SavedPriorityState", + "offset": 1326, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5952", + "kind": "UInt64", + "name": "ReservedForCodeCoverage", + "offset": 1327, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5953", + "kind": "Hex8", + "name": "ThreadPoolData", + "offset": 1335, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5954", + "kind": "Pointer64", + "name": "TlsExpansionSlots", + "offset": 1336, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5955", + "kind": "Hex8", + "name": "DeallocationBStore", + "offset": 1344, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5956", + "kind": "Hex8", + "name": "BStoreLimit", + "offset": 1345, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5957", + "kind": "UInt32", + "name": "MuiGeneration", + "offset": 1346, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5958", + "kind": "UInt32", + "name": "IsImpersonating", + "offset": 1350, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5959", + "kind": "Hex8", + "name": "NlsCache", + "offset": 1354, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5960", + "kind": "Hex8", + "name": "pShimData", + "offset": 1355, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5961", + "kind": "UInt32", + "name": "HeapData", + "offset": 1356, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5962", + "kind": "Hex8", + "name": "CurrentTransactionHandle", + "offset": 1360, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5963", + "kind": "Struct", + "name": "ActiveFrame", + "offset": 1361, + "parentId": "5879", + "refId": "13975", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5964", + "kind": "Hex8", + "name": "FlsData", + "offset": 1361, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5965", + "kind": "Hex8", + "name": "PreferredLanguages", + "offset": 1362, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5966", + "kind": "Hex8", + "name": "UserPrefLanguages", + "offset": 1363, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5967", + "kind": "Hex8", + "name": "MergedPrefLanguages", + "offset": 1364, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5968", + "kind": "UInt32", + "name": "MuiImpersonation", + "offset": 1365, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5969", + "kind": "Struct", + "name": "", + "offset": 1369, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5970", + "kind": "UInt16", + "name": "CrossTebFlags", + "offset": 0, + "parentId": "5969", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 16, + "name": "SpareCrossTebBits" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "5971", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "5969", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "5972", + "kind": "Struct", + "name": "", + "offset": 1371, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5973", + "kind": "UInt16", + "name": "SameTebFlags", + "offset": 0, + "parentId": "5972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5974", + "kind": "Hex8", + "name": "TxnScopeEnterCallback", + "offset": 1373, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5975", + "kind": "Hex8", + "name": "TxnScopeExitCallback", + "offset": 1374, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5976", + "kind": "Hex8", + "name": "TxnScopeContext", + "offset": 1375, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5977", + "kind": "UInt32", + "name": "LockCount", + "offset": 1376, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5978", + "kind": "Int32", + "name": "WowTebOffset", + "offset": 1380, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5979", + "kind": "Hex8", + "name": "ResourceRetValue", + "offset": 1384, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5980", + "kind": "Hex8", + "name": "ReservedForWdf", + "offset": 1385, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5981", + "kind": "UInt64", + "name": "ReservedForCrt", + "offset": 1386, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5982", + "kind": "Struct", + "name": "EffectiveContainerId", + "offset": 1394, + "parentId": "5879", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5983", + "kind": "UInt64", + "name": "LastSleepCounter", + "offset": 1394, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5984", + "kind": "UInt32", + "name": "SpinCallCount", + "offset": 1402, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5985", + "kind": "UInt64", + "name": "ExtendedFeatureDisableMask", + "offset": 1406, + "parentId": "5879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5986", + "kind": "Struct", + "name": "tagEXTLOGPEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEXTLOGPEN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5987", + "kind": "UInt32", + "name": "elpPenStyle", + "offset": 0, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5988", + "kind": "UInt32", + "name": "elpWidth", + "offset": 4, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5989", + "kind": "UInt32", + "name": "elpBrushStyle", + "offset": 8, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5990", + "kind": "UInt32", + "name": "elpColor", + "offset": 12, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5991", + "kind": "UInt64", + "name": "elpHatch", + "offset": 16, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5992", + "kind": "UInt32", + "name": "elpNumEntries", + "offset": 24, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "5993", + "kind": "Array", + "name": "elpStyleEntry", + "offset": 28, + "parentId": "5986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5994", + "kind": "Struct", + "name": "HLSURF__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HLSURF__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5995", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "5994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "5996", + "kind": "Struct", + "name": "tagACTCTXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACTCTXA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5997", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5998", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "5999", + "kind": "Pointer64", + "name": "lpSource", + "offset": 8, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6000", + "kind": "UInt16", + "name": "wProcessorArchitecture", + "offset": 16, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6001", + "kind": "UInt16", + "name": "wLangId", + "offset": 18, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6002", + "kind": "Pointer64", + "name": "lpAssemblyDirectory", + "offset": 20, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6003", + "kind": "Pointer64", + "name": "lpResourceName", + "offset": 28, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6004", + "kind": "Pointer64", + "name": "lpApplicationName", + "offset": 36, + "parentId": "5996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6005", + "kind": "Struct", + "name": "hModule", + "offset": 44, + "parentId": "5996", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6006", + "kind": "Struct", + "name": "_SYSTEM_SECUREBOOT_POLICY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECUREBOOT_POLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6007", + "kind": "Struct", + "name": "PolicyPublisher", + "offset": 0, + "parentId": "6006", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6008", + "kind": "UInt32", + "name": "PolicyVersion", + "offset": 0, + "parentId": "6006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6009", + "kind": "UInt32", + "name": "PolicyOptions", + "offset": 4, + "parentId": "6006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6010", + "kind": "Struct", + "name": "_SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6011", + "kind": "Struct", + "name": "PolicyInformation", + "offset": 0, + "parentId": "6010", + "refId": "6006", + "strLen": 64, + "structTypeName": "_SYSTEM_SECUREBOOT_POLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6012", + "kind": "UInt32", + "name": "PolicySize", + "offset": 0, + "parentId": "6010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6013", + "kind": "Array", + "name": "Policy", + "offset": 4, + "parentId": "6010", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6014", + "kind": "Struct", + "name": "HCOLORSPACE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HCOLORSPACE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6015", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "6014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6016", + "kind": "Struct", + "name": "_STARTUPINFOEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STARTUPINFOEXW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6017", + "kind": "Struct", + "name": "StartupInfo", + "offset": 0, + "parentId": "6016", + "refId": "2344", + "strLen": 64, + "structTypeName": "_STARTUPINFOW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6018", + "kind": "Struct", + "name": "lpAttributeList", + "offset": 0, + "parentId": "6016", + "refId": "2289", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6019", + "kind": "Struct", + "name": "_PHYSICAL_CHANNEL_RUN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PHYSICAL_CHANNEL_RUN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6020", + "kind": "UInt32", + "name": "NodeNumber", + "offset": 0, + "parentId": "6019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6021", + "kind": "UInt32", + "name": "ChannelNumber", + "offset": 4, + "parentId": "6019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6022", + "kind": "UInt64", + "name": "BasePage", + "offset": 8, + "parentId": "6019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6023", + "kind": "UInt64", + "name": "PageCount", + "offset": 16, + "parentId": "6019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6024", + "kind": "UInt32", + "name": "Flags", + "offset": 24, + "parentId": "6019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6025", + "kind": "Struct", + "name": "_SYSTEM_MEMORY_TOPOLOGY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_TOPOLOGY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6026", + "kind": "UInt64", + "name": "NumberOfRuns", + "offset": 0, + "parentId": "6025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6027", + "kind": "UInt32", + "name": "NumberOfNodes", + "offset": 8, + "parentId": "6025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6028", + "kind": "UInt32", + "name": "NumberOfChannels", + "offset": 12, + "parentId": "6025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6029", + "kind": "Array", + "name": "Run", + "offset": 16, + "parentId": "6025", + "refId": "6019", + "strLen": 64, + "structTypeName": "_PHYSICAL_CHANNEL_RUN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6030", + "kind": "Struct", + "name": "_COVERAGE_MODULE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COVERAGE_MODULE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6031", + "kind": "UInt32", + "name": "ModuleInfoSize", + "offset": 0, + "parentId": "6030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6032", + "kind": "UInt32", + "name": "IsBinaryLoaded", + "offset": 4, + "parentId": "6030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6033", + "kind": "Struct", + "name": "ModulePathName", + "offset": 8, + "parentId": "6030", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6034", + "kind": "UInt32", + "name": "CoverageSectionSize", + "offset": 8, + "parentId": "6030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6035", + "kind": "Array", + "name": "CoverageSection", + "offset": 12, + "parentId": "6030", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6036", + "kind": "Struct", + "name": "DISPLAYCONFIG_2DREGION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_2DREGION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6037", + "kind": "UInt32", + "name": "cx", + "offset": 0, + "parentId": "6036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6038", + "kind": "UInt32", + "name": "cy", + "offset": 4, + "parentId": "6036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6039", + "kind": "Struct", + "name": "tagNEWTEXTMETRICW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6040", + "kind": "Int32", + "name": "tmHeight", + "offset": 0, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6041", + "kind": "Int32", + "name": "tmAscent", + "offset": 4, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6042", + "kind": "Int32", + "name": "tmDescent", + "offset": 8, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6043", + "kind": "Int32", + "name": "tmInternalLeading", + "offset": 12, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6044", + "kind": "Int32", + "name": "tmExternalLeading", + "offset": 16, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6045", + "kind": "Int32", + "name": "tmAveCharWidth", + "offset": 20, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6046", + "kind": "Int32", + "name": "tmMaxCharWidth", + "offset": 24, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6047", + "kind": "Int32", + "name": "tmWeight", + "offset": 28, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6048", + "kind": "Int32", + "name": "tmOverhang", + "offset": 32, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6049", + "kind": "Int32", + "name": "tmDigitizedAspectX", + "offset": 36, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6050", + "kind": "Int32", + "name": "tmDigitizedAspectY", + "offset": 40, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6051", + "kind": "Struct", + "name": "tmFirstChar", + "offset": 44, + "parentId": "6039", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6052", + "kind": "Struct", + "name": "tmLastChar", + "offset": 44, + "parentId": "6039", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6053", + "kind": "Struct", + "name": "tmDefaultChar", + "offset": 44, + "parentId": "6039", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6054", + "kind": "Struct", + "name": "tmBreakChar", + "offset": 44, + "parentId": "6039", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6055", + "kind": "UInt8", + "name": "tmItalic", + "offset": 44, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6056", + "kind": "UInt8", + "name": "tmUnderlined", + "offset": 45, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6057", + "kind": "UInt8", + "name": "tmStruckOut", + "offset": 46, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6058", + "kind": "UInt8", + "name": "tmPitchAndFamily", + "offset": 47, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6059", + "kind": "UInt8", + "name": "tmCharSet", + "offset": 48, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6060", + "kind": "UInt32", + "name": "ntmFlags", + "offset": 49, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6061", + "kind": "UInt32", + "name": "ntmSizeEM", + "offset": 53, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6062", + "kind": "UInt32", + "name": "ntmCellHeight", + "offset": 57, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6063", + "kind": "UInt32", + "name": "ntmAvgWidth", + "offset": 61, + "parentId": "6039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6064", + "kind": "Struct", + "name": "tagLOGBRUSH32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGBRUSH32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6065", + "kind": "UInt32", + "name": "lbStyle", + "offset": 0, + "parentId": "6064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6066", + "kind": "UInt32", + "name": "lbColor", + "offset": 4, + "parentId": "6064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6067", + "kind": "UInt32", + "name": "lbHatch", + "offset": 8, + "parentId": "6064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6068", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6069", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "6068", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6070", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_COUNTERS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_COUNTERS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6071", + "kind": "Struct", + "name": "Legacy", + "offset": 0, + "parentId": "6070", + "refId": "5839", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6072", + "kind": "UInt32", + "name": "RaiseIrqls", + "offset": 0, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6073", + "kind": "UInt32", + "name": "AcquireSpinLocks", + "offset": 4, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6074", + "kind": "UInt32", + "name": "SynchronizeExecutions", + "offset": 8, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6075", + "kind": "UInt32", + "name": "AllocationsWithNoTag", + "offset": 12, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6076", + "kind": "UInt32", + "name": "AllocationsFailed", + "offset": 16, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6077", + "kind": "UInt32", + "name": "AllocationsFailedDeliberately", + "offset": 20, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6078", + "kind": "UInt64", + "name": "LockedBytes", + "offset": 24, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6079", + "kind": "UInt64", + "name": "PeakLockedBytes", + "offset": 32, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6080", + "kind": "UInt64", + "name": "MappedLockedBytes", + "offset": 40, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6081", + "kind": "UInt64", + "name": "PeakMappedLockedBytes", + "offset": 48, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6082", + "kind": "UInt64", + "name": "MappedIoSpaceBytes", + "offset": 56, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6083", + "kind": "UInt64", + "name": "PeakMappedIoSpaceBytes", + "offset": 64, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6084", + "kind": "UInt64", + "name": "PagesForMdlBytes", + "offset": 72, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6085", + "kind": "UInt64", + "name": "PeakPagesForMdlBytes", + "offset": 80, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6086", + "kind": "UInt64", + "name": "ContiguousMemoryBytes", + "offset": 88, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6087", + "kind": "UInt64", + "name": "PeakContiguousMemoryBytes", + "offset": 96, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6088", + "kind": "UInt32", + "name": "ExecutePoolTypes", + "offset": 104, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6089", + "kind": "UInt32", + "name": "ExecutePageProtections", + "offset": 108, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6090", + "kind": "UInt32", + "name": "ExecutePageMappings", + "offset": 112, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6091", + "kind": "UInt32", + "name": "ExecuteWriteSections", + "offset": 116, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6092", + "kind": "UInt32", + "name": "SectionAlignmentFailures", + "offset": 120, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6093", + "kind": "UInt32", + "name": "UnsupportedRelocs", + "offset": 124, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6094", + "kind": "UInt32", + "name": "IATInExecutableSection", + "offset": 128, + "parentId": "6070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6095", + "kind": "Struct", + "name": "tagRGBQUAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRGBQUAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6096", + "kind": "UInt8", + "name": "rgbBlue", + "offset": 0, + "parentId": "6095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6097", + "kind": "UInt8", + "name": "rgbGreen", + "offset": 1, + "parentId": "6095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6098", + "kind": "UInt8", + "name": "rgbRed", + "offset": 2, + "parentId": "6095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6099", + "kind": "UInt8", + "name": "rgbReserved", + "offset": 3, + "parentId": "6095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6100", + "kind": "Struct", + "name": "_GRADIENT_TRIANGLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GRADIENT_TRIANGLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6101", + "kind": "UInt32", + "name": "Vertex1", + "offset": 0, + "parentId": "6100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6102", + "kind": "UInt32", + "name": "Vertex2", + "offset": 4, + "parentId": "6100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6103", + "kind": "UInt32", + "name": "Vertex3", + "offset": 8, + "parentId": "6100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6104", + "kind": "Struct", + "name": "_GRADIENT_RECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GRADIENT_RECT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6105", + "kind": "UInt32", + "name": "UpperLeft", + "offset": 0, + "parentId": "6104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6106", + "kind": "UInt32", + "name": "LowerRight", + "offset": 4, + "parentId": "6104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6107", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6108", + "kind": "UInt32", + "name": "NumberOfLogicalProcessors", + "offset": 0, + "parentId": "6107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6109", + "kind": "UInt32", + "name": "NumberOfCores", + "offset": 4, + "parentId": "6107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6110", + "kind": "Struct", + "name": "_COVERAGE_MODULE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COVERAGE_MODULE_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6111", + "kind": "UInt32", + "name": "RequestType", + "offset": 0, + "parentId": "6110", + "refId": "286", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6112", + "kind": "Struct", + "name": "SearchInfo", + "offset": 4, + "parentId": "6110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "6113", + "kind": "Array", + "name": "MD5Hash", + "offset": 0, + "parentId": "6112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6114", + "kind": "Struct", + "name": "ModuleName", + "offset": 0, + "parentId": "6112", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6115", + "kind": "Struct", + "name": "_SMC_CACHE_DELETE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_DELETE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "6116", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6117", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "6115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6118", + "kind": "Struct", + "name": "_FILE_DISPOSITION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DISPOSITION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6119", + "kind": "UInt8", + "name": "DeleteFileA", + "offset": 0, + "parentId": "6118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6120", + "kind": "Struct", + "name": "_SMC_CACHE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6121", + "kind": "UInt64", + "name": "CacheFileSize", + "offset": 0, + "parentId": "6120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6122", + "kind": "UInt32", + "name": "StoreAlignment", + "offset": 8, + "parentId": "6120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "PerformsFileIo" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "VdlNotSet" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "6123", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "6120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6124", + "kind": "UInt32", + "name": "CacheFlags", + "offset": 16, + "parentId": "6120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6125", + "kind": "UInt32", + "name": "Priority", + "offset": 20, + "parentId": "6120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6126", + "kind": "Struct", + "name": "_SMC_CACHE_CREATE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_CREATE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6127", + "kind": "Struct", + "name": "CacheParameters", + "offset": 0, + "parentId": "6126", + "refId": "6120", + "strLen": 64, + "structTypeName": "_SMC_CACHE_PARAMETERS" + }, + { + "arrayLen": 512, + "collapsed": true, + "elementKind": "Struct", + "id": "6128", + "kind": "Array", + "name": "TemplateFilePath", + "offset": 0, + "parentId": "6126", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6129", + "kind": "Struct", + "name": "_FILE_ALIGNMENT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALIGNMENT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6130", + "kind": "UInt32", + "name": "AlignmentRequirement", + "offset": 0, + "parentId": "6129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6131", + "kind": "Struct", + "name": "_SM_STORE_HIGH_MEM_PRIORITY_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_HIGH_MEM_PRIORITY_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "SetHighMemoryPriority" + }, + { + "bitOffset": 9, + "bitWidth": 23, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "6132", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6133", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "6131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6134", + "kind": "Struct", + "name": "tagGCP_RESULTSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGCP_RESULTSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6135", + "kind": "UInt32", + "name": "lStructSize", + "offset": 0, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6136", + "kind": "Struct", + "name": "lpOutString", + "offset": 4, + "parentId": "6134", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6137", + "kind": "Pointer64", + "name": "lpOrder", + "offset": 4, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6138", + "kind": "Pointer64", + "name": "lpDx", + "offset": 12, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6139", + "kind": "Pointer64", + "name": "lpCaretPos", + "offset": 20, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6140", + "kind": "Struct", + "name": "lpClass", + "offset": 28, + "parentId": "6134", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6141", + "kind": "Struct", + "name": "lpGlyphs", + "offset": 28, + "parentId": "6134", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6142", + "kind": "UInt32", + "name": "nGlyphs", + "offset": 28, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6143", + "kind": "Int32", + "name": "nMaxFit", + "offset": 32, + "parentId": "6134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6144", + "kind": "Struct", + "name": "_FILE_REMOTE_PROTOCOL_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REMOTE_PROTOCOL_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6145", + "kind": "UInt16", + "name": "StructureVersion", + "offset": 0, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6146", + "kind": "UInt16", + "name": "StructureSize", + "offset": 2, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6147", + "kind": "UInt32", + "name": "Protocol", + "offset": 4, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6148", + "kind": "UInt16", + "name": "ProtocolMajorVersion", + "offset": 8, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6149", + "kind": "UInt16", + "name": "ProtocolMinorVersion", + "offset": 10, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6150", + "kind": "UInt16", + "name": "ProtocolRevision", + "offset": 12, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6151", + "kind": "UInt16", + "name": "Reserved", + "offset": 14, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6152", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6153", + "kind": "Struct", + "name": "ProtocolSpecific", + "offset": 20, + "parentId": "6144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6154", + "kind": "Hex64", + "name": "", + "offset": 0, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6155", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6156", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6157", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6158", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6159", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6160", + "kind": "Hex64", + "name": "", + "offset": 48, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6161", + "kind": "Hex64", + "name": "", + "offset": 56, + "parentId": "6153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6162", + "kind": "Struct", + "name": "_PSINJECTDATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PSINJECTDATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6163", + "kind": "UInt32", + "name": "DataBytes", + "offset": 0, + "parentId": "6162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6164", + "kind": "UInt16", + "name": "InjectionPoint", + "offset": 4, + "parentId": "6162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6165", + "kind": "UInt16", + "name": "PageNumber", + "offset": 6, + "parentId": "6162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6166", + "kind": "Struct", + "name": "_PSFEATURE_CUSTPAPER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PSFEATURE_CUSTPAPER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6167", + "kind": "Int32", + "name": "lOrientation", + "offset": 0, + "parentId": "6166", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6168", + "kind": "Int32", + "name": "lWidth", + "offset": 4, + "parentId": "6166", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6169", + "kind": "Int32", + "name": "lHeight", + "offset": 8, + "parentId": "6166", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6170", + "kind": "Int32", + "name": "lWidthOffset", + "offset": 12, + "parentId": "6166", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6171", + "kind": "Int32", + "name": "lHeightOffset", + "offset": 16, + "parentId": "6166", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6172", + "kind": "Struct", + "name": "_SYSTEM_GDI_DRIVER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_GDI_DRIVER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6173", + "kind": "Struct", + "name": "DriverName", + "offset": 0, + "parentId": "6172", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6174", + "kind": "Hex8", + "name": "ImageAddress", + "offset": 0, + "parentId": "6172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6175", + "kind": "Hex8", + "name": "SectionPointer", + "offset": 1, + "parentId": "6172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6176", + "kind": "Hex8", + "name": "EntryPoint", + "offset": 2, + "parentId": "6172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6177", + "kind": "Struct", + "name": "ExportSectionPointer", + "offset": 3, + "parentId": "6172", + "refId": "2882", + "strLen": 64, + "structTypeName": "_IMAGE_EXPORT_DIRECTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6178", + "kind": "UInt32", + "name": "ImageLength", + "offset": 3, + "parentId": "6172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6179", + "kind": "Struct", + "name": "_MEMORY_PRIORITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PRIORITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6180", + "kind": "UInt32", + "name": "MemoryPriority", + "offset": 0, + "parentId": "6179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6181", + "kind": "Struct", + "name": "tagNEWTEXTMETRICA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6182", + "kind": "Int32", + "name": "tmHeight", + "offset": 0, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6183", + "kind": "Int32", + "name": "tmAscent", + "offset": 4, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6184", + "kind": "Int32", + "name": "tmDescent", + "offset": 8, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6185", + "kind": "Int32", + "name": "tmInternalLeading", + "offset": 12, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6186", + "kind": "Int32", + "name": "tmExternalLeading", + "offset": 16, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6187", + "kind": "Int32", + "name": "tmAveCharWidth", + "offset": 20, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6188", + "kind": "Int32", + "name": "tmMaxCharWidth", + "offset": 24, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6189", + "kind": "Int32", + "name": "tmWeight", + "offset": 28, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6190", + "kind": "Int32", + "name": "tmOverhang", + "offset": 32, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6191", + "kind": "Int32", + "name": "tmDigitizedAspectX", + "offset": 36, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6192", + "kind": "Int32", + "name": "tmDigitizedAspectY", + "offset": 40, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6193", + "kind": "UInt8", + "name": "tmFirstChar", + "offset": 44, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6194", + "kind": "UInt8", + "name": "tmLastChar", + "offset": 45, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6195", + "kind": "UInt8", + "name": "tmDefaultChar", + "offset": 46, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6196", + "kind": "UInt8", + "name": "tmBreakChar", + "offset": 47, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6197", + "kind": "UInt8", + "name": "tmItalic", + "offset": 48, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6198", + "kind": "UInt8", + "name": "tmUnderlined", + "offset": 49, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6199", + "kind": "UInt8", + "name": "tmStruckOut", + "offset": 50, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6200", + "kind": "UInt8", + "name": "tmPitchAndFamily", + "offset": 51, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6201", + "kind": "UInt8", + "name": "tmCharSet", + "offset": 52, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6202", + "kind": "UInt32", + "name": "ntmFlags", + "offset": 53, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6203", + "kind": "UInt32", + "name": "ntmSizeEM", + "offset": 57, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6204", + "kind": "UInt32", + "name": "ntmCellHeight", + "offset": 61, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6205", + "kind": "UInt32", + "name": "ntmAvgWidth", + "offset": 65, + "parentId": "6181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6206", + "kind": "Struct", + "name": "tagFONTSIGNATURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagFONTSIGNATURE" + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "6207", + "kind": "Array", + "name": "fsUsb", + "offset": 0, + "parentId": "6206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "6208", + "kind": "Array", + "name": "fsCsb", + "offset": 16, + "parentId": "6206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6209", + "kind": "Struct", + "name": "tagNEWTEXTMETRICEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICEXA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6210", + "kind": "Struct", + "name": "ntmTm", + "offset": 0, + "parentId": "6209", + "refId": "6181", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6211", + "kind": "Struct", + "name": "ntmFontSig", + "offset": 0, + "parentId": "6209", + "refId": "6206", + "strLen": 64, + "structTypeName": "tagFONTSIGNATURE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6212", + "kind": "Struct", + "name": "tagAXESLISTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAXESLISTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6213", + "kind": "UInt32", + "name": "axlReserved", + "offset": 0, + "parentId": "6212", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6214", + "kind": "UInt32", + "name": "axlNumAxes", + "offset": 4, + "parentId": "6212", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "6215", + "kind": "Array", + "name": "axlAxisInfo", + "offset": 8, + "parentId": "6212", + "refId": "4648", + "strLen": 64, + "structTypeName": "tagAXISINFOA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6216", + "kind": "Struct", + "name": "tagENUMTEXTMETRICA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMTEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6217", + "kind": "Struct", + "name": "etmNewTextMetricEx", + "offset": 0, + "parentId": "6216", + "refId": "6209", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICEXA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6218", + "kind": "Struct", + "name": "etmAxesList", + "offset": 0, + "parentId": "6216", + "refId": "6212", + "strLen": 64, + "structTypeName": "tagAXESLISTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6219", + "kind": "Struct", + "name": "tagENUMLOGFONTEXDVA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXDVA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6220", + "kind": "Struct", + "name": "elfEnumLogfontEx", + "offset": 0, + "parentId": "6219", + "refId": "4792", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6221", + "kind": "Struct", + "name": "elfDesignVector", + "offset": 0, + "parentId": "6219", + "refId": "4412", + "strLen": 64, + "structTypeName": "tagDESIGNVECTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6222", + "kind": "Struct", + "name": "_THREAD_POWER_THROTTLING_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_POWER_THROTTLING_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6223", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6224", + "kind": "UInt32", + "name": "ControlMask", + "offset": 4, + "parentId": "6222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6225", + "kind": "UInt32", + "name": "StateMask", + "offset": 8, + "parentId": "6222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6226", + "kind": "Struct", + "name": "_UNIVERSAL_NAME_INFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNIVERSAL_NAME_INFOA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6227", + "kind": "Struct", + "name": "lpUniversalName", + "offset": 0, + "parentId": "6226", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6228", + "kind": "Struct", + "name": "_STRING64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STRING64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6229", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "6228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6230", + "kind": "UInt16", + "name": "MaximumLength", + "offset": 2, + "parentId": "6228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6231", + "kind": "UInt64", + "name": "Buffer", + "offset": 4, + "parentId": "6228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6232", + "kind": "Struct", + "name": "tagNEWTEXTMETRICEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICEXW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6233", + "kind": "Struct", + "name": "ntmTm", + "offset": 0, + "parentId": "6232", + "refId": "6039", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6234", + "kind": "Struct", + "name": "ntmFontSig", + "offset": 0, + "parentId": "6232", + "refId": "6206", + "strLen": 64, + "structTypeName": "tagFONTSIGNATURE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6235", + "kind": "Struct", + "name": "tagAXESLISTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagAXESLISTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6236", + "kind": "UInt32", + "name": "axlReserved", + "offset": 0, + "parentId": "6235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6237", + "kind": "UInt32", + "name": "axlNumAxes", + "offset": 4, + "parentId": "6235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "6238", + "kind": "Array", + "name": "axlAxisInfo", + "offset": 8, + "parentId": "6235", + "refId": "4332", + "strLen": 64, + "structTypeName": "tagAXISINFOW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6239", + "kind": "Struct", + "name": "tagENUMTEXTMETRICW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMTEXTMETRICW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6240", + "kind": "Struct", + "name": "etmNewTextMetricEx", + "offset": 0, + "parentId": "6239", + "refId": "6232", + "strLen": 64, + "structTypeName": "tagNEWTEXTMETRICEXW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6241", + "kind": "Struct", + "name": "etmAxesList", + "offset": 0, + "parentId": "6239", + "refId": "6235", + "strLen": 64, + "structTypeName": "tagAXESLISTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6242", + "kind": "Struct", + "name": "_SYSTEM_OBJECTTYPE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_OBJECTTYPE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6243", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6244", + "kind": "UInt32", + "name": "NumberOfObjects", + "offset": 4, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6245", + "kind": "UInt32", + "name": "NumberOfHandles", + "offset": 8, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6246", + "kind": "UInt32", + "name": "TypeIndex", + "offset": 12, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6247", + "kind": "UInt32", + "name": "InvalidAttributes", + "offset": 16, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6248", + "kind": "Struct", + "name": "GenericMapping", + "offset": 20, + "parentId": "6242", + "refId": "1835", + "strLen": 64, + "structTypeName": "_GENERIC_MAPPING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6249", + "kind": "UInt32", + "name": "ValidAccessMask", + "offset": 20, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6250", + "kind": "UInt32", + "name": "PoolType", + "offset": 24, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6251", + "kind": "UInt8", + "name": "SecurityRequired", + "offset": 28, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6252", + "kind": "UInt8", + "name": "WaitableObject", + "offset": 29, + "parentId": "6242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6253", + "kind": "Struct", + "name": "TypeName", + "offset": 30, + "parentId": "6242", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6254", + "kind": "Struct", + "name": "_PROCESS_MACHINE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MACHINE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6255", + "kind": "UInt16", + "name": "ProcessMachine", + "offset": 0, + "parentId": "6254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6256", + "kind": "UInt16", + "name": "Res0", + "offset": 2, + "parentId": "6254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6257", + "kind": "UInt32", + "name": "MachineAttributes", + "offset": 4, + "parentId": "6254", + "refId": "101", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6258", + "kind": "Struct", + "name": "tagIMEMENUITEMINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagIMEMENUITEMINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6259", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "6258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6260", + "kind": "UInt32", + "name": "fType", + "offset": 4, + "parentId": "6258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6261", + "kind": "UInt32", + "name": "fState", + "offset": 8, + "parentId": "6258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6262", + "kind": "UInt32", + "name": "wID", + "offset": 12, + "parentId": "6258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6263", + "kind": "Struct", + "name": "hbmpChecked", + "offset": 16, + "parentId": "6258", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6264", + "kind": "Struct", + "name": "hbmpUnchecked", + "offset": 16, + "parentId": "6258", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6265", + "kind": "UInt32", + "name": "dwItemData", + "offset": 16, + "parentId": "6258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 80, + "collapsed": true, + "elementKind": "Struct", + "id": "6266", + "kind": "Array", + "name": "szString", + "offset": 20, + "parentId": "6258", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6267", + "kind": "Struct", + "name": "hbmpItem", + "offset": 20, + "parentId": "6258", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6268", + "kind": "Struct", + "name": "_PROCESS_MEMORY_EXHAUSTION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MEMORY_EXHAUSTION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6269", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "6268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6270", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "6268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6271", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "6268", + "refId": "102", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6272", + "kind": "UInt64", + "name": "Value", + "offset": 8, + "parentId": "6268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6273", + "kind": "Struct", + "name": "_PROCESS_POWER_THROTTLING_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_POWER_THROTTLING_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6274", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6275", + "kind": "UInt32", + "name": "ControlMask", + "offset": 4, + "parentId": "6273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6276", + "kind": "UInt32", + "name": "StateMask", + "offset": 8, + "parentId": "6273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6277", + "kind": "Struct", + "name": "tagHELPWININFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHELPWININFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6278", + "kind": "Int32", + "name": "wStructSize", + "offset": 0, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6279", + "kind": "Int32", + "name": "x", + "offset": 4, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6280", + "kind": "Int32", + "name": "y", + "offset": 8, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6281", + "kind": "Int32", + "name": "dx", + "offset": 12, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6282", + "kind": "Int32", + "name": "dy", + "offset": 16, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6283", + "kind": "Int32", + "name": "wMax", + "offset": 20, + "parentId": "6277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "6284", + "kind": "Array", + "name": "rgchMember", + "offset": 24, + "parentId": "6277", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6285", + "kind": "Struct", + "name": "PROCESS_PROTECTION_LEVEL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PROCESS_PROTECTION_LEVEL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6286", + "kind": "UInt32", + "name": "ProtectionLevel", + "offset": 0, + "parentId": "6285", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6287", + "kind": "Struct", + "name": "tagTouchPredictionParameters", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTouchPredictionParameters" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6288", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "6287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6289", + "kind": "UInt32", + "name": "dwLatency", + "offset": 4, + "parentId": "6287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6290", + "kind": "UInt32", + "name": "dwSampleTime", + "offset": 8, + "parentId": "6287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6291", + "kind": "UInt32", + "name": "bUseHWTimeStamp", + "offset": 12, + "parentId": "6287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6292", + "kind": "Struct", + "name": "tagEMRGLSBOUNDEDRECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRGLSBOUNDEDRECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6293", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6292", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6294", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6292", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6295", + "kind": "UInt32", + "name": "cbData", + "offset": 0, + "parentId": "6292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6296", + "kind": "Array", + "name": "Data", + "offset": 4, + "parentId": "6292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6297", + "kind": "Struct", + "name": "_STORAGE_HOTPLUG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HOTPLUG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6298", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "6297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6299", + "kind": "UInt8", + "name": "MediaRemovable", + "offset": 4, + "parentId": "6297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6300", + "kind": "UInt8", + "name": "MediaHotplug", + "offset": 5, + "parentId": "6297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6301", + "kind": "UInt8", + "name": "DeviceHotplug", + "offset": 6, + "parentId": "6297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6302", + "kind": "UInt8", + "name": "WriteCacheEnableOverride", + "offset": 7, + "parentId": "6297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6303", + "kind": "Struct", + "name": "tagEMRROUNDRECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRROUNDRECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6304", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6303", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6305", + "kind": "Struct", + "name": "rclBox", + "offset": 0, + "parentId": "6303", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6306", + "kind": "Struct", + "name": "szlCorner", + "offset": 0, + "parentId": "6303", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6307", + "kind": "Struct", + "name": "tagENUMLOGFONTEXDVW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXDVW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6308", + "kind": "Struct", + "name": "elfEnumLogfontEx", + "offset": 0, + "parentId": "6307", + "refId": "4720", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTEXW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6309", + "kind": "Struct", + "name": "elfDesignVector", + "offset": 0, + "parentId": "6307", + "refId": "4412", + "strLen": 64, + "structTypeName": "tagDESIGNVECTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6310", + "kind": "Struct", + "name": "_LDRP_CSLIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6311", + "kind": "Struct", + "name": "Tail", + "offset": 0, + "parentId": "6310", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6312", + "kind": "Struct", + "name": "tagBITMAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6313", + "kind": "Int32", + "name": "bmType", + "offset": 0, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6314", + "kind": "Int32", + "name": "bmWidth", + "offset": 4, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6315", + "kind": "Int32", + "name": "bmHeight", + "offset": 8, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6316", + "kind": "Int32", + "name": "bmWidthBytes", + "offset": 12, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6317", + "kind": "UInt16", + "name": "bmPlanes", + "offset": 16, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6318", + "kind": "UInt16", + "name": "bmBitsPixel", + "offset": 18, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6319", + "kind": "Hex8", + "name": "bmBits", + "offset": 20, + "parentId": "6312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6320", + "kind": "Struct", + "name": "tagDIBSECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDIBSECTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6321", + "kind": "Struct", + "name": "dsBm", + "offset": 0, + "parentId": "6320", + "refId": "6312", + "strLen": 64, + "structTypeName": "tagBITMAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6322", + "kind": "Struct", + "name": "dsBmih", + "offset": 0, + "parentId": "6320", + "refId": "4365", + "strLen": 64, + "structTypeName": "tagBITMAPINFOHEADER" + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt32", + "id": "6323", + "kind": "Array", + "name": "dsBitfields", + "offset": 0, + "parentId": "6320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6324", + "kind": "Hex8", + "name": "dshSection", + "offset": 12, + "parentId": "6320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6325", + "kind": "UInt32", + "name": "dsOffset", + "offset": 13, + "parentId": "6320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6326", + "kind": "Struct", + "name": "_devicemodeA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_devicemodeA" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "6327", + "kind": "Array", + "name": "dmDeviceName", + "offset": 0, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6328", + "kind": "UInt16", + "name": "dmSpecVersion", + "offset": 32, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6329", + "kind": "UInt16", + "name": "dmDriverVersion", + "offset": 34, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6330", + "kind": "UInt16", + "name": "dmSize", + "offset": 36, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6331", + "kind": "UInt16", + "name": "dmDriverExtra", + "offset": 38, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6332", + "kind": "UInt32", + "name": "dmFields", + "offset": 40, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6333", + "kind": "Struct", + "name": "", + "offset": 44, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6334", + "kind": "Int16", + "name": "dmColor", + "offset": 44, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6335", + "kind": "Int16", + "name": "dmDuplex", + "offset": 46, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6336", + "kind": "Int16", + "name": "dmYResolution", + "offset": 48, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6337", + "kind": "Int16", + "name": "dmTTOption", + "offset": 50, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6338", + "kind": "Int16", + "name": "dmCollate", + "offset": 52, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "6339", + "kind": "Array", + "name": "dmFormName", + "offset": 54, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6340", + "kind": "UInt16", + "name": "dmLogPixels", + "offset": 86, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6341", + "kind": "UInt32", + "name": "dmBitsPerPel", + "offset": 88, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6342", + "kind": "UInt32", + "name": "dmPelsWidth", + "offset": 92, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6343", + "kind": "UInt32", + "name": "dmPelsHeight", + "offset": 96, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6344", + "kind": "Struct", + "name": "", + "offset": 100, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6345", + "kind": "UInt32", + "name": "dmDisplayFlags", + "offset": 0, + "parentId": "6344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6346", + "kind": "UInt32", + "name": "dmNup", + "offset": 0, + "parentId": "6344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6347", + "kind": "UInt32", + "name": "dmDisplayFrequency", + "offset": 104, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6348", + "kind": "UInt32", + "name": "dmICMMethod", + "offset": 108, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6349", + "kind": "UInt32", + "name": "dmICMIntent", + "offset": 112, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6350", + "kind": "UInt32", + "name": "dmMediaType", + "offset": 116, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6351", + "kind": "UInt32", + "name": "dmDitherType", + "offset": 120, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6352", + "kind": "UInt32", + "name": "dmReserved1", + "offset": 124, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6353", + "kind": "UInt32", + "name": "dmReserved2", + "offset": 128, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6354", + "kind": "UInt32", + "name": "dmPanningWidth", + "offset": 132, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6355", + "kind": "UInt32", + "name": "dmPanningHeight", + "offset": 136, + "parentId": "6326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6356", + "kind": "Struct", + "name": "_WIN32_MEMORY_RANGE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_MEMORY_RANGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6357", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "6356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6358", + "kind": "UInt64", + "name": "NumberOfBytes", + "offset": 1, + "parentId": "6356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6359", + "kind": "Struct", + "name": "_SYSTEM_SET_TIME_ADJUST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SET_TIME_ADJUST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6360", + "kind": "UInt32", + "name": "TimeAdjustment", + "offset": 0, + "parentId": "6359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6361", + "kind": "UInt8", + "name": "Enable", + "offset": 4, + "parentId": "6359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6362", + "kind": "Struct", + "name": "tagENUMLOGFONTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENUMLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6363", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "6362", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "6364", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "6362", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "6365", + "kind": "Array", + "name": "elfStyle", + "offset": 0, + "parentId": "6362", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6366", + "kind": "Struct", + "name": "tagEMRPOLYPOLYLINE16", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYPOLYLINE16" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6367", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6366", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6368", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6366", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6369", + "kind": "UInt32", + "name": "nPolys", + "offset": 0, + "parentId": "6366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6370", + "kind": "UInt32", + "name": "cpts", + "offset": 4, + "parentId": "6366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "6371", + "kind": "Array", + "name": "aPolyCounts", + "offset": 8, + "parentId": "6366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6372", + "kind": "Array", + "name": "apts", + "offset": 12, + "parentId": "6366", + "refId": "705", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6373", + "kind": "Struct", + "name": "tagENHMETAHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENHMETAHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6374", + "kind": "UInt32", + "name": "iType", + "offset": 0, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6375", + "kind": "UInt32", + "name": "nSize", + "offset": 4, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6376", + "kind": "Struct", + "name": "rclBounds", + "offset": 8, + "parentId": "6373", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6377", + "kind": "Struct", + "name": "rclFrame", + "offset": 8, + "parentId": "6373", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6378", + "kind": "UInt32", + "name": "dSignature", + "offset": 8, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6379", + "kind": "UInt32", + "name": "nVersion", + "offset": 12, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6380", + "kind": "UInt32", + "name": "nBytes", + "offset": 16, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6381", + "kind": "UInt32", + "name": "nRecords", + "offset": 20, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6382", + "kind": "UInt16", + "name": "nHandles", + "offset": 24, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6383", + "kind": "UInt16", + "name": "sReserved", + "offset": 26, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6384", + "kind": "UInt32", + "name": "nDescription", + "offset": 28, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6385", + "kind": "UInt32", + "name": "offDescription", + "offset": 32, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6386", + "kind": "UInt32", + "name": "nPalEntries", + "offset": 36, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6387", + "kind": "Struct", + "name": "szlDevice", + "offset": 40, + "parentId": "6373", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6388", + "kind": "Struct", + "name": "szlMillimeters", + "offset": 40, + "parentId": "6373", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6389", + "kind": "UInt32", + "name": "cbPixelFormat", + "offset": 40, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6390", + "kind": "UInt32", + "name": "offPixelFormat", + "offset": 44, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6391", + "kind": "UInt32", + "name": "bOpenGL", + "offset": 48, + "parentId": "6373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6392", + "kind": "Struct", + "name": "szlMicrometers", + "offset": 52, + "parentId": "6373", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6393", + "kind": "Struct", + "name": "tagTTPOLYGONHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTTPOLYGONHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6394", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "6393", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6395", + "kind": "UInt32", + "name": "dwType", + "offset": 4, + "parentId": "6393", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6396", + "kind": "Struct", + "name": "pfxStart", + "offset": 8, + "parentId": "6393", + "refId": "5282", + "strLen": 64, + "structTypeName": "tagPOINTFX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6397", + "kind": "Struct", + "name": "_PREVENT_MEDIA_REMOVAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PREVENT_MEDIA_REMOVAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6398", + "kind": "UInt8", + "name": "PreventMediaRemoval", + "offset": 0, + "parentId": "6397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6399", + "kind": "Struct", + "name": "_CONSOLE_FONT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_FONT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6400", + "kind": "UInt32", + "name": "nFont", + "offset": 0, + "parentId": "6399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6401", + "kind": "Struct", + "name": "dwFontSize", + "offset": 4, + "parentId": "6399", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6402", + "kind": "Struct", + "name": "WIN32_MEMORY_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WIN32_MEMORY_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6403", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6404", + "kind": "UInt32", + "name": "NumaNode", + "offset": 4, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6405", + "kind": "UInt32", + "name": "Channel", + "offset": 8, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6406", + "kind": "UInt32", + "name": "NumberOfNumaNodes", + "offset": 12, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6407", + "kind": "UInt64", + "name": "ResidentAvailablePages", + "offset": 16, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6408", + "kind": "UInt64", + "name": "CommittedPages", + "offset": 24, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6409", + "kind": "UInt64", + "name": "CommitLimit", + "offset": 32, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6410", + "kind": "UInt64", + "name": "PeakCommitment", + "offset": 40, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6411", + "kind": "UInt64", + "name": "TotalNumberOfPages", + "offset": 48, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6412", + "kind": "UInt64", + "name": "AvailablePages", + "offset": 56, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6413", + "kind": "UInt64", + "name": "ZeroPages", + "offset": 64, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6414", + "kind": "UInt64", + "name": "FreePages", + "offset": 72, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6415", + "kind": "UInt64", + "name": "StandbyPages", + "offset": 80, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6416", + "kind": "Hex64", + "name": "", + "offset": 88, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6417", + "kind": "Hex64", + "name": "", + "offset": 96, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6418", + "kind": "Hex64", + "name": "", + "offset": 104, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6419", + "kind": "Hex64", + "name": "", + "offset": 112, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6420", + "kind": "Hex64", + "name": "", + "offset": 120, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6421", + "kind": "Hex64", + "name": "", + "offset": 128, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6422", + "kind": "Hex64", + "name": "", + "offset": 136, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6423", + "kind": "Hex64", + "name": "", + "offset": 144, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6424", + "kind": "Hex64", + "name": "", + "offset": 152, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6425", + "kind": "Hex64", + "name": "", + "offset": 160, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6426", + "kind": "Hex64", + "name": "", + "offset": 168, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6427", + "kind": "Hex64", + "name": "", + "offset": 176, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6428", + "kind": "Hex64", + "name": "", + "offset": 184, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6429", + "kind": "Hex64", + "name": "", + "offset": 192, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6430", + "kind": "Hex64", + "name": "", + "offset": 200, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6431", + "kind": "Hex64", + "name": "", + "offset": 208, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6432", + "kind": "UInt64", + "name": "MaximumCommitLimit", + "offset": 216, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6433", + "kind": "UInt64", + "name": "Reserved2", + "offset": 224, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6434", + "kind": "UInt32", + "name": "PartitionId", + "offset": 232, + "parentId": "6402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6435", + "kind": "Struct", + "name": "_CONNECTDLGSTRUCTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONNECTDLGSTRUCTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6436", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "6435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6437", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "6435", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6438", + "kind": "Struct", + "name": "lpConnRes", + "offset": 4, + "parentId": "6435", + "refId": "8355", + "strLen": 64, + "structTypeName": "_NETRESOURCEA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6439", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "6435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6440", + "kind": "UInt32", + "name": "dwDevNum", + "offset": 8, + "parentId": "6435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6441", + "kind": "Struct", + "name": "tagEMRCREATEDIBPATTERNBRUSHPT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATEDIBPATTERNBRUSHPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6442", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6441", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6443", + "kind": "UInt32", + "name": "ihBrush", + "offset": 0, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6444", + "kind": "UInt32", + "name": "iUsage", + "offset": 4, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6445", + "kind": "UInt32", + "name": "offBmi", + "offset": 8, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6446", + "kind": "UInt32", + "name": "cbBmi", + "offset": 12, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6447", + "kind": "UInt32", + "name": "offBits", + "offset": 16, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6448", + "kind": "UInt32", + "name": "cbBits", + "offset": 20, + "parentId": "6441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6449", + "kind": "Struct", + "name": "_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6450", + "kind": "UInt32", + "name": "InitiatorNodeNumber", + "offset": 0, + "parentId": "6449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6451", + "kind": "UInt32", + "name": "TargetNodeNumber", + "offset": 4, + "parentId": "6449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6452", + "kind": "UInt8", + "name": "DataType", + "offset": 8, + "parentId": "6449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6453", + "kind": "UInt64", + "name": "MinTransferSizeInBytes", + "offset": 9, + "parentId": "6449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6454", + "kind": "UInt64", + "name": "EntryValue", + "offset": 17, + "parentId": "6449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6455", + "kind": "Struct", + "name": "tagPALETTEENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPALETTEENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6456", + "kind": "UInt8", + "name": "peRed", + "offset": 0, + "parentId": "6455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6457", + "kind": "UInt8", + "name": "peGreen", + "offset": 1, + "parentId": "6455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6458", + "kind": "UInt8", + "name": "peBlue", + "offset": 2, + "parentId": "6455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6459", + "kind": "UInt8", + "name": "peFlags", + "offset": 3, + "parentId": "6455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6460", + "kind": "Struct", + "name": "_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6461", + "kind": "UInt32", + "name": "EntryCount", + "offset": 0, + "parentId": "6460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6462", + "kind": "Array", + "name": "PerformanceEntries", + "offset": 4, + "parentId": "6460", + "refId": "6449", + "strLen": 64, + "structTypeName": "_WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6463", + "kind": "Struct", + "name": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "JOBOBJECT_IO_RATE_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6464", + "kind": "Int64", + "name": "MaxIops", + "offset": 0, + "parentId": "6463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6465", + "kind": "Int64", + "name": "MaxBandwidth", + "offset": 8, + "parentId": "6463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6466", + "kind": "Int64", + "name": "ReservationIops", + "offset": 16, + "parentId": "6463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6467", + "kind": "Struct", + "name": "VolumeName", + "offset": 24, + "parentId": "6463", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6468", + "kind": "UInt32", + "name": "BaseIoSize", + "offset": 24, + "parentId": "6463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6469", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 28, + "parentId": "6463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6470", + "kind": "Struct", + "name": "_SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6471", + "kind": "Struct", + "name": "u", + "offset": 0, + "parentId": "6470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6472", + "kind": "Struct", + "name": "CustomStateId", + "offset": 0, + "parentId": "6471", + "refId": "1077", + "strLen": 64, + "structTypeName": "SERVICE_TRIGGER_CUSTOM_STATE_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6473", + "kind": "Struct", + "name": "tagENHMETARECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagENHMETARECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6474", + "kind": "UInt32", + "name": "iType", + "offset": 0, + "parentId": "6473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6475", + "kind": "UInt32", + "name": "nSize", + "offset": 4, + "parentId": "6473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "6476", + "kind": "Array", + "name": "dParm", + "offset": 8, + "parentId": "6473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6477", + "kind": "Struct", + "name": "tagMETAFILEPICT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMETAFILEPICT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6478", + "kind": "Int32", + "name": "mm", + "offset": 0, + "parentId": "6477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6479", + "kind": "Int32", + "name": "xExt", + "offset": 4, + "parentId": "6477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6480", + "kind": "Int32", + "name": "yExt", + "offset": 8, + "parentId": "6477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6481", + "kind": "Struct", + "name": "hMF", + "offset": 12, + "parentId": "6477", + "refId": "1484", + "strLen": 64, + "structTypeName": "HMETAFILE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6482", + "kind": "Struct", + "name": "tagEMRPOLYDRAW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYDRAW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6483", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6482", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6484", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6482", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6485", + "kind": "UInt32", + "name": "cptl", + "offset": 0, + "parentId": "6482", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6486", + "kind": "Array", + "name": "aptl", + "offset": 4, + "parentId": "6482", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6487", + "kind": "Array", + "name": "abTypes", + "offset": 4, + "parentId": "6482", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6488", + "kind": "Struct", + "name": "tagMETAHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMETAHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6489", + "kind": "UInt16", + "name": "mtType", + "offset": 0, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6490", + "kind": "UInt16", + "name": "mtHeaderSize", + "offset": 2, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6491", + "kind": "UInt16", + "name": "mtVersion", + "offset": 4, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6492", + "kind": "UInt32", + "name": "mtSize", + "offset": 6, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6493", + "kind": "UInt16", + "name": "mtNoObjects", + "offset": 10, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6494", + "kind": "UInt32", + "name": "mtMaxRecord", + "offset": 12, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6495", + "kind": "UInt16", + "name": "mtNoParameters", + "offset": 16, + "parentId": "6488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6496", + "kind": "Struct", + "name": "_QUAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUAD" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6497", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6498", + "kind": "Int64", + "name": "UseThisFieldToCopy", + "offset": 0, + "parentId": "6497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6499", + "kind": "Double", + "name": "DoNotUseThisField", + "offset": 0, + "parentId": "6497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6500", + "kind": "Struct", + "name": "_GLYPHMETRICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GLYPHMETRICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6501", + "kind": "UInt32", + "name": "gmBlackBoxX", + "offset": 0, + "parentId": "6500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6502", + "kind": "UInt32", + "name": "gmBlackBoxY", + "offset": 4, + "parentId": "6500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6503", + "kind": "Struct", + "name": "gmptGlyphOrigin", + "offset": 8, + "parentId": "6500", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6504", + "kind": "Int16", + "name": "gmCellIncX", + "offset": 8, + "parentId": "6500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6505", + "kind": "Int16", + "name": "gmCellIncY", + "offset": 10, + "parentId": "6500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6506", + "kind": "Struct", + "name": "tagEMRPOLYPOLYLINE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYPOLYLINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6507", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6506", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6508", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6506", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6509", + "kind": "UInt32", + "name": "nPolys", + "offset": 0, + "parentId": "6506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6510", + "kind": "UInt32", + "name": "cptl", + "offset": 4, + "parentId": "6506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "6511", + "kind": "Array", + "name": "aPolyCounts", + "offset": 8, + "parentId": "6506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6512", + "kind": "Array", + "name": "aptl", + "offset": 12, + "parentId": "6506", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6513", + "kind": "Struct", + "name": "_INPUT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_INPUT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6514", + "kind": "UInt16", + "name": "EventType", + "offset": 0, + "parentId": "6513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6515", + "kind": "Struct", + "name": "Event", + "offset": 2, + "parentId": "6513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6516", + "kind": "Struct", + "name": "KeyEvent", + "offset": 0, + "parentId": "6515", + "refId": "1151", + "strLen": 64, + "structTypeName": "_KEY_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6517", + "kind": "Struct", + "name": "MouseEvent", + "offset": 0, + "parentId": "6515", + "refId": "1163", + "strLen": 64, + "structTypeName": "_MOUSE_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6518", + "kind": "Struct", + "name": "WindowBufferSizeEvent", + "offset": 0, + "parentId": "6515", + "refId": "1168", + "strLen": 64, + "structTypeName": "_WINDOW_BUFFER_SIZE_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6519", + "kind": "Struct", + "name": "MenuEvent", + "offset": 0, + "parentId": "6515", + "refId": "1170", + "strLen": 64, + "structTypeName": "_MENU_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6520", + "kind": "Struct", + "name": "FocusEvent", + "offset": 0, + "parentId": "6515", + "refId": "1172", + "strLen": 64, + "structTypeName": "_FOCUS_EVENT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6521", + "kind": "Struct", + "name": "tagWCRANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWCRANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6522", + "kind": "Struct", + "name": "wcLow", + "offset": 0, + "parentId": "6521", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6523", + "kind": "UInt16", + "name": "cGlyphs", + "offset": 0, + "parentId": "6521", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6524", + "kind": "Struct", + "name": "tagSTYLEBUFA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSTYLEBUFA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6525", + "kind": "UInt32", + "name": "dwStyle", + "offset": 0, + "parentId": "6524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "6526", + "kind": "Array", + "name": "szDescription", + "offset": 4, + "parentId": "6524", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6527", + "kind": "Struct", + "name": "_REDIRECTION_FUNCTION_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REDIRECTION_FUNCTION_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6528", + "kind": "Struct", + "name": "DllName", + "offset": 0, + "parentId": "6527", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6529", + "kind": "Struct", + "name": "FunctionName", + "offset": 0, + "parentId": "6527", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6530", + "kind": "Hex8", + "name": "RedirectionTarget", + "offset": 0, + "parentId": "6527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6531", + "kind": "Struct", + "name": "tagLOGBRUSH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGBRUSH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6532", + "kind": "UInt32", + "name": "lbStyle", + "offset": 0, + "parentId": "6531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6533", + "kind": "UInt32", + "name": "lbColor", + "offset": 4, + "parentId": "6531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6534", + "kind": "UInt64", + "name": "lbHatch", + "offset": 8, + "parentId": "6531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6535", + "kind": "Struct", + "name": "tagGLYPHSET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGLYPHSET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6536", + "kind": "UInt32", + "name": "cbThis", + "offset": 0, + "parentId": "6535", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6537", + "kind": "UInt32", + "name": "flAccel", + "offset": 4, + "parentId": "6535", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6538", + "kind": "UInt32", + "name": "cGlyphsSupported", + "offset": 8, + "parentId": "6535", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6539", + "kind": "UInt32", + "name": "cRanges", + "offset": 12, + "parentId": "6535", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6540", + "kind": "Array", + "name": "ranges", + "offset": 16, + "parentId": "6535", + "refId": "6521", + "strLen": 64, + "structTypeName": "tagWCRANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6541", + "kind": "Struct", + "name": "tagEMRSTRETCHDIBITS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSTRETCHDIBITS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6542", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6541", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6543", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6541", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6544", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6545", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6546", + "kind": "Int32", + "name": "xSrc", + "offset": 8, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6547", + "kind": "Int32", + "name": "ySrc", + "offset": 12, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6548", + "kind": "Int32", + "name": "cxSrc", + "offset": 16, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6549", + "kind": "Int32", + "name": "cySrc", + "offset": 20, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6550", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 24, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6551", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 28, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6552", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 32, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6553", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 36, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6554", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 40, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6555", + "kind": "UInt32", + "name": "dwRop", + "offset": 44, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6556", + "kind": "Int32", + "name": "cxDest", + "offset": 48, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6557", + "kind": "Int32", + "name": "cyDest", + "offset": 52, + "parentId": "6541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6558", + "kind": "Struct", + "name": "pvalueA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "pvalueA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6559", + "kind": "Struct", + "name": "pv_valuename", + "offset": 0, + "parentId": "6558", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6560", + "kind": "Int32", + "name": "pv_valuelen", + "offset": 0, + "parentId": "6558", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6561", + "kind": "Hex8", + "name": "pv_value_context", + "offset": 4, + "parentId": "6558", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6562", + "kind": "UInt32", + "name": "pv_type", + "offset": 5, + "parentId": "6558", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6563", + "kind": "Struct", + "name": "_NETCONNECTINFOSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NETCONNECTINFOSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6564", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "6563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6565", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "6563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6566", + "kind": "UInt32", + "name": "dwSpeed", + "offset": 8, + "parentId": "6563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6567", + "kind": "UInt32", + "name": "dwDelay", + "offset": 12, + "parentId": "6563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6568", + "kind": "UInt32", + "name": "dwOptDataSize", + "offset": 16, + "parentId": "6563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6569", + "kind": "Struct", + "name": "tagCOMPOSITIONFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOMPOSITIONFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6570", + "kind": "UInt32", + "name": "dwStyle", + "offset": 0, + "parentId": "6569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6571", + "kind": "Struct", + "name": "ptCurrentPos", + "offset": 4, + "parentId": "6569", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6572", + "kind": "Struct", + "name": "rcArea", + "offset": 4, + "parentId": "6569", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6573", + "kind": "Struct", + "name": "tagPIXELFORMATDESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPIXELFORMATDESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6574", + "kind": "UInt16", + "name": "nSize", + "offset": 0, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6575", + "kind": "UInt16", + "name": "nVersion", + "offset": 2, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6576", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6577", + "kind": "UInt8", + "name": "iPixelType", + "offset": 8, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6578", + "kind": "UInt8", + "name": "cColorBits", + "offset": 9, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6579", + "kind": "UInt8", + "name": "cRedBits", + "offset": 10, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6580", + "kind": "UInt8", + "name": "cRedShift", + "offset": 11, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6581", + "kind": "UInt8", + "name": "cGreenBits", + "offset": 12, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6582", + "kind": "UInt8", + "name": "cGreenShift", + "offset": 13, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6583", + "kind": "UInt8", + "name": "cBlueBits", + "offset": 14, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6584", + "kind": "UInt8", + "name": "cBlueShift", + "offset": 15, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6585", + "kind": "UInt8", + "name": "cAlphaBits", + "offset": 16, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6586", + "kind": "UInt8", + "name": "cAlphaShift", + "offset": 17, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6587", + "kind": "UInt8", + "name": "cAccumBits", + "offset": 18, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6588", + "kind": "UInt8", + "name": "cAccumRedBits", + "offset": 19, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6589", + "kind": "UInt8", + "name": "cAccumGreenBits", + "offset": 20, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6590", + "kind": "UInt8", + "name": "cAccumBlueBits", + "offset": 21, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6591", + "kind": "UInt8", + "name": "cAccumAlphaBits", + "offset": 22, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6592", + "kind": "UInt8", + "name": "cDepthBits", + "offset": 23, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6593", + "kind": "UInt8", + "name": "cStencilBits", + "offset": 24, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6594", + "kind": "UInt8", + "name": "cAuxBuffers", + "offset": 25, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6595", + "kind": "UInt8", + "name": "iLayerType", + "offset": 26, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6596", + "kind": "UInt8", + "name": "bReserved", + "offset": 27, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6597", + "kind": "UInt32", + "name": "dwLayerMask", + "offset": 28, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6598", + "kind": "UInt32", + "name": "dwVisibleMask", + "offset": 32, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6599", + "kind": "UInt32", + "name": "dwDamageMask", + "offset": 36, + "parentId": "6573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6600", + "kind": "Struct", + "name": "tagCOLORCORRECTPALETTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOLORCORRECTPALETTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6601", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6600", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6602", + "kind": "UInt32", + "name": "ihPalette", + "offset": 0, + "parentId": "6600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6603", + "kind": "UInt32", + "name": "nFirstEntry", + "offset": 4, + "parentId": "6600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6604", + "kind": "UInt32", + "name": "nPalEntries", + "offset": 8, + "parentId": "6600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6605", + "kind": "UInt32", + "name": "nReserved", + "offset": 12, + "parentId": "6600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6606", + "kind": "Struct", + "name": "_CONSOLE_READCONSOLE_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_READCONSOLE_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6607", + "kind": "UInt32", + "name": "nLength", + "offset": 0, + "parentId": "6606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6608", + "kind": "UInt32", + "name": "nInitialChars", + "offset": 4, + "parentId": "6606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6609", + "kind": "UInt32", + "name": "dwCtrlWakeupMask", + "offset": 8, + "parentId": "6606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6610", + "kind": "UInt32", + "name": "dwControlKeyState", + "offset": 12, + "parentId": "6606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6611", + "kind": "Struct", + "name": "_ETW_TRACE_PARTITION_INFORMATION_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TRACE_PARTITION_INFORMATION_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6612", + "kind": "Int64", + "name": "QpcOffsetFromRoot", + "offset": 0, + "parentId": "6611", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6613", + "kind": "UInt32", + "name": "PartitionType", + "offset": 8, + "parentId": "6611", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6614", + "kind": "Struct", + "name": "PartitionId", + "offset": 12, + "parentId": "6611", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6615", + "kind": "Struct", + "name": "ParentId", + "offset": 12, + "parentId": "6611", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6616", + "kind": "Struct", + "name": "tagMETARECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMETARECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6617", + "kind": "UInt32", + "name": "rdSize", + "offset": 0, + "parentId": "6616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6618", + "kind": "UInt16", + "name": "rdFunction", + "offset": 4, + "parentId": "6616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt16", + "id": "6619", + "kind": "Array", + "name": "rdParm", + "offset": 6, + "parentId": "6616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6620", + "kind": "Struct", + "name": "_MAT2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MAT2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6621", + "kind": "Struct", + "name": "eM11", + "offset": 0, + "parentId": "6620", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6622", + "kind": "Struct", + "name": "eM12", + "offset": 0, + "parentId": "6620", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6623", + "kind": "Struct", + "name": "eM21", + "offset": 0, + "parentId": "6620", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6624", + "kind": "Struct", + "name": "eM22", + "offset": 0, + "parentId": "6620", + "refId": "5279", + "strLen": 64, + "structTypeName": "_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6625", + "kind": "Struct", + "name": "_COMMPROP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMMPROP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6626", + "kind": "UInt16", + "name": "wPacketLength", + "offset": 0, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6627", + "kind": "UInt16", + "name": "wPacketVersion", + "offset": 2, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6628", + "kind": "UInt32", + "name": "dwServiceMask", + "offset": 4, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6629", + "kind": "UInt32", + "name": "dwReserved1", + "offset": 8, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6630", + "kind": "UInt32", + "name": "dwMaxTxQueue", + "offset": 12, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6631", + "kind": "UInt32", + "name": "dwMaxRxQueue", + "offset": 16, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6632", + "kind": "UInt32", + "name": "dwMaxBaud", + "offset": 20, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6633", + "kind": "UInt32", + "name": "dwProvSubType", + "offset": 24, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6634", + "kind": "UInt32", + "name": "dwProvCapabilities", + "offset": 28, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6635", + "kind": "UInt32", + "name": "dwSettableParams", + "offset": 32, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6636", + "kind": "UInt32", + "name": "dwSettableBaud", + "offset": 36, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6637", + "kind": "UInt16", + "name": "wSettableData", + "offset": 40, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6638", + "kind": "UInt16", + "name": "wSettableStopParity", + "offset": 42, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6639", + "kind": "UInt32", + "name": "dwCurrentTxQueue", + "offset": 44, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6640", + "kind": "UInt32", + "name": "dwCurrentRxQueue", + "offset": 48, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6641", + "kind": "UInt32", + "name": "dwProvSpec1", + "offset": 52, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6642", + "kind": "UInt32", + "name": "dwProvSpec2", + "offset": 56, + "parentId": "6625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6643", + "kind": "Array", + "name": "wcProvChar", + "offset": 60, + "parentId": "6625", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6644", + "kind": "Struct", + "name": "tagEMRPOLYLINE16", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYLINE16" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6645", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6644", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6646", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6647", + "kind": "UInt32", + "name": "cpts", + "offset": 0, + "parentId": "6644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6648", + "kind": "Array", + "name": "apts", + "offset": 4, + "parentId": "6644", + "refId": "705", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6649", + "kind": "Struct", + "name": "_T2_SET_PARAMETERS_V0", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_T2_SET_PARAMETERS_V0" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6650", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6649", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6651", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "6649", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6652", + "kind": "Int64", + "name": "NoWakeTolerance", + "offset": 8, + "parentId": "6649", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6653", + "kind": "Struct", + "name": "_COMSTAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMSTAT" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "fCtsHold" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "fDsrHold" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "fRlsdHold" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "fXoffHold" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "fXoffSent" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "fEof" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "fTxim" + }, + { + "bitOffset": 7, + "bitWidth": 25, + "name": "fReserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "6654", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6655", + "kind": "UInt32", + "name": "cbInQue", + "offset": 4, + "parentId": "6653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6656", + "kind": "UInt32", + "name": "cbOutQue", + "offset": 8, + "parentId": "6653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6657", + "kind": "Struct", + "name": "_COMMTIMEOUTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMMTIMEOUTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6658", + "kind": "UInt32", + "name": "ReadIntervalTimeout", + "offset": 0, + "parentId": "6657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6659", + "kind": "UInt32", + "name": "ReadTotalTimeoutMultiplier", + "offset": 4, + "parentId": "6657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6660", + "kind": "UInt32", + "name": "ReadTotalTimeoutConstant", + "offset": 8, + "parentId": "6657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6661", + "kind": "UInt32", + "name": "WriteTotalTimeoutMultiplier", + "offset": 12, + "parentId": "6657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6662", + "kind": "UInt32", + "name": "WriteTotalTimeoutConstant", + "offset": 16, + "parentId": "6657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6663", + "kind": "Struct", + "name": "tagLOGCOLORSPACEA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGCOLORSPACEA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6664", + "kind": "UInt32", + "name": "lcsSignature", + "offset": 0, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6665", + "kind": "UInt32", + "name": "lcsVersion", + "offset": 4, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6666", + "kind": "UInt32", + "name": "lcsSize", + "offset": 8, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6667", + "kind": "Int32", + "name": "lcsCSType", + "offset": 12, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6668", + "kind": "Int32", + "name": "lcsIntent", + "offset": 16, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6669", + "kind": "Struct", + "name": "lcsEndpoints", + "offset": 20, + "parentId": "6663", + "refId": "4383", + "strLen": 64, + "structTypeName": "tagICEXYZTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6670", + "kind": "UInt32", + "name": "lcsGammaRed", + "offset": 20, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6671", + "kind": "UInt32", + "name": "lcsGammaGreen", + "offset": 24, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6672", + "kind": "UInt32", + "name": "lcsGammaBlue", + "offset": 28, + "parentId": "6663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "6673", + "kind": "Array", + "name": "lcsFilename", + "offset": 32, + "parentId": "6663", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6674", + "kind": "Struct", + "name": "tagEMRCREATECOLORSPACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATECOLORSPACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6675", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6674", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6676", + "kind": "UInt32", + "name": "ihCS", + "offset": 0, + "parentId": "6674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6677", + "kind": "Struct", + "name": "lcs", + "offset": 4, + "parentId": "6674", + "refId": "6663", + "strLen": 64, + "structTypeName": "tagLOGCOLORSPACEA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6678", + "kind": "Struct", + "name": "_SERVICE_TRIGGER_SPECIFIC_DATA_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TRIGGER_SPECIFIC_DATA_ITEM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6679", + "kind": "UInt32", + "name": "dwDataType", + "offset": 0, + "parentId": "6678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6680", + "kind": "UInt32", + "name": "cbData", + "offset": 4, + "parentId": "6678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6681", + "kind": "UInt8", + "name": "pData", + "offset": 8, + "parentId": "6678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6682", + "kind": "Struct", + "name": "_SERVICE_PRESHUTDOWN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_PRESHUTDOWN_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6683", + "kind": "UInt32", + "name": "dwPreshutdownTimeout", + "offset": 0, + "parentId": "6682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6684", + "kind": "Struct", + "name": "_CONNECTDLGSTRUCTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONNECTDLGSTRUCTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6685", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "6684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6686", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "6684", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6687", + "kind": "Struct", + "name": "lpConnRes", + "offset": 4, + "parentId": "6684", + "refId": "561", + "strLen": 64, + "structTypeName": "_NETRESOURCEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6688", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "6684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6689", + "kind": "UInt32", + "name": "dwDevNum", + "offset": 8, + "parentId": "6684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6690", + "kind": "Struct", + "name": "_OFSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OFSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6691", + "kind": "UInt8", + "name": "cBytes", + "offset": 0, + "parentId": "6690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6692", + "kind": "UInt8", + "name": "fFixedDisk", + "offset": 1, + "parentId": "6690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6693", + "kind": "UInt16", + "name": "nErrCode", + "offset": 2, + "parentId": "6690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6694", + "kind": "UInt16", + "name": "Reserved1", + "offset": 4, + "parentId": "6690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6695", + "kind": "UInt16", + "name": "Reserved2", + "offset": 6, + "parentId": "6690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "6696", + "kind": "Array", + "name": "szPathName", + "offset": 8, + "parentId": "6690", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6697", + "kind": "Struct", + "name": "_UMS_SCHEDULER_STARTUP_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UMS_SCHEDULER_STARTUP_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6698", + "kind": "UInt32", + "name": "UmsVersion", + "offset": 0, + "parentId": "6697", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6699", + "kind": "Hex8", + "name": "CompletionList", + "offset": 4, + "parentId": "6697", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6700", + "kind": "Struct", + "name": "SchedulerProc", + "offset": 5, + "parentId": "6697", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_UMS_SCHEDULER_ENTRY_POINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6701", + "kind": "Hex8", + "name": "SchedulerParam", + "offset": 5, + "parentId": "6697", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6702", + "kind": "Struct", + "name": "_UMS_SYSTEM_THREAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UMS_SYSTEM_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6703", + "kind": "UInt32", + "name": "UmsVersion", + "offset": 0, + "parentId": "6702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6704", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "6702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6705", + "kind": "UInt32", + "name": "ThreadUmsFlags", + "offset": 0, + "parentId": "6704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6706", + "kind": "Struct", + "name": "_DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6707", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6706", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6708", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6709", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6710", + "kind": "Struct", + "name": "_TRACE_LOGFILE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_LOGFILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6711", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6712", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6713", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6714", + "kind": "UInt32", + "name": "ProviderVersion", + "offset": 8, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6715", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 12, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6716", + "kind": "Struct", + "name": "EndTime", + "offset": 16, + "parentId": "6710", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6717", + "kind": "UInt32", + "name": "TimerResolution", + "offset": 16, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6718", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 20, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6719", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 24, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6720", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 28, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6721", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6722", + "kind": "Struct", + "name": "LogInstanceGuid", + "offset": 0, + "parentId": "6721", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6723", + "kind": "Struct", + "name": "LoggerName", + "offset": 32, + "parentId": "6710", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6724", + "kind": "Struct", + "name": "LogFileName", + "offset": 32, + "parentId": "6710", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6725", + "kind": "Struct", + "name": "TimeZone", + "offset": 32, + "parentId": "6710", + "refId": "5667", + "strLen": 64, + "structTypeName": "_TIME_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6726", + "kind": "Struct", + "name": "BootTime", + "offset": 32, + "parentId": "6710", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6727", + "kind": "Struct", + "name": "PerfFreq", + "offset": 32, + "parentId": "6710", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6728", + "kind": "Struct", + "name": "StartTime", + "offset": 32, + "parentId": "6710", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6729", + "kind": "UInt32", + "name": "ReservedFlags", + "offset": 32, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6730", + "kind": "UInt32", + "name": "BuffersLost", + "offset": 36, + "parentId": "6710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6731", + "kind": "Struct", + "name": "_EVENT_TRACE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6732", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6733", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6734", + "kind": "UInt16", + "name": "FieldTypeFlags", + "offset": 0, + "parentId": "6733", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6735", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6736", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6737", + "kind": "UInt32", + "name": "ThreadId", + "offset": 8, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6738", + "kind": "UInt32", + "name": "ProcessId", + "offset": 12, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6739", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "6731", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6740", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6741", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "6740", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6742", + "kind": "UInt64", + "name": "GuidPtr", + "offset": 0, + "parentId": "6740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6743", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "6731", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6744", + "kind": "UInt64", + "name": "ProcessorTime", + "offset": 0, + "parentId": "6743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6745", + "kind": "Struct", + "name": "_ETW_BUFFER_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_BUFFER_CONTEXT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6746", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6747", + "kind": "UInt16", + "name": "ProcessorIndex", + "offset": 0, + "parentId": "6746", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6748", + "kind": "UInt16", + "name": "LoggerId", + "offset": 2, + "parentId": "6745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6749", + "kind": "Struct", + "name": "_EVENT_TRACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6750", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "6749", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6751", + "kind": "UInt32", + "name": "InstanceId", + "offset": 0, + "parentId": "6749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6752", + "kind": "UInt32", + "name": "ParentInstanceId", + "offset": 4, + "parentId": "6749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6753", + "kind": "Struct", + "name": "ParentGuid", + "offset": 8, + "parentId": "6749", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6754", + "kind": "Hex8", + "name": "MofData", + "offset": 8, + "parentId": "6749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6755", + "kind": "UInt32", + "name": "MofLength", + "offset": 9, + "parentId": "6749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6756", + "kind": "Struct", + "name": "", + "offset": 13, + "parentId": "6749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6757", + "kind": "UInt32", + "name": "ClientContext", + "offset": 0, + "parentId": "6756", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6758", + "kind": "Struct", + "name": "BufferContext", + "offset": 0, + "parentId": "6756", + "refId": "6745", + "strLen": 64, + "structTypeName": "_ETW_BUFFER_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6759", + "kind": "Struct", + "name": "_EVENT_TRACE_LOGFILEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_LOGFILEW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6760", + "kind": "Struct", + "name": "LogFileName", + "offset": 0, + "parentId": "6759", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6761", + "kind": "Struct", + "name": "LoggerName", + "offset": 0, + "parentId": "6759", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6762", + "kind": "Int64", + "name": "CurrentTime", + "offset": 0, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6763", + "kind": "UInt32", + "name": "BuffersRead", + "offset": 8, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6764", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6765", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 0, + "parentId": "6764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6766", + "kind": "UInt32", + "name": "ProcessTraceMode", + "offset": 0, + "parentId": "6764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6767", + "kind": "Struct", + "name": "CurrentEvent", + "offset": 16, + "parentId": "6759", + "refId": "6749", + "strLen": 64, + "structTypeName": "_EVENT_TRACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6768", + "kind": "Struct", + "name": "LogfileHeader", + "offset": 16, + "parentId": "6759", + "refId": "6710", + "strLen": 64, + "structTypeName": "_TRACE_LOGFILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6769", + "kind": "Struct", + "name": "BufferCallback", + "offset": 16, + "parentId": "6759", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_TRACE_BUFFER_CALLBACKW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6770", + "kind": "UInt32", + "name": "BufferSize", + "offset": 16, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6771", + "kind": "UInt32", + "name": "Filled", + "offset": 20, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6772", + "kind": "UInt32", + "name": "EventsLost", + "offset": 24, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6773", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6774", + "kind": "Struct", + "name": "EventCallback", + "offset": 0, + "parentId": "6773", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6775", + "kind": "Struct", + "name": "EventRecordCallback", + "offset": 0, + "parentId": "6773", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_RECORD_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6776", + "kind": "UInt32", + "name": "IsKernelTrace", + "offset": 28, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6777", + "kind": "Hex8", + "name": "Context", + "offset": 32, + "parentId": "6759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6778", + "kind": "Struct", + "name": "_DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6779", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6778", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6780", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6778", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6781", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6782", + "kind": "Struct", + "name": "specializationType", + "offset": 4, + "parentId": "6778", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6783", + "kind": "Struct", + "name": "specializationSubType", + "offset": 4, + "parentId": "6778", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "6784", + "kind": "Array", + "name": "specializationApplicationName", + "offset": 4, + "parentId": "6778", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6785", + "kind": "Struct", + "name": "tagBITMAPCOREHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAPCOREHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6786", + "kind": "UInt32", + "name": "bcSize", + "offset": 0, + "parentId": "6785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6787", + "kind": "UInt16", + "name": "bcWidth", + "offset": 4, + "parentId": "6785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6788", + "kind": "UInt16", + "name": "bcHeight", + "offset": 6, + "parentId": "6785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6789", + "kind": "UInt16", + "name": "bcPlanes", + "offset": 8, + "parentId": "6785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6790", + "kind": "UInt16", + "name": "bcBitCount", + "offset": 10, + "parentId": "6785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6791", + "kind": "Struct", + "name": "_BOOT_OPTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BOOT_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6792", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6793", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "6791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6794", + "kind": "UInt32", + "name": "Timeout", + "offset": 8, + "parentId": "6791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6795", + "kind": "UInt32", + "name": "CurrentBootEntryId", + "offset": 12, + "parentId": "6791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6796", + "kind": "UInt32", + "name": "NextBootEntryId", + "offset": 16, + "parentId": "6791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6797", + "kind": "Array", + "name": "HeadlessRedirection", + "offset": 20, + "parentId": "6791", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6798", + "kind": "Struct", + "name": "_currencyfmtW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_currencyfmtW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6799", + "kind": "UInt32", + "name": "NumDigits", + "offset": 0, + "parentId": "6798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6800", + "kind": "UInt32", + "name": "LeadingZero", + "offset": 4, + "parentId": "6798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6801", + "kind": "UInt32", + "name": "Grouping", + "offset": 8, + "parentId": "6798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6802", + "kind": "Struct", + "name": "lpDecimalSep", + "offset": 12, + "parentId": "6798", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6803", + "kind": "Struct", + "name": "lpThousandSep", + "offset": 12, + "parentId": "6798", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6804", + "kind": "UInt32", + "name": "NegativeOrder", + "offset": 12, + "parentId": "6798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6805", + "kind": "UInt32", + "name": "PositiveOrder", + "offset": 16, + "parentId": "6798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6806", + "kind": "Struct", + "name": "lpCurrencySymbol", + "offset": 20, + "parentId": "6798", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6807", + "kind": "Struct", + "name": "_WIN32_STREAM_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIN32_STREAM_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6808", + "kind": "UInt32", + "name": "dwStreamId", + "offset": 0, + "parentId": "6807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6809", + "kind": "UInt32", + "name": "dwStreamAttributes", + "offset": 4, + "parentId": "6807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6810", + "kind": "Struct", + "name": "Size", + "offset": 8, + "parentId": "6807", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6811", + "kind": "UInt32", + "name": "dwStreamNameSize", + "offset": 8, + "parentId": "6807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6812", + "kind": "Array", + "name": "cStreamName", + "offset": 12, + "parentId": "6807", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6813", + "kind": "Struct", + "name": "DISPLAYCONFIG_TARGET_BASE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_BASE_TYPE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6814", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6813", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6815", + "kind": "UInt32", + "name": "baseOutputTechnology", + "offset": 0, + "parentId": "6813", + "refId": "119", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6816", + "kind": "Struct", + "name": "DISPLAYCONFIG_VIDEO_SIGNAL_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_VIDEO_SIGNAL_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6817", + "kind": "UInt64", + "name": "pixelRate", + "offset": 0, + "parentId": "6816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6818", + "kind": "Struct", + "name": "hSyncFreq", + "offset": 8, + "parentId": "6816", + "refId": "5013", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_RATIONAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6819", + "kind": "Struct", + "name": "vSyncFreq", + "offset": 8, + "parentId": "6816", + "refId": "5013", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_RATIONAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6820", + "kind": "Struct", + "name": "activeSize", + "offset": 8, + "parentId": "6816", + "refId": "6036", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_2DREGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6821", + "kind": "Struct", + "name": "totalSize", + "offset": 8, + "parentId": "6816", + "refId": "6036", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_2DREGION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6822", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "6816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6823", + "kind": "UInt32", + "name": "videoStandard", + "offset": 0, + "parentId": "6822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6824", + "kind": "UInt32", + "name": "scanLineOrdering", + "offset": 12, + "parentId": "6816", + "refId": "130", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6825", + "kind": "Struct", + "name": "DISPLAYCONFIG_TARGET_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_MODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6826", + "kind": "Struct", + "name": "targetVideoSignalInfo", + "offset": 0, + "parentId": "6825", + "refId": "6816", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_VIDEO_SIGNAL_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6827", + "kind": "Struct", + "name": "DISPLAYCONFIG_TARGET_PREFERRED_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_PREFERRED_MODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6828", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6827", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6829", + "kind": "UInt32", + "name": "width", + "offset": 0, + "parentId": "6827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6830", + "kind": "UInt32", + "name": "height", + "offset": 4, + "parentId": "6827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6831", + "kind": "Struct", + "name": "targetMode", + "offset": 8, + "parentId": "6827", + "refId": "6825", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_MODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6832", + "kind": "Struct", + "name": "_STARTUPINFOEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STARTUPINFOEXA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6833", + "kind": "Struct", + "name": "StartupInfo", + "offset": 0, + "parentId": "6832", + "refId": "1089", + "strLen": 64, + "structTypeName": "_STARTUPINFOA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6834", + "kind": "Struct", + "name": "lpAttributeList", + "offset": 0, + "parentId": "6832", + "refId": "2289", + "strLen": 64, + "structTypeName": "_PROC_THREAD_ATTRIBUTE_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6835", + "kind": "Struct", + "name": "DISPLAYCONFIG_SET_TARGET_PERSISTENCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SET_TARGET_PERSISTENCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6836", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6835", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6837", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6838", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6839", + "kind": "Struct", + "name": "tagEMRSETICMPROFILE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETICMPROFILE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6840", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6839", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6841", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "6839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6842", + "kind": "UInt32", + "name": "cbName", + "offset": 4, + "parentId": "6839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6843", + "kind": "UInt32", + "name": "cbData", + "offset": 8, + "parentId": "6839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6844", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "6839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6845", + "kind": "Struct", + "name": "DISPLAYCONFIG_SOURCE_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SOURCE_MODE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6846", + "kind": "UInt32", + "name": "width", + "offset": 0, + "parentId": "6845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6847", + "kind": "UInt32", + "name": "height", + "offset": 4, + "parentId": "6845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6848", + "kind": "UInt32", + "name": "pixelFormat", + "offset": 8, + "parentId": "6845", + "refId": "132", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6849", + "kind": "Struct", + "name": "position", + "offset": 12, + "parentId": "6845", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6850", + "kind": "Struct", + "name": "DISPLAYCONFIG_DESKTOP_IMAGE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DESKTOP_IMAGE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6851", + "kind": "Struct", + "name": "PathSourceSize", + "offset": 0, + "parentId": "6850", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6852", + "kind": "Struct", + "name": "DesktopImageRegion", + "offset": 0, + "parentId": "6850", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6853", + "kind": "Struct", + "name": "DesktopImageClip", + "offset": 0, + "parentId": "6850", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6854", + "kind": "Struct", + "name": "_CLASS_MEDIA_CHANGE_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLASS_MEDIA_CHANGE_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6855", + "kind": "UInt32", + "name": "MediaChangeCount", + "offset": 0, + "parentId": "6854", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6856", + "kind": "UInt32", + "name": "NewState", + "offset": 4, + "parentId": "6854", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6857", + "kind": "Struct", + "name": "_QUERY_SERVICE_CONFIGW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_SERVICE_CONFIGW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6858", + "kind": "UInt32", + "name": "dwServiceType", + "offset": 0, + "parentId": "6857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6859", + "kind": "UInt32", + "name": "dwStartType", + "offset": 4, + "parentId": "6857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6860", + "kind": "UInt32", + "name": "dwErrorControl", + "offset": 8, + "parentId": "6857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6861", + "kind": "Struct", + "name": "lpBinaryPathName", + "offset": 12, + "parentId": "6857", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6862", + "kind": "Struct", + "name": "lpLoadOrderGroup", + "offset": 12, + "parentId": "6857", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6863", + "kind": "UInt32", + "name": "dwTagId", + "offset": 12, + "parentId": "6857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6864", + "kind": "Struct", + "name": "lpDependencies", + "offset": 16, + "parentId": "6857", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6865", + "kind": "Struct", + "name": "lpServiceStartName", + "offset": 16, + "parentId": "6857", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6866", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 16, + "parentId": "6857", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6867", + "kind": "Struct", + "name": "tagEMREXCLUDECLIPRECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXCLUDECLIPRECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6868", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6867", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6869", + "kind": "Struct", + "name": "rclClip", + "offset": 0, + "parentId": "6867", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6870", + "kind": "Struct", + "name": "_DISPLAYCONFIG_SET_WCG_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_SET_WCG_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6871", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6870", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6872", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6873", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6874", + "kind": "Struct", + "name": "tagEMRALPHABLEND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRALPHABLEND" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6875", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6874", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6876", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6874", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6877", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6878", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6879", + "kind": "Int32", + "name": "cxDest", + "offset": 8, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6880", + "kind": "Int32", + "name": "cyDest", + "offset": 12, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6881", + "kind": "UInt32", + "name": "dwRop", + "offset": 16, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6882", + "kind": "Int32", + "name": "xSrc", + "offset": 20, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6883", + "kind": "Int32", + "name": "ySrc", + "offset": 24, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6884", + "kind": "Struct", + "name": "xformSrc", + "offset": 28, + "parentId": "6874", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6885", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 28, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6886", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 32, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6887", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 36, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6888", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 40, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6889", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 44, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6890", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 48, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6891", + "kind": "Int32", + "name": "cxSrc", + "offset": 52, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6892", + "kind": "Int32", + "name": "cySrc", + "offset": 56, + "parentId": "6874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6893", + "kind": "Struct", + "name": "_DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6894", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6893", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6895", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6896", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6895", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6897", + "kind": "UInt32", + "name": "colorEncoding", + "offset": 4, + "parentId": "6893", + "refId": "134", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6898", + "kind": "UInt32", + "name": "bitsPerColorChannel", + "offset": 8, + "parentId": "6893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6899", + "kind": "UInt32", + "name": "activeColorMode", + "offset": 12, + "parentId": "6893", + "refId": "116", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6900", + "kind": "Struct", + "name": "TRACE_CONTEXT_REGISTER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "TRACE_CONTEXT_REGISTER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6901", + "kind": "UInt32", + "name": "RegisterTypes", + "offset": 0, + "parentId": "6900", + "refId": "256", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6902", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "6900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6903", + "kind": "Struct", + "name": "COPYFILE2_MESSAGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "COPYFILE2_MESSAGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6904", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "6903", + "refId": "117", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6905", + "kind": "UInt32", + "name": "dwPadding", + "offset": 4, + "parentId": "6903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6906", + "kind": "Struct", + "name": "Info", + "offset": 8, + "parentId": "6903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6907", + "kind": "Struct", + "name": "tagCHARSETINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCHARSETINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6908", + "kind": "UInt32", + "name": "ciCharset", + "offset": 0, + "parentId": "6907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6909", + "kind": "UInt32", + "name": "ciACP", + "offset": 4, + "parentId": "6907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6910", + "kind": "Struct", + "name": "fs", + "offset": 8, + "parentId": "6907", + "refId": "6206", + "strLen": 64, + "structTypeName": "tagFONTSIGNATURE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6911", + "kind": "Struct", + "name": "_SERVICE_CONTROL_STATUS_REASON_PARAMSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_CONTROL_STATUS_REASON_PARAMSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6912", + "kind": "UInt32", + "name": "dwReason", + "offset": 0, + "parentId": "6911", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6913", + "kind": "Struct", + "name": "pszComment", + "offset": 4, + "parentId": "6911", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6914", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 4, + "parentId": "6911", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6915", + "kind": "Struct", + "name": "tagEMRPOLYLINE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYLINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6916", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6915", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6917", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "6915", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6918", + "kind": "UInt32", + "name": "cptl", + "offset": 0, + "parentId": "6915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6919", + "kind": "Array", + "name": "aptl", + "offset": 4, + "parentId": "6915", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6920", + "kind": "Struct", + "name": "_SERVICE_TABLE_ENTRYA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TABLE_ENTRYA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6921", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "6920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6922", + "kind": "Struct", + "name": "lpServiceProc", + "offset": 0, + "parentId": "6920", + "refId": "0", + "strLen": 64, + "structTypeName": "LPSERVICE_MAIN_FUNCTIONA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6923", + "kind": "Struct", + "name": "BITMAPV4HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BITMAPV4HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6924", + "kind": "UInt32", + "name": "bV4Size", + "offset": 0, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6925", + "kind": "Int32", + "name": "bV4Width", + "offset": 4, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6926", + "kind": "Int32", + "name": "bV4Height", + "offset": 8, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6927", + "kind": "UInt16", + "name": "bV4Planes", + "offset": 12, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6928", + "kind": "UInt16", + "name": "bV4BitCount", + "offset": 14, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6929", + "kind": "UInt32", + "name": "bV4V4Compression", + "offset": 16, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6930", + "kind": "UInt32", + "name": "bV4SizeImage", + "offset": 20, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6931", + "kind": "Int32", + "name": "bV4XPelsPerMeter", + "offset": 24, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6932", + "kind": "Int32", + "name": "bV4YPelsPerMeter", + "offset": 28, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6933", + "kind": "UInt32", + "name": "bV4ClrUsed", + "offset": 32, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6934", + "kind": "UInt32", + "name": "bV4ClrImportant", + "offset": 36, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6935", + "kind": "UInt32", + "name": "bV4RedMask", + "offset": 40, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6936", + "kind": "UInt32", + "name": "bV4GreenMask", + "offset": 44, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6937", + "kind": "UInt32", + "name": "bV4BlueMask", + "offset": 48, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6938", + "kind": "UInt32", + "name": "bV4AlphaMask", + "offset": 52, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6939", + "kind": "UInt32", + "name": "bV4CSType", + "offset": 56, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6940", + "kind": "Struct", + "name": "bV4Endpoints", + "offset": 60, + "parentId": "6923", + "refId": "4383", + "strLen": 64, + "structTypeName": "tagICEXYZTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6941", + "kind": "UInt32", + "name": "bV4GammaRed", + "offset": 60, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6942", + "kind": "UInt32", + "name": "bV4GammaGreen", + "offset": 64, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6943", + "kind": "UInt32", + "name": "bV4GammaBlue", + "offset": 68, + "parentId": "6923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6944", + "kind": "Struct", + "name": "tagEMRMODIFYWORLDTRANSFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRMODIFYWORLDTRANSFORM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6945", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "6944", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6946", + "kind": "Struct", + "name": "xform", + "offset": 0, + "parentId": "6944", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6947", + "kind": "UInt32", + "name": "iMode", + "offset": 0, + "parentId": "6944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6948", + "kind": "Struct", + "name": "_RGNDATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RGNDATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6949", + "kind": "Struct", + "name": "rdh", + "offset": 0, + "parentId": "6948", + "refId": "4827", + "strLen": 64, + "structTypeName": "_RGNDATAHEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6950", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "6948", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6951", + "kind": "Struct", + "name": "COPYFILE2_EXTENDED_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "COPYFILE2_EXTENDED_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6952", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "6951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6953", + "kind": "UInt32", + "name": "dwCopyFlags", + "offset": 4, + "parentId": "6951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6954", + "kind": "Pointer64", + "name": "pfCancel", + "offset": 8, + "parentId": "6951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6955", + "kind": "Struct", + "name": "pProgressRoutine", + "offset": 16, + "parentId": "6951", + "refId": "0", + "strLen": 64, + "structTypeName": "PCOPYFILE2_PROGRESS_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6956", + "kind": "Hex8", + "name": "pvCallbackContext", + "offset": 16, + "parentId": "6951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6957", + "kind": "Struct", + "name": "_nlsversioninfoex", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_nlsversioninfoex" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6958", + "kind": "UInt32", + "name": "dwNLSVersionInfoSize", + "offset": 0, + "parentId": "6957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6959", + "kind": "UInt32", + "name": "dwNLSVersion", + "offset": 4, + "parentId": "6957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6960", + "kind": "UInt32", + "name": "dwDefinedVersion", + "offset": 8, + "parentId": "6957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6961", + "kind": "UInt32", + "name": "dwEffectiveId", + "offset": 12, + "parentId": "6957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6962", + "kind": "Struct", + "name": "guidCustomVersion", + "offset": 16, + "parentId": "6957", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6963", + "kind": "Struct", + "name": "_COPYFILE2_CREATE_OPLOCK_KEYS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COPYFILE2_CREATE_OPLOCK_KEYS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6964", + "kind": "Struct", + "name": "ParentOplockKey", + "offset": 0, + "parentId": "6963", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6965", + "kind": "Struct", + "name": "TargetOplockKey", + "offset": 0, + "parentId": "6963", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6966", + "kind": "Struct", + "name": "_QUERY_SERVICE_LOCK_STATUSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_SERVICE_LOCK_STATUSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6967", + "kind": "UInt32", + "name": "fIsLocked", + "offset": 0, + "parentId": "6966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6968", + "kind": "Struct", + "name": "lpLockOwner", + "offset": 4, + "parentId": "6966", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6969", + "kind": "UInt32", + "name": "dwLockDuration", + "offset": 4, + "parentId": "6966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6970", + "kind": "Struct", + "name": "COPYFILE2_EXTENDED_PARAMETERS_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "COPYFILE2_EXTENDED_PARAMETERS_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6971", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6972", + "kind": "UInt32", + "name": "dwCopyFlags", + "offset": 4, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6973", + "kind": "Pointer64", + "name": "pfCancel", + "offset": 8, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6974", + "kind": "Struct", + "name": "pProgressRoutine", + "offset": 16, + "parentId": "6970", + "refId": "0", + "strLen": 64, + "structTypeName": "PCOPYFILE2_PROGRESS_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6975", + "kind": "Hex8", + "name": "pvCallbackContext", + "offset": 16, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6976", + "kind": "UInt32", + "name": "dwCopyFlagsV2", + "offset": 17, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6977", + "kind": "UInt32", + "name": "ioDesiredSize", + "offset": 21, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6978", + "kind": "UInt32", + "name": "ioDesiredRate", + "offset": 25, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6979", + "kind": "Struct", + "name": "pProgressRoutineOld", + "offset": 29, + "parentId": "6970", + "refId": "0", + "strLen": 64, + "structTypeName": "LPPROGRESS_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6980", + "kind": "Struct", + "name": "SourceOplockKeys", + "offset": 29, + "parentId": "6970", + "refId": "6963", + "strLen": 64, + "structTypeName": "_COPYFILE2_CREATE_OPLOCK_KEYS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6981", + "kind": "Hex16", + "name": "", + "offset": 29, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6982", + "kind": "Hex16", + "name": "", + "offset": 31, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6983", + "kind": "Hex16", + "name": "", + "offset": 33, + "parentId": "6970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6984", + "kind": "Struct", + "name": "_DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6985", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "6984", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "6986", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "6984", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6987", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "6986", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6988", + "kind": "Struct", + "name": "tagBITMAPCOREINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAPCOREINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6989", + "kind": "Struct", + "name": "bmciHeader", + "offset": 0, + "parentId": "6988", + "refId": "6785", + "strLen": 64, + "structTypeName": "tagBITMAPCOREHEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "6990", + "kind": "Array", + "name": "bmciColors", + "offset": 0, + "parentId": "6988", + "refId": "5760", + "strLen": 64, + "structTypeName": "tagRGBTRIPLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6991", + "kind": "Struct", + "name": "_OPERATION_START_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OPERATION_START_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6992", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6993", + "kind": "UInt32", + "name": "OperationId", + "offset": 4, + "parentId": "6991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6994", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "6991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6995", + "kind": "Struct", + "name": "_OPERATION_END_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OPERATION_END_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6996", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "6995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6997", + "kind": "UInt32", + "name": "OperationId", + "offset": 4, + "parentId": "6995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "6998", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "6995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "6999", + "kind": "Struct", + "name": "_FILE_COMPRESSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_COMPRESSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7000", + "kind": "Struct", + "name": "CompressedFileSize", + "offset": 0, + "parentId": "6999", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7001", + "kind": "UInt16", + "name": "CompressionFormat", + "offset": 0, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7002", + "kind": "UInt8", + "name": "CompressionUnitShift", + "offset": 2, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7003", + "kind": "UInt8", + "name": "ChunkShift", + "offset": 3, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7004", + "kind": "UInt8", + "name": "ClusterShift", + "offset": 4, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7005", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7006", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7007", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "6999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7008", + "kind": "Struct", + "name": "_FILE_ATTRIBUTE_TAG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ATTRIBUTE_TAG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7009", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "7008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7010", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 4, + "parentId": "7008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7011", + "kind": "Struct", + "name": "_TRACE_LOGFILE_HEADER32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_LOGFILE_HEADER32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7012", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7013", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7014", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "7013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7015", + "kind": "UInt32", + "name": "ProviderVersion", + "offset": 8, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7016", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 12, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7017", + "kind": "Struct", + "name": "EndTime", + "offset": 16, + "parentId": "7011", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7018", + "kind": "UInt32", + "name": "TimerResolution", + "offset": 16, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7019", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 20, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7020", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 24, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7021", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 28, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7022", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7023", + "kind": "Struct", + "name": "LogInstanceGuid", + "offset": 0, + "parentId": "7022", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7024", + "kind": "UInt32", + "name": "LoggerName", + "offset": 32, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7025", + "kind": "UInt32", + "name": "LogFileName", + "offset": 36, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7026", + "kind": "Struct", + "name": "TimeZone", + "offset": 40, + "parentId": "7011", + "refId": "5667", + "strLen": 64, + "structTypeName": "_TIME_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7027", + "kind": "Struct", + "name": "BootTime", + "offset": 40, + "parentId": "7011", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7028", + "kind": "Struct", + "name": "PerfFreq", + "offset": 40, + "parentId": "7011", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7029", + "kind": "Struct", + "name": "StartTime", + "offset": 40, + "parentId": "7011", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7030", + "kind": "UInt32", + "name": "ReservedFlags", + "offset": 40, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7031", + "kind": "UInt32", + "name": "BuffersLost", + "offset": 44, + "parentId": "7011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7032", + "kind": "Struct", + "name": "_SERVICE_DELAYED_AUTO_START_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_DELAYED_AUTO_START_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7033", + "kind": "Int32", + "name": "fDelayedAutostart", + "offset": 0, + "parentId": "7032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7034", + "kind": "Struct", + "name": "tagHW_PROFILE_INFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHW_PROFILE_INFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7035", + "kind": "UInt32", + "name": "dwDockInfo", + "offset": 0, + "parentId": "7034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 39, + "collapsed": true, + "elementKind": "Struct", + "id": "7036", + "kind": "Array", + "name": "szHwProfileGuid", + "offset": 4, + "parentId": "7034", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 80, + "collapsed": true, + "elementKind": "Struct", + "id": "7037", + "kind": "Array", + "name": "szHwProfileName", + "offset": 4, + "parentId": "7034", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7038", + "kind": "Struct", + "name": "_DISPLAY_DEVICEA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAY_DEVICEA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7039", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "7038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7040", + "kind": "Array", + "name": "DeviceName", + "offset": 4, + "parentId": "7038", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7041", + "kind": "Array", + "name": "DeviceString", + "offset": 4, + "parentId": "7038", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7042", + "kind": "UInt32", + "name": "StateFlags", + "offset": 4, + "parentId": "7038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7043", + "kind": "Array", + "name": "DeviceID", + "offset": 8, + "parentId": "7038", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7044", + "kind": "Array", + "name": "DeviceKey", + "offset": 8, + "parentId": "7038", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7045", + "kind": "Struct", + "name": "tagPOINTER_DEVICE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_DEVICE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7046", + "kind": "UInt32", + "name": "displayOrientation", + "offset": 0, + "parentId": "7045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7047", + "kind": "Hex8", + "name": "device", + "offset": 4, + "parentId": "7045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7048", + "kind": "UInt32", + "name": "pointerDeviceType", + "offset": 5, + "parentId": "7045", + "refId": "147", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7049", + "kind": "Struct", + "name": "monitor", + "offset": 9, + "parentId": "7045", + "refId": "2925", + "strLen": 64, + "structTypeName": "HMONITOR__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7050", + "kind": "UInt32", + "name": "startingCursorId", + "offset": 9, + "parentId": "7045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7051", + "kind": "UInt16", + "name": "maxActiveContacts", + "offset": 13, + "parentId": "7045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 520, + "collapsed": true, + "elementKind": "Struct", + "id": "7052", + "kind": "Array", + "name": "productString", + "offset": 15, + "parentId": "7045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7053", + "kind": "Struct", + "name": "DISPLAYCONFIG_PATH_TARGET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PATH_TARGET_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7054", + "kind": "Struct", + "name": "adapterId", + "offset": 0, + "parentId": "7053", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7055", + "kind": "UInt32", + "name": "id", + "offset": 0, + "parentId": "7053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7056", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "7053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7057", + "kind": "UInt32", + "name": "modeInfoIdx", + "offset": 0, + "parentId": "7056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7058", + "kind": "UInt32", + "name": "outputTechnology", + "offset": 8, + "parentId": "7053", + "refId": "119", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7059", + "kind": "UInt32", + "name": "rotation", + "offset": 12, + "parentId": "7053", + "refId": "129", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7060", + "kind": "UInt32", + "name": "scaling", + "offset": 16, + "parentId": "7053", + "refId": "131", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7061", + "kind": "Struct", + "name": "refreshRate", + "offset": 20, + "parentId": "7053", + "refId": "5013", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_RATIONAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7062", + "kind": "UInt32", + "name": "scanLineOrdering", + "offset": 20, + "parentId": "7053", + "refId": "130", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7063", + "kind": "Int32", + "name": "targetAvailable", + "offset": 24, + "parentId": "7053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7064", + "kind": "UInt32", + "name": "statusFlags", + "offset": 28, + "parentId": "7053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7065", + "kind": "Struct", + "name": "tagEMRSETTEXTCOLOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETTEXTCOLOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7066", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7065", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7067", + "kind": "UInt32", + "name": "crColor", + "offset": 0, + "parentId": "7065", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7068", + "kind": "Struct", + "name": "DISPLAYCONFIG_PATH_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PATH_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7069", + "kind": "Struct", + "name": "sourceInfo", + "offset": 0, + "parentId": "7068", + "refId": "5067", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PATH_SOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7070", + "kind": "Struct", + "name": "targetInfo", + "offset": 0, + "parentId": "7068", + "refId": "7053", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_PATH_TARGET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7071", + "kind": "UInt32", + "name": "flags", + "offset": 0, + "parentId": "7068", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7072", + "kind": "Struct", + "name": "_TIME_DYNAMIC_ZONE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIME_DYNAMIC_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7073", + "kind": "Int32", + "name": "Bias", + "offset": 0, + "parentId": "7072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7074", + "kind": "Array", + "name": "StandardName", + "offset": 4, + "parentId": "7072", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7075", + "kind": "Struct", + "name": "StandardDate", + "offset": 4, + "parentId": "7072", + "refId": "2901", + "strLen": 64, + "structTypeName": "_SYSTEMTIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7076", + "kind": "Int32", + "name": "StandardBias", + "offset": 4, + "parentId": "7072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7077", + "kind": "Array", + "name": "DaylightName", + "offset": 8, + "parentId": "7072", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7078", + "kind": "Struct", + "name": "DaylightDate", + "offset": 8, + "parentId": "7072", + "refId": "2901", + "strLen": 64, + "structTypeName": "_SYSTEMTIME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7079", + "kind": "Int32", + "name": "DaylightBias", + "offset": 8, + "parentId": "7072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7080", + "kind": "Array", + "name": "TimeZoneKeyName", + "offset": 12, + "parentId": "7072", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7081", + "kind": "UInt8", + "name": "DynamicDaylightTimeDisabled", + "offset": 12, + "parentId": "7072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7082", + "kind": "Struct", + "name": "tagEMRSELECTOBJECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSELECTOBJECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7083", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7082", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7084", + "kind": "UInt32", + "name": "ihObject", + "offset": 0, + "parentId": "7082", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7085", + "kind": "Struct", + "name": "_DRAWPATRECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRAWPATRECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7086", + "kind": "Struct", + "name": "ptPosition", + "offset": 0, + "parentId": "7085", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7087", + "kind": "Struct", + "name": "ptSize", + "offset": 0, + "parentId": "7085", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7088", + "kind": "UInt16", + "name": "wStyle", + "offset": 0, + "parentId": "7085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7089", + "kind": "UInt16", + "name": "wPattern", + "offset": 2, + "parentId": "7085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7090", + "kind": "Struct", + "name": "_cpinfo", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_cpinfo" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7091", + "kind": "UInt32", + "name": "MaxCharSize", + "offset": 0, + "parentId": "7090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "7092", + "kind": "Array", + "name": "DefaultChar", + "offset": 4, + "parentId": "7090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "7093", + "kind": "Array", + "name": "LeadByte", + "offset": 6, + "parentId": "7090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7094", + "kind": "Struct", + "name": "_SYSTEM_POWER_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POWER_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7095", + "kind": "UInt8", + "name": "ACLineStatus", + "offset": 0, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7096", + "kind": "UInt8", + "name": "BatteryFlag", + "offset": 1, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7097", + "kind": "UInt8", + "name": "BatteryLifePercent", + "offset": 2, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7098", + "kind": "UInt8", + "name": "SystemStatusFlag", + "offset": 3, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7099", + "kind": "UInt32", + "name": "BatteryLifeTime", + "offset": 4, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7100", + "kind": "UInt32", + "name": "BatteryFullLifeTime", + "offset": 8, + "parentId": "7094", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7101", + "kind": "Struct", + "name": "_FILE_IO_PRIORITY_HINT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IO_PRIORITY_HINT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7102", + "kind": "UInt32", + "name": "PriorityHint", + "offset": 0, + "parentId": "7101", + "refId": "71", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7103", + "kind": "Struct", + "name": "tagBITMAPINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAPINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7104", + "kind": "Struct", + "name": "bmiHeader", + "offset": 0, + "parentId": "7103", + "refId": "4365", + "strLen": 64, + "structTypeName": "tagBITMAPINFOHEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7105", + "kind": "Array", + "name": "bmiColors", + "offset": 0, + "parentId": "7103", + "refId": "6095", + "strLen": 64, + "structTypeName": "tagRGBQUAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7106", + "kind": "Struct", + "name": "HSAVEDUILANGUAGES__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HSAVEDUILANGUAGES__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7107", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "7106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7108", + "kind": "Struct", + "name": "HGESTUREINFO__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HGESTUREINFO__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7109", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "7108", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7110", + "kind": "Struct", + "name": "_FILE_ALLOCATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALLOCATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7111", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "7110", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7112", + "kind": "Struct", + "name": "_DOCINFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOCINFOA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7113", + "kind": "Int32", + "name": "cbSize", + "offset": 0, + "parentId": "7112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7114", + "kind": "Pointer64", + "name": "lpszDocName", + "offset": 4, + "parentId": "7112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7115", + "kind": "Pointer64", + "name": "lpszOutput", + "offset": 12, + "parentId": "7112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7116", + "kind": "Pointer64", + "name": "lpszDatatype", + "offset": 20, + "parentId": "7112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7117", + "kind": "UInt32", + "name": "fwType", + "offset": 28, + "parentId": "7112", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7118", + "kind": "Struct", + "name": "_FILE_END_OF_FILE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_END_OF_FILE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7119", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "7118", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7120", + "kind": "Struct", + "name": "_devicemodeW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_devicemodeW" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7121", + "kind": "Array", + "name": "dmDeviceName", + "offset": 0, + "parentId": "7120", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7122", + "kind": "UInt16", + "name": "dmSpecVersion", + "offset": 0, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7123", + "kind": "UInt16", + "name": "dmDriverVersion", + "offset": 2, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7124", + "kind": "UInt16", + "name": "dmSize", + "offset": 4, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7125", + "kind": "UInt16", + "name": "dmDriverExtra", + "offset": 6, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7126", + "kind": "UInt32", + "name": "dmFields", + "offset": 8, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7127", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7128", + "kind": "Int16", + "name": "dmColor", + "offset": 12, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7129", + "kind": "Int16", + "name": "dmDuplex", + "offset": 14, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7130", + "kind": "Int16", + "name": "dmYResolution", + "offset": 16, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7131", + "kind": "Int16", + "name": "dmTTOption", + "offset": 18, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7132", + "kind": "Int16", + "name": "dmCollate", + "offset": 20, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7133", + "kind": "Array", + "name": "dmFormName", + "offset": 22, + "parentId": "7120", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7134", + "kind": "UInt16", + "name": "dmLogPixels", + "offset": 22, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7135", + "kind": "UInt32", + "name": "dmBitsPerPel", + "offset": 24, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7136", + "kind": "UInt32", + "name": "dmPelsWidth", + "offset": 28, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7137", + "kind": "UInt32", + "name": "dmPelsHeight", + "offset": 32, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7138", + "kind": "Struct", + "name": "", + "offset": 36, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7139", + "kind": "UInt32", + "name": "dmDisplayFlags", + "offset": 0, + "parentId": "7138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7140", + "kind": "UInt32", + "name": "dmNup", + "offset": 0, + "parentId": "7138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7141", + "kind": "UInt32", + "name": "dmDisplayFrequency", + "offset": 40, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7142", + "kind": "UInt32", + "name": "dmICMMethod", + "offset": 44, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7143", + "kind": "UInt32", + "name": "dmICMIntent", + "offset": 48, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7144", + "kind": "UInt32", + "name": "dmMediaType", + "offset": 52, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7145", + "kind": "UInt32", + "name": "dmDitherType", + "offset": 56, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7146", + "kind": "UInt32", + "name": "dmReserved1", + "offset": 60, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7147", + "kind": "UInt32", + "name": "dmReserved2", + "offset": 64, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7148", + "kind": "UInt32", + "name": "dmPanningWidth", + "offset": 68, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7149", + "kind": "UInt32", + "name": "dmPanningHeight", + "offset": 72, + "parentId": "7120", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7150", + "kind": "Struct", + "name": "tagACTCTX_SECTION_KEYED_DATA_2600", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACTCTX_SECTION_KEYED_DATA_2600" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7151", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7152", + "kind": "UInt32", + "name": "ulDataFormatVersion", + "offset": 4, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7153", + "kind": "Hex8", + "name": "lpData", + "offset": 8, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7154", + "kind": "UInt32", + "name": "ulLength", + "offset": 9, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7155", + "kind": "Hex8", + "name": "lpSectionGlobalData", + "offset": 13, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7156", + "kind": "UInt32", + "name": "ulSectionGlobalDataLength", + "offset": 14, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7157", + "kind": "Hex8", + "name": "lpSectionBase", + "offset": 18, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7158", + "kind": "UInt32", + "name": "ulSectionTotalLength", + "offset": 19, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7159", + "kind": "Hex8", + "name": "hActCtx", + "offset": 23, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7160", + "kind": "UInt32", + "name": "ulAssemblyRosterIndex", + "offset": 24, + "parentId": "7150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7161", + "kind": "Struct", + "name": "tagRAWINPUTDEVICELIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWINPUTDEVICELIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7162", + "kind": "Hex8", + "name": "hDevice", + "offset": 0, + "parentId": "7161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7163", + "kind": "UInt32", + "name": "dwType", + "offset": 1, + "parentId": "7161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7164", + "kind": "Struct", + "name": "tagRAWINPUTDEVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWINPUTDEVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7165", + "kind": "UInt16", + "name": "usUsagePage", + "offset": 0, + "parentId": "7164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7166", + "kind": "UInt16", + "name": "usUsage", + "offset": 2, + "parentId": "7164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7167", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7168", + "kind": "Struct", + "name": "hwndTarget", + "offset": 8, + "parentId": "7164", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7169", + "kind": "Struct", + "name": "DISPLAYCONFIG_MODE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_MODE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7170", + "kind": "UInt32", + "name": "infoType", + "offset": 0, + "parentId": "7169", + "refId": "121", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7171", + "kind": "UInt32", + "name": "id", + "offset": 4, + "parentId": "7169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7172", + "kind": "Struct", + "name": "adapterId", + "offset": 8, + "parentId": "7169", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7173", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "7169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7174", + "kind": "Struct", + "name": "targetMode", + "offset": 0, + "parentId": "7173", + "refId": "6825", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_TARGET_MODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7175", + "kind": "Struct", + "name": "sourceMode", + "offset": 0, + "parentId": "7173", + "refId": "6845", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SOURCE_MODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7176", + "kind": "Struct", + "name": "desktopImageInfo", + "offset": 0, + "parentId": "7173", + "refId": "6850", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DESKTOP_IMAGE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7177", + "kind": "Struct", + "name": "tagHIGHCONTRASTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHIGHCONTRASTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7178", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7179", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7180", + "kind": "Struct", + "name": "lpszDefaultScheme", + "offset": 8, + "parentId": "7177", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7181", + "kind": "Struct", + "name": "SC_HANDLE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SC_HANDLE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7182", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "7181", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7183", + "kind": "Struct", + "name": "tagHIGHCONTRASTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHIGHCONTRASTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7184", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7185", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7186", + "kind": "Struct", + "name": "lpszDefaultScheme", + "offset": 8, + "parentId": "7183", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7187", + "kind": "Struct", + "name": "HIMC__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HIMC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7188", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "7187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7189", + "kind": "Struct", + "name": "tagINPUT_MESSAGE_SOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT_MESSAGE_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7190", + "kind": "UInt32", + "name": "deviceType", + "offset": 0, + "parentId": "7189", + "refId": "124", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7191", + "kind": "UInt32", + "name": "originId", + "offset": 4, + "parentId": "7189", + "refId": "149", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7192", + "kind": "Struct", + "name": "tagEMRFRAMERGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRFRAMERGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7193", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7192", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7194", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7192", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7195", + "kind": "UInt32", + "name": "cbRgnData", + "offset": 0, + "parentId": "7192", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7196", + "kind": "UInt32", + "name": "ihBrush", + "offset": 4, + "parentId": "7192", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7197", + "kind": "Struct", + "name": "szlStroke", + "offset": 8, + "parentId": "7192", + "refId": "3206", + "strLen": 64, + "structTypeName": "tagSIZE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7198", + "kind": "Array", + "name": "RgnData", + "offset": 8, + "parentId": "7192", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7199", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7200", + "kind": "Hex8", + "name": "hActCtx", + "offset": 0, + "parentId": "7199", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7201", + "kind": "UInt32", + "name": "dwFlags", + "offset": 1, + "parentId": "7199", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7202", + "kind": "Struct", + "name": "_VIDEOPARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIDEOPARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7203", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "7202", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7204", + "kind": "UInt32", + "name": "dwOffset", + "offset": 0, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7205", + "kind": "UInt32", + "name": "dwCommand", + "offset": 4, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7206", + "kind": "UInt32", + "name": "dwFlags", + "offset": 8, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7207", + "kind": "UInt32", + "name": "dwMode", + "offset": 12, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7208", + "kind": "UInt32", + "name": "dwTVStandard", + "offset": 16, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7209", + "kind": "UInt32", + "name": "dwAvailableModes", + "offset": 20, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7210", + "kind": "UInt32", + "name": "dwAvailableTVStandard", + "offset": 24, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7211", + "kind": "UInt32", + "name": "dwFlickerFilter", + "offset": 28, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7212", + "kind": "UInt32", + "name": "dwOverScanX", + "offset": 32, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7213", + "kind": "UInt32", + "name": "dwOverScanY", + "offset": 36, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7214", + "kind": "UInt32", + "name": "dwMaxUnscaledX", + "offset": 40, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7215", + "kind": "UInt32", + "name": "dwMaxUnscaledY", + "offset": 44, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7216", + "kind": "UInt32", + "name": "dwPositionX", + "offset": 48, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7217", + "kind": "UInt32", + "name": "dwPositionY", + "offset": 52, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7218", + "kind": "UInt32", + "name": "dwBrightness", + "offset": 56, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7219", + "kind": "UInt32", + "name": "dwContrast", + "offset": 60, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7220", + "kind": "UInt32", + "name": "dwCPType", + "offset": 64, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7221", + "kind": "UInt32", + "name": "dwCPCommand", + "offset": 68, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7222", + "kind": "UInt32", + "name": "dwCPStandard", + "offset": 72, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7223", + "kind": "UInt32", + "name": "dwCPKey", + "offset": 76, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7224", + "kind": "UInt32", + "name": "bCP_APSTriggerBits", + "offset": 80, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": false, + "elementKind": "UInt8", + "id": "7225", + "kind": "Array", + "name": "bOEMCopyProtection", + "offset": 84, + "parentId": "7202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7226", + "kind": "Struct", + "name": "DISPLAYCONFIG_SOURCE_DEVICE_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_SOURCE_DEVICE_NAME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7227", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "7226", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7228", + "kind": "Array", + "name": "viewGdiDeviceName", + "offset": 0, + "parentId": "7226", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7229", + "kind": "Struct", + "name": "tagEMRSELECTPALETTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSELECTPALETTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7230", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7229", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7231", + "kind": "UInt32", + "name": "ihPal", + "offset": 0, + "parentId": "7229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7232", + "kind": "Struct", + "name": "_PSFEATURE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PSFEATURE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7233", + "kind": "Int32", + "name": "bPageIndependent", + "offset": 0, + "parentId": "7232", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7234", + "kind": "Int32", + "name": "bSetPageDevice", + "offset": 4, + "parentId": "7232", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7235", + "kind": "Struct", + "name": "_FILE_BASIC_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_BASIC_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7236", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "7235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7237", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "7235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7238", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "7235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7239", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "7235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7240", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "7235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7241", + "kind": "Struct", + "name": "tagEMRSETPALETTEENTRIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETPALETTEENTRIES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7242", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7241", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7243", + "kind": "UInt32", + "name": "ihPal", + "offset": 0, + "parentId": "7241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7244", + "kind": "UInt32", + "name": "iStart", + "offset": 4, + "parentId": "7241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7245", + "kind": "UInt32", + "name": "cEntries", + "offset": 8, + "parentId": "7241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7246", + "kind": "Array", + "name": "aPalEntries", + "offset": 12, + "parentId": "7241", + "refId": "6455", + "strLen": 64, + "structTypeName": "tagPALETTEENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7247", + "kind": "Struct", + "name": "_FILE_STANDARD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STANDARD_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7248", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "7247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7249", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "7247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7250", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 0, + "parentId": "7247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7251", + "kind": "UInt8", + "name": "DeletePending", + "offset": 4, + "parentId": "7247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7252", + "kind": "UInt8", + "name": "Directory", + "offset": 5, + "parentId": "7247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7253", + "kind": "Struct", + "name": "_FILE_NAME_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NAME_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7254", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 0, + "parentId": "7253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7255", + "kind": "Array", + "name": "FileName", + "offset": 4, + "parentId": "7253", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7256", + "kind": "Struct", + "name": "_FILE_ID_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7257", + "kind": "UInt64", + "name": "VolumeSerialNumber", + "offset": 0, + "parentId": "7256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7258", + "kind": "Struct", + "name": "FileId", + "offset": 8, + "parentId": "7256", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7259", + "kind": "Struct", + "name": "_FILE_ID_EXTD_DIR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_EXTD_DIR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7260", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7261", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7262", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7263", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7264", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7265", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7266", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7267", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "7259", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7268", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7269", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7270", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7271", + "kind": "UInt32", + "name": "ReparsePointTag", + "offset": 20, + "parentId": "7259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7272", + "kind": "Struct", + "name": "FileId", + "offset": 24, + "parentId": "7259", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7273", + "kind": "Array", + "name": "FileName", + "offset": 24, + "parentId": "7259", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7274", + "kind": "Struct", + "name": "_FILE_RENAME_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_RENAME_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7275", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "7274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7276", + "kind": "UInt8", + "name": "ReplaceIfExists", + "offset": 0, + "parentId": "7275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7277", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "7275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7278", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 4, + "parentId": "7274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7279", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 5, + "parentId": "7274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7280", + "kind": "Array", + "name": "FileName", + "offset": 9, + "parentId": "7274", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7281", + "kind": "Struct", + "name": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7282", + "kind": "UInt16", + "name": "UniqueProcessId", + "offset": 0, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7283", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 2, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7284", + "kind": "UInt8", + "name": "ObjectTypeIndex", + "offset": 4, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7285", + "kind": "UInt8", + "name": "HandleAttributes", + "offset": 5, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7286", + "kind": "UInt16", + "name": "HandleValue", + "offset": 6, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7287", + "kind": "Hex8", + "name": "Object", + "offset": 8, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7288", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 9, + "parentId": "7281", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7289", + "kind": "Struct", + "name": "_STORAGE_BUS_RESET_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_BUS_RESET_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7290", + "kind": "UInt8", + "name": "PathId", + "offset": 0, + "parentId": "7289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7291", + "kind": "Struct", + "name": "_SYSTEM_DEVICE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_DEVICE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7292", + "kind": "UInt32", + "name": "NumberOfDisks", + "offset": 0, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7293", + "kind": "UInt32", + "name": "NumberOfFloppies", + "offset": 4, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7294", + "kind": "UInt32", + "name": "NumberOfCdRoms", + "offset": 8, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7295", + "kind": "UInt32", + "name": "NumberOfTapes", + "offset": 12, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7296", + "kind": "UInt32", + "name": "NumberOfSerialPorts", + "offset": 16, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7297", + "kind": "UInt32", + "name": "NumberOfParallelPorts", + "offset": 20, + "parentId": "7291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7298", + "kind": "Struct", + "name": "_FILE_STREAM_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STREAM_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7299", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "7298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7300", + "kind": "UInt32", + "name": "StreamNameLength", + "offset": 4, + "parentId": "7298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7301", + "kind": "Struct", + "name": "StreamSize", + "offset": 8, + "parentId": "7298", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7302", + "kind": "Struct", + "name": "StreamAllocationSize", + "offset": 8, + "parentId": "7298", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7303", + "kind": "Array", + "name": "StreamName", + "offset": 8, + "parentId": "7298", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7304", + "kind": "Struct", + "name": "tagEMREXTESCAPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREXTESCAPE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7305", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7304", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7306", + "kind": "Int32", + "name": "iEscape", + "offset": 0, + "parentId": "7304", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7307", + "kind": "Int32", + "name": "cbEscData", + "offset": 4, + "parentId": "7304", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7308", + "kind": "Array", + "name": "EscData", + "offset": 8, + "parentId": "7304", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7309", + "kind": "Struct", + "name": "value_entW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "value_entW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7310", + "kind": "Struct", + "name": "ve_valuename", + "offset": 0, + "parentId": "7309", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7311", + "kind": "UInt32", + "name": "ve_valuelen", + "offset": 0, + "parentId": "7309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7312", + "kind": "UInt64", + "name": "ve_valueptr", + "offset": 4, + "parentId": "7309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7313", + "kind": "UInt32", + "name": "ve_type", + "offset": 12, + "parentId": "7309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7314", + "kind": "Struct", + "name": "tagEMRCREATEBRUSHINDIRECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATEBRUSHINDIRECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7315", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7314", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7316", + "kind": "UInt32", + "name": "ihBrush", + "offset": 0, + "parentId": "7314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7317", + "kind": "Struct", + "name": "lb", + "offset": 4, + "parentId": "7314", + "refId": "6064", + "strLen": 64, + "structTypeName": "tagLOGBRUSH32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7318", + "kind": "Struct", + "name": "_FILE_ID_BOTH_DIR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_BOTH_DIR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7319", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "7318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7320", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "7318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7321", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7322", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7323", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7324", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7325", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7326", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7327", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "7318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7328", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "7318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7329", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "7318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7330", + "kind": "Struct", + "name": "ShortNameLength", + "offset": 20, + "parentId": "7318", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "7331", + "kind": "Array", + "name": "ShortName", + "offset": 20, + "parentId": "7318", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7332", + "kind": "Struct", + "name": "FileId", + "offset": 20, + "parentId": "7318", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7333", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "7318", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7334", + "kind": "Struct", + "name": "_CONSOLE_SELECTION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_SELECTION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7335", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "7334", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7336", + "kind": "Struct", + "name": "dwSelectionAnchor", + "offset": 4, + "parentId": "7334", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7337", + "kind": "Struct", + "name": "srSelection", + "offset": 4, + "parentId": "7334", + "refId": "2955", + "strLen": 64, + "structTypeName": "_SMALL_RECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7338", + "kind": "Struct", + "name": "tagWNDCLASSEXW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNDCLASSEXW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7339", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7340", + "kind": "UInt32", + "name": "style", + "offset": 4, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7341", + "kind": "Struct", + "name": "lpfnWndProc", + "offset": 8, + "parentId": "7338", + "refId": "0", + "strLen": 64, + "structTypeName": "WNDPROC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7342", + "kind": "Int32", + "name": "cbClsExtra", + "offset": 8, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7343", + "kind": "Int32", + "name": "cbWndExtra", + "offset": 12, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7344", + "kind": "Struct", + "name": "hInstance", + "offset": 16, + "parentId": "7338", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7345", + "kind": "Struct", + "name": "hIcon", + "offset": 16, + "parentId": "7338", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7346", + "kind": "Struct", + "name": "hCursor", + "offset": 16, + "parentId": "7338", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7347", + "kind": "Struct", + "name": "hbrBackground", + "offset": 16, + "parentId": "7338", + "refId": "5008", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7348", + "kind": "Pointer64", + "name": "lpszMenuName", + "offset": 16, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7349", + "kind": "Pointer64", + "name": "lpszClassName", + "offset": 24, + "parentId": "7338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7350", + "kind": "Struct", + "name": "hIconSm", + "offset": 32, + "parentId": "7338", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7351", + "kind": "Struct", + "name": "tagEMRPIXELFORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPIXELFORMAT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7352", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7351", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7353", + "kind": "Struct", + "name": "pfd", + "offset": 0, + "parentId": "7351", + "refId": "6573", + "strLen": 64, + "structTypeName": "tagPIXELFORMATDESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7354", + "kind": "Struct", + "name": "_SYSTEM_QUERY_TIME_ADJUST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_QUERY_TIME_ADJUST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7355", + "kind": "UInt32", + "name": "TimeAdjustment", + "offset": 0, + "parentId": "7354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7356", + "kind": "UInt32", + "name": "TimeIncrement", + "offset": 4, + "parentId": "7354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7357", + "kind": "UInt8", + "name": "Enable", + "offset": 8, + "parentId": "7354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7358", + "kind": "Struct", + "name": "_STORAGE_PREDICT_FAILURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PREDICT_FAILURE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7359", + "kind": "UInt32", + "name": "PredictFailure", + "offset": 0, + "parentId": "7358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 512, + "collapsed": false, + "elementKind": "UInt8", + "id": "7360", + "kind": "Array", + "name": "VendorSpecific", + "offset": 4, + "parentId": "7358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7361", + "kind": "Struct", + "name": "_SYSTEM_OBJECT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_OBJECT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7362", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7363", + "kind": "Hex8", + "name": "Object", + "offset": 4, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7364", + "kind": "Hex8", + "name": "CreatorUniqueProcess", + "offset": 5, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7365", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 6, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7366", + "kind": "UInt16", + "name": "Flags", + "offset": 8, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7367", + "kind": "Int32", + "name": "PointerCount", + "offset": 10, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7368", + "kind": "Int32", + "name": "HandleCount", + "offset": 14, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7369", + "kind": "UInt32", + "name": "PagedPoolCharge", + "offset": 18, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7370", + "kind": "UInt32", + "name": "NonPagedPoolCharge", + "offset": 22, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7371", + "kind": "Hex8", + "name": "ExclusiveProcessId", + "offset": 26, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7372", + "kind": "Hex8", + "name": "SecurityDescriptor", + "offset": 27, + "parentId": "7361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7373", + "kind": "Struct", + "name": "NameInfo", + "offset": 28, + "parentId": "7361", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7374", + "kind": "Struct", + "name": "_LDR_DEPENDENCY_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DEPENDENCY_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7375", + "kind": "Struct", + "name": "DependencyLink", + "offset": 0, + "parentId": "7374", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7376", + "kind": "Struct", + "name": "DependencyNode", + "offset": 0, + "parentId": "7374", + "refId": "11961", + "strLen": 64, + "structTypeName": "_LDR_DDAG_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7377", + "kind": "Struct", + "name": "IncomingDependencyLink", + "offset": 0, + "parentId": "7374", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7378", + "kind": "Struct", + "name": "IncomingDependencyNode", + "offset": 0, + "parentId": "7374", + "refId": "11961", + "strLen": 64, + "structTypeName": "_LDR_DDAG_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7379", + "kind": "Struct", + "name": "FILE_ID_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FILE_ID_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7380", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "7379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7381", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "7379", + "refId": "125", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7382", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "7379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7383", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "7382", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7384", + "kind": "Struct", + "name": "ObjectId", + "offset": 0, + "parentId": "7382", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7385", + "kind": "Struct", + "name": "ExtendedFileId", + "offset": 0, + "parentId": "7382", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7386", + "kind": "Struct", + "name": "tagEMRFORMAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRFORMAT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7387", + "kind": "UInt32", + "name": "dSignature", + "offset": 0, + "parentId": "7386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7388", + "kind": "UInt32", + "name": "nVersion", + "offset": 4, + "parentId": "7386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7389", + "kind": "UInt32", + "name": "cbData", + "offset": 8, + "parentId": "7386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7390", + "kind": "UInt32", + "name": "offData", + "offset": 12, + "parentId": "7386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7391", + "kind": "Struct", + "name": "tagEMRGRADIENTFILL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRGRADIENTFILL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7392", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7391", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7393", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7391", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7394", + "kind": "UInt32", + "name": "nVer", + "offset": 0, + "parentId": "7391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7395", + "kind": "UInt32", + "name": "nTri", + "offset": 4, + "parentId": "7391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7396", + "kind": "UInt32", + "name": "ulMode", + "offset": 8, + "parentId": "7391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7397", + "kind": "Array", + "name": "Ver", + "offset": 12, + "parentId": "7391", + "refId": "5249", + "strLen": 64, + "structTypeName": "_TRIVERTEX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7398", + "kind": "Struct", + "name": "tagEMRPOLYDRAW16", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYDRAW16" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7399", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7398", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7400", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7398", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7401", + "kind": "UInt32", + "name": "cpts", + "offset": 0, + "parentId": "7398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7402", + "kind": "Array", + "name": "apts", + "offset": 4, + "parentId": "7398", + "refId": "705", + "strLen": 64, + "structTypeName": "tagPOINTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7403", + "kind": "Array", + "name": "abTypes", + "offset": 4, + "parentId": "7398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7404", + "kind": "Struct", + "name": "tagEMRSETDIBITSTODEVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSETDIBITSTODEVICE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7405", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7404", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7406", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7404", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7407", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7408", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7409", + "kind": "Int32", + "name": "xSrc", + "offset": 8, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7410", + "kind": "Int32", + "name": "ySrc", + "offset": 12, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7411", + "kind": "Int32", + "name": "cxSrc", + "offset": 16, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7412", + "kind": "Int32", + "name": "cySrc", + "offset": 20, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7413", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 24, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7414", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 28, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7415", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 32, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7416", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 36, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7417", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 40, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7418", + "kind": "UInt32", + "name": "iStartScan", + "offset": 44, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7419", + "kind": "UInt32", + "name": "cScans", + "offset": 48, + "parentId": "7404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7420", + "kind": "Struct", + "name": "tagRECONVERTSTRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRECONVERTSTRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7421", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7422", + "kind": "UInt32", + "name": "dwVersion", + "offset": 4, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7423", + "kind": "UInt32", + "name": "dwStrLen", + "offset": 8, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7424", + "kind": "UInt32", + "name": "dwStrOffset", + "offset": 12, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7425", + "kind": "UInt32", + "name": "dwCompStrLen", + "offset": 16, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7426", + "kind": "UInt32", + "name": "dwCompStrOffset", + "offset": 20, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7427", + "kind": "UInt32", + "name": "dwTargetStrLen", + "offset": 24, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7428", + "kind": "UInt32", + "name": "dwTargetStrOffset", + "offset": 28, + "parentId": "7420", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7429", + "kind": "Struct", + "name": "_NETINFOSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NETINFOSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7430", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7431", + "kind": "UInt32", + "name": "dwProviderVersion", + "offset": 4, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7432", + "kind": "UInt32", + "name": "dwStatus", + "offset": 8, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7433", + "kind": "UInt32", + "name": "dwCharacteristics", + "offset": 12, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7434", + "kind": "UInt64", + "name": "dwHandle", + "offset": 16, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7435", + "kind": "UInt16", + "name": "wNetType", + "offset": 24, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7436", + "kind": "UInt32", + "name": "dwPrinters", + "offset": 26, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7437", + "kind": "UInt32", + "name": "dwDrives", + "offset": 30, + "parentId": "7429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7438", + "kind": "Struct", + "name": "_QUAD_PTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUAD_PTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7439", + "kind": "UInt64", + "name": "DoNotUseThisField1", + "offset": 0, + "parentId": "7438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7440", + "kind": "UInt64", + "name": "DoNotUseThisField2", + "offset": 8, + "parentId": "7438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7441", + "kind": "Struct", + "name": "tagEMRSTRETCHBLT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSTRETCHBLT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7442", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7441", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7443", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7441", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7444", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7445", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7446", + "kind": "Int32", + "name": "cxDest", + "offset": 8, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7447", + "kind": "Int32", + "name": "cyDest", + "offset": 12, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7448", + "kind": "UInt32", + "name": "dwRop", + "offset": 16, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7449", + "kind": "Int32", + "name": "xSrc", + "offset": 20, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7450", + "kind": "Int32", + "name": "ySrc", + "offset": 24, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7451", + "kind": "Struct", + "name": "xformSrc", + "offset": 28, + "parentId": "7441", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7452", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 28, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7453", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 32, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7454", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 36, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7455", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 40, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7456", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 44, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7457", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 48, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7458", + "kind": "Int32", + "name": "cxSrc", + "offset": 52, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7459", + "kind": "Int32", + "name": "cySrc", + "offset": 56, + "parentId": "7441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7460", + "kind": "Struct", + "name": "tagEMRPLGBLT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPLGBLT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7461", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7460", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7462", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7460", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "7463", + "kind": "Array", + "name": "aptlDest", + "offset": 0, + "parentId": "7460", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7464", + "kind": "Int32", + "name": "xSrc", + "offset": 0, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7465", + "kind": "Int32", + "name": "ySrc", + "offset": 4, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7466", + "kind": "Int32", + "name": "cxSrc", + "offset": 8, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7467", + "kind": "Int32", + "name": "cySrc", + "offset": 12, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7468", + "kind": "Struct", + "name": "xformSrc", + "offset": 16, + "parentId": "7460", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7469", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 16, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7470", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 20, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7471", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 24, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7472", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 28, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7473", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 32, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7474", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 36, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7475", + "kind": "Int32", + "name": "xMask", + "offset": 40, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7476", + "kind": "Int32", + "name": "yMask", + "offset": 44, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7477", + "kind": "UInt32", + "name": "iUsageMask", + "offset": 48, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7478", + "kind": "UInt32", + "name": "offBmiMask", + "offset": 52, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7479", + "kind": "UInt32", + "name": "cbBmiMask", + "offset": 56, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7480", + "kind": "UInt32", + "name": "offBitsMask", + "offset": 60, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7481", + "kind": "UInt32", + "name": "cbBitsMask", + "offset": 64, + "parentId": "7460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7482", + "kind": "Struct", + "name": "tagREGISTERWORDA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagREGISTERWORDA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7483", + "kind": "Struct", + "name": "lpReading", + "offset": 0, + "parentId": "7482", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7484", + "kind": "Struct", + "name": "lpWord", + "offset": 0, + "parentId": "7482", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7485", + "kind": "Struct", + "name": "tagREGISTERWORDW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagREGISTERWORDW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7486", + "kind": "Struct", + "name": "lpReading", + "offset": 0, + "parentId": "7485", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7487", + "kind": "Struct", + "name": "lpWord", + "offset": 0, + "parentId": "7485", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7488", + "kind": "Struct", + "name": "tagLOGPALETTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOGPALETTE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7489", + "kind": "UInt16", + "name": "palVersion", + "offset": 0, + "parentId": "7488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7490", + "kind": "UInt16", + "name": "palNumEntries", + "offset": 2, + "parentId": "7488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7491", + "kind": "Array", + "name": "palPalEntry", + "offset": 4, + "parentId": "7488", + "refId": "6455", + "strLen": 64, + "structTypeName": "tagPALETTEENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7492", + "kind": "Struct", + "name": "tagEMRCREATEPALETTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRCREATEPALETTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7493", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7492", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7494", + "kind": "UInt32", + "name": "ihPal", + "offset": 0, + "parentId": "7492", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7495", + "kind": "Struct", + "name": "lgpl", + "offset": 4, + "parentId": "7492", + "refId": "7488", + "strLen": 64, + "structTypeName": "tagLOGPALETTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7496", + "kind": "Struct", + "name": "tagBITMAPFILEHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagBITMAPFILEHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7497", + "kind": "UInt16", + "name": "bfType", + "offset": 0, + "parentId": "7496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7498", + "kind": "UInt32", + "name": "bfSize", + "offset": 2, + "parentId": "7496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7499", + "kind": "UInt16", + "name": "bfReserved1", + "offset": 6, + "parentId": "7496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7500", + "kind": "UInt16", + "name": "bfReserved2", + "offset": 8, + "parentId": "7496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7501", + "kind": "UInt32", + "name": "bfOffBits", + "offset": 10, + "parentId": "7496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7502", + "kind": "Struct", + "name": "_WORKER_FACTORY_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WORKER_FACTORY_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7503", + "kind": "Struct", + "name": "Timeout", + "offset": 0, + "parentId": "7502", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7504", + "kind": "Struct", + "name": "RetryTimeout", + "offset": 0, + "parentId": "7502", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7505", + "kind": "Struct", + "name": "IdleTimeout", + "offset": 0, + "parentId": "7502", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7506", + "kind": "UInt8", + "name": "Paused", + "offset": 0, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7507", + "kind": "UInt8", + "name": "TimerSet", + "offset": 1, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7508", + "kind": "UInt8", + "name": "QueuedToExWorker", + "offset": 2, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7509", + "kind": "UInt8", + "name": "MayCreate", + "offset": 3, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7510", + "kind": "UInt8", + "name": "CreateInProgress", + "offset": 4, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7511", + "kind": "UInt8", + "name": "InsertedIntoQueue", + "offset": 5, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7512", + "kind": "UInt8", + "name": "Shutdown", + "offset": 6, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7513", + "kind": "UInt32", + "name": "BindingCount", + "offset": 7, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7514", + "kind": "UInt32", + "name": "ThreadMinimum", + "offset": 11, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7515", + "kind": "UInt32", + "name": "ThreadMaximum", + "offset": 15, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7516", + "kind": "UInt32", + "name": "PendingWorkerCount", + "offset": 19, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7517", + "kind": "UInt32", + "name": "WaitingWorkerCount", + "offset": 23, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7518", + "kind": "UInt32", + "name": "TotalWorkerCount", + "offset": 27, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7519", + "kind": "UInt32", + "name": "ReleaseCount", + "offset": 31, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7520", + "kind": "Int64", + "name": "InfiniteWaitGoal", + "offset": 35, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7521", + "kind": "Hex8", + "name": "StartRoutine", + "offset": 43, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7522", + "kind": "Hex8", + "name": "StartParameter", + "offset": 44, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7523", + "kind": "Hex8", + "name": "ProcessId", + "offset": 45, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7524", + "kind": "UInt64", + "name": "StackReserve", + "offset": 46, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7525", + "kind": "UInt64", + "name": "StackCommit", + "offset": 54, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7526", + "kind": "Int32", + "name": "LastThreadCreationStatus", + "offset": 62, + "parentId": "7502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7527", + "kind": "Struct", + "name": "tagLOCALESIGNATURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLOCALESIGNATURE" + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "7528", + "kind": "Array", + "name": "lsUsb", + "offset": 0, + "parentId": "7527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "7529", + "kind": "Array", + "name": "lsCsbDefault", + "offset": 16, + "parentId": "7527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "7530", + "kind": "Array", + "name": "lsCsbSupported", + "offset": 24, + "parentId": "7527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7531", + "kind": "Struct", + "name": "tagHANDLETABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHANDLETABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "Hex8", + "id": "7532", + "kind": "Array", + "name": "objectHandle", + "offset": 0, + "parentId": "7531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7533", + "kind": "Struct", + "name": "_BOOT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BOOT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7534", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7535", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7536", + "kind": "UInt32", + "name": "Id", + "offset": 8, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7537", + "kind": "UInt32", + "name": "Attributes", + "offset": 12, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7538", + "kind": "UInt32", + "name": "FriendlyNameOffset", + "offset": 16, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7539", + "kind": "UInt32", + "name": "BootFilePathOffset", + "offset": 20, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7540", + "kind": "UInt32", + "name": "OsOptionsLength", + "offset": 24, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7541", + "kind": "Array", + "name": "OsOptions", + "offset": 28, + "parentId": "7533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7542", + "kind": "Struct", + "name": "tagEMRGDICOMMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRGDICOMMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7543", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7542", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7544", + "kind": "UInt32", + "name": "cbData", + "offset": 0, + "parentId": "7542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7545", + "kind": "Array", + "name": "Data", + "offset": 4, + "parentId": "7542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7546", + "kind": "Struct", + "name": "_currencyfmtA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_currencyfmtA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7547", + "kind": "UInt32", + "name": "NumDigits", + "offset": 0, + "parentId": "7546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7548", + "kind": "UInt32", + "name": "LeadingZero", + "offset": 4, + "parentId": "7546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7549", + "kind": "UInt32", + "name": "Grouping", + "offset": 8, + "parentId": "7546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7550", + "kind": "Struct", + "name": "lpDecimalSep", + "offset": 12, + "parentId": "7546", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7551", + "kind": "Struct", + "name": "lpThousandSep", + "offset": 12, + "parentId": "7546", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7552", + "kind": "UInt32", + "name": "NegativeOrder", + "offset": 12, + "parentId": "7546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7553", + "kind": "UInt32", + "name": "PositiveOrder", + "offset": 16, + "parentId": "7546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7554", + "kind": "Struct", + "name": "lpCurrencySymbol", + "offset": 20, + "parentId": "7546", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7555", + "kind": "Struct", + "name": "tagEMRANGLEARC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRANGLEARC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7556", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7555", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7557", + "kind": "Struct", + "name": "ptlCenter", + "offset": 0, + "parentId": "7555", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7558", + "kind": "UInt32", + "name": "nRadius", + "offset": 0, + "parentId": "7555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7559", + "kind": "Float", + "name": "eStartAngle", + "offset": 4, + "parentId": "7555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7560", + "kind": "Float", + "name": "eSweepAngle", + "offset": 8, + "parentId": "7555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7561", + "kind": "Struct", + "name": "_SERVICE_CONTROL_STATUS_REASON_PARAMSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_CONTROL_STATUS_REASON_PARAMSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7562", + "kind": "UInt32", + "name": "dwReason", + "offset": 0, + "parentId": "7561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7563", + "kind": "Struct", + "name": "pszComment", + "offset": 4, + "parentId": "7561", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7564", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 4, + "parentId": "7561", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7565", + "kind": "Struct", + "name": "_FILE_PATH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PATH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7566", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "7565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7567", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "7565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7568", + "kind": "UInt32", + "name": "Type", + "offset": 8, + "parentId": "7565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7569", + "kind": "Array", + "name": "FilePath", + "offset": 12, + "parentId": "7565", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7570", + "kind": "Struct", + "name": "tagPOLYTEXTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOLYTEXTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7571", + "kind": "Int32", + "name": "x", + "offset": 0, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7572", + "kind": "Int32", + "name": "y", + "offset": 4, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7573", + "kind": "UInt32", + "name": "n", + "offset": 8, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7574", + "kind": "Pointer64", + "name": "lpstr", + "offset": 12, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7575", + "kind": "UInt32", + "name": "uiFlags", + "offset": 20, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7576", + "kind": "Struct", + "name": "rcl", + "offset": 24, + "parentId": "7570", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7577", + "kind": "Pointer64", + "name": "pdx", + "offset": 24, + "parentId": "7570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7578", + "kind": "Struct", + "name": "tagEMRSCALEVIEWPORTEXTEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRSCALEVIEWPORTEXTEX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7579", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7578", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7580", + "kind": "Int32", + "name": "xNum", + "offset": 0, + "parentId": "7578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7581", + "kind": "Int32", + "name": "xDenom", + "offset": 4, + "parentId": "7578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7582", + "kind": "Int32", + "name": "yNum", + "offset": 8, + "parentId": "7578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7583", + "kind": "Int32", + "name": "yDenom", + "offset": 12, + "parentId": "7578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7584", + "kind": "Struct", + "name": "TOUCHPAD_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "TOUCHPAD_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7585", + "kind": "UInt32", + "name": "versionNumber", + "offset": 0, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7586", + "kind": "UInt32", + "name": "maxSupportedContacts", + "offset": 4, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7587", + "kind": "UInt32", + "name": "legacyTouchpadFeatures", + "offset": 8, + "parentId": "7584", + "refId": "150", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "touchpadPresent" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "legacyTouchpadPresent" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "externalMousePresent" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "touchpadEnabled" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "touchpadActive" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "feedbackSupported" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "clickForceSupported" + }, + { + "bitOffset": 7, + "bitWidth": 25, + "name": "Reserved1" + }, + { + "bitOffset": 32, + "bitWidth": 1, + "name": "allowActiveWhenMousePresent" + }, + { + "bitOffset": 33, + "bitWidth": 1, + "name": "feedbackEnabled" + }, + { + "bitOffset": 34, + "bitWidth": 1, + "name": "tapEnabled" + }, + { + "bitOffset": 35, + "bitWidth": 1, + "name": "tapAndDragEnabled" + }, + { + "bitOffset": 36, + "bitWidth": 1, + "name": "twoFingerTapEnabled" + }, + { + "bitOffset": 37, + "bitWidth": 1, + "name": "rightClickZoneEnabled" + }, + { + "bitOffset": 38, + "bitWidth": 1, + "name": "mouseAccelSettingHonored" + }, + { + "bitOffset": 39, + "bitWidth": 1, + "name": "panEnabled" + }, + { + "bitOffset": 40, + "bitWidth": 1, + "name": "zoomEnabled" + }, + { + "bitOffset": 41, + "bitWidth": 1, + "name": "scrollDirectionReversed" + }, + { + "bitOffset": 42, + "bitWidth": 22, + "name": "Reserved2" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "7588", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7589", + "kind": "UInt32", + "name": "sensitivityLevel", + "offset": 20, + "parentId": "7584", + "refId": "151", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7590", + "kind": "UInt32", + "name": "cursorSpeed", + "offset": 24, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7591", + "kind": "UInt32", + "name": "feedbackIntensity", + "offset": 28, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7592", + "kind": "UInt32", + "name": "clickForceSensitivity", + "offset": 32, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7593", + "kind": "UInt32", + "name": "rightClickZoneWidth", + "offset": 36, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7594", + "kind": "UInt32", + "name": "rightClickZoneHeight", + "offset": 40, + "parentId": "7584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7595", + "kind": "Struct", + "name": "tagEMROFFSETCLIPRGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMROFFSETCLIPRGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7596", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7595", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7597", + "kind": "Struct", + "name": "ptlOffset", + "offset": 0, + "parentId": "7595", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7598", + "kind": "Struct", + "name": "_nlsversioninfo", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_nlsversioninfo" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7599", + "kind": "UInt32", + "name": "dwNLSVersionInfoSize", + "offset": 0, + "parentId": "7598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7600", + "kind": "UInt32", + "name": "dwNLSVersion", + "offset": 4, + "parentId": "7598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7601", + "kind": "UInt32", + "name": "dwDefinedVersion", + "offset": 8, + "parentId": "7598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7602", + "kind": "UInt32", + "name": "dwEffectiveId", + "offset": 12, + "parentId": "7598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7603", + "kind": "Struct", + "name": "guidCustomVersion", + "offset": 16, + "parentId": "7598", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7604", + "kind": "Struct", + "name": "_QUERY_SERVICE_LOCK_STATUSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_SERVICE_LOCK_STATUSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7605", + "kind": "UInt32", + "name": "fIsLocked", + "offset": 0, + "parentId": "7604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7606", + "kind": "Struct", + "name": "lpLockOwner", + "offset": 4, + "parentId": "7604", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7607", + "kind": "UInt32", + "name": "dwLockDuration", + "offset": 4, + "parentId": "7604", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7608", + "kind": "Struct", + "name": "_DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7609", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "7608", + "refId": "4673", + "strLen": 64, + "structTypeName": "DISPLAYCONFIG_DEVICE_INFO_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7610", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "7608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7611", + "kind": "UInt32", + "name": "value", + "offset": 0, + "parentId": "7610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7612", + "kind": "UInt32", + "name": "colorEncoding", + "offset": 4, + "parentId": "7608", + "refId": "134", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7613", + "kind": "UInt32", + "name": "bitsPerColorChannel", + "offset": 8, + "parentId": "7608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7614", + "kind": "Struct", + "name": "tagEMRARC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRARC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7615", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7614", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7616", + "kind": "Struct", + "name": "rclBox", + "offset": 0, + "parentId": "7614", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7617", + "kind": "Struct", + "name": "ptlStart", + "offset": 0, + "parentId": "7614", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7618", + "kind": "Struct", + "name": "ptlEnd", + "offset": 0, + "parentId": "7614", + "refId": "4565", + "strLen": 64, + "structTypeName": "_POINTL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7619", + "kind": "Struct", + "name": "_SERVICE_FAILURE_ACTIONSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_FAILURE_ACTIONSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7620", + "kind": "UInt32", + "name": "dwResetPeriod", + "offset": 0, + "parentId": "7619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7621", + "kind": "Struct", + "name": "lpRebootMsg", + "offset": 4, + "parentId": "7619", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7622", + "kind": "Struct", + "name": "lpCommand", + "offset": 4, + "parentId": "7619", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7623", + "kind": "UInt32", + "name": "cActions", + "offset": 4, + "parentId": "7619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7624", + "kind": "Pointer64", + "name": "lpsaActions", + "offset": 8, + "parentId": "7619", + "refId": "7653", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7625", + "kind": "Struct", + "name": "_SERVICE_NOTIFY_2W", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_NOTIFY_2W" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7626", + "kind": "UInt32", + "name": "dwVersion", + "offset": 0, + "parentId": "7625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7627", + "kind": "Struct", + "name": "pfnNotifyCallback", + "offset": 4, + "parentId": "7625", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_SC_NOTIFY_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7628", + "kind": "Hex8", + "name": "pContext", + "offset": 4, + "parentId": "7625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7629", + "kind": "UInt32", + "name": "dwNotificationStatus", + "offset": 5, + "parentId": "7625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7630", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 9, + "parentId": "7625", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7631", + "kind": "UInt32", + "name": "dwNotificationTriggered", + "offset": 9, + "parentId": "7625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7632", + "kind": "Struct", + "name": "pszServiceNames", + "offset": 13, + "parentId": "7625", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7633", + "kind": "Struct", + "name": "_FILEMUIINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILEMUIINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7634", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7635", + "kind": "UInt32", + "name": "dwVersion", + "offset": 4, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7636", + "kind": "UInt32", + "name": "dwFileType", + "offset": 8, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "7637", + "kind": "Array", + "name": "pChecksum", + "offset": 12, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "7638", + "kind": "Array", + "name": "pServiceChecksum", + "offset": 28, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7639", + "kind": "UInt32", + "name": "dwLanguageNameOffset", + "offset": 44, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7640", + "kind": "UInt32", + "name": "dwTypeIDMainSize", + "offset": 48, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7641", + "kind": "UInt32", + "name": "dwTypeIDMainOffset", + "offset": 52, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7642", + "kind": "UInt32", + "name": "dwTypeNameMainOffset", + "offset": 56, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7643", + "kind": "UInt32", + "name": "dwTypeIDMUISize", + "offset": 60, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7644", + "kind": "UInt32", + "name": "dwTypeIDMUIOffset", + "offset": 64, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7645", + "kind": "UInt32", + "name": "dwTypeNameMUIOffset", + "offset": 68, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "7646", + "kind": "Array", + "name": "abBuffer", + "offset": 72, + "parentId": "7633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7647", + "kind": "Struct", + "name": "_DOCINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOCINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7648", + "kind": "Int32", + "name": "cbSize", + "offset": 0, + "parentId": "7647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7649", + "kind": "Pointer64", + "name": "lpszDocName", + "offset": 4, + "parentId": "7647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7650", + "kind": "Pointer64", + "name": "lpszOutput", + "offset": 12, + "parentId": "7647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7651", + "kind": "Pointer64", + "name": "lpszDatatype", + "offset": 20, + "parentId": "7647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7652", + "kind": "UInt32", + "name": "fwType", + "offset": 28, + "parentId": "7647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7653", + "kind": "Struct", + "name": "_SC_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SC_ACTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7654", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "7653", + "refId": "158", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7655", + "kind": "UInt32", + "name": "Delay", + "offset": 4, + "parentId": "7653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7656", + "kind": "Struct", + "name": "tagPAINTSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPAINTSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7657", + "kind": "Struct", + "name": "hdc", + "offset": 0, + "parentId": "7656", + "refId": "5078", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7658", + "kind": "Int32", + "name": "fErase", + "offset": 0, + "parentId": "7656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7659", + "kind": "Struct", + "name": "rcPaint", + "offset": 4, + "parentId": "7656", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7660", + "kind": "Int32", + "name": "fRestore", + "offset": 4, + "parentId": "7656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7661", + "kind": "Int32", + "name": "fIncUpdate", + "offset": 8, + "parentId": "7656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "7662", + "kind": "Array", + "name": "rgbReserved", + "offset": 12, + "parentId": "7656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7663", + "kind": "Struct", + "name": "tagEMRRESTOREDC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRRESTOREDC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7664", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7663", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7665", + "kind": "Int32", + "name": "iRelative", + "offset": 0, + "parentId": "7663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7666", + "kind": "Struct", + "name": "_SERVICE_LAUNCH_PROTECTED_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_LAUNCH_PROTECTED_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7667", + "kind": "UInt32", + "name": "dwLaunchProtected", + "offset": 0, + "parentId": "7666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7668", + "kind": "Struct", + "name": "tagEXTLOGFONTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEXTLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7669", + "kind": "Struct", + "name": "elfLogFont", + "offset": 0, + "parentId": "7668", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt8", + "id": "7670", + "kind": "Array", + "name": "elfFullName", + "offset": 0, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "7671", + "kind": "Array", + "name": "elfStyle", + "offset": 64, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7672", + "kind": "UInt32", + "name": "elfVersion", + "offset": 96, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7673", + "kind": "UInt32", + "name": "elfStyleSize", + "offset": 100, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7674", + "kind": "UInt32", + "name": "elfMatch", + "offset": 104, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7675", + "kind": "UInt32", + "name": "elfReserved", + "offset": 108, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "7676", + "kind": "Array", + "name": "elfVendorId", + "offset": 112, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7677", + "kind": "UInt32", + "name": "elfCulture", + "offset": 116, + "parentId": "7668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7678", + "kind": "Struct", + "name": "elfPanose", + "offset": 120, + "parentId": "7668", + "refId": "4709", + "strLen": 64, + "structTypeName": "tagPANOSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7679", + "kind": "Struct", + "name": "tagEMRRESIZEPALETTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRRESIZEPALETTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7680", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7679", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7681", + "kind": "UInt32", + "name": "ihPal", + "offset": 0, + "parentId": "7679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7682", + "kind": "UInt32", + "name": "cEntries", + "offset": 4, + "parentId": "7679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7683", + "kind": "Struct", + "name": "_ENUM_SERVICE_STATUSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENUM_SERVICE_STATUSA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7684", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "7683", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7685", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 0, + "parentId": "7683", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7686", + "kind": "Struct", + "name": "ServiceStatus", + "offset": 0, + "parentId": "7683", + "refId": "3150", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7687", + "kind": "Struct", + "name": "_SERVICE_PREFERRED_NODE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_PREFERRED_NODE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7688", + "kind": "UInt16", + "name": "usPreferredNode", + "offset": 0, + "parentId": "7687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7689", + "kind": "UInt8", + "name": "fDelete", + "offset": 2, + "parentId": "7687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7690", + "kind": "Struct", + "name": "_SERVICE_TRIGGER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TRIGGER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7691", + "kind": "UInt32", + "name": "cTriggers", + "offset": 0, + "parentId": "7690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7692", + "kind": "Struct", + "name": "pTriggers", + "offset": 4, + "parentId": "7690", + "refId": "1980", + "strLen": 64, + "structTypeName": "_SERVICE_TRIGGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7693", + "kind": "UInt8", + "name": "pReserved", + "offset": 4, + "parentId": "7690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7694", + "kind": "Struct", + "name": "_TRACE_ENABLE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_ENABLE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7695", + "kind": "UInt32", + "name": "IsEnabled", + "offset": 0, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7696", + "kind": "UInt8", + "name": "Level", + "offset": 4, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7697", + "kind": "UInt8", + "name": "Reserved1", + "offset": 5, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7698", + "kind": "UInt16", + "name": "LoggerId", + "offset": 6, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7699", + "kind": "UInt32", + "name": "EnableProperty", + "offset": 8, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7700", + "kind": "UInt32", + "name": "Reserved2", + "offset": 12, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7701", + "kind": "UInt64", + "name": "MatchAnyKeyword", + "offset": 16, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7702", + "kind": "UInt64", + "name": "MatchAllKeyword", + "offset": 24, + "parentId": "7694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7703", + "kind": "Struct", + "name": "_QUERY_FILE_LAYOUT_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_FILE_LAYOUT_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7704", + "kind": "UInt32", + "name": "FileEntryCount", + "offset": 0, + "parentId": "7703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7705", + "kind": "UInt32", + "name": "FirstFileOffset", + "offset": 4, + "parentId": "7703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7706", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "7703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7707", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "7703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7708", + "kind": "Struct", + "name": "_FILE_LEVEL_TRIM_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LEVEL_TRIM_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7709", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "7708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7710", + "kind": "UInt64", + "name": "Length", + "offset": 8, + "parentId": "7708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7711", + "kind": "Struct", + "name": "DLGTEMPLATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DLGTEMPLATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7712", + "kind": "UInt32", + "name": "style", + "offset": 0, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7713", + "kind": "UInt32", + "name": "dwExtendedStyle", + "offset": 4, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7714", + "kind": "UInt16", + "name": "cdit", + "offset": 8, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7715", + "kind": "Int16", + "name": "x", + "offset": 10, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7716", + "kind": "Int16", + "name": "y", + "offset": 12, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7717", + "kind": "Int16", + "name": "cx", + "offset": 14, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7718", + "kind": "Int16", + "name": "cy", + "offset": 16, + "parentId": "7711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7719", + "kind": "Struct", + "name": "_DISPLAY_DEVICEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISPLAY_DEVICEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7720", + "kind": "UInt32", + "name": "cb", + "offset": 0, + "parentId": "7719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "7721", + "kind": "Array", + "name": "DeviceName", + "offset": 4, + "parentId": "7719", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7722", + "kind": "Array", + "name": "DeviceString", + "offset": 4, + "parentId": "7719", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7723", + "kind": "UInt32", + "name": "StateFlags", + "offset": 4, + "parentId": "7719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7724", + "kind": "Array", + "name": "DeviceID", + "offset": 8, + "parentId": "7719", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "7725", + "kind": "Array", + "name": "DeviceKey", + "offset": 8, + "parentId": "7719", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7726", + "kind": "Struct", + "name": "tagCOMPAREITEMSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOMPAREITEMSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7727", + "kind": "UInt32", + "name": "CtlType", + "offset": 0, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7728", + "kind": "UInt32", + "name": "CtlID", + "offset": 4, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7729", + "kind": "Struct", + "name": "hwndItem", + "offset": 8, + "parentId": "7726", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7730", + "kind": "UInt32", + "name": "itemID1", + "offset": 8, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7731", + "kind": "UInt64", + "name": "itemData1", + "offset": 12, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7732", + "kind": "UInt32", + "name": "itemID2", + "offset": 20, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7733", + "kind": "UInt64", + "name": "itemData2", + "offset": 24, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7734", + "kind": "UInt32", + "name": "dwLocaleId", + "offset": 32, + "parentId": "7726", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7735", + "kind": "Struct", + "name": "_SERVICE_TABLE_ENTRYW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TABLE_ENTRYW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7736", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "7735", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7737", + "kind": "Struct", + "name": "lpServiceProc", + "offset": 0, + "parentId": "7735", + "refId": "0", + "strLen": 64, + "structTypeName": "LPSERVICE_MAIN_FUNCTIONW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7738", + "kind": "Struct", + "name": "tagSOUNDSENTRYA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSOUNDSENTRYA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7739", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7740", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7741", + "kind": "UInt32", + "name": "iFSTextEffect", + "offset": 8, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7742", + "kind": "UInt32", + "name": "iFSTextEffectMSec", + "offset": 12, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7743", + "kind": "UInt32", + "name": "iFSTextEffectColorBits", + "offset": 16, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7744", + "kind": "UInt32", + "name": "iFSGrafEffect", + "offset": 20, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7745", + "kind": "UInt32", + "name": "iFSGrafEffectMSec", + "offset": 24, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7746", + "kind": "UInt32", + "name": "iFSGrafEffectColor", + "offset": 28, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7747", + "kind": "UInt32", + "name": "iWindowsEffect", + "offset": 32, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7748", + "kind": "UInt32", + "name": "iWindowsEffectMSec", + "offset": 36, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7749", + "kind": "Struct", + "name": "lpszWindowsEffectDLL", + "offset": 40, + "parentId": "7738", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7750", + "kind": "UInt32", + "name": "iWindowsEffectOrdinal", + "offset": 40, + "parentId": "7738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7751", + "kind": "Struct", + "name": "_FSCTL_OFFLOAD_WRITE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_OFFLOAD_WRITE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7752", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "7751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7753", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "7751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7754", + "kind": "UInt64", + "name": "LengthWritten", + "offset": 8, + "parentId": "7751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7755", + "kind": "Struct", + "name": "tagPOINTER_TOUCH_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_TOUCH_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7756", + "kind": "Struct", + "name": "pointerInfo", + "offset": 0, + "parentId": "7755", + "refId": "3319", + "strLen": 64, + "structTypeName": "tagPOINTER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7757", + "kind": "UInt32", + "name": "touchFlags", + "offset": 0, + "parentId": "7755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7758", + "kind": "UInt32", + "name": "touchMask", + "offset": 4, + "parentId": "7755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7759", + "kind": "Struct", + "name": "rcContact", + "offset": 8, + "parentId": "7755", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7760", + "kind": "Struct", + "name": "rcContactRaw", + "offset": 8, + "parentId": "7755", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7761", + "kind": "UInt32", + "name": "orientation", + "offset": 8, + "parentId": "7755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7762", + "kind": "UInt32", + "name": "pressure", + "offset": 12, + "parentId": "7755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7763", + "kind": "Struct", + "name": "tagPOINTER_TYPE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_TYPE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7764", + "kind": "UInt32", + "name": "type", + "offset": 0, + "parentId": "7763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7765", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "7763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7766", + "kind": "Struct", + "name": "touchInfo", + "offset": 0, + "parentId": "7765", + "refId": "7755", + "strLen": 64, + "structTypeName": "tagPOINTER_TOUCH_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7767", + "kind": "Struct", + "name": "penInfo", + "offset": 0, + "parentId": "7765", + "refId": "4058", + "strLen": 64, + "structTypeName": "tagPOINTER_PEN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7768", + "kind": "Struct", + "name": "_FILE_LAYOUT_INFO_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LAYOUT_INFO_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7769", + "kind": "UInt32", + "name": "OwnerId", + "offset": 0, + "parentId": "7768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7770", + "kind": "UInt32", + "name": "SecurityId", + "offset": 4, + "parentId": "7768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7771", + "kind": "Int64", + "name": "Usn", + "offset": 8, + "parentId": "7768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7772", + "kind": "UInt32", + "name": "StorageReserveId", + "offset": 16, + "parentId": "7768", + "refId": "253", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7773", + "kind": "Struct", + "name": "tagLAYERPLANEDESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLAYERPLANEDESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7774", + "kind": "UInt16", + "name": "nSize", + "offset": 0, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7775", + "kind": "UInt16", + "name": "nVersion", + "offset": 2, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7776", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7777", + "kind": "UInt8", + "name": "iPixelType", + "offset": 8, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7778", + "kind": "UInt8", + "name": "cColorBits", + "offset": 9, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7779", + "kind": "UInt8", + "name": "cRedBits", + "offset": 10, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7780", + "kind": "UInt8", + "name": "cRedShift", + "offset": 11, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7781", + "kind": "UInt8", + "name": "cGreenBits", + "offset": 12, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7782", + "kind": "UInt8", + "name": "cGreenShift", + "offset": 13, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7783", + "kind": "UInt8", + "name": "cBlueBits", + "offset": 14, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7784", + "kind": "UInt8", + "name": "cBlueShift", + "offset": 15, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7785", + "kind": "UInt8", + "name": "cAlphaBits", + "offset": 16, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7786", + "kind": "UInt8", + "name": "cAlphaShift", + "offset": 17, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7787", + "kind": "UInt8", + "name": "cAccumBits", + "offset": 18, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7788", + "kind": "UInt8", + "name": "cAccumRedBits", + "offset": 19, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7789", + "kind": "UInt8", + "name": "cAccumGreenBits", + "offset": 20, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7790", + "kind": "UInt8", + "name": "cAccumBlueBits", + "offset": 21, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7791", + "kind": "UInt8", + "name": "cAccumAlphaBits", + "offset": 22, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7792", + "kind": "UInt8", + "name": "cDepthBits", + "offset": 23, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7793", + "kind": "UInt8", + "name": "cStencilBits", + "offset": 24, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7794", + "kind": "UInt8", + "name": "cAuxBuffers", + "offset": 25, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7795", + "kind": "UInt8", + "name": "iLayerPlane", + "offset": 26, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7796", + "kind": "UInt8", + "name": "bReserved", + "offset": 27, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7797", + "kind": "UInt32", + "name": "crTransparent", + "offset": 28, + "parentId": "7773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7798", + "kind": "Struct", + "name": "tagEMRGLSRECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRGLSRECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7799", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7798", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7800", + "kind": "UInt32", + "name": "cbData", + "offset": 0, + "parentId": "7798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7801", + "kind": "Array", + "name": "Data", + "offset": 4, + "parentId": "7798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7802", + "kind": "Struct", + "name": "tagEMRTRANSPARENTBLT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRTRANSPARENTBLT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7803", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7802", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7804", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7802", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7805", + "kind": "Int32", + "name": "xDest", + "offset": 0, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7806", + "kind": "Int32", + "name": "yDest", + "offset": 4, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7807", + "kind": "Int32", + "name": "cxDest", + "offset": 8, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7808", + "kind": "Int32", + "name": "cyDest", + "offset": 12, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7809", + "kind": "UInt32", + "name": "dwRop", + "offset": 16, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7810", + "kind": "Int32", + "name": "xSrc", + "offset": 20, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7811", + "kind": "Int32", + "name": "ySrc", + "offset": 24, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7812", + "kind": "Struct", + "name": "xformSrc", + "offset": 28, + "parentId": "7802", + "refId": "4353", + "strLen": 64, + "structTypeName": "tagXFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7813", + "kind": "UInt32", + "name": "crBkColorSrc", + "offset": 28, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7814", + "kind": "UInt32", + "name": "iUsageSrc", + "offset": 32, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7815", + "kind": "UInt32", + "name": "offBmiSrc", + "offset": 36, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7816", + "kind": "UInt32", + "name": "cbBmiSrc", + "offset": 40, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7817", + "kind": "UInt32", + "name": "offBitsSrc", + "offset": 44, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7818", + "kind": "UInt32", + "name": "cbBitsSrc", + "offset": 48, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7819", + "kind": "Int32", + "name": "cxSrc", + "offset": 52, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7820", + "kind": "Int32", + "name": "cySrc", + "offset": 56, + "parentId": "7802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7821", + "kind": "Struct", + "name": "_SD_CHANGE_MACHINE_SID_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_CHANGE_MACHINE_SID_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7822", + "kind": "UInt64", + "name": "NumSDChangedSuccess", + "offset": 0, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7823", + "kind": "UInt64", + "name": "NumSDChangedFail", + "offset": 8, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7824", + "kind": "UInt64", + "name": "NumSDUnused", + "offset": 16, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7825", + "kind": "UInt64", + "name": "NumSDTotal", + "offset": 24, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7826", + "kind": "UInt64", + "name": "NumMftSDChangedSuccess", + "offset": 32, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7827", + "kind": "UInt64", + "name": "NumMftSDChangedFail", + "offset": 40, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7828", + "kind": "UInt64", + "name": "NumMftSDTotal", + "offset": 48, + "parentId": "7821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7829", + "kind": "Struct", + "name": "_SD_QUERY_STATS_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_QUERY_STATS_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7830", + "kind": "UInt64", + "name": "SdsStreamSize", + "offset": 0, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7831", + "kind": "UInt64", + "name": "SdsAllocationSize", + "offset": 8, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7832", + "kind": "UInt64", + "name": "SiiStreamSize", + "offset": 16, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7833", + "kind": "UInt64", + "name": "SiiAllocationSize", + "offset": 24, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7834", + "kind": "UInt64", + "name": "SdhStreamSize", + "offset": 32, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7835", + "kind": "UInt64", + "name": "SdhAllocationSize", + "offset": 40, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7836", + "kind": "UInt64", + "name": "NumSDTotal", + "offset": 48, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7837", + "kind": "UInt64", + "name": "NumSDUnused", + "offset": 56, + "parentId": "7829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7838", + "kind": "Struct", + "name": "_SD_ENUM_SDS_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7839", + "kind": "UInt32", + "name": "Hash", + "offset": 0, + "parentId": "7838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7840", + "kind": "UInt32", + "name": "SecurityId", + "offset": 4, + "parentId": "7838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7841", + "kind": "UInt64", + "name": "Offset", + "offset": 8, + "parentId": "7838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7842", + "kind": "UInt32", + "name": "Length", + "offset": 16, + "parentId": "7838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7843", + "kind": "Array", + "name": "Descriptor", + "offset": 20, + "parentId": "7838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7844", + "kind": "Struct", + "name": "_SD_ENUM_SDS_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7845", + "kind": "UInt64", + "name": "NextOffset", + "offset": 0, + "parentId": "7844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7846", + "kind": "UInt64", + "name": "NumSDEntriesReturned", + "offset": 8, + "parentId": "7844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7847", + "kind": "UInt64", + "name": "NumSDBytesReturned", + "offset": 16, + "parentId": "7844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7848", + "kind": "Array", + "name": "SDEntry", + "offset": 24, + "parentId": "7844", + "refId": "7838", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7849", + "kind": "Struct", + "name": "_SD_GLOBAL_CHANGE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_GLOBAL_CHANGE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7850", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "7849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7851", + "kind": "UInt32", + "name": "ChangeType", + "offset": 4, + "parentId": "7849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "7852", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "7849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7853", + "kind": "Struct", + "name": "SdChange", + "offset": 0, + "parentId": "7852", + "refId": "7821", + "strLen": 64, + "structTypeName": "_SD_CHANGE_MACHINE_SID_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7854", + "kind": "Struct", + "name": "SdQueryStats", + "offset": 0, + "parentId": "7852", + "refId": "7829", + "strLen": 64, + "structTypeName": "_SD_QUERY_STATS_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7855", + "kind": "Struct", + "name": "SdEnumSds", + "offset": 0, + "parentId": "7852", + "refId": "7844", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7856", + "kind": "Struct", + "name": "tagNCCALCSIZE_PARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNCCALCSIZE_PARAMS" + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "7857", + "kind": "Array", + "name": "rgrc", + "offset": 0, + "parentId": "7856", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7858", + "kind": "Struct", + "name": "lppos", + "offset": 0, + "parentId": "7856", + "refId": "3351", + "strLen": 64, + "structTypeName": "tagWINDOWPOS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7859", + "kind": "Struct", + "name": "tagMONITORINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMONITORINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7860", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7861", + "kind": "Struct", + "name": "rcMonitor", + "offset": 4, + "parentId": "7859", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7862", + "kind": "Struct", + "name": "rcWork", + "offset": 4, + "parentId": "7859", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7863", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7864", + "kind": "Struct", + "name": "BSMINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BSMINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7865", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7864", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7866", + "kind": "Struct", + "name": "hdesk", + "offset": 4, + "parentId": "7864", + "refId": "5080", + "strLen": 64, + "structTypeName": "HDESK__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7867", + "kind": "Struct", + "name": "hwnd", + "offset": 4, + "parentId": "7864", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7868", + "kind": "Struct", + "name": "luid", + "offset": 4, + "parentId": "7864", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7869", + "kind": "Struct", + "name": "_SD_ENUM_SDS_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7870", + "kind": "UInt64", + "name": "StartingOffset", + "offset": 0, + "parentId": "7869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7871", + "kind": "UInt64", + "name": "MaxSDEntriesToReturn", + "offset": 8, + "parentId": "7869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7872", + "kind": "Struct", + "name": "POWERBROADCAST_SETTING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "POWERBROADCAST_SETTING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7873", + "kind": "Struct", + "name": "PowerSetting", + "offset": 0, + "parentId": "7872", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7874", + "kind": "UInt32", + "name": "DataLength", + "offset": 0, + "parentId": "7872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7875", + "kind": "Array", + "name": "Data", + "offset": 4, + "parentId": "7872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7876", + "kind": "Struct", + "name": "_CONTAINER_VOLUME_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTAINER_VOLUME_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7877", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "7876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7878", + "kind": "Struct", + "name": "_SERVICE_REQUIRED_PRIVILEGES_INFOA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_REQUIRED_PRIVILEGES_INFOA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7879", + "kind": "Struct", + "name": "pmszRequiredPrivileges", + "offset": 0, + "parentId": "7878", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7880", + "kind": "Struct", + "name": "tagDELETEITEMSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDELETEITEMSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7881", + "kind": "UInt32", + "name": "CtlType", + "offset": 0, + "parentId": "7880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7882", + "kind": "UInt32", + "name": "CtlID", + "offset": 4, + "parentId": "7880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7883", + "kind": "UInt32", + "name": "itemID", + "offset": 8, + "parentId": "7880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7884", + "kind": "Struct", + "name": "hwndItem", + "offset": 12, + "parentId": "7880", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7885", + "kind": "UInt64", + "name": "itemData", + "offset": 12, + "parentId": "7880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7886", + "kind": "Struct", + "name": "tagSCROLLBARINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSCROLLBARINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7887", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7888", + "kind": "Struct", + "name": "rcScrollBar", + "offset": 4, + "parentId": "7886", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7889", + "kind": "Int32", + "name": "dxyLineButton", + "offset": 4, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7890", + "kind": "Int32", + "name": "xyThumbTop", + "offset": 8, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7891", + "kind": "Int32", + "name": "xyThumbBottom", + "offset": 12, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7892", + "kind": "Int32", + "name": "reserved", + "offset": 16, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt32", + "id": "7893", + "kind": "Array", + "name": "rgstate", + "offset": 20, + "parentId": "7886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7894", + "kind": "Struct", + "name": "tagGETCLIPBMETADATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGETCLIPBMETADATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7895", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "7894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7896", + "kind": "Int32", + "name": "IsDelayRendered", + "offset": 4, + "parentId": "7894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7897", + "kind": "Int32", + "name": "IsSynthetic", + "offset": 8, + "parentId": "7894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7898", + "kind": "Struct", + "name": "_OUTLINETEXTMETRICA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OUTLINETEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7899", + "kind": "UInt32", + "name": "otmSize", + "offset": 0, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7900", + "kind": "Struct", + "name": "otmTextMetrics", + "offset": 4, + "parentId": "7898", + "refId": "5043", + "strLen": 64, + "structTypeName": "tagTEXTMETRICA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7901", + "kind": "UInt8", + "name": "otmFiller", + "offset": 4, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7902", + "kind": "Struct", + "name": "otmPanoseNumber", + "offset": 5, + "parentId": "7898", + "refId": "4709", + "strLen": 64, + "structTypeName": "tagPANOSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7903", + "kind": "UInt32", + "name": "otmfsSelection", + "offset": 5, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7904", + "kind": "UInt32", + "name": "otmfsType", + "offset": 9, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7905", + "kind": "Int32", + "name": "otmsCharSlopeRise", + "offset": 13, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7906", + "kind": "Int32", + "name": "otmsCharSlopeRun", + "offset": 17, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7907", + "kind": "Int32", + "name": "otmItalicAngle", + "offset": 21, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7908", + "kind": "UInt32", + "name": "otmEMSquare", + "offset": 25, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7909", + "kind": "Int32", + "name": "otmAscent", + "offset": 29, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7910", + "kind": "Int32", + "name": "otmDescent", + "offset": 33, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7911", + "kind": "UInt32", + "name": "otmLineGap", + "offset": 37, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7912", + "kind": "UInt32", + "name": "otmsCapEmHeight", + "offset": 41, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7913", + "kind": "UInt32", + "name": "otmsXHeight", + "offset": 45, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7914", + "kind": "Struct", + "name": "otmrcFontBox", + "offset": 49, + "parentId": "7898", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7915", + "kind": "Int32", + "name": "otmMacAscent", + "offset": 49, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7916", + "kind": "Int32", + "name": "otmMacDescent", + "offset": 53, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7917", + "kind": "UInt32", + "name": "otmMacLineGap", + "offset": 57, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7918", + "kind": "UInt32", + "name": "otmusMinimumPPEM", + "offset": 61, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7919", + "kind": "Struct", + "name": "otmptSubscriptSize", + "offset": 65, + "parentId": "7898", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7920", + "kind": "Struct", + "name": "otmptSubscriptOffset", + "offset": 65, + "parentId": "7898", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7921", + "kind": "Struct", + "name": "otmptSuperscriptSize", + "offset": 65, + "parentId": "7898", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7922", + "kind": "Struct", + "name": "otmptSuperscriptOffset", + "offset": 65, + "parentId": "7898", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7923", + "kind": "UInt32", + "name": "otmsStrikeoutSize", + "offset": 65, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7924", + "kind": "Int32", + "name": "otmsStrikeoutPosition", + "offset": 69, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7925", + "kind": "Int32", + "name": "otmsUnderscoreSize", + "offset": 73, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7926", + "kind": "Int32", + "name": "otmsUnderscorePosition", + "offset": 77, + "parentId": "7898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7927", + "kind": "Struct", + "name": "otmpFamilyName", + "offset": 81, + "parentId": "7898", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7928", + "kind": "Struct", + "name": "otmpFaceName", + "offset": 81, + "parentId": "7898", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7929", + "kind": "Struct", + "name": "otmpStyleName", + "offset": 81, + "parentId": "7898", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7930", + "kind": "Struct", + "name": "otmpFullName", + "offset": 81, + "parentId": "7898", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7931", + "kind": "Struct", + "name": "tagACCESSTIMEOUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagACCESSTIMEOUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7932", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "7931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7933", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "7931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7934", + "kind": "UInt32", + "name": "iTimeOutMSec", + "offset": 8, + "parentId": "7931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7935", + "kind": "Struct", + "name": "tagEMRPOLYTEXTOUTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMRPOLYTEXTOUTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7936", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7935", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7937", + "kind": "Struct", + "name": "rclBounds", + "offset": 0, + "parentId": "7935", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7938", + "kind": "UInt32", + "name": "iGraphicsMode", + "offset": 0, + "parentId": "7935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7939", + "kind": "Float", + "name": "exScale", + "offset": 4, + "parentId": "7935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7940", + "kind": "Float", + "name": "eyScale", + "offset": 8, + "parentId": "7935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7941", + "kind": "Int32", + "name": "cStrings", + "offset": 12, + "parentId": "7935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "7942", + "kind": "Array", + "name": "aemrtext", + "offset": 16, + "parentId": "7935", + "refId": "4568", + "strLen": 64, + "structTypeName": "tagEMRTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7943", + "kind": "Struct", + "name": "_REQUEST_OPLOCK_OUTPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REQUEST_OPLOCK_OUTPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7944", + "kind": "UInt16", + "name": "StructureVersion", + "offset": 0, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7945", + "kind": "UInt16", + "name": "StructureLength", + "offset": 2, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7946", + "kind": "UInt32", + "name": "OriginalOplockLevel", + "offset": 4, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7947", + "kind": "UInt32", + "name": "NewOplockLevel", + "offset": 8, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7948", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7949", + "kind": "UInt32", + "name": "AccessMode", + "offset": 16, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7950", + "kind": "UInt16", + "name": "ShareMode", + "offset": 20, + "parentId": "7943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7951", + "kind": "Struct", + "name": "tagUSEROBJECTFLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagUSEROBJECTFLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7952", + "kind": "Int32", + "name": "fInherit", + "offset": 0, + "parentId": "7951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7953", + "kind": "Int32", + "name": "fReserved", + "offset": 4, + "parentId": "7951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7954", + "kind": "UInt32", + "name": "dwFlags", + "offset": 8, + "parentId": "7951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7955", + "kind": "Struct", + "name": "tagCWPRETSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCWPRETSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7956", + "kind": "Int64", + "name": "lResult", + "offset": 0, + "parentId": "7955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7957", + "kind": "Int64", + "name": "lParam", + "offset": 8, + "parentId": "7955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7958", + "kind": "UInt64", + "name": "wParam", + "offset": 16, + "parentId": "7955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7959", + "kind": "UInt32", + "name": "message", + "offset": 24, + "parentId": "7955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7960", + "kind": "Struct", + "name": "hwnd", + "offset": 28, + "parentId": "7955", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7961", + "kind": "Struct", + "name": "tagEMREOF", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEMREOF" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7962", + "kind": "Struct", + "name": "emr", + "offset": 0, + "parentId": "7961", + "refId": "4339", + "strLen": 64, + "structTypeName": "tagEMR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7963", + "kind": "UInt32", + "name": "nPalEntries", + "offset": 0, + "parentId": "7961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7964", + "kind": "UInt32", + "name": "offPalEntries", + "offset": 4, + "parentId": "7961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7965", + "kind": "UInt32", + "name": "nSizeLast", + "offset": 8, + "parentId": "7961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7966", + "kind": "Struct", + "name": "STORAGE_BREAK_RESERVATION_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "STORAGE_BREAK_RESERVATION_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7967", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "7966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7968", + "kind": "UInt8", + "name": "_unused", + "offset": 4, + "parentId": "7966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7969", + "kind": "UInt8", + "name": "PathId", + "offset": 5, + "parentId": "7966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7970", + "kind": "UInt8", + "name": "TargetId", + "offset": 6, + "parentId": "7966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7971", + "kind": "UInt8", + "name": "Lun", + "offset": 7, + "parentId": "7966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7972", + "kind": "Struct", + "name": "_RASTERIZER_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RASTERIZER_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7973", + "kind": "Int16", + "name": "nSize", + "offset": 0, + "parentId": "7972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7974", + "kind": "Int16", + "name": "wFlags", + "offset": 2, + "parentId": "7972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7975", + "kind": "Int16", + "name": "nLanguageID", + "offset": 4, + "parentId": "7972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7976", + "kind": "Struct", + "name": "tagMOUSEHOOKSTRUCTEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMOUSEHOOKSTRUCTEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7977", + "kind": "UInt32", + "name": "mouseData", + "offset": 0, + "parentId": "7976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7978", + "kind": "Struct", + "name": "tagCOPYDATASTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCOPYDATASTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7979", + "kind": "UInt64", + "name": "dwData", + "offset": 0, + "parentId": "7978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7980", + "kind": "UInt32", + "name": "cbData", + "offset": 8, + "parentId": "7978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7981", + "kind": "Hex8", + "name": "lpData", + "offset": 12, + "parentId": "7978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7982", + "kind": "Struct", + "name": "_VIRTUAL_STORAGE_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUAL_STORAGE_TYPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7983", + "kind": "UInt32", + "name": "DeviceId", + "offset": 0, + "parentId": "7982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7984", + "kind": "Struct", + "name": "VendorId", + "offset": 4, + "parentId": "7982", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7985", + "kind": "Struct", + "name": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7986", + "kind": "UInt32", + "name": "EntryLength", + "offset": 0, + "parentId": "7985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7987", + "kind": "UInt32", + "name": "DependencyTypeFlags", + "offset": 4, + "parentId": "7985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7988", + "kind": "UInt32", + "name": "ProviderSpecificFlags", + "offset": 8, + "parentId": "7985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7989", + "kind": "Struct", + "name": "VirtualStorageType", + "offset": 12, + "parentId": "7985", + "refId": "7982", + "strLen": 64, + "structTypeName": "_VIRTUAL_STORAGE_TYPE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7990", + "kind": "Struct", + "name": "_WIM_PROVIDER_OVERLAY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_OVERLAY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7991", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "7990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7992", + "kind": "Struct", + "name": "DataSourceId", + "offset": 4, + "parentId": "7990", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7993", + "kind": "Struct", + "name": "WimGuid", + "offset": 4, + "parentId": "7990", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7994", + "kind": "UInt32", + "name": "WimFileNameOffset", + "offset": 4, + "parentId": "7990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7995", + "kind": "UInt32", + "name": "WimType", + "offset": 8, + "parentId": "7990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7996", + "kind": "UInt32", + "name": "WimIndex", + "offset": 12, + "parentId": "7990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7997", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "7990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "7998", + "kind": "Struct", + "name": "tagDEBUGHOOKINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDEBUGHOOKINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "7999", + "kind": "UInt32", + "name": "idThread", + "offset": 0, + "parentId": "7998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8000", + "kind": "UInt32", + "name": "idThreadInstaller", + "offset": 4, + "parentId": "7998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8001", + "kind": "Int64", + "name": "lParam", + "offset": 8, + "parentId": "7998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8002", + "kind": "UInt64", + "name": "wParam", + "offset": 16, + "parentId": "7998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8003", + "kind": "Int32", + "name": "code", + "offset": 24, + "parentId": "7998", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8004", + "kind": "Struct", + "name": "tagNONCLIENTMETRICSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagNONCLIENTMETRICSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8005", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8006", + "kind": "Int32", + "name": "iBorderWidth", + "offset": 4, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8007", + "kind": "Int32", + "name": "iScrollWidth", + "offset": 8, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8008", + "kind": "Int32", + "name": "iScrollHeight", + "offset": 12, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8009", + "kind": "Int32", + "name": "iCaptionWidth", + "offset": 16, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8010", + "kind": "Int32", + "name": "iCaptionHeight", + "offset": 20, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8011", + "kind": "Struct", + "name": "lfCaptionFont", + "offset": 24, + "parentId": "8004", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8012", + "kind": "Int32", + "name": "iSmCaptionWidth", + "offset": 24, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8013", + "kind": "Int32", + "name": "iSmCaptionHeight", + "offset": 28, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8014", + "kind": "Struct", + "name": "lfSmCaptionFont", + "offset": 32, + "parentId": "8004", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8015", + "kind": "Int32", + "name": "iMenuWidth", + "offset": 32, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8016", + "kind": "Int32", + "name": "iMenuHeight", + "offset": 36, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8017", + "kind": "Struct", + "name": "lfMenuFont", + "offset": 40, + "parentId": "8004", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8018", + "kind": "Struct", + "name": "lfStatusFont", + "offset": 40, + "parentId": "8004", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8019", + "kind": "Struct", + "name": "lfMessageFont", + "offset": 40, + "parentId": "8004", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8020", + "kind": "Int32", + "name": "iPaddedBorderWidth", + "offset": 40, + "parentId": "8004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8021", + "kind": "Struct", + "name": "_REQUEST_RAW_ENCRYPTED_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REQUEST_RAW_ENCRYPTED_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8022", + "kind": "Int64", + "name": "FileOffset", + "offset": 0, + "parentId": "8021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8023", + "kind": "UInt32", + "name": "Length", + "offset": 8, + "parentId": "8021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8024", + "kind": "Struct", + "name": "tagMSGBOXPARAMSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMSGBOXPARAMSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8025", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8026", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "8024", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8027", + "kind": "Struct", + "name": "hInstance", + "offset": 4, + "parentId": "8024", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8028", + "kind": "Pointer64", + "name": "lpszText", + "offset": 4, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8029", + "kind": "Pointer64", + "name": "lpszCaption", + "offset": 12, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8030", + "kind": "UInt32", + "name": "dwStyle", + "offset": 20, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8031", + "kind": "Pointer64", + "name": "lpszIcon", + "offset": 24, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8032", + "kind": "UInt64", + "name": "dwContextHelpId", + "offset": 32, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8033", + "kind": "Struct", + "name": "lpfnMsgBoxCallback", + "offset": 40, + "parentId": "8024", + "refId": "0", + "strLen": 64, + "structTypeName": "MSGBOXCALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8034", + "kind": "UInt32", + "name": "dwLanguageId", + "offset": 40, + "parentId": "8024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8035", + "kind": "Struct", + "name": "tagCBTACTIVATESTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCBTACTIVATESTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8036", + "kind": "Int32", + "name": "fMouse", + "offset": 0, + "parentId": "8035", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8037", + "kind": "Struct", + "name": "hWndActive", + "offset": 4, + "parentId": "8035", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8038", + "kind": "Struct", + "name": "_ENCRYPTION_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTION_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8039", + "kind": "UInt32", + "name": "EncryptionOperation", + "offset": 0, + "parentId": "8038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8040", + "kind": "Array", + "name": "Private", + "offset": 4, + "parentId": "8038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8041", + "kind": "Struct", + "name": "_WGLSWAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WGLSWAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8042", + "kind": "Struct", + "name": "hdc", + "offset": 0, + "parentId": "8041", + "refId": "5078", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8043", + "kind": "UInt32", + "name": "uiFlags", + "offset": 0, + "parentId": "8041", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8044", + "kind": "Struct", + "name": "_FILE_REGION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REGION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8045", + "kind": "Int64", + "name": "FileOffset", + "offset": 0, + "parentId": "8044", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8046", + "kind": "Int64", + "name": "Length", + "offset": 8, + "parentId": "8044", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8047", + "kind": "UInt32", + "name": "Usage", + "offset": 16, + "parentId": "8044", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8048", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "8044", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8049", + "kind": "Struct", + "name": "_FILE_REGION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REGION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8050", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8049", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8051", + "kind": "UInt32", + "name": "TotalRegionEntryCount", + "offset": 4, + "parentId": "8049", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8052", + "kind": "UInt32", + "name": "RegionEntryCount", + "offset": 8, + "parentId": "8049", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8053", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "8049", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8054", + "kind": "Array", + "name": "Region", + "offset": 16, + "parentId": "8049", + "refId": "8044", + "strLen": 64, + "structTypeName": "_FILE_REGION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8055", + "kind": "Struct", + "name": "_TXFS_MODIFY_RM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_MODIFY_RM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8056", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8057", + "kind": "UInt32", + "name": "LogContainerCountMax", + "offset": 4, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8058", + "kind": "UInt32", + "name": "LogContainerCountMin", + "offset": 8, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8059", + "kind": "UInt32", + "name": "LogContainerCount", + "offset": 12, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8060", + "kind": "UInt32", + "name": "LogGrowthIncrement", + "offset": 16, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8061", + "kind": "UInt32", + "name": "LogAutoShrinkPercentage", + "offset": 20, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8062", + "kind": "UInt64", + "name": "Reserved", + "offset": 24, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8063", + "kind": "UInt16", + "name": "LoggingMode", + "offset": 32, + "parentId": "8055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8064", + "kind": "Struct", + "name": "_MODEMSETTINGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MODEMSETTINGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8065", + "kind": "UInt32", + "name": "dwActualSize", + "offset": 0, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8066", + "kind": "UInt32", + "name": "dwRequiredSize", + "offset": 4, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8067", + "kind": "UInt32", + "name": "dwDevSpecificOffset", + "offset": 8, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8068", + "kind": "UInt32", + "name": "dwDevSpecificSize", + "offset": 12, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8069", + "kind": "UInt32", + "name": "dwCallSetupFailTimer", + "offset": 16, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8070", + "kind": "UInt32", + "name": "dwInactivityTimeout", + "offset": 20, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8071", + "kind": "UInt32", + "name": "dwSpeakerVolume", + "offset": 24, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8072", + "kind": "UInt32", + "name": "dwSpeakerMode", + "offset": 28, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8073", + "kind": "UInt32", + "name": "dwPreferredModemOptions", + "offset": 32, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8074", + "kind": "UInt32", + "name": "dwNegotiatedModemOptions", + "offset": 36, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8075", + "kind": "UInt32", + "name": "dwNegotiatedDCERate", + "offset": 40, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8076", + "kind": "Array", + "name": "abVariablePortion", + "offset": 44, + "parentId": "8064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8077", + "kind": "Struct", + "name": "tagHELPINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHELPINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8078", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8079", + "kind": "Int32", + "name": "iContextType", + "offset": 4, + "parentId": "8077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8080", + "kind": "Int32", + "name": "iCtrlId", + "offset": 8, + "parentId": "8077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8081", + "kind": "Hex8", + "name": "hItemHandle", + "offset": 12, + "parentId": "8077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8082", + "kind": "UInt64", + "name": "dwContextId", + "offset": 13, + "parentId": "8077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8083", + "kind": "Struct", + "name": "MousePos", + "offset": 21, + "parentId": "8077", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8084", + "kind": "Struct", + "name": "tagCBT_CREATEWNDA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCBT_CREATEWNDA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8085", + "kind": "Pointer64", + "name": "lpcs", + "offset": 0, + "parentId": "8084", + "refId": "3066", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8086", + "kind": "Struct", + "name": "hwndInsertAfter", + "offset": 8, + "parentId": "8084", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8087", + "kind": "Struct", + "name": "tagMDICREATESTRUCTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMDICREATESTRUCTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8088", + "kind": "Pointer64", + "name": "szClass", + "offset": 0, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8089", + "kind": "Pointer64", + "name": "szTitle", + "offset": 8, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8090", + "kind": "Hex8", + "name": "hOwner", + "offset": 16, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8091", + "kind": "Int32", + "name": "x", + "offset": 17, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8092", + "kind": "Int32", + "name": "y", + "offset": 21, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8093", + "kind": "Int32", + "name": "cx", + "offset": 25, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8094", + "kind": "Int32", + "name": "cy", + "offset": 29, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8095", + "kind": "UInt32", + "name": "style", + "offset": 33, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8096", + "kind": "Int64", + "name": "lParam", + "offset": 37, + "parentId": "8087", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8097", + "kind": "Struct", + "name": "tagEVENTMSG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagEVENTMSG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8098", + "kind": "UInt32", + "name": "message", + "offset": 0, + "parentId": "8097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8099", + "kind": "UInt32", + "name": "paramL", + "offset": 4, + "parentId": "8097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8100", + "kind": "UInt32", + "name": "paramH", + "offset": 8, + "parentId": "8097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8101", + "kind": "UInt32", + "name": "time", + "offset": 12, + "parentId": "8097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8102", + "kind": "Struct", + "name": "hwnd", + "offset": 16, + "parentId": "8097", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8103", + "kind": "Struct", + "name": "SHELLHOOKINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "SHELLHOOKINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8104", + "kind": "Struct", + "name": "hwnd", + "offset": 0, + "parentId": "8103", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8105", + "kind": "Struct", + "name": "rc", + "offset": 0, + "parentId": "8103", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8106", + "kind": "Struct", + "name": "_FILE_STORAGE_TIER_REGION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER_REGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8107", + "kind": "Struct", + "name": "TierId", + "offset": 0, + "parentId": "8106", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8108", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "8106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8109", + "kind": "UInt64", + "name": "Length", + "offset": 8, + "parentId": "8106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8110", + "kind": "Struct", + "name": "_WNODE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8111", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8112", + "kind": "UInt32", + "name": "ProviderId", + "offset": 4, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8113", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8114", + "kind": "UInt64", + "name": "HistoricalContext", + "offset": 0, + "parentId": "8113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8115", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8116", + "kind": "UInt32", + "name": "CountLost", + "offset": 0, + "parentId": "8115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8117", + "kind": "Hex8", + "name": "KernelHandle", + "offset": 0, + "parentId": "8115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8118", + "kind": "Struct", + "name": "TimeStamp", + "offset": 0, + "parentId": "8115", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8119", + "kind": "Struct", + "name": "Guid", + "offset": 20, + "parentId": "8110", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8120", + "kind": "UInt32", + "name": "ClientContext", + "offset": 20, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8121", + "kind": "UInt32", + "name": "Flags", + "offset": 24, + "parentId": "8110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8122", + "kind": "Struct", + "name": "tagWNODE_EVENT_REFERENCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_EVENT_REFERENCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8123", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "8122", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8124", + "kind": "Struct", + "name": "TargetGuid", + "offset": 0, + "parentId": "8122", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8125", + "kind": "UInt32", + "name": "TargetDataBlockSize", + "offset": 0, + "parentId": "8122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8126", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "8122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8127", + "kind": "UInt32", + "name": "TargetInstanceIndex", + "offset": 0, + "parentId": "8126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8128", + "kind": "Array", + "name": "TargetInstanceName", + "offset": 0, + "parentId": "8126", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8129", + "kind": "Struct", + "name": "tagRAWINPUTHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWINPUTHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8130", + "kind": "UInt32", + "name": "dwType", + "offset": 0, + "parentId": "8129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8131", + "kind": "UInt32", + "name": "dwSize", + "offset": 4, + "parentId": "8129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8132", + "kind": "Hex8", + "name": "hDevice", + "offset": 8, + "parentId": "8129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8133", + "kind": "UInt64", + "name": "wParam", + "offset": 9, + "parentId": "8129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8134", + "kind": "Struct", + "name": "_IO_IRP_EXT_TRACK_OFFSET_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_IRP_EXT_TRACK_OFFSET_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8135", + "kind": "UInt16", + "name": "Validation", + "offset": 0, + "parentId": "8134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8136", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "8134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8137", + "kind": "Struct", + "name": "TrackedOffsetCallback", + "offset": 4, + "parentId": "8134", + "refId": "0", + "strLen": 64, + "structTypeName": "PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8138", + "kind": "Struct", + "name": "_FILE_LAYOUT_NAME_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LAYOUT_NAME_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8139", + "kind": "UInt32", + "name": "NextNameOffset", + "offset": 0, + "parentId": "8138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8140", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "8138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8141", + "kind": "UInt64", + "name": "ParentFileReferenceNumber", + "offset": 8, + "parentId": "8138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8142", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 16, + "parentId": "8138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8143", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "8138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8144", + "kind": "Array", + "name": "FileName", + "offset": 24, + "parentId": "8138", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8145", + "kind": "Struct", + "name": "tagWINDOWINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWINDOWINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8146", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8147", + "kind": "Struct", + "name": "rcWindow", + "offset": 4, + "parentId": "8145", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8148", + "kind": "Struct", + "name": "rcClient", + "offset": 4, + "parentId": "8145", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8149", + "kind": "UInt32", + "name": "dwStyle", + "offset": 4, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8150", + "kind": "UInt32", + "name": "dwExStyle", + "offset": 8, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8151", + "kind": "UInt32", + "name": "dwWindowStatus", + "offset": 12, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8152", + "kind": "UInt32", + "name": "cxWindowBorders", + "offset": 16, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8153", + "kind": "UInt32", + "name": "cyWindowBorders", + "offset": 20, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8154", + "kind": "UInt16", + "name": "atomWindowType", + "offset": 24, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8155", + "kind": "UInt16", + "name": "wCreatorVersion", + "offset": 26, + "parentId": "8145", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8156", + "kind": "Struct", + "name": "WMIREGGUIDW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WMIREGGUIDW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8157", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "8156", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8158", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8159", + "kind": "UInt32", + "name": "InstanceCount", + "offset": 4, + "parentId": "8156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8160", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8161", + "kind": "UInt32", + "name": "InstanceNameList", + "offset": 0, + "parentId": "8160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8162", + "kind": "UInt32", + "name": "BaseNameOffset", + "offset": 0, + "parentId": "8160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8163", + "kind": "UInt64", + "name": "Pdo", + "offset": 0, + "parentId": "8160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8164", + "kind": "UInt64", + "name": "InstanceInfo", + "offset": 0, + "parentId": "8160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8165", + "kind": "Struct", + "name": "_REPAIR_COPIES_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REPAIR_COPIES_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8166", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8167", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8168", + "kind": "Struct", + "name": "FileOffset", + "offset": 8, + "parentId": "8165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8169", + "kind": "UInt32", + "name": "Length", + "offset": 8, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8170", + "kind": "UInt32", + "name": "SourceCopy", + "offset": 12, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8171", + "kind": "UInt32", + "name": "NumberOfRepairCopies", + "offset": 16, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "8172", + "kind": "Array", + "name": "RepairCopies", + "offset": 20, + "parentId": "8165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8173", + "kind": "Struct", + "name": "tagTITLEBARINFOEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTITLEBARINFOEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8174", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8173", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8175", + "kind": "Struct", + "name": "rcTitleBar", + "offset": 4, + "parentId": "8173", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt32", + "id": "8176", + "kind": "Array", + "name": "rgstate", + "offset": 4, + "parentId": "8173", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": true, + "elementKind": "Struct", + "id": "8177", + "kind": "Array", + "name": "rgrect", + "offset": 28, + "parentId": "8173", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8178", + "kind": "Struct", + "name": "_LOOKUP_STREAM_FROM_CLUSTER_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOOKUP_STREAM_FROM_CLUSTER_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8179", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8180", + "kind": "UInt32", + "name": "NumberOfClusters", + "offset": 4, + "parentId": "8178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8181", + "kind": "Array", + "name": "Cluster", + "offset": 8, + "parentId": "8178", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8182", + "kind": "Struct", + "name": "tagSOUNDSENTRYW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSOUNDSENTRYW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8183", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8184", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8185", + "kind": "UInt32", + "name": "iFSTextEffect", + "offset": 8, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8186", + "kind": "UInt32", + "name": "iFSTextEffectMSec", + "offset": 12, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8187", + "kind": "UInt32", + "name": "iFSTextEffectColorBits", + "offset": 16, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8188", + "kind": "UInt32", + "name": "iFSGrafEffect", + "offset": 20, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8189", + "kind": "UInt32", + "name": "iFSGrafEffectMSec", + "offset": 24, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8190", + "kind": "UInt32", + "name": "iFSGrafEffectColor", + "offset": 28, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8191", + "kind": "UInt32", + "name": "iWindowsEffect", + "offset": 32, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8192", + "kind": "UInt32", + "name": "iWindowsEffectMSec", + "offset": 36, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8193", + "kind": "Struct", + "name": "lpszWindowsEffectDLL", + "offset": 40, + "parentId": "8182", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8194", + "kind": "UInt32", + "name": "iWindowsEffectOrdinal", + "offset": 40, + "parentId": "8182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8195", + "kind": "Struct", + "name": "_FS_BPIO_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8196", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "8195", + "refId": "204", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8197", + "kind": "UInt32", + "name": "InFlags", + "offset": 4, + "parentId": "8195", + "refId": "264", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8198", + "kind": "UInt64", + "name": "Reserved1", + "offset": 8, + "parentId": "8195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8199", + "kind": "UInt64", + "name": "Reserved2", + "offset": 16, + "parentId": "8195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8200", + "kind": "Struct", + "name": "tagSTYLESTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSTYLESTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8201", + "kind": "UInt32", + "name": "styleOld", + "offset": 0, + "parentId": "8200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8202", + "kind": "UInt32", + "name": "styleNew", + "offset": 4, + "parentId": "8200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8203", + "kind": "Struct", + "name": "tagMOUSEKEYS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMOUSEKEYS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8204", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8205", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8206", + "kind": "UInt32", + "name": "iMaxSpeed", + "offset": 8, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8207", + "kind": "UInt32", + "name": "iTimeToMaxSpeed", + "offset": 12, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8208", + "kind": "UInt32", + "name": "iCtrlSpeed", + "offset": 16, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8209", + "kind": "UInt32", + "name": "dwReserved1", + "offset": 20, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8210", + "kind": "UInt32", + "name": "dwReserved2", + "offset": 24, + "parentId": "8203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8211", + "kind": "Struct", + "name": "_QUERY_BAD_RANGES_OUTPUT_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_OUTPUT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8212", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8213", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "8211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8214", + "kind": "UInt64", + "name": "StartOffset", + "offset": 8, + "parentId": "8211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8215", + "kind": "UInt64", + "name": "LengthInBytes", + "offset": 16, + "parentId": "8211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8216", + "kind": "Struct", + "name": "tagMULTIKEYHELPW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMULTIKEYHELPW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8217", + "kind": "UInt32", + "name": "mkSize", + "offset": 0, + "parentId": "8216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8218", + "kind": "Struct", + "name": "mkKeylist", + "offset": 4, + "parentId": "8216", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8219", + "kind": "Array", + "name": "szKeyphrase", + "offset": 4, + "parentId": "8216", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8220", + "kind": "Struct", + "name": "_STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8221", + "kind": "UInt32", + "name": "RequestLevel", + "offset": 0, + "parentId": "8220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8222", + "kind": "UInt32", + "name": "RequestFlags", + "offset": 4, + "parentId": "8220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8223", + "kind": "Struct", + "name": "_UNIVERSAL_NAME_INFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNIVERSAL_NAME_INFOW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8224", + "kind": "Struct", + "name": "lpUniversalName", + "offset": 0, + "parentId": "8223", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8225", + "kind": "Struct", + "name": "_WIM_PROVIDER_REMOVE_OVERLAY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_REMOVE_OVERLAY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8226", + "kind": "Struct", + "name": "DataSourceId", + "offset": 0, + "parentId": "8225", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8227", + "kind": "Struct", + "name": "tagMINMAXINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMINMAXINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8228", + "kind": "Struct", + "name": "ptReserved", + "offset": 0, + "parentId": "8227", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8229", + "kind": "Struct", + "name": "ptMaxSize", + "offset": 0, + "parentId": "8227", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8230", + "kind": "Struct", + "name": "ptMaxPosition", + "offset": 0, + "parentId": "8227", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8231", + "kind": "Struct", + "name": "ptMinTrackSize", + "offset": 0, + "parentId": "8227", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8232", + "kind": "Struct", + "name": "ptMaxTrackSize", + "offset": 0, + "parentId": "8227", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8233", + "kind": "Struct", + "name": "_SD_CHANGE_MACHINE_SID_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_CHANGE_MACHINE_SID_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8234", + "kind": "UInt16", + "name": "CurrentMachineSIDOffset", + "offset": 0, + "parentId": "8233", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8235", + "kind": "UInt16", + "name": "CurrentMachineSIDLength", + "offset": 2, + "parentId": "8233", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8236", + "kind": "UInt16", + "name": "NewMachineSIDOffset", + "offset": 4, + "parentId": "8233", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8237", + "kind": "UInt16", + "name": "NewMachineSIDLength", + "offset": 6, + "parentId": "8233", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8238", + "kind": "Struct", + "name": "tagMSLLHOOKSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMSLLHOOKSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8239", + "kind": "Struct", + "name": "pt", + "offset": 0, + "parentId": "8238", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8240", + "kind": "UInt32", + "name": "mouseData", + "offset": 0, + "parentId": "8238", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8241", + "kind": "UInt32", + "name": "flags", + "offset": 4, + "parentId": "8238", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8242", + "kind": "UInt32", + "name": "time", + "offset": 8, + "parentId": "8238", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8243", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 12, + "parentId": "8238", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8244", + "kind": "Struct", + "name": "tagSCROLLINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagSCROLLINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8245", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8246", + "kind": "UInt32", + "name": "fMask", + "offset": 4, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8247", + "kind": "Int32", + "name": "nMin", + "offset": 8, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8248", + "kind": "Int32", + "name": "nMax", + "offset": 12, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8249", + "kind": "UInt32", + "name": "nPage", + "offset": 16, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8250", + "kind": "Int32", + "name": "nPos", + "offset": 20, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8251", + "kind": "Int32", + "name": "nTrackPos", + "offset": 24, + "parentId": "8244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8252", + "kind": "Struct", + "name": "tagMSGBOXPARAMSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMSGBOXPARAMSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8253", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8254", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "8252", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8255", + "kind": "Struct", + "name": "hInstance", + "offset": 4, + "parentId": "8252", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8256", + "kind": "Pointer64", + "name": "lpszText", + "offset": 4, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8257", + "kind": "Pointer64", + "name": "lpszCaption", + "offset": 12, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8258", + "kind": "UInt32", + "name": "dwStyle", + "offset": 20, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8259", + "kind": "Pointer64", + "name": "lpszIcon", + "offset": 24, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8260", + "kind": "UInt64", + "name": "dwContextHelpId", + "offset": 32, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8261", + "kind": "Struct", + "name": "lpfnMsgBoxCallback", + "offset": 40, + "parentId": "8252", + "refId": "0", + "strLen": 64, + "structTypeName": "MSGBOXCALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8262", + "kind": "UInt32", + "name": "dwLanguageId", + "offset": 40, + "parentId": "8252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8263", + "kind": "Struct", + "name": "tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8264", + "kind": "UInt16", + "name": "score", + "offset": 0, + "parentId": "8263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8265", + "kind": "Struct", + "name": "adjustedPoint", + "offset": 2, + "parentId": "8263", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8266", + "kind": "Struct", + "name": "_ENCRYPTED_DATA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_DATA_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8267", + "kind": "UInt64", + "name": "StartingFileOffset", + "offset": 0, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8268", + "kind": "UInt32", + "name": "OutputBufferOffset", + "offset": 8, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8269", + "kind": "UInt32", + "name": "BytesWithinFileSize", + "offset": 12, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8270", + "kind": "UInt32", + "name": "BytesWithinValidDataLength", + "offset": 16, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8271", + "kind": "UInt16", + "name": "CompressionFormat", + "offset": 20, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8272", + "kind": "UInt8", + "name": "DataUnitShift", + "offset": 22, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8273", + "kind": "UInt8", + "name": "ChunkShift", + "offset": 23, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8274", + "kind": "UInt8", + "name": "ClusterShift", + "offset": 24, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8275", + "kind": "UInt8", + "name": "EncryptionFormat", + "offset": 25, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8276", + "kind": "UInt16", + "name": "NumberOfDataBlocks", + "offset": 26, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "8277", + "kind": "Array", + "name": "DataBlockSize", + "offset": 28, + "parentId": "8266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8278", + "kind": "Struct", + "name": "tagDRAWTEXTPARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDRAWTEXTPARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8279", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8280", + "kind": "Int32", + "name": "iTabLength", + "offset": 4, + "parentId": "8278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8281", + "kind": "Int32", + "name": "iLeftMargin", + "offset": 8, + "parentId": "8278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8282", + "kind": "Int32", + "name": "iRightMargin", + "offset": 12, + "parentId": "8278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8283", + "kind": "UInt32", + "name": "uiLengthDrawn", + "offset": 16, + "parentId": "8278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8284", + "kind": "Struct", + "name": "_DesiredStorageClass", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DesiredStorageClass" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8285", + "kind": "UInt32", + "name": "Class", + "offset": 0, + "parentId": "8284", + "refId": "231", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8286", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "8284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8287", + "kind": "Struct", + "name": "_DataStream", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DataStream" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8288", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "8287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8289", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "8287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8290", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "8287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8291", + "kind": "UInt64", + "name": "Vdl", + "offset": 8, + "parentId": "8287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8292", + "kind": "Struct", + "name": "_Reparse", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_Reparse" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8293", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "8292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8294", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "8292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8295", + "kind": "UInt32", + "name": "ReparseDataSize", + "offset": 4, + "parentId": "8292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8296", + "kind": "UInt32", + "name": "ReparseDataOffset", + "offset": 8, + "parentId": "8292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8297", + "kind": "Struct", + "name": "_Ea", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_Ea" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8298", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "8297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8299", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "8297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8300", + "kind": "UInt32", + "name": "EaSize", + "offset": 4, + "parentId": "8297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8301", + "kind": "UInt32", + "name": "EaInformationOffset", + "offset": 8, + "parentId": "8297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8302", + "kind": "Struct", + "name": "_StreamInformation", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_StreamInformation" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8303", + "kind": "Struct", + "name": "DesiredStorageClass", + "offset": 0, + "parentId": "8302", + "refId": "8284", + "strLen": 64, + "structTypeName": "_DesiredStorageClass" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8304", + "kind": "Struct", + "name": "DataStream", + "offset": 0, + "parentId": "8302", + "refId": "8287", + "strLen": 64, + "structTypeName": "_DataStream" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8305", + "kind": "Struct", + "name": "Reparse", + "offset": 0, + "parentId": "8302", + "refId": "8292", + "strLen": 64, + "structTypeName": "_Reparse" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8306", + "kind": "Struct", + "name": "Ea", + "offset": 0, + "parentId": "8302", + "refId": "8297", + "strLen": 64, + "structTypeName": "_Ea" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8307", + "kind": "Struct", + "name": "_STREAM_INFORMATION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAM_INFORMATION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8308", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8307", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8309", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "8307", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8310", + "kind": "Struct", + "name": "StreamInformation", + "offset": 8, + "parentId": "8307", + "refId": "8302", + "strLen": 64, + "structTypeName": "_StreamInformation" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8311", + "kind": "Struct", + "name": "_TXFS_QUERY_RM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_QUERY_RM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8312", + "kind": "UInt32", + "name": "BytesRequired", + "offset": 0, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8313", + "kind": "UInt64", + "name": "TailLsn", + "offset": 4, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8314", + "kind": "UInt64", + "name": "CurrentLsn", + "offset": 12, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8315", + "kind": "UInt64", + "name": "ArchiveTailLsn", + "offset": 20, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8316", + "kind": "UInt64", + "name": "LogContainerSize", + "offset": 28, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8317", + "kind": "Struct", + "name": "HighestVirtualClock", + "offset": 36, + "parentId": "8311", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8318", + "kind": "UInt32", + "name": "LogContainerCount", + "offset": 36, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8319", + "kind": "UInt32", + "name": "LogContainerCountMax", + "offset": 40, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8320", + "kind": "UInt32", + "name": "LogContainerCountMin", + "offset": 44, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8321", + "kind": "UInt32", + "name": "LogGrowthIncrement", + "offset": 48, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8322", + "kind": "UInt32", + "name": "LogAutoShrinkPercentage", + "offset": 52, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8323", + "kind": "UInt32", + "name": "Flags", + "offset": 56, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8324", + "kind": "UInt16", + "name": "LoggingMode", + "offset": 60, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8325", + "kind": "UInt16", + "name": "Reserved", + "offset": 62, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8326", + "kind": "UInt32", + "name": "RmState", + "offset": 64, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8327", + "kind": "UInt64", + "name": "LogCapacity", + "offset": 68, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8328", + "kind": "UInt64", + "name": "LogFree", + "offset": 76, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8329", + "kind": "UInt64", + "name": "TopsSize", + "offset": 84, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8330", + "kind": "UInt64", + "name": "TopsUsed", + "offset": 92, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8331", + "kind": "UInt64", + "name": "TransactionCount", + "offset": 100, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8332", + "kind": "UInt64", + "name": "OnePCCount", + "offset": 108, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8333", + "kind": "UInt64", + "name": "TwoPCCount", + "offset": 116, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8334", + "kind": "UInt64", + "name": "NumberLogFileFull", + "offset": 124, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8335", + "kind": "UInt64", + "name": "OldestTransactionAge", + "offset": 132, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8336", + "kind": "Struct", + "name": "RMName", + "offset": 140, + "parentId": "8311", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8337", + "kind": "UInt32", + "name": "TmLogPathOffset", + "offset": 140, + "parentId": "8311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8338", + "kind": "Struct", + "name": "_DISCDLGSTRUCTW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISCDLGSTRUCTW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8339", + "kind": "UInt32", + "name": "cbStructure", + "offset": 0, + "parentId": "8338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8340", + "kind": "Struct", + "name": "hwndOwner", + "offset": 4, + "parentId": "8338", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8341", + "kind": "Struct", + "name": "lpLocalName", + "offset": 4, + "parentId": "8338", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8342", + "kind": "Struct", + "name": "lpRemoteName", + "offset": 4, + "parentId": "8338", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8343", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "8338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8344", + "kind": "Struct", + "name": "_PARTITION_INFORMATION_MBR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_MBR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8345", + "kind": "UInt8", + "name": "PartitionType", + "offset": 0, + "parentId": "8344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8346", + "kind": "UInt8", + "name": "BootIndicator", + "offset": 1, + "parentId": "8344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8347", + "kind": "UInt8", + "name": "RecognizedPartition", + "offset": 2, + "parentId": "8344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8348", + "kind": "UInt32", + "name": "HiddenSectors", + "offset": 3, + "parentId": "8344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8349", + "kind": "Struct", + "name": "PartitionId", + "offset": 7, + "parentId": "8344", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8350", + "kind": "Struct", + "name": "tagCURSORINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCURSORINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8351", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8350", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8352", + "kind": "UInt32", + "name": "flags", + "offset": 4, + "parentId": "8350", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8353", + "kind": "Struct", + "name": "hCursor", + "offset": 8, + "parentId": "8350", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8354", + "kind": "Struct", + "name": "ptScreenPos", + "offset": 8, + "parentId": "8350", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8355", + "kind": "Struct", + "name": "_NETRESOURCEA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NETRESOURCEA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8356", + "kind": "UInt32", + "name": "dwScope", + "offset": 0, + "parentId": "8355", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8357", + "kind": "UInt32", + "name": "dwType", + "offset": 4, + "parentId": "8355", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8358", + "kind": "UInt32", + "name": "dwDisplayType", + "offset": 8, + "parentId": "8355", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8359", + "kind": "UInt32", + "name": "dwUsage", + "offset": 12, + "parentId": "8355", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8360", + "kind": "Struct", + "name": "lpLocalName", + "offset": 16, + "parentId": "8355", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8361", + "kind": "Struct", + "name": "lpRemoteName", + "offset": 16, + "parentId": "8355", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8362", + "kind": "Struct", + "name": "lpComment", + "offset": 16, + "parentId": "8355", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8363", + "kind": "Struct", + "name": "lpProvider", + "offset": 16, + "parentId": "8355", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8364", + "kind": "Struct", + "name": "tagRID_DEVICE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8365", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8366", + "kind": "UInt32", + "name": "dwType", + "offset": 4, + "parentId": "8364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8367", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8368", + "kind": "Struct", + "name": "mouse", + "offset": 0, + "parentId": "8367", + "refId": "4046", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_MOUSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8369", + "kind": "Struct", + "name": "keyboard", + "offset": 0, + "parentId": "8367", + "refId": "4051", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_KEYBOARD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8370", + "kind": "Struct", + "name": "hid", + "offset": 0, + "parentId": "8367", + "refId": "3345", + "strLen": 64, + "structTypeName": "tagRID_DEVICE_INFO_HID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8371", + "kind": "Struct", + "name": "_DRIVE_LAYOUT_INFORMATION_MBR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION_MBR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8372", + "kind": "UInt32", + "name": "Signature", + "offset": 0, + "parentId": "8371", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8373", + "kind": "UInt32", + "name": "CheckSum", + "offset": 4, + "parentId": "8371", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8374", + "kind": "Struct", + "name": "_DRIVE_LAYOUT_INFORMATION_GPT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8375", + "kind": "Struct", + "name": "DiskId", + "offset": 0, + "parentId": "8374", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8376", + "kind": "Struct", + "name": "StartingUsableOffset", + "offset": 0, + "parentId": "8374", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8377", + "kind": "Struct", + "name": "UsableLength", + "offset": 0, + "parentId": "8374", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8378", + "kind": "UInt32", + "name": "MaxPartitionCount", + "offset": 0, + "parentId": "8374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8379", + "kind": "Struct", + "name": "_PARTITION_INFORMATION_GPT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8380", + "kind": "Struct", + "name": "PartitionType", + "offset": 0, + "parentId": "8379", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8381", + "kind": "Struct", + "name": "PartitionId", + "offset": 0, + "parentId": "8379", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8382", + "kind": "UInt64", + "name": "Attributes", + "offset": 0, + "parentId": "8379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": true, + "elementKind": "Struct", + "id": "8383", + "kind": "Array", + "name": "Name", + "offset": 8, + "parentId": "8379", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8384", + "kind": "Struct", + "name": "_PARTITION_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8385", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 0, + "parentId": "8384", + "refId": "181", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8386", + "kind": "Struct", + "name": "StartingOffset", + "offset": 4, + "parentId": "8384", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8387", + "kind": "Struct", + "name": "PartitionLength", + "offset": 4, + "parentId": "8384", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8388", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 4, + "parentId": "8384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8389", + "kind": "UInt8", + "name": "RewritePartition", + "offset": 8, + "parentId": "8384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8390", + "kind": "UInt8", + "name": "IsServicePartition", + "offset": 9, + "parentId": "8384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8391", + "kind": "Struct", + "name": "", + "offset": 10, + "parentId": "8384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8392", + "kind": "Struct", + "name": "Mbr", + "offset": 0, + "parentId": "8391", + "refId": "8344", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_MBR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8393", + "kind": "Struct", + "name": "Gpt", + "offset": 0, + "parentId": "8391", + "refId": "8379", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8394", + "kind": "Struct", + "name": "_DRIVE_LAYOUT_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8395", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 0, + "parentId": "8394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8396", + "kind": "UInt32", + "name": "PartitionCount", + "offset": 4, + "parentId": "8394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8397", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8398", + "kind": "Struct", + "name": "Mbr", + "offset": 0, + "parentId": "8397", + "refId": "8371", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION_MBR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8399", + "kind": "Struct", + "name": "Gpt", + "offset": 0, + "parentId": "8397", + "refId": "8374", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8400", + "kind": "Array", + "name": "PartitionEntry", + "offset": 8, + "parentId": "8394", + "refId": "8384", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8401", + "kind": "Struct", + "name": "tagWTSSESSION_NOTIFICATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWTSSESSION_NOTIFICATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8402", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8401", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8403", + "kind": "UInt32", + "name": "dwSessionId", + "offset": 4, + "parentId": "8401", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8404", + "kind": "Struct", + "name": "_SCM_PD_FIRMWARE_ACTIVATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_ACTIVATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8405", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8406", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8407", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8408", + "kind": "UInt8", + "name": "Slot", + "offset": 12, + "parentId": "8404", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8409", + "kind": "Struct", + "name": "tagKBDLLHOOKSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagKBDLLHOOKSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8410", + "kind": "UInt32", + "name": "vkCode", + "offset": 0, + "parentId": "8409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8411", + "kind": "UInt32", + "name": "scanCode", + "offset": 4, + "parentId": "8409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8412", + "kind": "UInt32", + "name": "flags", + "offset": 8, + "parentId": "8409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8413", + "kind": "UInt32", + "name": "time", + "offset": 12, + "parentId": "8409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8414", + "kind": "UInt64", + "name": "dwExtraInfo", + "offset": 16, + "parentId": "8409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8415", + "kind": "Struct", + "name": "val_context", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "val_context" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8416", + "kind": "Int32", + "name": "valuelen", + "offset": 0, + "parentId": "8415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8417", + "kind": "Hex8", + "name": "value_context", + "offset": 4, + "parentId": "8415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8418", + "kind": "Hex8", + "name": "val_buff_ptr", + "offset": 5, + "parentId": "8415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8419", + "kind": "Struct", + "name": "pvalueW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "pvalueW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8420", + "kind": "Struct", + "name": "pv_valuename", + "offset": 0, + "parentId": "8419", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8421", + "kind": "Int32", + "name": "pv_valuelen", + "offset": 0, + "parentId": "8419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8422", + "kind": "Hex8", + "name": "pv_value_context", + "offset": 4, + "parentId": "8419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8423", + "kind": "UInt32", + "name": "pv_type", + "offset": 5, + "parentId": "8419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8424", + "kind": "Struct", + "name": "tagHARDWAREHOOKSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagHARDWAREHOOKSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8425", + "kind": "Struct", + "name": "hwnd", + "offset": 0, + "parentId": "8424", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8426", + "kind": "UInt32", + "name": "message", + "offset": 0, + "parentId": "8424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8427", + "kind": "UInt64", + "name": "wParam", + "offset": 4, + "parentId": "8424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8428", + "kind": "Int64", + "name": "lParam", + "offset": 12, + "parentId": "8424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8429", + "kind": "Struct", + "name": "_SCM_PD_FRU_ID_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FRU_ID_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8430", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8431", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8432", + "kind": "UInt32", + "name": "IdentifierSize", + "offset": 8, + "parentId": "8429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8433", + "kind": "Array", + "name": "Identifier", + "offset": 12, + "parentId": "8429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8434", + "kind": "Struct", + "name": "tagICONMETRICSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagICONMETRICSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8435", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8436", + "kind": "Int32", + "name": "iHorzSpacing", + "offset": 4, + "parentId": "8434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8437", + "kind": "Int32", + "name": "iVertSpacing", + "offset": 8, + "parentId": "8434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8438", + "kind": "Int32", + "name": "iTitleWrap", + "offset": 12, + "parentId": "8434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8439", + "kind": "Struct", + "name": "lfFont", + "offset": 16, + "parentId": "8434", + "refId": "3861", + "strLen": 64, + "structTypeName": "tagLOGFONTW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8440", + "kind": "Struct", + "name": "tagWNDCLASSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNDCLASSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8441", + "kind": "UInt32", + "name": "style", + "offset": 0, + "parentId": "8440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8442", + "kind": "Struct", + "name": "lpfnWndProc", + "offset": 4, + "parentId": "8440", + "refId": "0", + "strLen": 64, + "structTypeName": "WNDPROC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8443", + "kind": "Int32", + "name": "cbClsExtra", + "offset": 4, + "parentId": "8440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8444", + "kind": "Int32", + "name": "cbWndExtra", + "offset": 8, + "parentId": "8440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8445", + "kind": "Struct", + "name": "hInstance", + "offset": 12, + "parentId": "8440", + "refId": "4602", + "strLen": 64, + "structTypeName": "HINSTANCE__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8446", + "kind": "Struct", + "name": "hIcon", + "offset": 12, + "parentId": "8440", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8447", + "kind": "Struct", + "name": "hCursor", + "offset": 12, + "parentId": "8440", + "refId": "5576", + "strLen": 64, + "structTypeName": "HICON__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8448", + "kind": "Struct", + "name": "hbrBackground", + "offset": 12, + "parentId": "8440", + "refId": "5008", + "strLen": 64, + "structTypeName": "HBRUSH__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8449", + "kind": "Pointer64", + "name": "lpszMenuName", + "offset": 12, + "parentId": "8440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8450", + "kind": "Pointer64", + "name": "lpszClassName", + "offset": 20, + "parentId": "8440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8451", + "kind": "Struct", + "name": "tagMONITORINFOEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMONITORINFOEXA" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "8452", + "kind": "Array", + "name": "szDevice", + "offset": 0, + "parentId": "8451", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8453", + "kind": "Struct", + "name": "tagMSG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMSG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8454", + "kind": "Struct", + "name": "hwnd", + "offset": 0, + "parentId": "8453", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8455", + "kind": "UInt32", + "name": "message", + "offset": 0, + "parentId": "8453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8456", + "kind": "UInt64", + "name": "wParam", + "offset": 4, + "parentId": "8453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8457", + "kind": "Int64", + "name": "lParam", + "offset": 12, + "parentId": "8453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8458", + "kind": "UInt32", + "name": "time", + "offset": 20, + "parentId": "8453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8459", + "kind": "Struct", + "name": "pt", + "offset": 24, + "parentId": "8453", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8460", + "kind": "Struct", + "name": "_CONSOLE_SCREEN_BUFFER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_SCREEN_BUFFER_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8461", + "kind": "Struct", + "name": "dwSize", + "offset": 0, + "parentId": "8460", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8462", + "kind": "Struct", + "name": "dwCursorPosition", + "offset": 0, + "parentId": "8460", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8463", + "kind": "UInt16", + "name": "wAttributes", + "offset": 0, + "parentId": "8460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8464", + "kind": "Struct", + "name": "srWindow", + "offset": 2, + "parentId": "8460", + "refId": "2955", + "strLen": 64, + "structTypeName": "_SMALL_RECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8465", + "kind": "Struct", + "name": "dwMaximumWindowSize", + "offset": 2, + "parentId": "8460", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8466", + "kind": "Struct", + "name": "tagCANDIDATELIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCANDIDATELIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8467", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8468", + "kind": "UInt32", + "name": "dwStyle", + "offset": 4, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8469", + "kind": "UInt32", + "name": "dwCount", + "offset": 8, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8470", + "kind": "UInt32", + "name": "dwSelection", + "offset": 12, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8471", + "kind": "UInt32", + "name": "dwPageStart", + "offset": 16, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8472", + "kind": "UInt32", + "name": "dwPageSize", + "offset": 20, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "8473", + "kind": "Array", + "name": "dwOffset", + "offset": 24, + "parentId": "8466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8474", + "kind": "Struct", + "name": "_SCM_PD_REINITIALIZE_MEDIA_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_REINITIALIZE_MEDIA_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8475", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8476", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8477", + "kind": "UInt32", + "name": "Status", + "offset": 8, + "parentId": "8474", + "refId": "238", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8478", + "kind": "Struct", + "name": "_CONSOLE_SCREEN_BUFFER_INFOEX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONSOLE_SCREEN_BUFFER_INFOEX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8479", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8480", + "kind": "Struct", + "name": "dwSize", + "offset": 4, + "parentId": "8478", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8481", + "kind": "Struct", + "name": "dwCursorPosition", + "offset": 4, + "parentId": "8478", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8482", + "kind": "UInt16", + "name": "wAttributes", + "offset": 4, + "parentId": "8478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8483", + "kind": "Struct", + "name": "srWindow", + "offset": 6, + "parentId": "8478", + "refId": "2955", + "strLen": 64, + "structTypeName": "_SMALL_RECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8484", + "kind": "Struct", + "name": "dwMaximumWindowSize", + "offset": 6, + "parentId": "8478", + "refId": "1160", + "strLen": 64, + "structTypeName": "_COORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8485", + "kind": "UInt16", + "name": "wPopupAttributes", + "offset": 6, + "parentId": "8478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8486", + "kind": "Int32", + "name": "bFullscreenSupported", + "offset": 8, + "parentId": "8478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "8487", + "kind": "Array", + "name": "ColorTable", + "offset": 12, + "parentId": "8478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8488", + "kind": "Struct", + "name": "tagMDINEXTMENU", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMDINEXTMENU" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8489", + "kind": "Struct", + "name": "hmenuIn", + "offset": 0, + "parentId": "8488", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8490", + "kind": "Struct", + "name": "hmenuNext", + "offset": 0, + "parentId": "8488", + "refId": "2832", + "strLen": 64, + "structTypeName": "HMENU__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8491", + "kind": "Struct", + "name": "hwndNext", + "offset": 0, + "parentId": "8488", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8492", + "kind": "Struct", + "name": "tagCLIENTCREATESTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCLIENTCREATESTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8493", + "kind": "Hex8", + "name": "hWindowMenu", + "offset": 0, + "parentId": "8492", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8494", + "kind": "UInt32", + "name": "idFirstChild", + "offset": 1, + "parentId": "8492", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8495", + "kind": "Struct", + "name": "_PATHNAME_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PATHNAME_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8496", + "kind": "UInt32", + "name": "PathNameLength", + "offset": 0, + "parentId": "8495", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8497", + "kind": "Array", + "name": "Name", + "offset": 4, + "parentId": "8495", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8498", + "kind": "Struct", + "name": "_ICONINFOEXA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ICONINFOEXA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8499", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8500", + "kind": "Int32", + "name": "fIcon", + "offset": 4, + "parentId": "8498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8501", + "kind": "UInt32", + "name": "xHotspot", + "offset": 8, + "parentId": "8498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8502", + "kind": "UInt32", + "name": "yHotspot", + "offset": 12, + "parentId": "8498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8503", + "kind": "Struct", + "name": "hbmMask", + "offset": 16, + "parentId": "8498", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8504", + "kind": "Struct", + "name": "hbmColor", + "offset": 16, + "parentId": "8498", + "refId": "1957", + "strLen": 64, + "structTypeName": "HBITMAP__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8505", + "kind": "UInt16", + "name": "wResID", + "offset": 16, + "parentId": "8498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "8506", + "kind": "Array", + "name": "szModName", + "offset": 18, + "parentId": "8498", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "8507", + "kind": "Array", + "name": "szResName", + "offset": 18, + "parentId": "8498", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8508", + "kind": "Struct", + "name": "tagTRACKMOUSEEVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTRACKMOUSEEVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8509", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8510", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "8508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8511", + "kind": "Struct", + "name": "hwndTrack", + "offset": 8, + "parentId": "8508", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8512", + "kind": "UInt32", + "name": "dwHoverTime", + "offset": 8, + "parentId": "8508", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8513", + "kind": "Struct", + "name": "_QUERY_SERVICE_CONFIGA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_SERVICE_CONFIGA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8514", + "kind": "UInt32", + "name": "dwServiceType", + "offset": 0, + "parentId": "8513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8515", + "kind": "UInt32", + "name": "dwStartType", + "offset": 4, + "parentId": "8513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8516", + "kind": "UInt32", + "name": "dwErrorControl", + "offset": 8, + "parentId": "8513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8517", + "kind": "Struct", + "name": "lpBinaryPathName", + "offset": 12, + "parentId": "8513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8518", + "kind": "Struct", + "name": "lpLoadOrderGroup", + "offset": 12, + "parentId": "8513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8519", + "kind": "UInt32", + "name": "dwTagId", + "offset": 12, + "parentId": "8513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8520", + "kind": "Struct", + "name": "lpDependencies", + "offset": 16, + "parentId": "8513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8521", + "kind": "Struct", + "name": "lpServiceStartName", + "offset": 16, + "parentId": "8513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8522", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 16, + "parentId": "8513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8523", + "kind": "Struct", + "name": "tagMINIMIZEDMETRICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMINIMIZEDMETRICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8524", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8525", + "kind": "Int32", + "name": "iWidth", + "offset": 4, + "parentId": "8523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8526", + "kind": "Int32", + "name": "iHorzGap", + "offset": 8, + "parentId": "8523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8527", + "kind": "Int32", + "name": "iVertGap", + "offset": 12, + "parentId": "8523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8528", + "kind": "Int32", + "name": "iArrange", + "offset": 16, + "parentId": "8523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8529", + "kind": "Struct", + "name": "_SCM_PD_DEVICE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_DEVICE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8530", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8531", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8532", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 8, + "parentId": "8529", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8533", + "kind": "UInt32", + "name": "UnsafeShutdownCount", + "offset": 8, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8534", + "kind": "UInt64", + "name": "PersistentMemorySizeInBytes", + "offset": 12, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8535", + "kind": "UInt64", + "name": "VolatileMemorySizeInBytes", + "offset": 20, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8536", + "kind": "UInt64", + "name": "TotalMemorySizeInBytes", + "offset": 28, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8537", + "kind": "UInt32", + "name": "SlotNumber", + "offset": 36, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8538", + "kind": "UInt32", + "name": "DeviceHandle", + "offset": 40, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8539", + "kind": "UInt16", + "name": "PhysicalId", + "offset": 44, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8540", + "kind": "UInt8", + "name": "NumberOfFormatInterfaceCodes", + "offset": 46, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt16", + "id": "8541", + "kind": "Array", + "name": "FormatInterfaceCodes", + "offset": 47, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8542", + "kind": "UInt32", + "name": "VendorId", + "offset": 63, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8543", + "kind": "UInt32", + "name": "ProductId", + "offset": 67, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8544", + "kind": "UInt32", + "name": "SubsystemDeviceId", + "offset": 71, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8545", + "kind": "UInt32", + "name": "SubsystemVendorId", + "offset": 75, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8546", + "kind": "UInt8", + "name": "ManufacturingLocation", + "offset": 79, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8547", + "kind": "UInt8", + "name": "ManufacturingWeek", + "offset": 80, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8548", + "kind": "UInt8", + "name": "ManufacturingYear", + "offset": 81, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8549", + "kind": "UInt32", + "name": "SerialNumber4Byte", + "offset": 82, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8550", + "kind": "UInt32", + "name": "SerialNumberLengthInChars", + "offset": 86, + "parentId": "8529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8551", + "kind": "Array", + "name": "SerialNumber", + "offset": 90, + "parentId": "8529", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8552", + "kind": "Struct", + "name": "tagMEASUREITEMSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagMEASUREITEMSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8553", + "kind": "UInt32", + "name": "CtlType", + "offset": 0, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8554", + "kind": "UInt32", + "name": "CtlID", + "offset": 4, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8555", + "kind": "UInt32", + "name": "itemID", + "offset": 8, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8556", + "kind": "UInt32", + "name": "itemWidth", + "offset": 12, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8557", + "kind": "UInt32", + "name": "itemHeight", + "offset": 16, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8558", + "kind": "UInt64", + "name": "itemData", + "offset": 20, + "parentId": "8552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8559", + "kind": "Struct", + "name": "RETRIEVAL_POINTER_COUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "RETRIEVAL_POINTER_COUNT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8560", + "kind": "UInt32", + "name": "ExtentCount", + "offset": 0, + "parentId": "8559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8561", + "kind": "Struct", + "name": "tagUPDATELAYEREDWINDOWINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagUPDATELAYEREDWINDOWINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8562", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8563", + "kind": "Struct", + "name": "hdcDst", + "offset": 4, + "parentId": "8561", + "refId": "5078", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8564", + "kind": "Pointer64", + "name": "pptDst", + "offset": 4, + "parentId": "8561", + "refId": "2097", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8565", + "kind": "Pointer64", + "name": "psize", + "offset": 12, + "parentId": "8561", + "refId": "3206", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8566", + "kind": "Struct", + "name": "hdcSrc", + "offset": 20, + "parentId": "8561", + "refId": "5078", + "strLen": 64, + "structTypeName": "HDC__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8567", + "kind": "Pointer64", + "name": "pptSrc", + "offset": 20, + "parentId": "8561", + "refId": "2097", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8568", + "kind": "UInt32", + "name": "crKey", + "offset": 28, + "parentId": "8561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8569", + "kind": "Pointer64", + "name": "pblend", + "offset": 32, + "parentId": "8561", + "refId": "3518", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8570", + "kind": "UInt32", + "name": "dwFlags", + "offset": 40, + "parentId": "8561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8571", + "kind": "Pointer64", + "name": "prcDirty", + "offset": 44, + "parentId": "8561", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8572", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_DOWNLOAD_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_DOWNLOAD_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8573", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8574", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8575", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8576", + "kind": "UInt8", + "name": "Slot", + "offset": 12, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8577", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8578", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8579", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8580", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8581", + "kind": "UInt64", + "name": "BufferSize", + "offset": 24, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8582", + "kind": "UInt32", + "name": "ImageSize", + "offset": 32, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8583", + "kind": "UInt32", + "name": "Reserved2", + "offset": 36, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8584", + "kind": "Array", + "name": "ImageBuffer", + "offset": 40, + "parentId": "8572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8585", + "kind": "Struct", + "name": "tagPOINTER_DEVICE_PROPERTY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_DEVICE_PROPERTY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8586", + "kind": "Int32", + "name": "logicalMin", + "offset": 0, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8587", + "kind": "Int32", + "name": "logicalMax", + "offset": 4, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8588", + "kind": "Int32", + "name": "physicalMin", + "offset": 8, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8589", + "kind": "Int32", + "name": "physicalMax", + "offset": 12, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8590", + "kind": "UInt32", + "name": "unit", + "offset": 16, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8591", + "kind": "UInt32", + "name": "unitExponent", + "offset": 20, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8592", + "kind": "UInt16", + "name": "usagePageId", + "offset": 24, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8593", + "kind": "UInt16", + "name": "usageId", + "offset": 26, + "parentId": "8585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8594", + "kind": "Struct", + "name": "tagLASTINPUTINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagLASTINPUTINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8595", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8594", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8596", + "kind": "UInt32", + "name": "dwTime", + "offset": 4, + "parentId": "8594", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8597", + "kind": "Struct", + "name": "tagPOINTER_DEVICE_CURSOR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagPOINTER_DEVICE_CURSOR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8598", + "kind": "UInt32", + "name": "cursorId", + "offset": 0, + "parentId": "8597", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8599", + "kind": "UInt32", + "name": "cursor", + "offset": 4, + "parentId": "8597", + "refId": "139", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8600", + "kind": "Struct", + "name": "_cpinfoexA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_cpinfoexA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8601", + "kind": "UInt32", + "name": "MaxCharSize", + "offset": 0, + "parentId": "8600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "8602", + "kind": "Array", + "name": "DefaultChar", + "offset": 4, + "parentId": "8600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "8603", + "kind": "Array", + "name": "LeadByte", + "offset": 6, + "parentId": "8600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8604", + "kind": "Struct", + "name": "UnicodeDefaultChar", + "offset": 18, + "parentId": "8600", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8605", + "kind": "UInt32", + "name": "CodePage", + "offset": 18, + "parentId": "8600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "8606", + "kind": "Array", + "name": "CodePageName", + "offset": 22, + "parentId": "8600", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8607", + "kind": "Struct", + "name": "tagINPUT_INJECTION_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagINPUT_INJECTION_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8608", + "kind": "UInt16", + "name": "page", + "offset": 0, + "parentId": "8607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8609", + "kind": "UInt16", + "name": "usage", + "offset": 2, + "parentId": "8607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8610", + "kind": "Int32", + "name": "value", + "offset": 4, + "parentId": "8607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8611", + "kind": "UInt16", + "name": "index", + "offset": 8, + "parentId": "8607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8612", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_SLOT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_SLOT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8613", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8614", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8615", + "kind": "UInt8", + "name": "SlotNumber", + "offset": 8, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ReadOnly" + }, + { + "bitOffset": 1, + "bitWidth": 7, + "name": "Reserved0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "8616", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8617", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8618", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8619", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "8620", + "kind": "Array", + "name": "Revision", + "offset": 16, + "parentId": "8612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8621", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8622", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8623", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "SupportUpgrade" + }, + { + "bitOffset": 1, + "bitWidth": 7, + "name": "Reserved0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "8624", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8625", + "kind": "UInt8", + "name": "SlotCount", + "offset": 9, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8626", + "kind": "UInt8", + "name": "ActiveSlot", + "offset": 10, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8627", + "kind": "UInt8", + "name": "PendingActivateSlot", + "offset": 11, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8628", + "kind": "UInt8", + "name": "FirmwareShared", + "offset": 12, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8629", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8630", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8631", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8632", + "kind": "UInt32", + "name": "ImagePayloadAlignment", + "offset": 16, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8633", + "kind": "UInt32", + "name": "ImagePayloadMaxSize", + "offset": 20, + "parentId": "8621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8634", + "kind": "Array", + "name": "Slot", + "offset": 24, + "parentId": "8621", + "refId": "8612", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_SLOT_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8635", + "kind": "Struct", + "name": "HSYNTHETICPOINTERDEVICE__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HSYNTHETICPOINTERDEVICE__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8636", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "8635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8637", + "kind": "Struct", + "name": "tagTOUCH_HIT_TESTING_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagTOUCH_HIT_TESTING_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8638", + "kind": "UInt32", + "name": "pointerId", + "offset": 0, + "parentId": "8637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8639", + "kind": "Struct", + "name": "point", + "offset": 4, + "parentId": "8637", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8640", + "kind": "Struct", + "name": "boundingBox", + "offset": 4, + "parentId": "8637", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8641", + "kind": "Struct", + "name": "nonOccludedBoundingBox", + "offset": 4, + "parentId": "8637", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8642", + "kind": "UInt32", + "name": "orientation", + "offset": 4, + "parentId": "8637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8643", + "kind": "Struct", + "name": "_DISK_HISTOGRAM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_HISTOGRAM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8644", + "kind": "Struct", + "name": "DiskSize", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8645", + "kind": "Struct", + "name": "Start", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8646", + "kind": "Struct", + "name": "End", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8647", + "kind": "Struct", + "name": "Average", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8648", + "kind": "Struct", + "name": "AverageRead", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8649", + "kind": "Struct", + "name": "AverageWrite", + "offset": 0, + "parentId": "8643", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8650", + "kind": "UInt32", + "name": "Granularity", + "offset": 0, + "parentId": "8643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8651", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8652", + "kind": "UInt32", + "name": "ReadCount", + "offset": 8, + "parentId": "8643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8653", + "kind": "UInt32", + "name": "WriteCount", + "offset": 12, + "parentId": "8643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8654", + "kind": "Struct", + "name": "Histogram", + "offset": 16, + "parentId": "8643", + "refId": "8737", + "strLen": 64, + "structTypeName": "_HISTOGRAM_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8655", + "kind": "Struct", + "name": "_SCM_REGION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_REGION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8656", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8657", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8658", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8659", + "kind": "UInt32", + "name": "NfitHandle", + "offset": 12, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8660", + "kind": "Struct", + "name": "LogicalDeviceGuid", + "offset": 16, + "parentId": "8655", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8661", + "kind": "Struct", + "name": "AddressRangeType", + "offset": 16, + "parentId": "8655", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8662", + "kind": "UInt32", + "name": "AssociatedId", + "offset": 16, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8663", + "kind": "UInt64", + "name": "Length", + "offset": 20, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8664", + "kind": "UInt64", + "name": "StartingDPA", + "offset": 28, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8665", + "kind": "UInt64", + "name": "BaseSPA", + "offset": 36, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8666", + "kind": "UInt64", + "name": "SPAOffset", + "offset": 44, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8667", + "kind": "UInt64", + "name": "RegionOffset", + "offset": 52, + "parentId": "8655", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8668", + "kind": "Struct", + "name": "HTOUCHINPUT__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HTOUCHINPUT__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8669", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "8668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8670", + "kind": "Struct", + "name": "HIMCC__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HIMCC__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8671", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "8670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8672", + "kind": "Struct", + "name": "tagCANDIDATEFORM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagCANDIDATEFORM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8673", + "kind": "UInt32", + "name": "dwIndex", + "offset": 0, + "parentId": "8672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8674", + "kind": "UInt32", + "name": "dwStyle", + "offset": 4, + "parentId": "8672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8675", + "kind": "Struct", + "name": "ptCurrentPos", + "offset": 8, + "parentId": "8672", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8676", + "kind": "Struct", + "name": "rcArea", + "offset": 8, + "parentId": "8672", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8677", + "kind": "Struct", + "name": "MENUITEMTEMPLATEHEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MENUITEMTEMPLATEHEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8678", + "kind": "UInt16", + "name": "versionNumber", + "offset": 0, + "parentId": "8677", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8679", + "kind": "UInt16", + "name": "offset", + "offset": 2, + "parentId": "8677", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8680", + "kind": "Struct", + "name": "tagUSAGE_PROPERTIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagUSAGE_PROPERTIES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8681", + "kind": "UInt16", + "name": "level", + "offset": 0, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8682", + "kind": "UInt16", + "name": "page", + "offset": 2, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8683", + "kind": "UInt16", + "name": "usage", + "offset": 4, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8684", + "kind": "Int32", + "name": "logicalMinimum", + "offset": 6, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8685", + "kind": "Int32", + "name": "logicalMaximum", + "offset": 10, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8686", + "kind": "UInt16", + "name": "unit", + "offset": 14, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8687", + "kind": "UInt16", + "name": "exponent", + "offset": 16, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8688", + "kind": "UInt8", + "name": "count", + "offset": 18, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8689", + "kind": "Int32", + "name": "physicalMinimum", + "offset": 19, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8690", + "kind": "Int32", + "name": "physicalMaximum", + "offset": 23, + "parentId": "8680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8691", + "kind": "Struct", + "name": "tagGESTURECONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagGESTURECONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8692", + "kind": "UInt32", + "name": "dwID", + "offset": 0, + "parentId": "8691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8693", + "kind": "UInt32", + "name": "dwWant", + "offset": 4, + "parentId": "8691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8694", + "kind": "UInt32", + "name": "dwBlock", + "offset": 8, + "parentId": "8691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8695", + "kind": "Struct", + "name": "tagDROPSTRUCT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagDROPSTRUCT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8696", + "kind": "Struct", + "name": "hwndSource", + "offset": 0, + "parentId": "8695", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8697", + "kind": "Struct", + "name": "hwndSink", + "offset": 0, + "parentId": "8695", + "refId": "2845", + "strLen": 64, + "structTypeName": "HWND__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8698", + "kind": "UInt32", + "name": "wFmt", + "offset": 0, + "parentId": "8695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8699", + "kind": "UInt64", + "name": "dwData", + "offset": 4, + "parentId": "8695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8700", + "kind": "Struct", + "name": "ptDrop", + "offset": 12, + "parentId": "8695", + "refId": "2097", + "strLen": 64, + "structTypeName": "tagPOINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8701", + "kind": "UInt32", + "name": "dwControlData", + "offset": 12, + "parentId": "8695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8702", + "kind": "Struct", + "name": "tagICONMETRICSA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagICONMETRICSA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8703", + "kind": "UInt32", + "name": "cbSize", + "offset": 0, + "parentId": "8702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8704", + "kind": "Int32", + "name": "iHorzSpacing", + "offset": 4, + "parentId": "8702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8705", + "kind": "Int32", + "name": "iVertSpacing", + "offset": 8, + "parentId": "8702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8706", + "kind": "Int32", + "name": "iTitleWrap", + "offset": 12, + "parentId": "8702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8707", + "kind": "Struct", + "name": "lfFont", + "offset": 16, + "parentId": "8702", + "refId": "4777", + "strLen": 64, + "structTypeName": "tagLOGFONTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8708", + "kind": "Struct", + "name": "_CHANGER_ELEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8709", + "kind": "UInt32", + "name": "ElementType", + "offset": 0, + "parentId": "8708", + "refId": "241", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8710", + "kind": "UInt32", + "name": "ElementAddress", + "offset": 4, + "parentId": "8708", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8711", + "kind": "Struct", + "name": "_CHANGER_ELEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8712", + "kind": "Struct", + "name": "Element", + "offset": 0, + "parentId": "8711", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8713", + "kind": "Struct", + "name": "SrcElementAddress", + "offset": 0, + "parentId": "8711", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8714", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8715", + "kind": "UInt32", + "name": "ExceptionCode", + "offset": 4, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8716", + "kind": "UInt8", + "name": "TargetId", + "offset": 8, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8717", + "kind": "UInt8", + "name": "Lun", + "offset": 9, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8718", + "kind": "UInt16", + "name": "Reserved", + "offset": 10, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt8", + "id": "8719", + "kind": "Array", + "name": "PrimaryVolumeID", + "offset": 12, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt8", + "id": "8720", + "kind": "Array", + "name": "AlternateVolumeID", + "offset": 48, + "parentId": "8711", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8721", + "kind": "Struct", + "name": "_CHANGER_SET_ACCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_SET_ACCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8722", + "kind": "Struct", + "name": "Element", + "offset": 0, + "parentId": "8721", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8723", + "kind": "UInt32", + "name": "Control", + "offset": 0, + "parentId": "8721", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8724", + "kind": "Struct", + "name": "_SCM_PD_DEVICE_HANDLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_DEVICE_HANDLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8725", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8726", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8727", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 8, + "parentId": "8724", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8728", + "kind": "UInt32", + "name": "DeviceHandle", + "offset": 8, + "parentId": "8724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8729", + "kind": "Struct", + "name": "_ENUM_SERVICE_STATUS_PROCESSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENUM_SERVICE_STATUS_PROCESSW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8730", + "kind": "Struct", + "name": "lpServiceName", + "offset": 0, + "parentId": "8729", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8731", + "kind": "Struct", + "name": "lpDisplayName", + "offset": 0, + "parentId": "8729", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8732", + "kind": "Struct", + "name": "ServiceStatusProcess", + "offset": 0, + "parentId": "8729", + "refId": "1910", + "strLen": 64, + "structTypeName": "_SERVICE_STATUS_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8733", + "kind": "Struct", + "name": "_FSCTL_QUERY_FAT_BPB_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_QUERY_FAT_BPB_BUFFER" + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt8", + "id": "8734", + "kind": "Array", + "name": "First0x24BytesOfBootSector", + "offset": 0, + "parentId": "8733", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8735", + "kind": "Struct", + "name": "_SERVICE_START_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_START_REASON" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8736", + "kind": "UInt32", + "name": "dwReason", + "offset": 0, + "parentId": "8735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8737", + "kind": "Struct", + "name": "_HISTOGRAM_BUCKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HISTOGRAM_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8738", + "kind": "UInt32", + "name": "Reads", + "offset": 0, + "parentId": "8737", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8739", + "kind": "UInt32", + "name": "Writes", + "offset": 4, + "parentId": "8737", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8740", + "kind": "Struct", + "name": "_DISK_CACHE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_CACHE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8741", + "kind": "UInt8", + "name": "ParametersSavable", + "offset": 0, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8742", + "kind": "UInt8", + "name": "ReadCacheEnabled", + "offset": 1, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8743", + "kind": "UInt8", + "name": "WriteCacheEnabled", + "offset": 2, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8744", + "kind": "UInt32", + "name": "ReadRetentionPriority", + "offset": 3, + "parentId": "8740", + "refId": "239", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8745", + "kind": "UInt32", + "name": "WriteRetentionPriority", + "offset": 7, + "parentId": "8740", + "refId": "239", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8746", + "kind": "UInt16", + "name": "DisablePrefetchTransferLength", + "offset": 11, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8747", + "kind": "UInt8", + "name": "PrefetchScalar", + "offset": 13, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8748", + "kind": "Struct", + "name": "", + "offset": 14, + "parentId": "8740", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8749", + "kind": "Struct", + "name": "HRAWINPUT__", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "HRAWINPUT__" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8750", + "kind": "Int32", + "name": "unused", + "offset": 0, + "parentId": "8749", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8751", + "kind": "Struct", + "name": "_SERVICE_FAILURE_ACTIONSW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_FAILURE_ACTIONSW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8752", + "kind": "UInt32", + "name": "dwResetPeriod", + "offset": 0, + "parentId": "8751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8753", + "kind": "Struct", + "name": "lpRebootMsg", + "offset": 4, + "parentId": "8751", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8754", + "kind": "Struct", + "name": "lpCommand", + "offset": 4, + "parentId": "8751", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8755", + "kind": "UInt32", + "name": "cActions", + "offset": 4, + "parentId": "8751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8756", + "kind": "Pointer64", + "name": "lpsaActions", + "offset": 8, + "parentId": "8751", + "refId": "7653", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8757", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_ACTIVATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_ACTIVATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8758", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8759", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8760", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8761", + "kind": "UInt8", + "name": "Slot", + "offset": 12, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8762", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8763", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8764", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "8757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8765", + "kind": "Struct", + "name": "_IDEREGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IDEREGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8766", + "kind": "UInt8", + "name": "bFeaturesReg", + "offset": 0, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8767", + "kind": "UInt8", + "name": "bSectorCountReg", + "offset": 1, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8768", + "kind": "UInt8", + "name": "bSectorNumberReg", + "offset": 2, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8769", + "kind": "UInt8", + "name": "bCylLowReg", + "offset": 3, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8770", + "kind": "UInt8", + "name": "bCylHighReg", + "offset": 4, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8771", + "kind": "UInt8", + "name": "bDriveHeadReg", + "offset": 5, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8772", + "kind": "UInt8", + "name": "bCommandReg", + "offset": 6, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8773", + "kind": "UInt8", + "name": "bReserved", + "offset": 7, + "parentId": "8765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8774", + "kind": "Struct", + "name": "_SENDCMDINPARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SENDCMDINPARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8775", + "kind": "UInt32", + "name": "cBufferSize", + "offset": 0, + "parentId": "8774", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8776", + "kind": "Struct", + "name": "irDriveRegs", + "offset": 4, + "parentId": "8774", + "refId": "8765", + "strLen": 64, + "structTypeName": "_IDEREGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8777", + "kind": "UInt8", + "name": "bDriveNumber", + "offset": 4, + "parentId": "8774", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt8", + "id": "8778", + "kind": "Array", + "name": "bReserved", + "offset": 5, + "parentId": "8774", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "8779", + "kind": "Array", + "name": "dwReserved", + "offset": 8, + "parentId": "8774", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8780", + "kind": "Array", + "name": "bBuffer", + "offset": 24, + "parentId": "8774", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8781", + "kind": "Struct", + "name": "tagRAWINPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagRAWINPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8782", + "kind": "Struct", + "name": "header", + "offset": 0, + "parentId": "8781", + "refId": "8129", + "strLen": 64, + "structTypeName": "tagRAWINPUTHEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8783", + "kind": "Struct", + "name": "data", + "offset": 0, + "parentId": "8781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8784", + "kind": "Struct", + "name": "mouse", + "offset": 0, + "parentId": "8783", + "refId": "1820", + "strLen": 64, + "structTypeName": "tagRAWMOUSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8785", + "kind": "Struct", + "name": "keyboard", + "offset": 0, + "parentId": "8783", + "refId": "1828", + "strLen": 64, + "structTypeName": "tagRAWKEYBOARD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8786", + "kind": "Struct", + "name": "hid", + "offset": 0, + "parentId": "8783", + "refId": "1399", + "strLen": 64, + "structTypeName": "tagRAWHID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8787", + "kind": "Struct", + "name": "_GETVERSIONINPARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GETVERSIONINPARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8788", + "kind": "UInt8", + "name": "bVersion", + "offset": 0, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8789", + "kind": "UInt8", + "name": "bRevision", + "offset": 1, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8790", + "kind": "UInt8", + "name": "bReserved", + "offset": 2, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8791", + "kind": "UInt8", + "name": "bIDEDeviceMap", + "offset": 3, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8792", + "kind": "UInt32", + "name": "fCapabilities", + "offset": 4, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "8793", + "kind": "Array", + "name": "dwReserved", + "offset": 8, + "parentId": "8787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8794", + "kind": "Struct", + "name": "_SERVICE_TIMECHANGE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SERVICE_TIMECHANGE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8795", + "kind": "Struct", + "name": "liNewTime", + "offset": 0, + "parentId": "8794", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8796", + "kind": "Struct", + "name": "liOldTime", + "offset": 0, + "parentId": "8794", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8797", + "kind": "Struct", + "name": "_DEVICE_LOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_LOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8798", + "kind": "UInt32", + "name": "Socket", + "offset": 0, + "parentId": "8797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8799", + "kind": "UInt32", + "name": "Slot", + "offset": 4, + "parentId": "8797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8800", + "kind": "UInt32", + "name": "Adapter", + "offset": 8, + "parentId": "8797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8801", + "kind": "UInt32", + "name": "Port", + "offset": 12, + "parentId": "8797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8802", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "8797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8803", + "kind": "Struct", + "name": "_STORAGE_DEVICE_LOCATION_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_LOCATION_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8804", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8805", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8806", + "kind": "Struct", + "name": "Location", + "offset": 8, + "parentId": "8803", + "refId": "8797", + "strLen": 64, + "structTypeName": "_DEVICE_LOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8807", + "kind": "UInt32", + "name": "StringOffset", + "offset": 8, + "parentId": "8803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8808", + "kind": "Struct", + "name": "_STORAGE_OPERATIONAL_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_OPERATIONAL_REASON" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8809", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8810", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8811", + "kind": "UInt32", + "name": "Reason", + "offset": 8, + "parentId": "8808", + "refId": "196", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8812", + "kind": "Struct", + "name": "RawBytes", + "offset": 12, + "parentId": "8808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8813", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "8812", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8814", + "kind": "Struct", + "name": "_STORAGE_DEVICE_MANAGEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_MANAGEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8815", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8814", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8816", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8814", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8817", + "kind": "UInt32", + "name": "Health", + "offset": 8, + "parentId": "8814", + "refId": "193", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8818", + "kind": "UInt32", + "name": "NumberOfOperationalStatus", + "offset": 12, + "parentId": "8814", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8819", + "kind": "UInt32", + "name": "NumberOfAdditionalReasons", + "offset": 16, + "parentId": "8814", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "8820", + "kind": "Array", + "name": "OperationalStatus", + "offset": 20, + "parentId": "8814", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8821", + "kind": "Array", + "name": "AdditionalReasons", + "offset": 84, + "parentId": "8814", + "refId": "8808", + "strLen": 64, + "structTypeName": "_STORAGE_OPERATIONAL_REASON" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8822", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_SPECIFIC_DATA_EXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_SPECIFIC_DATA_EXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8823", + "kind": "UInt32", + "name": "ProtocolType", + "offset": 0, + "parentId": "8822", + "refId": "180", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8824", + "kind": "UInt32", + "name": "DataType", + "offset": 4, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8825", + "kind": "UInt32", + "name": "ProtocolDataValue", + "offset": 8, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8826", + "kind": "UInt32", + "name": "ProtocolDataSubValue", + "offset": 12, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8827", + "kind": "UInt32", + "name": "ProtocolDataOffset", + "offset": 16, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8828", + "kind": "UInt32", + "name": "ProtocolDataLength", + "offset": 20, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8829", + "kind": "UInt32", + "name": "FixedProtocolReturnData", + "offset": 24, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8830", + "kind": "UInt32", + "name": "ProtocolDataSubValue2", + "offset": 28, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8831", + "kind": "UInt32", + "name": "ProtocolDataSubValue3", + "offset": 32, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8832", + "kind": "UInt32", + "name": "ProtocolDataSubValue4", + "offset": 36, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8833", + "kind": "UInt32", + "name": "ProtocolDataSubValue5", + "offset": 40, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8834", + "kind": "UInt32", + "name": "ProtocolDataSubValue6", + "offset": 44, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8835", + "kind": "Hex64", + "name": "", + "offset": 48, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8836", + "kind": "Hex64", + "name": "", + "offset": 56, + "parentId": "8822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8837", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8838", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "8837", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8839", + "kind": "Struct", + "name": "_PHYSICAL_ELEMENT_STATUS_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PHYSICAL_ELEMENT_STATUS_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8840", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8841", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8842", + "kind": "UInt32", + "name": "ElementIdentifier", + "offset": 8, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8843", + "kind": "UInt8", + "name": "PhysicalElementType", + "offset": 12, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8844", + "kind": "UInt8", + "name": "PhysicalElementHealth", + "offset": 13, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8845", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8846", + "kind": "UInt64", + "name": "AssociatedCapacity", + "offset": 16, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8847", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8848", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "8839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8849", + "kind": "Struct", + "name": "_PHYSICAL_ELEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PHYSICAL_ELEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8850", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8851", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8852", + "kind": "UInt32", + "name": "DescriptorCount", + "offset": 8, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8853", + "kind": "UInt32", + "name": "ReturnedDescriptorCount", + "offset": 12, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8854", + "kind": "UInt32", + "name": "ElementIdentifierBeingDepoped", + "offset": 16, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8855", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "8849", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "8856", + "kind": "Array", + "name": "Descriptors", + "offset": 24, + "parentId": "8849", + "refId": "8839", + "strLen": 64, + "structTypeName": "_PHYSICAL_ELEMENT_STATUS_DESCRIPTOR" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8857", + "kind": "Struct", + "name": "_STORAGE_SPEC_VERSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_SPEC_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8858", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "8857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8859", + "kind": "Struct", + "name": "_STORAGE_PHYSICAL_ADAPTER_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PHYSICAL_ADAPTER_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8860", + "kind": "UInt32", + "name": "AdapterId", + "offset": 0, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8861", + "kind": "UInt32", + "name": "HealthStatus", + "offset": 4, + "parentId": "8859", + "refId": "189", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8862", + "kind": "UInt32", + "name": "CommandProtocol", + "offset": 8, + "parentId": "8859", + "refId": "180", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8863", + "kind": "Struct", + "name": "SpecVersion", + "offset": 12, + "parentId": "8859", + "refId": "8857", + "strLen": 64, + "structTypeName": "_STORAGE_SPEC_VERSION" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "8864", + "kind": "Array", + "name": "Vendor", + "offset": 12, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 40, + "collapsed": false, + "elementKind": "UInt8", + "id": "8865", + "kind": "Array", + "name": "Model", + "offset": 20, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "8866", + "kind": "Array", + "name": "FirmwareRevision", + "offset": 60, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "8867", + "kind": "Array", + "name": "PhysicalLocation", + "offset": 76, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8868", + "kind": "UInt8", + "name": "ExpanderConnected", + "offset": 108, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8869", + "kind": "Hex8", + "name": "", + "offset": 109, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8870", + "kind": "Hex8", + "name": "", + "offset": 110, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8871", + "kind": "Hex8", + "name": "", + "offset": 111, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8872", + "kind": "Hex32", + "name": "", + "offset": 112, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8873", + "kind": "Hex32", + "name": "", + "offset": 116, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8874", + "kind": "Hex32", + "name": "", + "offset": 120, + "parentId": "8859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8875", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_CAPABILITY_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_CAPABILITY_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8876", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8877", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8878", + "kind": "UInt32", + "name": "CryptoCapabilityIndex", + "offset": 8, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8879", + "kind": "UInt32", + "name": "AlgorithmId", + "offset": 12, + "parentId": "8875", + "refId": "171", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8880", + "kind": "UInt32", + "name": "KeySize", + "offset": 16, + "parentId": "8875", + "refId": "172", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8881", + "kind": "UInt32", + "name": "DataUnitSizeBitmask", + "offset": 20, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8882", + "kind": "UInt16", + "name": "MaxIVBitSize", + "offset": 24, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8883", + "kind": "UInt16", + "name": "Reserved", + "offset": 26, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8884", + "kind": "Struct", + "name": "SecurityComplianceBitmask", + "offset": 28, + "parentId": "8875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8885", + "kind": "UInt8", + "name": "AsUchar", + "offset": 0, + "parentId": "8884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8886", + "kind": "Struct", + "name": "_DEVICE_POWER_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_POWER_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8887", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8888", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8889", + "kind": "UInt8", + "name": "DeviceAttentionSupported", + "offset": 8, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8890", + "kind": "UInt8", + "name": "AsynchronousNotificationSupported", + "offset": 9, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8891", + "kind": "UInt8", + "name": "IdlePowerManagementEnabled", + "offset": 10, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8892", + "kind": "UInt8", + "name": "D3ColdEnabled", + "offset": 11, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8893", + "kind": "UInt8", + "name": "D3ColdSupported", + "offset": 12, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8894", + "kind": "UInt8", + "name": "NoVerifyDuringIdlePower", + "offset": 13, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8895", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8896", + "kind": "UInt32", + "name": "IdleTimeoutInMS", + "offset": 16, + "parentId": "8886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8897", + "kind": "Struct", + "name": "_DEVICE_STORAGE_RANGE_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_STORAGE_RANGE_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8898", + "kind": "UInt64", + "name": "LengthInBytes", + "offset": 0, + "parentId": "8897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8899", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8900", + "kind": "UInt32", + "name": "AllFlags", + "offset": 0, + "parentId": "8899", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8901", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "8897", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8902", + "kind": "Struct", + "name": "_DEVICE_DSM_DEFINITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_DEFINITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8903", + "kind": "UInt32", + "name": "Action", + "offset": 0, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8904", + "kind": "UInt8", + "name": "SingleRange", + "offset": 4, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8905", + "kind": "UInt32", + "name": "ParameterBlockAlignment", + "offset": 5, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8906", + "kind": "UInt32", + "name": "ParameterBlockLength", + "offset": 9, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8907", + "kind": "UInt8", + "name": "HasOutput", + "offset": 13, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8908", + "kind": "UInt32", + "name": "OutputBlockAlignment", + "offset": 14, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8909", + "kind": "UInt32", + "name": "OutputBlockLength", + "offset": 18, + "parentId": "8902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8910", + "kind": "Struct", + "name": "_STORAGE_MINIPORT_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_MINIPORT_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8911", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8912", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8913", + "kind": "UInt32", + "name": "Portdriver", + "offset": 8, + "parentId": "8910", + "refId": "163", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8914", + "kind": "UInt8", + "name": "LUNResetSupported", + "offset": 12, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8915", + "kind": "UInt8", + "name": "TargetResetSupported", + "offset": 13, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8916", + "kind": "UInt16", + "name": "IoTimeoutValue", + "offset": 14, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8917", + "kind": "UInt8", + "name": "ExtraIoInfoSupported", + "offset": 16, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "8918", + "kind": "Struct", + "name": "Flags", + "offset": 17, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8919", + "kind": "UInt8", + "name": "AsBYTE", + "offset": 0, + "parentId": "8918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8920", + "kind": "Hex16", + "name": "", + "offset": 18, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8921", + "kind": "UInt32", + "name": "Reserved1", + "offset": 20, + "parentId": "8910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8922", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_REPAIR_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_REPAIR_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8923", + "kind": "UInt32", + "name": "NumberOfRepairCopies", + "offset": 0, + "parentId": "8922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8924", + "kind": "UInt32", + "name": "SourceCopy", + "offset": 4, + "parentId": "8922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "8925", + "kind": "Array", + "name": "RepairCopies", + "offset": 8, + "parentId": "8922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8926", + "kind": "Struct", + "name": "_STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8927", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8928", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8929", + "kind": "UInt32", + "name": "UnsafeShutdownCount", + "offset": 8, + "parentId": "8926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8930", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_INFO_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_INFO_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8931", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8932", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8933", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8934", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "8930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8935", + "kind": "Struct", + "name": "_STORAGE_DEVICE_POWER_CAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_POWER_CAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8936", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8937", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8938", + "kind": "UInt32", + "name": "Units", + "offset": 8, + "parentId": "8935", + "refId": "166", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8939", + "kind": "UInt64", + "name": "MaxPower", + "offset": 12, + "parentId": "8935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8940", + "kind": "Struct", + "name": "_DEVICE_MANAGE_DATA_SET_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_MANAGE_DATA_SET_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8941", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8942", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8943", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8944", + "kind": "UInt32", + "name": "ParameterBlockOffset", + "offset": 12, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8945", + "kind": "UInt32", + "name": "ParameterBlockLength", + "offset": 16, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8946", + "kind": "UInt32", + "name": "DataSetRangesOffset", + "offset": 20, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8947", + "kind": "UInt32", + "name": "DataSetRangesLength", + "offset": 24, + "parentId": "8940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8948", + "kind": "Struct", + "name": "_STORAGE_DIAGNOSTIC_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DIAGNOSTIC_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8949", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8950", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8951", + "kind": "Struct", + "name": "ProviderId", + "offset": 8, + "parentId": "8948", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8952", + "kind": "UInt32", + "name": "BufferSize", + "offset": 8, + "parentId": "8948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8953", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "8948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8954", + "kind": "Array", + "name": "DiagnosticDataBuffer", + "offset": 16, + "parentId": "8948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8955", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_SPECIFIC_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_SPECIFIC_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8956", + "kind": "UInt32", + "name": "ProtocolType", + "offset": 0, + "parentId": "8955", + "refId": "180", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8957", + "kind": "UInt32", + "name": "DataType", + "offset": 4, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8958", + "kind": "UInt32", + "name": "ProtocolDataRequestValue", + "offset": 8, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8959", + "kind": "UInt32", + "name": "ProtocolDataRequestSubValue", + "offset": 12, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8960", + "kind": "UInt32", + "name": "ProtocolDataOffset", + "offset": 16, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8961", + "kind": "UInt32", + "name": "ProtocolDataLength", + "offset": 20, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8962", + "kind": "UInt32", + "name": "FixedProtocolReturnData", + "offset": 24, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8963", + "kind": "UInt32", + "name": "ProtocolDataRequestSubValue2", + "offset": 28, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8964", + "kind": "UInt32", + "name": "ProtocolDataRequestSubValue3", + "offset": 32, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8965", + "kind": "UInt32", + "name": "ProtocolDataRequestSubValue4", + "offset": 36, + "parentId": "8955", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8966", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_DATA_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_DATA_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8967", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8968", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8969", + "kind": "Struct", + "name": "ProtocolSpecificData", + "offset": 8, + "parentId": "8966", + "refId": "8955", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_SPECIFIC_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8970", + "kind": "Struct", + "name": "_STORAGE_MEDIA_SERIAL_NUMBER_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_MEDIA_SERIAL_NUMBER_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8971", + "kind": "UInt16", + "name": "Reserved", + "offset": 0, + "parentId": "8970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8972", + "kind": "UInt16", + "name": "SerialNumberLength", + "offset": 2, + "parentId": "8970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8973", + "kind": "Array", + "name": "SerialNumber", + "offset": 4, + "parentId": "8970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8974", + "kind": "Struct", + "name": "_STORAGE_PHYSICAL_NODE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PHYSICAL_NODE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8975", + "kind": "UInt32", + "name": "NodeId", + "offset": 0, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8976", + "kind": "UInt32", + "name": "AdapterCount", + "offset": 4, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8977", + "kind": "UInt32", + "name": "AdapterDataLength", + "offset": 8, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8978", + "kind": "UInt32", + "name": "AdapterDataOffset", + "offset": 12, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8979", + "kind": "UInt32", + "name": "DeviceCount", + "offset": 16, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8980", + "kind": "UInt32", + "name": "DeviceDataLength", + "offset": 20, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8981", + "kind": "UInt32", + "name": "DeviceDataOffset", + "offset": 24, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8982", + "kind": "Hex32", + "name": "", + "offset": 28, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8983", + "kind": "Hex32", + "name": "", + "offset": 32, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8984", + "kind": "Hex32", + "name": "", + "offset": 36, + "parentId": "8974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8985", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8986", + "kind": "UInt64", + "name": "TopologyRangeBytes", + "offset": 0, + "parentId": "8985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "8987", + "kind": "Array", + "name": "TopologyId", + "offset": 8, + "parentId": "8985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8988", + "kind": "Struct", + "name": "_STORAGE_IDLE_POWER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_IDLE_POWER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8989", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8990", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "WakeCapableHint" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "D3ColdSupported" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "8991", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "8988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8992", + "kind": "UInt32", + "name": "D3IdleTimeout", + "offset": 12, + "parentId": "8988", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8993", + "kind": "Struct", + "name": "_STORAGE_FAILURE_PREDICTION_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_FAILURE_PREDICTION_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8994", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "8993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8995", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "8993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8996", + "kind": "UInt8", + "name": "Set", + "offset": 8, + "parentId": "8993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8997", + "kind": "UInt8", + "name": "Enabled", + "offset": 9, + "parentId": "8993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "8998", + "kind": "UInt16", + "name": "Reserved", + "offset": 10, + "parentId": "8993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "8999", + "kind": "Struct", + "name": "_FILESYSTEM_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILESYSTEM_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9000", + "kind": "UInt16", + "name": "FileSystemType", + "offset": 0, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9001", + "kind": "UInt16", + "name": "Version", + "offset": 2, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9002", + "kind": "UInt32", + "name": "SizeOfCompleteStructure", + "offset": 4, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9003", + "kind": "UInt32", + "name": "UserFileReads", + "offset": 8, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9004", + "kind": "UInt32", + "name": "UserFileReadBytes", + "offset": 12, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9005", + "kind": "UInt32", + "name": "UserDiskReads", + "offset": 16, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9006", + "kind": "UInt32", + "name": "UserFileWrites", + "offset": 20, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9007", + "kind": "UInt32", + "name": "UserFileWriteBytes", + "offset": 24, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9008", + "kind": "UInt32", + "name": "UserDiskWrites", + "offset": 28, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9009", + "kind": "UInt32", + "name": "MetaDataReads", + "offset": 32, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9010", + "kind": "UInt32", + "name": "MetaDataReadBytes", + "offset": 36, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9011", + "kind": "UInt32", + "name": "MetaDataDiskReads", + "offset": 40, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9012", + "kind": "UInt32", + "name": "MetaDataWrites", + "offset": 44, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9013", + "kind": "UInt32", + "name": "MetaDataWriteBytes", + "offset": 48, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9014", + "kind": "UInt32", + "name": "MetaDataDiskWrites", + "offset": 52, + "parentId": "8999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9015", + "kind": "Struct", + "name": "_EXFAT_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXFAT_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9016", + "kind": "UInt32", + "name": "CreateHits", + "offset": 0, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9017", + "kind": "UInt32", + "name": "SuccessfulCreates", + "offset": 4, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9018", + "kind": "UInt32", + "name": "FailedCreates", + "offset": 8, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9019", + "kind": "UInt32", + "name": "NonCachedReads", + "offset": 12, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9020", + "kind": "UInt32", + "name": "NonCachedReadBytes", + "offset": 16, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9021", + "kind": "UInt32", + "name": "NonCachedWrites", + "offset": 20, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9022", + "kind": "UInt32", + "name": "NonCachedWriteBytes", + "offset": 24, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9023", + "kind": "UInt32", + "name": "NonCachedDiskReads", + "offset": 28, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9024", + "kind": "UInt32", + "name": "NonCachedDiskWrites", + "offset": 32, + "parentId": "9015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9025", + "kind": "Struct", + "name": "_STORAGE_IDLE_POWERUP_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_IDLE_POWERUP_REASON" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9026", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9027", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9028", + "kind": "UInt32", + "name": "PowerupReason", + "offset": 8, + "parentId": "9025", + "refId": "223", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9029", + "kind": "Struct", + "name": "_OBJECT_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9030", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "9029", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9031", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 4, + "parentId": "9029", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9032", + "kind": "Struct", + "name": "ObjectName", + "offset": 5, + "parentId": "9029", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9033", + "kind": "UInt32", + "name": "Attributes", + "offset": 5, + "parentId": "9029", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9034", + "kind": "Hex8", + "name": "SecurityDescriptor", + "offset": 9, + "parentId": "9029", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9035", + "kind": "Hex8", + "name": "SecurityQualityOfService", + "offset": 10, + "parentId": "9029", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9036", + "kind": "Struct", + "name": "USN_JOURNAL_DATA_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_JOURNAL_DATA_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9037", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 0, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9038", + "kind": "Int64", + "name": "FirstUsn", + "offset": 8, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9039", + "kind": "Int64", + "name": "NextUsn", + "offset": 16, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9040", + "kind": "Int64", + "name": "LowestValidUsn", + "offset": 24, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9041", + "kind": "Int64", + "name": "MaxUsn", + "offset": 32, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9042", + "kind": "UInt64", + "name": "MaximumSize", + "offset": 40, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9043", + "kind": "UInt64", + "name": "AllocationDelta", + "offset": 48, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9044", + "kind": "UInt16", + "name": "MinSupportedMajorVersion", + "offset": 56, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9045", + "kind": "UInt16", + "name": "MaxSupportedMajorVersion", + "offset": 58, + "parentId": "9036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9046", + "kind": "Struct", + "name": "_GP_LOG_PAGE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GP_LOG_PAGE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9047", + "kind": "UInt16", + "name": "LogAddress", + "offset": 0, + "parentId": "9046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9048", + "kind": "UInt16", + "name": "LogSectors", + "offset": 2, + "parentId": "9046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9049", + "kind": "Struct", + "name": "_STORAGE_PROPERTY_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROPERTY_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9050", + "kind": "UInt32", + "name": "PropertyId", + "offset": 0, + "parentId": "9049", + "refId": "161", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9051", + "kind": "UInt32", + "name": "QueryType", + "offset": 4, + "parentId": "9049", + "refId": "159", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9052", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 8, + "parentId": "9049", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9053", + "kind": "Struct", + "name": "_FILE_GET_EA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_GET_EA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9054", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "9053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9055", + "kind": "UInt8", + "name": "EaNameLength", + "offset": 4, + "parentId": "9053", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9056", + "kind": "Array", + "name": "EaName", + "offset": 5, + "parentId": "9053", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9057", + "kind": "Struct", + "name": "_STORAGE_PROPERTY_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROPERTY_SET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9058", + "kind": "UInt32", + "name": "PropertyId", + "offset": 0, + "parentId": "9057", + "refId": "161", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9059", + "kind": "UInt32", + "name": "SetType", + "offset": 4, + "parentId": "9057", + "refId": "160", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9060", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 8, + "parentId": "9057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9061", + "kind": "Struct", + "name": "_DEVICEDUMP_RESTRICTED_SUBSECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_RESTRICTED_SUBSECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9062", + "kind": "Array", + "name": "bData", + "offset": 0, + "parentId": "9061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9063", + "kind": "Struct", + "name": "_PF_TRACE_LIMITS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_TRACE_LIMITS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9064", + "kind": "UInt32", + "name": "MaxNumPages", + "offset": 0, + "parentId": "9063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9065", + "kind": "UInt32", + "name": "MaxNumSections", + "offset": 4, + "parentId": "9063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9066", + "kind": "Int64", + "name": "TimerPeriod", + "offset": 8, + "parentId": "9063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9067", + "kind": "Struct", + "name": "_OPLOCK_KEY_ECP_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OPLOCK_KEY_ECP_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9068", + "kind": "Struct", + "name": "OplockKey", + "offset": 0, + "parentId": "9067", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9069", + "kind": "UInt32", + "name": "Reserved", + "offset": 0, + "parentId": "9067", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9070", + "kind": "Struct", + "name": "_STORAGE_DESCRIPTOR_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DESCRIPTOR_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9071", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9072", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9073", + "kind": "Struct", + "name": "USN_RANGE_TRACK_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RANGE_TRACK_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9074", + "kind": "Int64", + "name": "Usn", + "offset": 0, + "parentId": "9073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9075", + "kind": "Struct", + "name": "_DISK_GEOMETRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_GEOMETRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9076", + "kind": "Struct", + "name": "Cylinders", + "offset": 0, + "parentId": "9075", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9077", + "kind": "UInt32", + "name": "MediaType", + "offset": 0, + "parentId": "9075", + "refId": "184", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9078", + "kind": "UInt32", + "name": "TracksPerCylinder", + "offset": 4, + "parentId": "9075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9079", + "kind": "UInt32", + "name": "SectorsPerTrack", + "offset": 8, + "parentId": "9075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9080", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 12, + "parentId": "9075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9081", + "kind": "Struct", + "name": "_FORMAT_EX_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FORMAT_EX_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9082", + "kind": "UInt32", + "name": "MediaType", + "offset": 0, + "parentId": "9081", + "refId": "184", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9083", + "kind": "UInt32", + "name": "StartCylinderNumber", + "offset": 4, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9084", + "kind": "UInt32", + "name": "EndCylinderNumber", + "offset": 8, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9085", + "kind": "UInt32", + "name": "StartHeadNumber", + "offset": 12, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9086", + "kind": "UInt32", + "name": "EndHeadNumber", + "offset": 16, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9087", + "kind": "UInt16", + "name": "FormatGapLength", + "offset": 20, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9088", + "kind": "UInt16", + "name": "SectorsPerTrack", + "offset": 22, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt16", + "id": "9089", + "kind": "Array", + "name": "SectorNumber", + "offset": 24, + "parentId": "9081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9090", + "kind": "Struct", + "name": "_SYSTEM_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9091", + "kind": "UInt32", + "name": "Reserved", + "offset": 0, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9092", + "kind": "UInt32", + "name": "TimerResolution", + "offset": 4, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9093", + "kind": "UInt32", + "name": "PageSize", + "offset": 8, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9094", + "kind": "UInt32", + "name": "NumberOfPhysicalPages", + "offset": 12, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9095", + "kind": "UInt32", + "name": "LowestPhysicalPageNumber", + "offset": 16, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9096", + "kind": "UInt32", + "name": "HighestPhysicalPageNumber", + "offset": 20, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9097", + "kind": "UInt32", + "name": "AllocationGranularity", + "offset": 24, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9098", + "kind": "UInt64", + "name": "MinimumUserModeAddress", + "offset": 28, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9099", + "kind": "UInt64", + "name": "MaximumUserModeAddress", + "offset": 36, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9100", + "kind": "UInt64", + "name": "ActiveProcessorsAffinityMask", + "offset": 44, + "parentId": "9090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9101", + "kind": "Struct", + "name": "NumberOfProcessors", + "offset": 52, + "parentId": "9090", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9102", + "kind": "Struct", + "name": "_SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9103", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "9102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9104", + "kind": "UInt32", + "name": "AlignmentShift", + "offset": 4, + "parentId": "9102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9105", + "kind": "UInt64", + "name": "FileOffsetToAlign", + "offset": 8, + "parentId": "9102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9106", + "kind": "UInt32", + "name": "FallbackAlignmentShift", + "offset": 16, + "parentId": "9102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9107", + "kind": "Struct", + "name": "_STORAGE_DEVICE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9108", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9109", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9110", + "kind": "UInt8", + "name": "DeviceType", + "offset": 8, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9111", + "kind": "UInt8", + "name": "DeviceTypeModifier", + "offset": 9, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9112", + "kind": "UInt8", + "name": "RemovableMedia", + "offset": 10, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9113", + "kind": "UInt8", + "name": "CommandQueueing", + "offset": 11, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9114", + "kind": "UInt32", + "name": "VendorIdOffset", + "offset": 12, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9115", + "kind": "UInt32", + "name": "ProductIdOffset", + "offset": 16, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9116", + "kind": "UInt32", + "name": "ProductRevisionOffset", + "offset": 20, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9117", + "kind": "UInt32", + "name": "SerialNumberOffset", + "offset": 24, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9118", + "kind": "UInt32", + "name": "BusType", + "offset": 28, + "parentId": "9107", + "refId": "126", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9119", + "kind": "UInt32", + "name": "RawPropertiesLength", + "offset": 32, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9120", + "kind": "Array", + "name": "RawDeviceProperties", + "offset": 36, + "parentId": "9107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9121", + "kind": "Struct", + "name": "_PROC_THREAD_BNOISOLATION_ATTRIBUTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROC_THREAD_BNOISOLATION_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9122", + "kind": "Int32", + "name": "IsolationEnabled", + "offset": 0, + "parentId": "9121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 136, + "collapsed": true, + "elementKind": "Struct", + "id": "9123", + "kind": "Array", + "name": "IsolationPrefix", + "offset": 4, + "parentId": "9121", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9124", + "kind": "Struct", + "name": "USN_RECORD_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9125", + "kind": "UInt32", + "name": "RecordLength", + "offset": 0, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9126", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 4, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9127", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 6, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9128", + "kind": "Struct", + "name": "FileReferenceNumber", + "offset": 8, + "parentId": "9124", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9129", + "kind": "Struct", + "name": "ParentFileReferenceNumber", + "offset": 8, + "parentId": "9124", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9130", + "kind": "Int64", + "name": "Usn", + "offset": 8, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9131", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "9124", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9132", + "kind": "UInt32", + "name": "Reason", + "offset": 16, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9133", + "kind": "UInt32", + "name": "SourceInfo", + "offset": 20, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9134", + "kind": "UInt32", + "name": "SecurityId", + "offset": 24, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9135", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 28, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9136", + "kind": "UInt16", + "name": "FileNameLength", + "offset": 32, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9137", + "kind": "UInt16", + "name": "FileNameOffset", + "offset": 34, + "parentId": "9124", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9138", + "kind": "Array", + "name": "FileName", + "offset": 36, + "parentId": "9124", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9139", + "kind": "Struct", + "name": "_STORAGE_ADAPTER_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ADAPTER_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9140", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9141", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9142", + "kind": "UInt32", + "name": "MaximumTransferLength", + "offset": 8, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9143", + "kind": "UInt32", + "name": "MaximumPhysicalPages", + "offset": 12, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9144", + "kind": "UInt32", + "name": "AlignmentMask", + "offset": 16, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9145", + "kind": "UInt8", + "name": "AdapterUsesPio", + "offset": 20, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9146", + "kind": "UInt8", + "name": "AdapterScansDown", + "offset": 21, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9147", + "kind": "UInt8", + "name": "CommandQueueing", + "offset": 22, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9148", + "kind": "UInt8", + "name": "AcceleratedTransfer", + "offset": 23, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9149", + "kind": "UInt8", + "name": "BusType", + "offset": 24, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9150", + "kind": "UInt16", + "name": "BusMajorVersion", + "offset": 25, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9151", + "kind": "UInt16", + "name": "BusMinorVersion", + "offset": 27, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9152", + "kind": "UInt8", + "name": "SrbType", + "offset": 29, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9153", + "kind": "UInt8", + "name": "AddressType", + "offset": 30, + "parentId": "9139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9154", + "kind": "Struct", + "name": "NTFS_EXTENDED_VOLUME_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NTFS_EXTENDED_VOLUME_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9155", + "kind": "UInt32", + "name": "ByteCount", + "offset": 0, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9156", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 4, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9157", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 6, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9158", + "kind": "UInt32", + "name": "BytesPerPhysicalSector", + "offset": 8, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9159", + "kind": "UInt16", + "name": "LfsMajorVersion", + "offset": 12, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9160", + "kind": "UInt16", + "name": "LfsMinorVersion", + "offset": 14, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9161", + "kind": "UInt32", + "name": "MaxDeviceTrimExtentCount", + "offset": 16, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9162", + "kind": "UInt32", + "name": "MaxDeviceTrimByteCount", + "offset": 20, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9163", + "kind": "UInt32", + "name": "MaxVolumeTrimExtentCount", + "offset": 24, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9164", + "kind": "UInt32", + "name": "MaxVolumeTrimByteCount", + "offset": 28, + "parentId": "9154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9165", + "kind": "Struct", + "name": "NTFS_VOLUME_DATA_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NTFS_VOLUME_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9166", + "kind": "Struct", + "name": "VolumeSerialNumber", + "offset": 0, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9167", + "kind": "Struct", + "name": "NumberSectors", + "offset": 0, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9168", + "kind": "Struct", + "name": "TotalClusters", + "offset": 0, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9169", + "kind": "Struct", + "name": "FreeClusters", + "offset": 0, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9170", + "kind": "Struct", + "name": "TotalReserved", + "offset": 0, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9171", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 0, + "parentId": "9165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9172", + "kind": "UInt32", + "name": "BytesPerCluster", + "offset": 4, + "parentId": "9165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9173", + "kind": "UInt32", + "name": "BytesPerFileRecordSegment", + "offset": 8, + "parentId": "9165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9174", + "kind": "UInt32", + "name": "ClustersPerFileRecordSegment", + "offset": 12, + "parentId": "9165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9175", + "kind": "Struct", + "name": "MftValidDataLength", + "offset": 16, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9176", + "kind": "Struct", + "name": "MftStartLcn", + "offset": 16, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9177", + "kind": "Struct", + "name": "Mft2StartLcn", + "offset": 16, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9178", + "kind": "Struct", + "name": "MftZoneStart", + "offset": 16, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9179", + "kind": "Struct", + "name": "MftZoneEnd", + "offset": 16, + "parentId": "9165", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9180", + "kind": "Struct", + "name": "_SE_SAFE_OPEN_PROMPT_RESULTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_SAFE_OPEN_PROMPT_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9181", + "kind": "UInt32", + "name": "Results", + "offset": 0, + "parentId": "9180", + "refId": "323", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "9182", + "kind": "Array", + "name": "Path", + "offset": 4, + "parentId": "9180", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9183", + "kind": "Struct", + "name": "_STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9184", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9185", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9186", + "kind": "UInt32", + "name": "BytesPerCacheLine", + "offset": 8, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9187", + "kind": "UInt32", + "name": "BytesOffsetForCacheAlignment", + "offset": 12, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9188", + "kind": "UInt32", + "name": "BytesPerLogicalSector", + "offset": 16, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9189", + "kind": "UInt32", + "name": "BytesPerPhysicalSector", + "offset": 20, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9190", + "kind": "UInt32", + "name": "BytesOffsetForSectorAlignment", + "offset": 24, + "parentId": "9183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9191", + "kind": "Struct", + "name": "_EVENT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9192", + "kind": "UInt32", + "name": "EventType", + "offset": 0, + "parentId": "9191", + "refId": "268", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9193", + "kind": "Int32", + "name": "EventState", + "offset": 4, + "parentId": "9191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9194", + "kind": "Struct", + "name": "BULK_SECURITY_TEST_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BULK_SECURITY_TEST_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9195", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 0, + "parentId": "9194", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "9196", + "kind": "Array", + "name": "SecurityIds", + "offset": 4, + "parentId": "9194", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9197", + "kind": "Struct", + "name": "_WOF_EXTERNAL_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOF_EXTERNAL_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9198", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9197", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9199", + "kind": "UInt32", + "name": "Provider", + "offset": 4, + "parentId": "9197", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9200", + "kind": "Struct", + "name": "_STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9201", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9202", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9203", + "kind": "UInt32", + "name": "MediumProductType", + "offset": 8, + "parentId": "9200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9204", + "kind": "Struct", + "name": "_CREATE_DISK_MBR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_DISK_MBR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9205", + "kind": "UInt32", + "name": "Signature", + "offset": 0, + "parentId": "9204", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9206", + "kind": "Struct", + "name": "_CREATE_DISK_GPT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_DISK_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9207", + "kind": "Struct", + "name": "DiskId", + "offset": 0, + "parentId": "9206", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9208", + "kind": "UInt32", + "name": "MaxPartitionCount", + "offset": 0, + "parentId": "9206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9209", + "kind": "Struct", + "name": "_CREATE_DISK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CREATE_DISK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9210", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 0, + "parentId": "9209", + "refId": "181", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9211", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "9209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9212", + "kind": "Struct", + "name": "Mbr", + "offset": 0, + "parentId": "9211", + "refId": "9204", + "strLen": 64, + "structTypeName": "_CREATE_DISK_MBR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9213", + "kind": "Struct", + "name": "Gpt", + "offset": 0, + "parentId": "9211", + "refId": "9206", + "strLen": 64, + "structTypeName": "_CREATE_DISK_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9214", + "kind": "Struct", + "name": "_ENCRYPTION_KEY_CTRL_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTION_KEY_CTRL_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9215", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9216", + "kind": "UInt32", + "name": "StructureSize", + "offset": 4, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9217", + "kind": "UInt16", + "name": "KeyOffset", + "offset": 8, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9218", + "kind": "UInt16", + "name": "KeySize", + "offset": 10, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9219", + "kind": "UInt32", + "name": "DplLock", + "offset": 12, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9220", + "kind": "UInt64", + "name": "DplUserId", + "offset": 16, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9221", + "kind": "UInt64", + "name": "DplCredentialId", + "offset": 24, + "parentId": "9214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9222", + "kind": "Struct", + "name": "_WOF_EXTERNAL_FILE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOF_EXTERNAL_FILE_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9223", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "9222", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9224", + "kind": "Struct", + "name": "_FILE_FS_SIZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_SIZE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9225", + "kind": "Struct", + "name": "TotalAllocationUnits", + "offset": 0, + "parentId": "9224", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9226", + "kind": "Struct", + "name": "AvailableAllocationUnits", + "offset": 0, + "parentId": "9224", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9227", + "kind": "UInt32", + "name": "SectorsPerAllocationUnit", + "offset": 0, + "parentId": "9224", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9228", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 4, + "parentId": "9224", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9229", + "kind": "Struct", + "name": "STARTING_LCN_INPUT_BUFFER_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "STARTING_LCN_INPUT_BUFFER_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9230", + "kind": "Struct", + "name": "StartingLcn", + "offset": 0, + "parentId": "9229", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9231", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "9229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9232", + "kind": "Struct", + "name": "_DEVICEDUMP_STRUCTURE_VERSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STRUCTURE_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9233", + "kind": "UInt32", + "name": "dwSignature", + "offset": 0, + "parentId": "9232", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9234", + "kind": "UInt32", + "name": "dwVersion", + "offset": 4, + "parentId": "9232", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9235", + "kind": "UInt32", + "name": "dwSize", + "offset": 8, + "parentId": "9232", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9236", + "kind": "Struct", + "name": "_DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9237", + "kind": "Array", + "name": "Cdb", + "offset": 0, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9238", + "kind": "Array", + "name": "Command", + "offset": 16, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9239", + "kind": "UInt64", + "name": "StartTime", + "offset": 32, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9240", + "kind": "UInt64", + "name": "EndTime", + "offset": 40, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9241", + "kind": "UInt32", + "name": "OperationStatus", + "offset": 48, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9242", + "kind": "UInt32", + "name": "OperationError", + "offset": 52, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9243", + "kind": "Struct", + "name": "StackSpecific", + "offset": 56, + "parentId": "9236", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9244", + "kind": "Struct", + "name": "_DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9245", + "kind": "Struct", + "name": "Descriptor", + "offset": 0, + "parentId": "9244", + "refId": "9232", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STRUCTURE_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9246", + "kind": "UInt32", + "name": "dwReasonForCollection", + "offset": 0, + "parentId": "9244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9247", + "kind": "Array", + "name": "cDriverName", + "offset": 4, + "parentId": "9244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9248", + "kind": "UInt32", + "name": "uiNumRecords", + "offset": 20, + "parentId": "9244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9249", + "kind": "Array", + "name": "RecordArray", + "offset": 24, + "parentId": "9244", + "refId": "9236", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9250", + "kind": "Struct", + "name": "STARTING_LCN_INPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "STARTING_LCN_INPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9251", + "kind": "Struct", + "name": "StartingLcn", + "offset": 0, + "parentId": "9250", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9252", + "kind": "Struct", + "name": "_GET_LENGTH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_LENGTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9253", + "kind": "Struct", + "name": "Length", + "offset": 0, + "parentId": "9252", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9254", + "kind": "Struct", + "name": "_DISK_CONTROLLER_NUMBER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_CONTROLLER_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9255", + "kind": "UInt32", + "name": "ControllerNumber", + "offset": 0, + "parentId": "9254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9256", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 4, + "parentId": "9254", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9257", + "kind": "Struct", + "name": "_FILE_ALLOCATED_RANGE_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALLOCATED_RANGE_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9258", + "kind": "Struct", + "name": "FileOffset", + "offset": 0, + "parentId": "9257", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9259", + "kind": "Struct", + "name": "Length", + "offset": 0, + "parentId": "9257", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9260", + "kind": "Struct", + "name": "_FILE_FS_OBJECTID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_OBJECTID_INFORMATION" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9261", + "kind": "Array", + "name": "ObjectId", + "offset": 0, + "parentId": "9260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9262", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "9260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 48, + "collapsed": false, + "elementKind": "UInt8", + "id": "9263", + "kind": "Array", + "name": "ExtendedInfo", + "offset": 0, + "parentId": "9262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9264", + "kind": "Struct", + "name": "_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9265", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9266", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9267", + "kind": "UInt32", + "name": "RequestDataType", + "offset": 8, + "parentId": "9264", + "refId": "211", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9268", + "kind": "UInt32", + "name": "RequestDataSet", + "offset": 12, + "parentId": "9264", + "refId": "212", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9269", + "kind": "Struct", + "name": "_SCM_PD_PASSTHROUGH_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PASSTHROUGH_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9270", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9271", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9272", + "kind": "Struct", + "name": "ProtocolGuid", + "offset": 8, + "parentId": "9269", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9273", + "kind": "UInt32", + "name": "DataSize", + "offset": 8, + "parentId": "9269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9274", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "9269", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9275", + "kind": "Struct", + "name": "_SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9276", + "kind": "UInt16", + "name": "GeneralStatus", + "offset": 0, + "parentId": "9275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9277", + "kind": "UInt16", + "name": "ExtendedStatus", + "offset": 2, + "parentId": "9275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9278", + "kind": "UInt32", + "name": "OutputDataLength", + "offset": 4, + "parentId": "9275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9279", + "kind": "Array", + "name": "OutputData", + "offset": 8, + "parentId": "9275", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9280", + "kind": "Struct", + "name": "_FILE_FS_DRIVER_PATH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_DRIVER_PATH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9281", + "kind": "UInt8", + "name": "DriverInPath", + "offset": 0, + "parentId": "9280", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9282", + "kind": "UInt32", + "name": "DriverNameLength", + "offset": 1, + "parentId": "9280", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9283", + "kind": "Array", + "name": "DriverName", + "offset": 5, + "parentId": "9280", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9284", + "kind": "Struct", + "name": "MFT_ENUM_DATA_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MFT_ENUM_DATA_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9285", + "kind": "UInt64", + "name": "StartFileReferenceNumber", + "offset": 0, + "parentId": "9284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9286", + "kind": "Int64", + "name": "LowUsn", + "offset": 8, + "parentId": "9284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9287", + "kind": "Int64", + "name": "HighUsn", + "offset": 16, + "parentId": "9284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9288", + "kind": "UInt16", + "name": "MinMajorVersion", + "offset": 24, + "parentId": "9284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9289", + "kind": "UInt16", + "name": "MaxMajorVersion", + "offset": 26, + "parentId": "9284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9290", + "kind": "Struct", + "name": "_NTFS_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NTFS_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9291", + "kind": "UInt32", + "name": "LogFileFullExceptions", + "offset": 0, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9292", + "kind": "UInt32", + "name": "OtherExceptions", + "offset": 4, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9293", + "kind": "UInt32", + "name": "MftReads", + "offset": 8, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9294", + "kind": "UInt32", + "name": "MftReadBytes", + "offset": 12, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9295", + "kind": "UInt32", + "name": "MftWrites", + "offset": 16, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9296", + "kind": "UInt32", + "name": "MftWriteBytes", + "offset": 20, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9297", + "kind": "UInt16", + "name": "MftWritesFlushForLogFileFull", + "offset": 24, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9298", + "kind": "UInt16", + "name": "MftWritesLazyWriter", + "offset": 26, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9299", + "kind": "UInt16", + "name": "MftWritesUserRequest", + "offset": 28, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9300", + "kind": "UInt32", + "name": "Mft2Writes", + "offset": 30, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9301", + "kind": "UInt32", + "name": "Mft2WriteBytes", + "offset": 34, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9302", + "kind": "UInt16", + "name": "Mft2WritesFlushForLogFileFull", + "offset": 38, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9303", + "kind": "UInt16", + "name": "Mft2WritesLazyWriter", + "offset": 40, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9304", + "kind": "UInt16", + "name": "Mft2WritesUserRequest", + "offset": 42, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9305", + "kind": "UInt32", + "name": "RootIndexReads", + "offset": 44, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9306", + "kind": "UInt32", + "name": "RootIndexReadBytes", + "offset": 48, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9307", + "kind": "UInt32", + "name": "RootIndexWrites", + "offset": 52, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9308", + "kind": "UInt32", + "name": "RootIndexWriteBytes", + "offset": 56, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9309", + "kind": "UInt32", + "name": "BitmapReads", + "offset": 60, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9310", + "kind": "UInt32", + "name": "BitmapReadBytes", + "offset": 64, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9311", + "kind": "UInt32", + "name": "BitmapWrites", + "offset": 68, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9312", + "kind": "UInt32", + "name": "BitmapWriteBytes", + "offset": 72, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9313", + "kind": "UInt16", + "name": "BitmapWritesFlushForLogFileFull", + "offset": 76, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9314", + "kind": "UInt16", + "name": "BitmapWritesLazyWriter", + "offset": 78, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9315", + "kind": "UInt16", + "name": "BitmapWritesUserRequest", + "offset": 80, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9316", + "kind": "UInt32", + "name": "MftBitmapReads", + "offset": 82, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9317", + "kind": "UInt32", + "name": "MftBitmapReadBytes", + "offset": 86, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9318", + "kind": "UInt32", + "name": "MftBitmapWrites", + "offset": 90, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9319", + "kind": "UInt32", + "name": "MftBitmapWriteBytes", + "offset": 94, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9320", + "kind": "UInt16", + "name": "MftBitmapWritesFlushForLogFileFull", + "offset": 98, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9321", + "kind": "UInt16", + "name": "MftBitmapWritesLazyWriter", + "offset": 100, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9322", + "kind": "UInt16", + "name": "MftBitmapWritesUserRequest", + "offset": 102, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9323", + "kind": "UInt32", + "name": "UserIndexReads", + "offset": 104, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9324", + "kind": "UInt32", + "name": "UserIndexReadBytes", + "offset": 108, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9325", + "kind": "UInt32", + "name": "UserIndexWrites", + "offset": 112, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9326", + "kind": "UInt32", + "name": "UserIndexWriteBytes", + "offset": 116, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9327", + "kind": "UInt32", + "name": "LogFileReads", + "offset": 120, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9328", + "kind": "UInt32", + "name": "LogFileReadBytes", + "offset": 124, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9329", + "kind": "UInt32", + "name": "LogFileWrites", + "offset": 128, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9330", + "kind": "UInt32", + "name": "LogFileWriteBytes", + "offset": 132, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9331", + "kind": "UInt32", + "name": "DiskResourcesExhausted", + "offset": 136, + "parentId": "9290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9332", + "kind": "Struct", + "name": "_STORAGE_IDENTIFIER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_IDENTIFIER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9333", + "kind": "UInt32", + "name": "CodeSet", + "offset": 0, + "parentId": "9332", + "refId": "164", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9334", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "9332", + "refId": "165", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9335", + "kind": "UInt16", + "name": "IdentifierSize", + "offset": 8, + "parentId": "9332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9336", + "kind": "UInt16", + "name": "NextOffset", + "offset": 10, + "parentId": "9332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9337", + "kind": "UInt32", + "name": "Association", + "offset": 12, + "parentId": "9332", + "refId": "168", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9338", + "kind": "Array", + "name": "Identifier", + "offset": 16, + "parentId": "9332", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9339", + "kind": "Struct", + "name": "_PFS_PRIVATE_PAGE_SOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PFS_PRIVATE_PAGE_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9340", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "9339", + "refId": "299", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9341", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "9339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9342", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "9341", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9343", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "9341", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9344", + "kind": "UInt32", + "name": "ImagePathHash", + "offset": 8, + "parentId": "9339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9345", + "kind": "UInt64", + "name": "UniqueProcessHash", + "offset": 12, + "parentId": "9339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9346", + "kind": "Struct", + "name": "_PF_PRIVSOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PRIVSOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9347", + "kind": "Struct", + "name": "DbInfo", + "offset": 0, + "parentId": "9346", + "refId": "9339", + "strLen": 64, + "structTypeName": "_PFS_PRIVATE_PAGE_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9348", + "kind": "Hex8", + "name": "EProcess", + "offset": 0, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9349", + "kind": "UInt64", + "name": "WsPrivatePages", + "offset": 1, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9350", + "kind": "UInt64", + "name": "TotalPrivatePages", + "offset": 9, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9351", + "kind": "UInt32", + "name": "SessionID", + "offset": 17, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "9352", + "kind": "Array", + "name": "ImageName", + "offset": 21, + "parentId": "9346", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9353", + "kind": "Struct", + "name": "", + "offset": 21, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9354", + "kind": "UInt64", + "name": "WsSwapPages", + "offset": 0, + "parentId": "9353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9355", + "kind": "UInt64", + "name": "SessionPagedPoolPages", + "offset": 0, + "parentId": "9353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9356", + "kind": "UInt64", + "name": "StoreSizePages", + "offset": 0, + "parentId": "9353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9357", + "kind": "UInt64", + "name": "WsTotalPages", + "offset": 29, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9358", + "kind": "UInt32", + "name": "DeepFreezeTimeMs", + "offset": 37, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ModernApp" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "DeepFrozen" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "Foreground" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "PerProcessStore" + }, + { + "bitOffset": 4, + "bitWidth": 28, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "9359", + "kind": "Struct", + "name": "", + "offset": 41, + "parentId": "9346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9360", + "kind": "Struct", + "name": "_PF_PRIVSOURCE_QUERY_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PRIVSOURCE_QUERY_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9361", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9362", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "9360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9363", + "kind": "UInt32", + "name": "InfoCount", + "offset": 8, + "parentId": "9360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9364", + "kind": "Array", + "name": "InfoArray", + "offset": 12, + "parentId": "9360", + "refId": "9346", + "strLen": 64, + "structTypeName": "_PF_PRIVSOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9365", + "kind": "Struct", + "name": "_DEVICEDUMP_PRIVATE_SUBSECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_PRIVATE_SUBSECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9366", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "9365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9367", + "kind": "Struct", + "name": "GPLogId", + "offset": 4, + "parentId": "9365", + "refId": "9046", + "strLen": 64, + "structTypeName": "_GP_LOG_PAGE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9368", + "kind": "Array", + "name": "bData", + "offset": 4, + "parentId": "9365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9369", + "kind": "Struct", + "name": "_DEVICEDUMP_SECTION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SECTION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9370", + "kind": "Struct", + "name": "guidDeviceDataId", + "offset": 0, + "parentId": "9369", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9371", + "kind": "Array", + "name": "sOrganizationID", + "offset": 0, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9372", + "kind": "UInt32", + "name": "dwFirmwareRevision", + "offset": 16, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "9373", + "kind": "Array", + "name": "sModelNumber", + "offset": 20, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "9374", + "kind": "Array", + "name": "szDeviceManufacturingID", + "offset": 52, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9375", + "kind": "UInt32", + "name": "dwFlags", + "offset": 84, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9376", + "kind": "UInt32", + "name": "bRestrictedPrivateDataVersion", + "offset": 88, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9377", + "kind": "UInt32", + "name": "dwFirmwareIssueId", + "offset": 92, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 132, + "collapsed": false, + "elementKind": "UInt8", + "id": "9378", + "kind": "Array", + "name": "szIssueDescriptionString", + "offset": 96, + "parentId": "9369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9379", + "kind": "Struct", + "name": "_DEVICEDUMP_SUBSECTION_POINTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SUBSECTION_POINTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9380", + "kind": "UInt32", + "name": "dwSize", + "offset": 0, + "parentId": "9379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9381", + "kind": "UInt32", + "name": "dwFlags", + "offset": 4, + "parentId": "9379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9382", + "kind": "UInt32", + "name": "dwOffset", + "offset": 8, + "parentId": "9379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9383", + "kind": "Struct", + "name": "_DEVICEDUMP_STORAGEDEVICE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STORAGEDEVICE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9384", + "kind": "Struct", + "name": "Descriptor", + "offset": 0, + "parentId": "9383", + "refId": "9232", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_STRUCTURE_VERSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9385", + "kind": "Struct", + "name": "SectionHeader", + "offset": 0, + "parentId": "9383", + "refId": "9369", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SECTION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9386", + "kind": "UInt32", + "name": "dwBufferSize", + "offset": 0, + "parentId": "9383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9387", + "kind": "UInt32", + "name": "dwReasonForCollection", + "offset": 4, + "parentId": "9383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9388", + "kind": "Struct", + "name": "PublicData", + "offset": 8, + "parentId": "9383", + "refId": "9379", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SUBSECTION_POINTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9389", + "kind": "Struct", + "name": "RestrictedData", + "offset": 8, + "parentId": "9383", + "refId": "9379", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SUBSECTION_POINTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9390", + "kind": "Struct", + "name": "PrivateData", + "offset": 8, + "parentId": "9383", + "refId": "9379", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_SUBSECTION_POINTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9391", + "kind": "Struct", + "name": "_STORAGE_DEVICE_ID_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_ID_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9392", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9393", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9394", + "kind": "UInt32", + "name": "NumberOfIdentifiers", + "offset": 8, + "parentId": "9391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9395", + "kind": "Array", + "name": "Identifiers", + "offset": 12, + "parentId": "9391", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9396", + "kind": "Struct", + "name": "_SET_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SET_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9397", + "kind": "UInt8", + "name": "PartitionType", + "offset": 0, + "parentId": "9396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9398", + "kind": "Struct", + "name": "_SYSTEM_CALL_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CALL_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9399", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "9398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9400", + "kind": "UInt32", + "name": "TotalCalls", + "offset": 4, + "parentId": "9398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9401", + "kind": "Array", + "name": "TimeOfCalls", + "offset": 8, + "parentId": "9398", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9402", + "kind": "Struct", + "name": "_OBJECT_ATTRIBUTES32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_ATTRIBUTES32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9403", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9404", + "kind": "UInt32", + "name": "RootDirectory", + "offset": 4, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9405", + "kind": "UInt32", + "name": "ObjectName", + "offset": 8, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9406", + "kind": "UInt32", + "name": "Attributes", + "offset": 12, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9407", + "kind": "UInt32", + "name": "SecurityDescriptor", + "offset": 16, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9408", + "kind": "UInt32", + "name": "SecurityQualityOfService", + "offset": 20, + "parentId": "9402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9409", + "kind": "Struct", + "name": "_DEVICE_SEEK_PENALTY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_SEEK_PENALTY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9410", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9411", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9412", + "kind": "UInt8", + "name": "IncursSeekPenalty", + "offset": 8, + "parentId": "9409", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9413", + "kind": "Struct", + "name": "_MARK_HANDLE_INFO32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MARK_HANDLE_INFO32" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9414", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "9413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9415", + "kind": "UInt32", + "name": "UsnSourceInfo", + "offset": 0, + "parentId": "9414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9416", + "kind": "UInt32", + "name": "CopyNumber", + "offset": 0, + "parentId": "9414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9417", + "kind": "UInt32", + "name": "VolumeHandle", + "offset": 4, + "parentId": "9413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9418", + "kind": "UInt32", + "name": "HandleInfo", + "offset": 8, + "parentId": "9413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9419", + "kind": "Struct", + "name": "_DEVICE_WRITE_AGGREGATION_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_WRITE_AGGREGATION_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9420", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9421", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9422", + "kind": "UInt8", + "name": "BenefitsFromWriteAggregation", + "offset": 8, + "parentId": "9419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9423", + "kind": "Struct", + "name": "_FILE_FS_DATA_COPY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_DATA_COPY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9424", + "kind": "UInt32", + "name": "NumberOfCopies", + "offset": 0, + "parentId": "9423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9425", + "kind": "Struct", + "name": "_FILE_OBJECTID_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_OBJECTID_BUFFER" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "9426", + "kind": "Array", + "name": "ObjectId", + "offset": 0, + "parentId": "9425", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9427", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "9425", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 48, + "collapsed": false, + "elementKind": "UInt8", + "id": "9428", + "kind": "Array", + "name": "ExtendedInfo", + "offset": 0, + "parentId": "9427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9429", + "kind": "Struct", + "name": "_DISK_PARTITION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_PARTITION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9430", + "kind": "UInt32", + "name": "SizeOfPartitionInfo", + "offset": 0, + "parentId": "9429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9431", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 4, + "parentId": "9429", + "refId": "181", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9432", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9433", + "kind": "Struct", + "name": "_DEVICE_TRIM_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_TRIM_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9434", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9433", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9435", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9433", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9436", + "kind": "UInt8", + "name": "TrimEnabled", + "offset": 8, + "parentId": "9433", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9437", + "kind": "Struct", + "name": "_SYSTEM_POOLTAG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOLTAG" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9438", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "9439", + "kind": "Array", + "name": "Tag", + "offset": 0, + "parentId": "9438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9440", + "kind": "UInt32", + "name": "TagUlong", + "offset": 0, + "parentId": "9438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9441", + "kind": "UInt32", + "name": "PagedAllocs", + "offset": 4, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9442", + "kind": "UInt32", + "name": "PagedFrees", + "offset": 8, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9443", + "kind": "UInt64", + "name": "PagedUsed", + "offset": 12, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9444", + "kind": "UInt32", + "name": "NonPagedAllocs", + "offset": 20, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9445", + "kind": "UInt32", + "name": "NonPagedFrees", + "offset": 24, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9446", + "kind": "UInt64", + "name": "NonPagedUsed", + "offset": 28, + "parentId": "9437", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9447", + "kind": "Struct", + "name": "_SYSTEM_POOLTAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOLTAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9448", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "9447", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9449", + "kind": "Array", + "name": "TagInfo", + "offset": 4, + "parentId": "9447", + "refId": "9437", + "strLen": 64, + "structTypeName": "_SYSTEM_POOLTAG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9450", + "kind": "Struct", + "name": "_STORAGE_COUNTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_COUNTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9451", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "9450", + "refId": "175", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9452", + "kind": "Struct", + "name": "Value", + "offset": 4, + "parentId": "9450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9453", + "kind": "UInt64", + "name": "AsUlonglong", + "offset": 0, + "parentId": "9452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9454", + "kind": "Struct", + "name": "_DEVICE_LB_PROVISIONING_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_LB_PROVISIONING_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9455", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9456", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ThinProvisioningEnabled" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "ThinProvisioningReadZeros" + }, + { + "bitOffset": 2, + "bitWidth": 3, + "name": "AnchorSupported" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "UnmapGranularityAlignmentValid" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "GetFreeSpaceSupported" + }, + { + "bitOffset": 7, + "bitWidth": 1, + "name": "MapSupported" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "9457", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9458", + "kind": "Hex8", + "name": "", + "offset": 9, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9459", + "kind": "Hex8", + "name": "", + "offset": 10, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9460", + "kind": "Hex8", + "name": "", + "offset": 11, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9461", + "kind": "Hex8", + "name": "", + "offset": 12, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9462", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9463", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9464", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9465", + "kind": "UInt64", + "name": "OptimalUnmapGranularity", + "offset": 16, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9466", + "kind": "UInt64", + "name": "UnmapGranularityAlignment", + "offset": 24, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9467", + "kind": "UInt32", + "name": "MaxUnmapLbaCount", + "offset": 32, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9468", + "kind": "UInt32", + "name": "MaxUnmapBlockDescriptorCount", + "offset": 36, + "parentId": "9454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9469", + "kind": "Struct", + "name": "_FILE_SET_SPARSE_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SET_SPARSE_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9470", + "kind": "UInt8", + "name": "SetSparse", + "offset": 0, + "parentId": "9469", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9471", + "kind": "Struct", + "name": "_STORAGE_LB_PROVISIONING_MAP_RESOURCES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_LB_PROVISIONING_MAP_RESOURCES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9472", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9473", + "kind": "UInt32", + "name": "Version", + "offset": 4, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "AvailableMappingResourcesValid" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "UsedMappingResourcesValid" + }, + { + "bitOffset": 2, + "bitWidth": 6, + "name": "Reserved0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "9474", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9475", + "kind": "Hex8", + "name": "", + "offset": 9, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9476", + "kind": "Hex8", + "name": "", + "offset": 10, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9477", + "kind": "Hex8", + "name": "", + "offset": 11, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "AvailableMappingResourcesScope" + }, + { + "bitOffset": 2, + "bitWidth": 2, + "name": "UsedMappingResourcesScope" + }, + { + "bitOffset": 4, + "bitWidth": 4, + "name": "Reserved2" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "9478", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9479", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9480", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9481", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9482", + "kind": "UInt64", + "name": "AvailableMappingResources", + "offset": 16, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9483", + "kind": "UInt64", + "name": "UsedMappingResources", + "offset": 24, + "parentId": "9471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9484", + "kind": "Struct", + "name": "_WNF_STATE_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_STATE_NAME" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "9485", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "9484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9486", + "kind": "Struct", + "name": "_DEVICE_COPY_OFFLOAD_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_COPY_OFFLOAD_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9487", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9488", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9489", + "kind": "UInt32", + "name": "MaximumTokenLifetime", + "offset": 8, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9490", + "kind": "UInt32", + "name": "DefaultTokenLifetime", + "offset": 12, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9491", + "kind": "UInt64", + "name": "MaximumTransferSize", + "offset": 16, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9492", + "kind": "UInt64", + "name": "OptimalTransferCount", + "offset": 24, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9493", + "kind": "UInt32", + "name": "MaximumDataDescriptors", + "offset": 32, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9494", + "kind": "UInt32", + "name": "MaximumTransferLengthPerDescriptor", + "offset": 36, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9495", + "kind": "UInt32", + "name": "OptimalTransferLengthPerDescriptor", + "offset": 40, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9496", + "kind": "UInt16", + "name": "OptimalTransferLengthGranularity", + "offset": 44, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9497", + "kind": "Hex16", + "name": "", + "offset": 46, + "parentId": "9486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9498", + "kind": "Struct", + "name": "_SCM_PD_PASSTHROUGH_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PASSTHROUGH_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9499", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9500", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9501", + "kind": "Struct", + "name": "ProtocolGuid", + "offset": 8, + "parentId": "9498", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9502", + "kind": "UInt32", + "name": "DataSize", + "offset": 8, + "parentId": "9498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9503", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "9498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9504", + "kind": "Struct", + "name": "FIND_BY_SID_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FIND_BY_SID_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9505", + "kind": "UInt32", + "name": "Restart", + "offset": 0, + "parentId": "9504", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9506", + "kind": "Struct", + "name": "Sid", + "offset": 4, + "parentId": "9504", + "refId": "1131", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9507", + "kind": "Struct", + "name": "_STORAGE_DEVICE_RESILIENCY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_RESILIENCY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9508", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9509", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9510", + "kind": "UInt32", + "name": "NameOffset", + "offset": 8, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9511", + "kind": "UInt32", + "name": "NumberOfLogicalCopies", + "offset": 12, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9512", + "kind": "UInt32", + "name": "NumberOfPhysicalCopies", + "offset": 16, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9513", + "kind": "UInt32", + "name": "PhysicalDiskRedundancy", + "offset": 20, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9514", + "kind": "UInt32", + "name": "NumberOfColumns", + "offset": 24, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9515", + "kind": "UInt32", + "name": "Interleave", + "offset": 28, + "parentId": "9507", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9516", + "kind": "Struct", + "name": "_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9517", + "kind": "Struct", + "name": "StartingOffset", + "offset": 0, + "parentId": "9516", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9518", + "kind": "Struct", + "name": "PartitionLength", + "offset": 0, + "parentId": "9516", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9519", + "kind": "UInt32", + "name": "HiddenSectors", + "offset": 0, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9520", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 4, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9521", + "kind": "UInt8", + "name": "PartitionType", + "offset": 8, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9522", + "kind": "UInt8", + "name": "BootIndicator", + "offset": 9, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9523", + "kind": "UInt8", + "name": "RecognizedPartition", + "offset": 10, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9524", + "kind": "UInt8", + "name": "RewritePartition", + "offset": 11, + "parentId": "9516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9525", + "kind": "Struct", + "name": "USN_RECORD_COMMON_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_COMMON_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9526", + "kind": "UInt32", + "name": "RecordLength", + "offset": 0, + "parentId": "9525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9527", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 4, + "parentId": "9525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9528", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 6, + "parentId": "9525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9529", + "kind": "Struct", + "name": "_PERSISTENT_RESERVE_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERSISTENT_RESERVE_COMMAND" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9530", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9531", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9532", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9533", + "kind": "Struct", + "name": "_STORAGE_RPMB_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_RPMB_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9534", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9535", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9536", + "kind": "UInt32", + "name": "SizeInBytes", + "offset": 8, + "parentId": "9533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9537", + "kind": "UInt32", + "name": "MaxReliableWriteSizeInBytes", + "offset": 12, + "parentId": "9533", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9538", + "kind": "UInt32", + "name": "FrameFormat", + "offset": 16, + "parentId": "9533", + "refId": "170", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9539", + "kind": "Struct", + "name": "_VERIFY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VERIFY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9540", + "kind": "Struct", + "name": "StartingOffset", + "offset": 0, + "parentId": "9539", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9541", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "9539", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9542", + "kind": "Struct", + "name": "_RTL_BALANCED_NODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9543", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "9542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9544", + "kind": "Pointer64", + "name": "Children", + "offset": 0, + "parentId": "9543", + "refId": "9542", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9545", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Red" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "9546", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "9545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "Balance" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "9547", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "9545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9548", + "kind": "UInt64", + "name": "ParentValue", + "offset": 0, + "parentId": "9545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9549", + "kind": "Struct", + "name": "_SCM_PD_REINITIALIZE_MEDIA_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_REINITIALIZE_MEDIA_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9550", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9551", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9552", + "kind": "Struct", + "name": "CREATE_USN_JOURNAL_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "CREATE_USN_JOURNAL_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9553", + "kind": "UInt64", + "name": "MaximumSize", + "offset": 0, + "parentId": "9552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9554", + "kind": "UInt64", + "name": "AllocationDelta", + "offset": 8, + "parentId": "9552", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9555", + "kind": "Struct", + "name": "_FILE_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9556", + "kind": "UInt64", + "name": "VolumeSerialNumber", + "offset": 0, + "parentId": "9555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9557", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9555", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9558", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "9557", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9559", + "kind": "Struct", + "name": "_DISK_EX_INT13_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_EX_INT13_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9560", + "kind": "UInt16", + "name": "ExBufferSize", + "offset": 0, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9561", + "kind": "UInt16", + "name": "ExFlags", + "offset": 2, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9562", + "kind": "UInt32", + "name": "ExCylinders", + "offset": 4, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9563", + "kind": "UInt32", + "name": "ExHeads", + "offset": 8, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9564", + "kind": "UInt32", + "name": "ExSectorsPerTrack", + "offset": 12, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9565", + "kind": "UInt64", + "name": "ExSectorsPerDrive", + "offset": 16, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9566", + "kind": "UInt16", + "name": "ExSectorSize", + "offset": 24, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9567", + "kind": "UInt16", + "name": "ExReserved", + "offset": 26, + "parentId": "9559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9568", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_CAPABILITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_CAPABILITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9569", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9570", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9571", + "kind": "UInt32", + "name": "CryptoCapabilityIndex", + "offset": 8, + "parentId": "9568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9572", + "kind": "UInt32", + "name": "AlgorithmId", + "offset": 12, + "parentId": "9568", + "refId": "171", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9573", + "kind": "UInt32", + "name": "KeySize", + "offset": 16, + "parentId": "9568", + "refId": "172", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9574", + "kind": "UInt32", + "name": "DataUnitSizeBitmask", + "offset": 20, + "parentId": "9568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9575", + "kind": "Struct", + "name": "_STORAGE_EVENT_NOTIFICATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_EVENT_NOTIFICATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9576", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9577", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9578", + "kind": "UInt64", + "name": "Events", + "offset": 8, + "parentId": "9575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9579", + "kind": "Struct", + "name": "_LARGE_INTEGER_128", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER_128" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "Int64", + "id": "9580", + "kind": "Array", + "name": "QuadPart", + "offset": 0, + "parentId": "9579", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9581", + "kind": "Struct", + "name": "_ALPC_HANDLE_ATTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_HANDLE_ATTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9582", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9583", + "kind": "UInt32", + "name": "Reserved0", + "offset": 4, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9584", + "kind": "UInt32", + "name": "SameAccess", + "offset": 8, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9585", + "kind": "UInt32", + "name": "SameAttributes", + "offset": 12, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9586", + "kind": "UInt32", + "name": "Indirect", + "offset": 16, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9587", + "kind": "UInt32", + "name": "Inherit", + "offset": 20, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9588", + "kind": "UInt32", + "name": "Reserved1", + "offset": 24, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9589", + "kind": "Hex8", + "name": "Handle", + "offset": 28, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9590", + "kind": "Struct", + "name": "HandleAttrArray", + "offset": 29, + "parentId": "9581", + "refId": "10978", + "strLen": 64, + "structTypeName": "_ALPC_HANDLE_ATTR32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9591", + "kind": "UInt32", + "name": "ObjectType", + "offset": 29, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9592", + "kind": "UInt32", + "name": "HandleCount", + "offset": 33, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9593", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 37, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9594", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 41, + "parentId": "9581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9595", + "kind": "Struct", + "name": "_DISK_INT13_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_INT13_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9596", + "kind": "UInt16", + "name": "DriveSelect", + "offset": 0, + "parentId": "9595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9597", + "kind": "UInt32", + "name": "MaxCylinders", + "offset": 2, + "parentId": "9595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9598", + "kind": "UInt16", + "name": "SectorsPerTrack", + "offset": 6, + "parentId": "9595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9599", + "kind": "UInt16", + "name": "MaxHeads", + "offset": 8, + "parentId": "9595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9600", + "kind": "UInt16", + "name": "NumberDrives", + "offset": 10, + "parentId": "9595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9601", + "kind": "Struct", + "name": "NTFS_FILE_RECORD_INPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NTFS_FILE_RECORD_INPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9602", + "kind": "Struct", + "name": "FileReferenceNumber", + "offset": 0, + "parentId": "9601", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9603", + "kind": "Struct", + "name": "_PHYSICAL_ELEMENT_STATUS_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PHYSICAL_ELEMENT_STATUS_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9604", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9605", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9606", + "kind": "UInt32", + "name": "StartingElement", + "offset": 8, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9607", + "kind": "UInt8", + "name": "Filter", + "offset": 12, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9608", + "kind": "UInt8", + "name": "ReportType", + "offset": 13, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9609", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "9603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9610", + "kind": "Struct", + "name": "_TIMER_SET_COALESCABLE_TIMER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMER_SET_COALESCABLE_TIMER_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9611", + "kind": "Struct", + "name": "DueTime", + "offset": 0, + "parentId": "9610", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9612", + "kind": "Struct", + "name": "TimerApcRoutine", + "offset": 0, + "parentId": "9610", + "refId": "0", + "strLen": 64, + "structTypeName": "PTIMER_APC_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9613", + "kind": "Hex8", + "name": "TimerContext", + "offset": 0, + "parentId": "9610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9614", + "kind": "Struct", + "name": "WakeContext", + "offset": 1, + "parentId": "9610", + "refId": "12070", + "strLen": 64, + "structTypeName": "_COUNTED_REASON_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9615", + "kind": "UInt32", + "name": "Period", + "offset": 1, + "parentId": "9610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9616", + "kind": "UInt32", + "name": "TolerableDelay", + "offset": 5, + "parentId": "9610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9617", + "kind": "UInt8", + "name": "PreviousState", + "offset": 9, + "parentId": "9610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9618", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9619", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9620", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9621", + "kind": "UInt32", + "name": "NumKeysSupported", + "offset": 8, + "parentId": "9618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9622", + "kind": "UInt32", + "name": "NumCryptoCapabilities", + "offset": 12, + "parentId": "9618", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9623", + "kind": "Array", + "name": "CryptoCapabilities", + "offset": 16, + "parentId": "9618", + "refId": "9568", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_CAPABILITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9624", + "kind": "Struct", + "name": "_SCM_PD_FIRMWARE_DOWNLOAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_DOWNLOAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9625", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9626", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9627", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9628", + "kind": "UInt8", + "name": "Slot", + "offset": 12, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9629", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9630", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9631", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9632", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9633", + "kind": "UInt32", + "name": "FirmwareImageSizeInBytes", + "offset": 24, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9634", + "kind": "Array", + "name": "FirmwareImage", + "offset": 28, + "parentId": "9624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9635", + "kind": "Struct", + "name": "MOVE_FILE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MOVE_FILE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9636", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "9635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9637", + "kind": "Struct", + "name": "StartingVcn", + "offset": 1, + "parentId": "9635", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9638", + "kind": "Struct", + "name": "StartingLcn", + "offset": 1, + "parentId": "9635", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9639", + "kind": "UInt32", + "name": "ClusterCount", + "offset": 1, + "parentId": "9635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9640", + "kind": "Struct", + "name": "_BIN_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BIN_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9641", + "kind": "Struct", + "name": "StartValue", + "offset": 0, + "parentId": "9640", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9642", + "kind": "Struct", + "name": "Length", + "offset": 0, + "parentId": "9640", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9643", + "kind": "Struct", + "name": "_FILE_STORAGE_TIER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9644", + "kind": "Struct", + "name": "Id", + "offset": 0, + "parentId": "9643", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "9645", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "9643", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "9646", + "kind": "Array", + "name": "Description", + "offset": 0, + "parentId": "9643", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9647", + "kind": "UInt64", + "name": "Flags", + "offset": 0, + "parentId": "9643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9648", + "kind": "UInt64", + "name": "ProvisionedCapacity", + "offset": 8, + "parentId": "9643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9649", + "kind": "UInt32", + "name": "MediaType", + "offset": 16, + "parentId": "9643", + "refId": "254", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9650", + "kind": "UInt32", + "name": "Class", + "offset": 20, + "parentId": "9643", + "refId": "231", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9651", + "kind": "Struct", + "name": "_STORAGE_CRYPTO_DESCRIPTOR_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_DESCRIPTOR_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9652", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9651", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9653", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9651", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9654", + "kind": "UInt32", + "name": "NumKeysSupported", + "offset": 8, + "parentId": "9651", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9655", + "kind": "UInt32", + "name": "NumCryptoCapabilities", + "offset": 12, + "parentId": "9651", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9656", + "kind": "UInt32", + "name": "IceType", + "offset": 16, + "parentId": "9651", + "refId": "176", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9657", + "kind": "Struct", + "name": "SecurityComplianceBitmask", + "offset": 20, + "parentId": "9651", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9658", + "kind": "UInt8", + "name": "AsUchar", + "offset": 0, + "parentId": "9657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9659", + "kind": "Array", + "name": "CryptoCapabilities", + "offset": 21, + "parentId": "9651", + "refId": "8875", + "strLen": 64, + "structTypeName": "_STORAGE_CRYPTO_CAPABILITY_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9660", + "kind": "Struct", + "name": "_STORAGE_WRITE_CACHE_PROPERTY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_WRITE_CACHE_PROPERTY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9661", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9662", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9663", + "kind": "UInt32", + "name": "WriteCacheType", + "offset": 8, + "parentId": "9660", + "refId": "185", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9664", + "kind": "UInt32", + "name": "WriteCacheEnabled", + "offset": 12, + "parentId": "9660", + "refId": "218", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9665", + "kind": "UInt32", + "name": "WriteCacheChangeable", + "offset": 16, + "parentId": "9660", + "refId": "155", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9666", + "kind": "UInt32", + "name": "WriteThroughSupported", + "offset": 20, + "parentId": "9660", + "refId": "219", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9667", + "kind": "UInt8", + "name": "FlushCacheSupported", + "offset": 24, + "parentId": "9660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9668", + "kind": "UInt8", + "name": "UserDefinedPowerProtection", + "offset": 25, + "parentId": "9660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9669", + "kind": "UInt8", + "name": "NVCacheEnabled", + "offset": 26, + "parentId": "9660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9670", + "kind": "Struct", + "name": "_PERF_BIN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERF_BIN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9671", + "kind": "UInt32", + "name": "NumberOfBins", + "offset": 0, + "parentId": "9670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9672", + "kind": "UInt32", + "name": "TypeOfBin", + "offset": 4, + "parentId": "9670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9673", + "kind": "Array", + "name": "BinsRanges", + "offset": 8, + "parentId": "9670", + "refId": "9640", + "strLen": 64, + "structTypeName": "_BIN_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9674", + "kind": "Struct", + "name": "_LDR_SECTION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_SECTION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9675", + "kind": "Hex8", + "name": "SectionHandle", + "offset": 0, + "parentId": "9674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9676", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 1, + "parentId": "9674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9677", + "kind": "Struct", + "name": "ObjA", + "offset": 5, + "parentId": "9674", + "refId": "9029", + "strLen": 64, + "structTypeName": "_OBJECT_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9678", + "kind": "UInt32", + "name": "SectionPageProtection", + "offset": 5, + "parentId": "9674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9679", + "kind": "UInt32", + "name": "AllocationAttributes", + "offset": 9, + "parentId": "9674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9680", + "kind": "Struct", + "name": "_PROCESS_SYSTEM_RESOURCE_MANAGEMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_SYSTEM_RESOURCE_MANAGEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9681", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "9680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9682", + "kind": "Struct", + "name": "_PROCESS_SECURITY_DOMAIN_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_SECURITY_DOMAIN_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9683", + "kind": "UInt64", + "name": "SecurityDomain", + "offset": 0, + "parentId": "9682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9684", + "kind": "Struct", + "name": "_RTL_PROCESS_BACKTRACE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_BACKTRACE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9685", + "kind": "Struct", + "name": "SymbolicBackTrace", + "offset": 0, + "parentId": "9684", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9686", + "kind": "UInt32", + "name": "TraceCount", + "offset": 0, + "parentId": "9684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9687", + "kind": "UInt16", + "name": "Index", + "offset": 4, + "parentId": "9684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9688", + "kind": "UInt16", + "name": "Depth", + "offset": 6, + "parentId": "9684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "Hex8", + "id": "9689", + "kind": "Array", + "name": "BackTrace", + "offset": 8, + "parentId": "9684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9690", + "kind": "Struct", + "name": "_STORAGE_TIER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TIER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9691", + "kind": "Struct", + "name": "Id", + "offset": 0, + "parentId": "9690", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "9692", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "9690", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "9693", + "kind": "Array", + "name": "Description", + "offset": 0, + "parentId": "9690", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9694", + "kind": "UInt64", + "name": "Flags", + "offset": 0, + "parentId": "9690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9695", + "kind": "UInt64", + "name": "ProvisionedCapacity", + "offset": 8, + "parentId": "9690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9696", + "kind": "UInt32", + "name": "MediaType", + "offset": 16, + "parentId": "9690", + "refId": "177", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9697", + "kind": "UInt32", + "name": "Class", + "offset": 20, + "parentId": "9690", + "refId": "178", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9698", + "kind": "Struct", + "name": "_FILE_PREFETCH_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PREFETCH_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9699", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "9698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9700", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "9698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9701", + "kind": "Hex8", + "name": "Context", + "offset": 8, + "parentId": "9698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "9702", + "kind": "Array", + "name": "Prefetch", + "offset": 9, + "parentId": "9698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9703", + "kind": "Struct", + "name": "_LDR_IMPORT_CALLBACK_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_IMPORT_CALLBACK_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9704", + "kind": "Struct", + "name": "ImportCallbackRoutine", + "offset": 0, + "parentId": "9703", + "refId": "0", + "strLen": 64, + "structTypeName": "PLDR_IMPORT_MODULE_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9705", + "kind": "Hex8", + "name": "ImportCallbackParameter", + "offset": 0, + "parentId": "9703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9706", + "kind": "Struct", + "name": "_LDR_VERIFY_IMAGE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_VERIFY_IMAGE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9707", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "9706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9708", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "9706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9709", + "kind": "Struct", + "name": "CallbackInfo", + "offset": 8, + "parentId": "9706", + "refId": "9703", + "strLen": 64, + "structTypeName": "_LDR_IMPORT_CALLBACK_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9710", + "kind": "Struct", + "name": "SectionInfo", + "offset": 8, + "parentId": "9706", + "refId": "9674", + "strLen": 64, + "structTypeName": "_LDR_SECTION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9711", + "kind": "UInt16", + "name": "ImageCharacteristics", + "offset": 8, + "parentId": "9706", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9712", + "kind": "Struct", + "name": "_STORAGE_DEVICE_TIERING_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_TIERING_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9713", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9714", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9715", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "9712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9716", + "kind": "UInt32", + "name": "TotalNumberOfTiers", + "offset": 12, + "parentId": "9712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9717", + "kind": "UInt32", + "name": "NumberOfTiersReturned", + "offset": 16, + "parentId": "9712", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9718", + "kind": "Array", + "name": "Tiers", + "offset": 20, + "parentId": "9712", + "refId": "9690", + "strLen": 64, + "structTypeName": "_STORAGE_TIER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9719", + "kind": "Struct", + "name": "_REASSIGN_BLOCKS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REASSIGN_BLOCKS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9720", + "kind": "UInt16", + "name": "Reserved", + "offset": 0, + "parentId": "9719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9721", + "kind": "UInt16", + "name": "Count", + "offset": 2, + "parentId": "9719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9722", + "kind": "Array", + "name": "BlockNumber", + "offset": 4, + "parentId": "9719", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9723", + "kind": "Struct", + "name": "_FILE_BOTH_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_BOTH_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9724", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "9723", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9725", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "9723", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9726", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9727", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9728", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9729", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9730", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9731", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "9723", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9732", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "9723", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9733", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "9723", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9734", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "9723", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9735", + "kind": "Struct", + "name": "ShortNameLength", + "offset": 20, + "parentId": "9723", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "9736", + "kind": "Array", + "name": "ShortName", + "offset": 20, + "parentId": "9723", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9737", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "9723", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9738", + "kind": "Struct", + "name": "_STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9739", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9740", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9741", + "kind": "UInt32", + "name": "NumberOfFaultDomains", + "offset": 8, + "parentId": "9738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9742", + "kind": "Array", + "name": "FaultDomainIds", + "offset": 12, + "parentId": "9738", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9743", + "kind": "Struct", + "name": "_SYSTEM_THREAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9744", + "kind": "Struct", + "name": "KernelTime", + "offset": 0, + "parentId": "9743", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9745", + "kind": "Struct", + "name": "UserTime", + "offset": 0, + "parentId": "9743", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9746", + "kind": "Struct", + "name": "CreateTime", + "offset": 0, + "parentId": "9743", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9747", + "kind": "UInt32", + "name": "WaitTime", + "offset": 0, + "parentId": "9743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9748", + "kind": "UInt64", + "name": "StartAddress", + "offset": 4, + "parentId": "9743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9749", + "kind": "Struct", + "name": "ClientId", + "offset": 12, + "parentId": "9743", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9750", + "kind": "Int32", + "name": "Priority", + "offset": 12, + "parentId": "9743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9751", + "kind": "Int32", + "name": "BasePriority", + "offset": 16, + "parentId": "9743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9752", + "kind": "UInt32", + "name": "ContextSwitches", + "offset": 20, + "parentId": "9743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9753", + "kind": "UInt32", + "name": "ThreadState", + "offset": 24, + "parentId": "9743", + "refId": "213", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9754", + "kind": "UInt32", + "name": "WaitReason", + "offset": 28, + "parentId": "9743", + "refId": "208", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9755", + "kind": "Struct", + "name": "_SYSTEM_EXTENDED_THREAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_EXTENDED_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9756", + "kind": "Struct", + "name": "ThreadInfo", + "offset": 0, + "parentId": "9755", + "refId": "9743", + "strLen": 64, + "structTypeName": "_SYSTEM_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9757", + "kind": "Hex8", + "name": "StackBase", + "offset": 0, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9758", + "kind": "Hex8", + "name": "StackLimit", + "offset": 1, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9759", + "kind": "UInt64", + "name": "Win32StartAddress", + "offset": 2, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9760", + "kind": "Struct", + "name": "TebBase", + "offset": 10, + "parentId": "9755", + "refId": "5879", + "strLen": 64, + "structTypeName": "_TEB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9761", + "kind": "UInt64", + "name": "Reserved2", + "offset": 10, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9762", + "kind": "UInt64", + "name": "Reserved3", + "offset": 18, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9763", + "kind": "UInt64", + "name": "Reserved4", + "offset": 26, + "parentId": "9755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9764", + "kind": "Struct", + "name": "_STRING32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9765", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "9764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9766", + "kind": "UInt16", + "name": "MaximumLength", + "offset": 2, + "parentId": "9764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9767", + "kind": "UInt32", + "name": "Buffer", + "offset": 4, + "parentId": "9764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9768", + "kind": "Struct", + "name": "READ_USN_JOURNAL_DATA_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "READ_USN_JOURNAL_DATA_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9769", + "kind": "Int64", + "name": "StartUsn", + "offset": 0, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9770", + "kind": "UInt32", + "name": "ReasonMask", + "offset": 8, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9771", + "kind": "UInt32", + "name": "ReturnOnlyOnClose", + "offset": 12, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9772", + "kind": "UInt64", + "name": "Timeout", + "offset": 16, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9773", + "kind": "UInt64", + "name": "BytesToWaitFor", + "offset": 24, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9774", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 32, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9775", + "kind": "UInt16", + "name": "MinMajorVersion", + "offset": 40, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9776", + "kind": "UInt16", + "name": "MaxMajorVersion", + "offset": 42, + "parentId": "9768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9777", + "kind": "Struct", + "name": "_STORAGE_READ_CAPACITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_READ_CAPACITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9778", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9779", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9780", + "kind": "UInt32", + "name": "BlockLength", + "offset": 8, + "parentId": "9777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9781", + "kind": "Struct", + "name": "NumberOfBlocks", + "offset": 12, + "parentId": "9777", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9782", + "kind": "Struct", + "name": "DiskLength", + "offset": 12, + "parentId": "9777", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9783", + "kind": "Struct", + "name": "_FILE_NAMES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NAMES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9784", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "9783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9785", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "9783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9786", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 8, + "parentId": "9783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9787", + "kind": "Array", + "name": "FileName", + "offset": 12, + "parentId": "9783", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9788", + "kind": "Struct", + "name": "_PORT_MESSAGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_MESSAGE" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9789", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "9788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9790", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "9789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9791", + "kind": "Struct", + "name": "u2", + "offset": 4, + "parentId": "9788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9792", + "kind": "UInt32", + "name": "ZeroInit", + "offset": 0, + "parentId": "9791", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9793", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "9788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9794", + "kind": "Struct", + "name": "ClientId", + "offset": 0, + "parentId": "9793", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9795", + "kind": "Double", + "name": "DoNotUseThisField", + "offset": 0, + "parentId": "9793", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9796", + "kind": "UInt32", + "name": "MessageId", + "offset": 16, + "parentId": "9788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9797", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "9788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9798", + "kind": "UInt64", + "name": "ClientViewSize", + "offset": 0, + "parentId": "9797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9799", + "kind": "UInt32", + "name": "CallbackId", + "offset": 0, + "parentId": "9797", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9800", + "kind": "Struct", + "name": "USN_TRACK_MODIFIED_RANGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_TRACK_MODIFIED_RANGES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9801", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "9800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9802", + "kind": "UInt32", + "name": "Unused", + "offset": 4, + "parentId": "9800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9803", + "kind": "UInt64", + "name": "ChunkSize", + "offset": 8, + "parentId": "9800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9804", + "kind": "Int64", + "name": "FileSizeThreshold", + "offset": 16, + "parentId": "9800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9805", + "kind": "Struct", + "name": "_FORMAT_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FORMAT_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9806", + "kind": "UInt32", + "name": "MediaType", + "offset": 0, + "parentId": "9805", + "refId": "184", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9807", + "kind": "UInt32", + "name": "StartCylinderNumber", + "offset": 4, + "parentId": "9805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9808", + "kind": "UInt32", + "name": "EndCylinderNumber", + "offset": 8, + "parentId": "9805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9809", + "kind": "UInt32", + "name": "StartHeadNumber", + "offset": 12, + "parentId": "9805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9810", + "kind": "UInt32", + "name": "EndHeadNumber", + "offset": 16, + "parentId": "9805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9811", + "kind": "Struct", + "name": "_STORAGE_ZONE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9812", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9813", + "kind": "UInt32", + "name": "ZoneType", + "offset": 4, + "parentId": "9811", + "refId": "199", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9814", + "kind": "UInt32", + "name": "ZoneCondition", + "offset": 8, + "parentId": "9811", + "refId": "203", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9815", + "kind": "UInt8", + "name": "ResetWritePointerRecommend", + "offset": 12, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9816", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9817", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9818", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9819", + "kind": "UInt64", + "name": "ZoneSize", + "offset": 16, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9820", + "kind": "UInt64", + "name": "WritePointerOffset", + "offset": 24, + "parentId": "9811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9821", + "kind": "Struct", + "name": "_DEVICE_DSM_REPORT_ZONES_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_REPORT_ZONES_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9822", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "9821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9823", + "kind": "UInt32", + "name": "ZoneCount", + "offset": 4, + "parentId": "9821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9824", + "kind": "UInt32", + "name": "Attributes", + "offset": 8, + "parentId": "9821", + "refId": "195", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9825", + "kind": "UInt32", + "name": "Reserved0", + "offset": 12, + "parentId": "9821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9826", + "kind": "Array", + "name": "ZoneDescriptors", + "offset": 16, + "parentId": "9821", + "refId": "9811", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9827", + "kind": "Struct", + "name": "_READ_ELEMENT_ADDRESS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_READ_ELEMENT_ADDRESS_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9828", + "kind": "UInt32", + "name": "NumberOfElements", + "offset": 0, + "parentId": "9827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9829", + "kind": "Array", + "name": "ElementStatus", + "offset": 4, + "parentId": "9827", + "refId": "8711", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9830", + "kind": "Struct", + "name": "_SCM_PD_PROPERTY_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PROPERTY_SET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9831", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9832", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9833", + "kind": "UInt32", + "name": "PropertyId", + "offset": 8, + "parentId": "9830", + "refId": "216", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9834", + "kind": "UInt32", + "name": "SetType", + "offset": 12, + "parentId": "9830", + "refId": "230", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9835", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 16, + "parentId": "9830", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9836", + "kind": "Struct", + "name": "ETW_OPEN_TRACE_OPTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_OPEN_TRACE_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9837", + "kind": "UInt32", + "name": "ProcessTraceModes", + "offset": 0, + "parentId": "9836", + "refId": "112", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9838", + "kind": "Struct", + "name": "EventCallback", + "offset": 4, + "parentId": "9836", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_RECORD_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9839", + "kind": "Pointer64", + "name": "EventCallbackContext", + "offset": 4, + "parentId": "9836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9840", + "kind": "Struct", + "name": "BufferCallback", + "offset": 12, + "parentId": "9836", + "refId": "0", + "strLen": 64, + "structTypeName": "PETW_BUFFER_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9841", + "kind": "Pointer64", + "name": "BufferCallbackContext", + "offset": 12, + "parentId": "9836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9842", + "kind": "Struct", + "name": "_SCM_PD_DESCRIPTOR_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_DESCRIPTOR_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9843", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9842", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9844", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9842", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9845", + "kind": "Struct", + "name": "_FILE_VALID_DATA_LENGTH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_VALID_DATA_LENGTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9846", + "kind": "Struct", + "name": "ValidDataLength", + "offset": 0, + "parentId": "9845", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9847", + "kind": "Struct", + "name": "_DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9848", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "9847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9849", + "kind": "UInt8", + "name": "TargetPriority", + "offset": 4, + "parentId": "9847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9850", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "9847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9851", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "9847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9852", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "9847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9853", + "kind": "Struct", + "name": "_SCM_BUS_DEDICATED_MEMORY_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_DEDICATED_MEMORY_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9854", + "kind": "UInt8", + "name": "ActivateState", + "offset": 0, + "parentId": "9853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9855", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9856", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9855", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9857", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9855", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9858", + "kind": "Struct", + "name": "ProtocolSpecificData", + "offset": 8, + "parentId": "9855", + "refId": "8822", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_SPECIFIC_DATA_EXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9859", + "kind": "Struct", + "name": "_SCM_BUS_PROPERTY_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_PROPERTY_SET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9860", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9861", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9862", + "kind": "UInt32", + "name": "PropertyId", + "offset": 8, + "parentId": "9859", + "refId": "214", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9863", + "kind": "UInt32", + "name": "SetType", + "offset": 12, + "parentId": "9859", + "refId": "228", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9864", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 16, + "parentId": "9859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9865", + "kind": "Struct", + "name": "_EVENT_TRACE_LOGFILEA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_LOGFILEA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9866", + "kind": "Struct", + "name": "LogFileName", + "offset": 0, + "parentId": "9865", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9867", + "kind": "Struct", + "name": "LoggerName", + "offset": 0, + "parentId": "9865", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9868", + "kind": "Int64", + "name": "CurrentTime", + "offset": 0, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9869", + "kind": "UInt32", + "name": "BuffersRead", + "offset": 8, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9870", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9871", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 0, + "parentId": "9870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9872", + "kind": "UInt32", + "name": "ProcessTraceMode", + "offset": 0, + "parentId": "9870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9873", + "kind": "Struct", + "name": "CurrentEvent", + "offset": 16, + "parentId": "9865", + "refId": "6749", + "strLen": 64, + "structTypeName": "_EVENT_TRACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9874", + "kind": "Struct", + "name": "LogfileHeader", + "offset": 16, + "parentId": "9865", + "refId": "6710", + "strLen": 64, + "structTypeName": "_TRACE_LOGFILE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9875", + "kind": "Struct", + "name": "BufferCallback", + "offset": 16, + "parentId": "9865", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_TRACE_BUFFER_CALLBACKA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9876", + "kind": "UInt32", + "name": "BufferSize", + "offset": 16, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9877", + "kind": "UInt32", + "name": "Filled", + "offset": 20, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9878", + "kind": "UInt32", + "name": "EventsLost", + "offset": 24, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "9879", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9880", + "kind": "Struct", + "name": "EventCallback", + "offset": 0, + "parentId": "9879", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9881", + "kind": "Struct", + "name": "EventRecordCallback", + "offset": 0, + "parentId": "9879", + "refId": "0", + "strLen": 64, + "structTypeName": "PEVENT_RECORD_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9882", + "kind": "UInt32", + "name": "IsKernelTrace", + "offset": 28, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9883", + "kind": "Hex8", + "name": "Context", + "offset": 32, + "parentId": "9865", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9884", + "kind": "Struct", + "name": "_CHANGER_ELEMENT_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9885", + "kind": "Struct", + "name": "Element", + "offset": 0, + "parentId": "9884", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9886", + "kind": "UInt32", + "name": "NumberOfElements", + "offset": 0, + "parentId": "9884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9887", + "kind": "Struct", + "name": "_CHANGER_READ_ELEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_READ_ELEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9888", + "kind": "Struct", + "name": "ElementList", + "offset": 0, + "parentId": "9887", + "refId": "9884", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9889", + "kind": "UInt8", + "name": "VolumeTagInfo", + "offset": 0, + "parentId": "9887", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9890", + "kind": "Struct", + "name": "_STORAGE_TEMPERATURE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TEMPERATURE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9891", + "kind": "UInt16", + "name": "Index", + "offset": 0, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9892", + "kind": "Int16", + "name": "Temperature", + "offset": 2, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9893", + "kind": "Int16", + "name": "OverThreshold", + "offset": 4, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9894", + "kind": "Int16", + "name": "UnderThreshold", + "offset": 6, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9895", + "kind": "UInt8", + "name": "OverThresholdChangable", + "offset": 8, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9896", + "kind": "UInt8", + "name": "UnderThresholdChangable", + "offset": 9, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9897", + "kind": "UInt8", + "name": "EventGenerated", + "offset": 10, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9898", + "kind": "UInt8", + "name": "Reserved0", + "offset": 11, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9899", + "kind": "UInt32", + "name": "Reserved1", + "offset": 12, + "parentId": "9890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9900", + "kind": "Struct", + "name": "_DEVICE_STORAGE_ADDRESS_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_STORAGE_ADDRESS_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9901", + "kind": "Int64", + "name": "StartAddress", + "offset": 0, + "parentId": "9900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9902", + "kind": "UInt64", + "name": "LengthInBytes", + "offset": 8, + "parentId": "9900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9903", + "kind": "Struct", + "name": "_MOUNTMGR_TARGET_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_TARGET_NAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9904", + "kind": "UInt16", + "name": "DeviceNameLength", + "offset": 0, + "parentId": "9903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9905", + "kind": "Array", + "name": "DeviceName", + "offset": 2, + "parentId": "9903", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9906", + "kind": "Struct", + "name": "_STORAGE_TEMPERATURE_DATA_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TEMPERATURE_DATA_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9907", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9908", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9909", + "kind": "Int16", + "name": "CriticalTemperature", + "offset": 8, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9910", + "kind": "Int16", + "name": "WarningTemperature", + "offset": 10, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9911", + "kind": "UInt16", + "name": "InfoCount", + "offset": 12, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9912", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9913", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "9906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9914", + "kind": "Array", + "name": "TemperatureInfo", + "offset": 24, + "parentId": "9906", + "refId": "9890", + "strLen": 64, + "structTypeName": "_STORAGE_TEMPERATURE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9915", + "kind": "Struct", + "name": "_PROFILE_SOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROFILE_SOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9916", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "9915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9917", + "kind": "UInt32", + "name": "Source", + "offset": 4, + "parentId": "9915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9918", + "kind": "UInt32", + "name": "MinInterval", + "offset": 8, + "parentId": "9915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9919", + "kind": "UInt32", + "name": "MaxInterval", + "offset": 12, + "parentId": "9915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9920", + "kind": "UInt64", + "name": "Reserved", + "offset": 16, + "parentId": "9915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "9921", + "kind": "Array", + "name": "Description", + "offset": 24, + "parentId": "9915", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9922", + "kind": "Struct", + "name": "_DRIVERSTATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRIVERSTATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9923", + "kind": "UInt8", + "name": "bDriverError", + "offset": 0, + "parentId": "9922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9924", + "kind": "UInt8", + "name": "bIDEError", + "offset": 1, + "parentId": "9922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "9925", + "kind": "Array", + "name": "bReserved", + "offset": 2, + "parentId": "9922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "9926", + "kind": "Array", + "name": "dwReserved", + "offset": 4, + "parentId": "9922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9927", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9928", + "kind": "Int64", + "name": "StartingOffset", + "offset": 0, + "parentId": "9927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9929", + "kind": "UInt64", + "name": "LengthInBytes", + "offset": 8, + "parentId": "9927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9930", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_REPAIR_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_REPAIR_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9931", + "kind": "Struct", + "name": "ParityExtent", + "offset": 0, + "parentId": "9930", + "refId": "9927", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9932", + "kind": "Struct", + "name": "_STORAGE_TEMPERATURE_THRESHOLD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TEMPERATURE_THRESHOLD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9933", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9934", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9935", + "kind": "UInt16", + "name": "Flags", + "offset": 8, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9936", + "kind": "UInt16", + "name": "Index", + "offset": 10, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9937", + "kind": "Int16", + "name": "Threshold", + "offset": 12, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9938", + "kind": "UInt8", + "name": "OverThreshold", + "offset": 14, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9939", + "kind": "UInt8", + "name": "Reserved", + "offset": 15, + "parentId": "9932", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9940", + "kind": "Struct", + "name": "_SENDCMDOUTPARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SENDCMDOUTPARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9941", + "kind": "UInt32", + "name": "cBufferSize", + "offset": 0, + "parentId": "9940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9942", + "kind": "Struct", + "name": "DriverStatus", + "offset": 4, + "parentId": "9940", + "refId": "9922", + "strLen": 64, + "structTypeName": "_DRIVERSTATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9943", + "kind": "Array", + "name": "bBuffer", + "offset": 4, + "parentId": "9940", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9944", + "kind": "Struct", + "name": "_DBGKM_UNLOAD_DLL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_UNLOAD_DLL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9945", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "9944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9946", + "kind": "Struct", + "name": "_SCM_BUS_PROPERTY_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_PROPERTY_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9947", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9948", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9949", + "kind": "UInt32", + "name": "PropertyId", + "offset": 8, + "parentId": "9946", + "refId": "214", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9950", + "kind": "UInt32", + "name": "QueryType", + "offset": 12, + "parentId": "9946", + "refId": "227", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9951", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 16, + "parentId": "9946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9952", + "kind": "Struct", + "name": "_FILESYSTEM_STATISTICS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILESYSTEM_STATISTICS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9953", + "kind": "UInt16", + "name": "FileSystemType", + "offset": 0, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9954", + "kind": "UInt16", + "name": "Version", + "offset": 2, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9955", + "kind": "UInt32", + "name": "SizeOfCompleteStructure", + "offset": 4, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9956", + "kind": "UInt64", + "name": "UserFileReads", + "offset": 8, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9957", + "kind": "UInt64", + "name": "UserFileReadBytes", + "offset": 16, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9958", + "kind": "UInt64", + "name": "UserDiskReads", + "offset": 24, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9959", + "kind": "UInt64", + "name": "UserFileWrites", + "offset": 32, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9960", + "kind": "UInt64", + "name": "UserFileWriteBytes", + "offset": 40, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9961", + "kind": "UInt64", + "name": "UserDiskWrites", + "offset": 48, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9962", + "kind": "UInt64", + "name": "MetaDataReads", + "offset": 56, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9963", + "kind": "UInt64", + "name": "MetaDataReadBytes", + "offset": 64, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9964", + "kind": "UInt64", + "name": "MetaDataDiskReads", + "offset": 72, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9965", + "kind": "UInt64", + "name": "MetaDataWrites", + "offset": 80, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9966", + "kind": "UInt64", + "name": "MetaDataWriteBytes", + "offset": 88, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9967", + "kind": "UInt64", + "name": "MetaDataDiskWrites", + "offset": 96, + "parentId": "9952", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9968", + "kind": "Struct", + "name": "_SCM_PD_PROPERTY_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PROPERTY_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9969", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "9968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9970", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "9968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9971", + "kind": "UInt32", + "name": "PropertyId", + "offset": 8, + "parentId": "9968", + "refId": "216", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9972", + "kind": "UInt32", + "name": "QueryType", + "offset": 12, + "parentId": "9968", + "refId": "229", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9973", + "kind": "Array", + "name": "AdditionalParameters", + "offset": 16, + "parentId": "9968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9974", + "kind": "Struct", + "name": "_FILE_PIPE_LOCAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_LOCAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9975", + "kind": "UInt32", + "name": "NamedPipeType", + "offset": 0, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9976", + "kind": "UInt32", + "name": "NamedPipeConfiguration", + "offset": 4, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9977", + "kind": "UInt32", + "name": "MaximumInstances", + "offset": 8, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9978", + "kind": "UInt32", + "name": "CurrentInstances", + "offset": 12, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9979", + "kind": "UInt32", + "name": "InboundQuota", + "offset": 16, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9980", + "kind": "UInt32", + "name": "ReadDataAvailable", + "offset": 20, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9981", + "kind": "UInt32", + "name": "OutboundQuota", + "offset": 24, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9982", + "kind": "UInt32", + "name": "WriteQuotaAvailable", + "offset": 28, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9983", + "kind": "UInt32", + "name": "NamedPipeState", + "offset": 32, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9984", + "kind": "UInt32", + "name": "NamedPipeEnd", + "offset": 36, + "parentId": "9974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9985", + "kind": "Struct", + "name": "_CHANGER_MOVE_MEDIUM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_MOVE_MEDIUM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9986", + "kind": "Struct", + "name": "Transport", + "offset": 0, + "parentId": "9985", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9987", + "kind": "Struct", + "name": "Source", + "offset": 0, + "parentId": "9985", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9988", + "kind": "Struct", + "name": "Destination", + "offset": 0, + "parentId": "9985", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9989", + "kind": "UInt8", + "name": "Flip", + "offset": 0, + "parentId": "9985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "9990", + "kind": "Struct", + "name": "_NTFS_STATISTICS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NTFS_STATISTICS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9991", + "kind": "UInt32", + "name": "LogFileFullExceptions", + "offset": 0, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9992", + "kind": "UInt32", + "name": "OtherExceptions", + "offset": 4, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9993", + "kind": "UInt64", + "name": "MftReads", + "offset": 8, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9994", + "kind": "UInt64", + "name": "MftReadBytes", + "offset": 16, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9995", + "kind": "UInt64", + "name": "MftWrites", + "offset": 24, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9996", + "kind": "UInt64", + "name": "MftWriteBytes", + "offset": 32, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9997", + "kind": "UInt32", + "name": "MftWritesFlushForLogFileFull", + "offset": 40, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9998", + "kind": "UInt32", + "name": "MftWritesLazyWriter", + "offset": 44, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "9999", + "kind": "UInt32", + "name": "MftWritesUserRequest", + "offset": 48, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10000", + "kind": "UInt64", + "name": "Mft2Writes", + "offset": 52, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10001", + "kind": "UInt64", + "name": "Mft2WriteBytes", + "offset": 60, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10002", + "kind": "UInt32", + "name": "Mft2WritesFlushForLogFileFull", + "offset": 68, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10003", + "kind": "UInt32", + "name": "Mft2WritesLazyWriter", + "offset": 72, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10004", + "kind": "UInt32", + "name": "Mft2WritesUserRequest", + "offset": 76, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10005", + "kind": "UInt64", + "name": "RootIndexReads", + "offset": 80, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10006", + "kind": "UInt64", + "name": "RootIndexReadBytes", + "offset": 88, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10007", + "kind": "UInt64", + "name": "RootIndexWrites", + "offset": 96, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10008", + "kind": "UInt64", + "name": "RootIndexWriteBytes", + "offset": 104, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10009", + "kind": "UInt64", + "name": "BitmapReads", + "offset": 112, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10010", + "kind": "UInt64", + "name": "BitmapReadBytes", + "offset": 120, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10011", + "kind": "UInt64", + "name": "BitmapWrites", + "offset": 128, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10012", + "kind": "UInt64", + "name": "BitmapWriteBytes", + "offset": 136, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10013", + "kind": "UInt32", + "name": "BitmapWritesFlushForLogFileFull", + "offset": 144, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10014", + "kind": "UInt32", + "name": "BitmapWritesLazyWriter", + "offset": 148, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10015", + "kind": "UInt32", + "name": "BitmapWritesUserRequest", + "offset": 152, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10016", + "kind": "UInt64", + "name": "MftBitmapReads", + "offset": 156, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10017", + "kind": "UInt64", + "name": "MftBitmapReadBytes", + "offset": 164, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10018", + "kind": "UInt64", + "name": "MftBitmapWrites", + "offset": 172, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10019", + "kind": "UInt64", + "name": "MftBitmapWriteBytes", + "offset": 180, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10020", + "kind": "UInt32", + "name": "MftBitmapWritesFlushForLogFileFull", + "offset": 188, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10021", + "kind": "UInt32", + "name": "MftBitmapWritesLazyWriter", + "offset": 192, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10022", + "kind": "UInt32", + "name": "MftBitmapWritesUserRequest", + "offset": 196, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10023", + "kind": "UInt64", + "name": "UserIndexReads", + "offset": 200, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10024", + "kind": "UInt64", + "name": "UserIndexReadBytes", + "offset": 208, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10025", + "kind": "UInt64", + "name": "UserIndexWrites", + "offset": 216, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10026", + "kind": "UInt64", + "name": "UserIndexWriteBytes", + "offset": 224, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10027", + "kind": "UInt64", + "name": "LogFileReads", + "offset": 232, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10028", + "kind": "UInt64", + "name": "LogFileReadBytes", + "offset": 240, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10029", + "kind": "UInt64", + "name": "LogFileWrites", + "offset": 248, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10030", + "kind": "UInt64", + "name": "LogFileWriteBytes", + "offset": 256, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10031", + "kind": "UInt32", + "name": "DiskResourcesExhausted", + "offset": 264, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10032", + "kind": "UInt64", + "name": "VolumeTrimCount", + "offset": 268, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10033", + "kind": "UInt64", + "name": "VolumeTrimTime", + "offset": 276, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10034", + "kind": "UInt64", + "name": "VolumeTrimByteCount", + "offset": 284, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10035", + "kind": "UInt64", + "name": "FileLevelTrimCount", + "offset": 292, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10036", + "kind": "UInt64", + "name": "FileLevelTrimTime", + "offset": 300, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10037", + "kind": "UInt64", + "name": "FileLevelTrimByteCount", + "offset": 308, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10038", + "kind": "UInt64", + "name": "VolumeTrimSkippedCount", + "offset": 316, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10039", + "kind": "UInt64", + "name": "VolumeTrimSkippedByteCount", + "offset": 324, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10040", + "kind": "UInt64", + "name": "NtfsFillStatInfoFromMftRecordCalledCount", + "offset": 332, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10041", + "kind": "UInt64", + "name": "NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount", + "offset": 340, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10042", + "kind": "UInt64", + "name": "NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount", + "offset": 348, + "parentId": "9990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10043", + "kind": "Struct", + "name": "_DBGUI_CREATE_THREAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGUI_CREATE_THREAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10044", + "kind": "Hex8", + "name": "HandleToThread", + "offset": 0, + "parentId": "10043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10045", + "kind": "Struct", + "name": "NewThread", + "offset": 1, + "parentId": "10043", + "refId": "3981", + "strLen": 64, + "structTypeName": "_DBGKM_CREATE_THREAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10046", + "kind": "Struct", + "name": "_STORAGE_PHYSICAL_DEVICE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PHYSICAL_DEVICE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10047", + "kind": "UInt32", + "name": "DeviceId", + "offset": 0, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10048", + "kind": "UInt32", + "name": "Role", + "offset": 4, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10049", + "kind": "UInt32", + "name": "HealthStatus", + "offset": 8, + "parentId": "10046", + "refId": "189", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10050", + "kind": "UInt32", + "name": "CommandProtocol", + "offset": 12, + "parentId": "10046", + "refId": "180", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10051", + "kind": "Struct", + "name": "SpecVersion", + "offset": 16, + "parentId": "10046", + "refId": "8857", + "strLen": 64, + "structTypeName": "_STORAGE_SPEC_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10052", + "kind": "UInt32", + "name": "FormFactor", + "offset": 16, + "parentId": "10046", + "refId": "187", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "10053", + "kind": "Array", + "name": "Vendor", + "offset": 20, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 40, + "collapsed": false, + "elementKind": "UInt8", + "id": "10054", + "kind": "Array", + "name": "Model", + "offset": 28, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "10055", + "kind": "Array", + "name": "FirmwareRevision", + "offset": 68, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10056", + "kind": "UInt64", + "name": "Capacity", + "offset": 84, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "10057", + "kind": "Array", + "name": "PhysicalLocation", + "offset": 92, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10058", + "kind": "Hex64", + "name": "", + "offset": 124, + "parentId": "10046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10059", + "kind": "Struct", + "name": "_ETW_TRACE_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TRACE_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10060", + "kind": "Struct", + "name": "PartitionId", + "offset": 0, + "parentId": "10059", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10061", + "kind": "Struct", + "name": "ParentId", + "offset": 0, + "parentId": "10059", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10062", + "kind": "Int64", + "name": "QpcOffsetFromRoot", + "offset": 0, + "parentId": "10059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10063", + "kind": "UInt32", + "name": "PartitionType", + "offset": 8, + "parentId": "10059", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10064", + "kind": "Struct", + "name": "_STORAGE_DIAGNOSTIC_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DIAGNOSTIC_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10065", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10066", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10067", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10068", + "kind": "UInt32", + "name": "TargetType", + "offset": 12, + "parentId": "10064", + "refId": "191", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10069", + "kind": "UInt32", + "name": "Level", + "offset": 16, + "parentId": "10064", + "refId": "209", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10070", + "kind": "Struct", + "name": "_SCM_PD_LOCATION_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_LOCATION_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10071", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10072", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10073", + "kind": "Array", + "name": "Location", + "offset": 8, + "parentId": "10070", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10074", + "kind": "Struct", + "name": "_DEVICE_DSM_OFFLOAD_READ_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_OFFLOAD_READ_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10075", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "10074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10076", + "kind": "UInt32", + "name": "TimeToLive", + "offset": 4, + "parentId": "10074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10077", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "10074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10078", + "kind": "Struct", + "name": "_DEVICE_DSM_RANGE_ERROR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_RANGE_ERROR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10079", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10080", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "10078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10081", + "kind": "UInt32", + "name": "TotalNumberOfRanges", + "offset": 8, + "parentId": "10078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10082", + "kind": "UInt32", + "name": "NumberOfRangesReturned", + "offset": 12, + "parentId": "10078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10083", + "kind": "Array", + "name": "Ranges", + "offset": 16, + "parentId": "10078", + "refId": "8897", + "strLen": 64, + "structTypeName": "_DEVICE_STORAGE_RANGE_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10084", + "kind": "Struct", + "name": "_ENABLE_TRACE_PARAMETERS_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENABLE_TRACE_PARAMETERS_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10085", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10086", + "kind": "UInt32", + "name": "EnableProperty", + "offset": 4, + "parentId": "10084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10087", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 8, + "parentId": "10084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10088", + "kind": "Struct", + "name": "SourceId", + "offset": 12, + "parentId": "10084", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10089", + "kind": "Struct", + "name": "EnableFilterDesc", + "offset": 12, + "parentId": "10084", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_FILTER_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10090", + "kind": "Struct", + "name": "_STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10091", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10092", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10093", + "kind": "UInt32", + "name": "NodeCount", + "offset": 8, + "parentId": "10090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10094", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "10090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10095", + "kind": "Array", + "name": "Node", + "offset": 16, + "parentId": "10090", + "refId": "8974", + "strLen": 64, + "structTypeName": "_STORAGE_PHYSICAL_NODE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10096", + "kind": "Struct", + "name": "_STORAGE_OFFLOAD_TOKEN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_OFFLOAD_TOKEN" + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "10097", + "kind": "Array", + "name": "TokenType", + "offset": 0, + "parentId": "10096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10098", + "kind": "Hex16", + "name": "", + "offset": 4, + "parentId": "10096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "10099", + "kind": "Array", + "name": "TokenIdLength", + "offset": 6, + "parentId": "10096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10100", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "10096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 504, + "collapsed": false, + "elementKind": "UInt8", + "id": "10101", + "kind": "Array", + "name": "Token", + "offset": 0, + "parentId": "10100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10102", + "kind": "Struct", + "name": "_STORAGE_OFFLOAD_READ_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_OFFLOAD_READ_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10103", + "kind": "UInt32", + "name": "OffloadReadFlags", + "offset": 0, + "parentId": "10102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10104", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "10102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10105", + "kind": "UInt64", + "name": "LengthProtected", + "offset": 8, + "parentId": "10102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10106", + "kind": "UInt32", + "name": "TokenLength", + "offset": 16, + "parentId": "10102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10107", + "kind": "Struct", + "name": "Token", + "offset": 20, + "parentId": "10102", + "refId": "10096", + "strLen": 64, + "structTypeName": "_STORAGE_OFFLOAD_TOKEN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10108", + "kind": "Struct", + "name": "_SCM_PD_HEALTH_NOTIFICATION_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_HEALTH_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10109", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 0, + "parentId": "10108", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10110", + "kind": "Struct", + "name": "_SCM_LOGICAL_DEVICE_INSTANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_LOGICAL_DEVICE_INSTANCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10111", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10112", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10113", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 8, + "parentId": "10110", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "10114", + "kind": "Array", + "name": "SymbolicLink", + "offset": 8, + "parentId": "10110", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10115", + "kind": "Struct", + "name": "_DEVICE_DSM_LOST_QUERY_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_LOST_QUERY_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10116", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10117", + "kind": "UInt64", + "name": "Granularity", + "offset": 4, + "parentId": "10115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10118", + "kind": "Struct", + "name": "_STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10119", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10120", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10121", + "kind": "UInt32", + "name": "LunMaxIoCount", + "offset": 8, + "parentId": "10118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10122", + "kind": "UInt32", + "name": "AdapterMaxIoCount", + "offset": 12, + "parentId": "10118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10123", + "kind": "Struct", + "name": "_FILE_LINK_ENTRY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINK_ENTRY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10124", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "10123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10125", + "kind": "Int64", + "name": "ParentFileId", + "offset": 4, + "parentId": "10123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10126", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "10123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10127", + "kind": "Array", + "name": "FileName", + "offset": 16, + "parentId": "10123", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10128", + "kind": "Struct", + "name": "_FILE_LINKS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINKS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10129", + "kind": "UInt32", + "name": "BytesNeeded", + "offset": 0, + "parentId": "10128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10130", + "kind": "UInt32", + "name": "EntriesReturned", + "offset": 4, + "parentId": "10128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10131", + "kind": "Struct", + "name": "Entry", + "offset": 8, + "parentId": "10128", + "refId": "10123", + "strLen": 64, + "structTypeName": "_FILE_LINK_ENTRY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10132", + "kind": "Struct", + "name": "_SCM_PD_DEVICE_SPECIFIC_PROPERTY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_DEVICE_SPECIFIC_PROPERTY" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "10133", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "10132", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10134", + "kind": "Int64", + "name": "Value", + "offset": 0, + "parentId": "10132", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10135", + "kind": "Struct", + "name": "_DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10136", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "10135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10137", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "10135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10138", + "kind": "UInt64", + "name": "TokenOffset", + "offset": 8, + "parentId": "10135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10139", + "kind": "Struct", + "name": "Token", + "offset": 16, + "parentId": "10135", + "refId": "10096", + "strLen": 64, + "structTypeName": "_STORAGE_OFFLOAD_TOKEN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10140", + "kind": "Struct", + "name": "_DEVICE_DSM_LOST_QUERY_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_LOST_QUERY_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10141", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10140", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10142", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10140", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10143", + "kind": "UInt64", + "name": "Alignment", + "offset": 8, + "parentId": "10140", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10144", + "kind": "UInt32", + "name": "NumberOfBits", + "offset": 16, + "parentId": "10140", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "10145", + "kind": "Array", + "name": "BitMap", + "offset": 20, + "parentId": "10140", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10146", + "kind": "Struct", + "name": "_STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10147", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10146", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10148", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10146", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10149", + "kind": "UInt64", + "name": "Attributes", + "offset": 8, + "parentId": "10146", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10150", + "kind": "Struct", + "name": "_SCM_LOGICAL_DEVICES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_LOGICAL_DEVICES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10151", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10152", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10153", + "kind": "UInt32", + "name": "DeviceCount", + "offset": 8, + "parentId": "10150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10154", + "kind": "Array", + "name": "Devices", + "offset": 12, + "parentId": "10150", + "refId": "10110", + "strLen": 64, + "structTypeName": "_SCM_LOGICAL_DEVICE_INSTANCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10155", + "kind": "Struct", + "name": "_DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10156", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10157", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "10155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10158", + "kind": "UInt32", + "name": "TotalNumberOfRanges", + "offset": 8, + "parentId": "10155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10159", + "kind": "UInt32", + "name": "NumberOfRangesReturned", + "offset": 12, + "parentId": "10155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10160", + "kind": "Array", + "name": "Ranges", + "offset": 16, + "parentId": "10155", + "refId": "9900", + "strLen": 64, + "structTypeName": "_DEVICE_STORAGE_ADDRESS_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10161", + "kind": "Struct", + "name": "_SCM_INTERLEAVED_PD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_INTERLEAVED_PD_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10162", + "kind": "UInt32", + "name": "DeviceHandle", + "offset": 0, + "parentId": "10161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10163", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 4, + "parentId": "10161", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10164", + "kind": "Struct", + "name": "_SCM_LD_INTERLEAVE_SET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_LD_INTERLEAVE_SET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10165", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10166", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10167", + "kind": "UInt32", + "name": "InterleaveSetSize", + "offset": 8, + "parentId": "10164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10168", + "kind": "Array", + "name": "InterleaveSet", + "offset": 12, + "parentId": "10164", + "refId": "10161", + "strLen": 64, + "structTypeName": "_SCM_INTERLEAVED_PD_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10169", + "kind": "Struct", + "name": "_DELAYLOAD_PROC_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DELAYLOAD_PROC_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10170", + "kind": "UInt32", + "name": "ImportDescribedByName", + "offset": 0, + "parentId": "10169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10171", + "kind": "Struct", + "name": "Description", + "offset": 4, + "parentId": "10169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10172", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "10171", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10173", + "kind": "UInt32", + "name": "Ordinal", + "offset": 0, + "parentId": "10171", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10174", + "kind": "Struct", + "name": "_DELAYLOAD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DELAYLOAD_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10175", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10176", + "kind": "Struct", + "name": "DelayloadDescriptor", + "offset": 4, + "parentId": "10174", + "refId": "0", + "strLen": 64, + "structTypeName": "PCIMAGE_DELAYLOAD_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10177", + "kind": "Struct", + "name": "ThunkAddress", + "offset": 4, + "parentId": "10174", + "refId": "4280", + "strLen": 64, + "structTypeName": "_IMAGE_THUNK_DATA64" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10178", + "kind": "Struct", + "name": "TargetDllName", + "offset": 4, + "parentId": "10174", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10179", + "kind": "Struct", + "name": "TargetApiDescriptor", + "offset": 4, + "parentId": "10174", + "refId": "10169", + "strLen": 64, + "structTypeName": "_DELAYLOAD_PROC_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10180", + "kind": "Hex8", + "name": "TargetModuleBase", + "offset": 4, + "parentId": "10174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10181", + "kind": "Hex8", + "name": "Unused", + "offset": 5, + "parentId": "10174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10182", + "kind": "UInt32", + "name": "LastError", + "offset": 6, + "parentId": "10174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10183", + "kind": "Struct", + "name": "_DEVICE_DSM_REPORT_ZONES_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_REPORT_ZONES_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10184", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10185", + "kind": "UInt8", + "name": "ReportOption", + "offset": 4, + "parentId": "10183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10186", + "kind": "UInt8", + "name": "Partial", + "offset": 5, + "parentId": "10183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10187", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "10183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10188", + "kind": "Struct", + "name": "_CHANGER_INITIALIZE_ELEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_INITIALIZE_ELEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10189", + "kind": "Struct", + "name": "ElementList", + "offset": 0, + "parentId": "10188", + "refId": "9884", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10190", + "kind": "UInt8", + "name": "BarCodeScan", + "offset": 0, + "parentId": "10188", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10191", + "kind": "Struct", + "name": "_FILE_SFIO_RESERVE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SFIO_RESERVE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10192", + "kind": "UInt32", + "name": "RequestsPerPeriod", + "offset": 0, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10193", + "kind": "UInt32", + "name": "Period", + "offset": 4, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10194", + "kind": "UInt8", + "name": "RetryFailures", + "offset": 8, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10195", + "kind": "UInt8", + "name": "Discardable", + "offset": 9, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10196", + "kind": "UInt32", + "name": "RequestSize", + "offset": 10, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10197", + "kind": "UInt32", + "name": "NumOutstandingRequests", + "offset": 14, + "parentId": "10191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10198", + "kind": "Struct", + "name": "VOLUME_BITMAP_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "VOLUME_BITMAP_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10199", + "kind": "Struct", + "name": "StartingLcn", + "offset": 0, + "parentId": "10198", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10200", + "kind": "Struct", + "name": "BitmapSize", + "offset": 0, + "parentId": "10198", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10201", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "10198", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10202", + "kind": "Struct", + "name": "_TRACE_VERSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_VERSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10203", + "kind": "UInt32", + "name": "EtwTraceProcessingVersion", + "offset": 0, + "parentId": "10202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10204", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "10202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10205", + "kind": "Struct", + "name": "_SCM_PD_MANAGEMENT_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_MANAGEMENT_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10206", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10207", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10208", + "kind": "UInt32", + "name": "Health", + "offset": 8, + "parentId": "10205", + "refId": "232", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10209", + "kind": "UInt32", + "name": "NumberOfOperationalStatus", + "offset": 12, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10210", + "kind": "UInt32", + "name": "NumberOfAdditionalReasons", + "offset": 16, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "10211", + "kind": "Array", + "name": "OperationalStatus", + "offset": 20, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "10212", + "kind": "Array", + "name": "AdditionalReasons", + "offset": 84, + "parentId": "10205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10213", + "kind": "Struct", + "name": "_STORAGE_PRIORITY_HINT_SUPPORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PRIORITY_HINT_SUPPORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10214", + "kind": "UInt32", + "name": "SupportFlags", + "offset": 0, + "parentId": "10213", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10215", + "kind": "Struct", + "name": "_PORT_VIEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_VIEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10216", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10217", + "kind": "Hex8", + "name": "SectionHandle", + "offset": 4, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10218", + "kind": "UInt32", + "name": "SectionOffset", + "offset": 5, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10219", + "kind": "UInt64", + "name": "ViewSize", + "offset": 9, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10220", + "kind": "Hex8", + "name": "ViewBase", + "offset": 17, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10221", + "kind": "Hex8", + "name": "ViewRemoteBase", + "offset": 18, + "parentId": "10215", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10222", + "kind": "Struct", + "name": "_DISK_PERFORMANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_PERFORMANCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10223", + "kind": "Struct", + "name": "BytesRead", + "offset": 0, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10224", + "kind": "Struct", + "name": "BytesWritten", + "offset": 0, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10225", + "kind": "Struct", + "name": "ReadTime", + "offset": 0, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10226", + "kind": "Struct", + "name": "WriteTime", + "offset": 0, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10227", + "kind": "Struct", + "name": "IdleTime", + "offset": 0, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10228", + "kind": "UInt32", + "name": "ReadCount", + "offset": 0, + "parentId": "10222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10229", + "kind": "UInt32", + "name": "WriteCount", + "offset": 4, + "parentId": "10222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10230", + "kind": "UInt32", + "name": "QueueDepth", + "offset": 8, + "parentId": "10222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10231", + "kind": "UInt32", + "name": "SplitCount", + "offset": 12, + "parentId": "10222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10232", + "kind": "Struct", + "name": "QueryTime", + "offset": 16, + "parentId": "10222", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10233", + "kind": "UInt32", + "name": "StorageDeviceNumber", + "offset": 16, + "parentId": "10222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "10234", + "kind": "Array", + "name": "StorageManagerName", + "offset": 20, + "parentId": "10222", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10235", + "kind": "Struct", + "name": "_STORAGE_PROTOCOL_COMMAND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_PROTOCOL_COMMAND" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10236", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10237", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10238", + "kind": "UInt32", + "name": "ProtocolType", + "offset": 8, + "parentId": "10235", + "refId": "180", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10239", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10240", + "kind": "UInt32", + "name": "ReturnStatus", + "offset": 16, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10241", + "kind": "UInt32", + "name": "ErrorCode", + "offset": 20, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10242", + "kind": "UInt32", + "name": "CommandLength", + "offset": 24, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10243", + "kind": "UInt32", + "name": "ErrorInfoLength", + "offset": 28, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10244", + "kind": "UInt32", + "name": "DataToDeviceTransferLength", + "offset": 32, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10245", + "kind": "UInt32", + "name": "DataFromDeviceTransferLength", + "offset": 36, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10246", + "kind": "UInt32", + "name": "TimeOutValue", + "offset": 40, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10247", + "kind": "UInt32", + "name": "ErrorInfoOffset", + "offset": 44, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10248", + "kind": "UInt32", + "name": "DataToDeviceBufferOffset", + "offset": 48, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10249", + "kind": "UInt32", + "name": "DataFromDeviceBufferOffset", + "offset": 52, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10250", + "kind": "UInt32", + "name": "CommandSpecific", + "offset": 56, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10251", + "kind": "UInt32", + "name": "Reserved0", + "offset": 60, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10252", + "kind": "UInt32", + "name": "FixedProtocolReturnData", + "offset": 64, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10253", + "kind": "UInt32", + "name": "FixedProtocolReturnData2", + "offset": 68, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10254", + "kind": "Hex64", + "name": "", + "offset": 72, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10255", + "kind": "Array", + "name": "Command", + "offset": 80, + "parentId": "10235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10256", + "kind": "Struct", + "name": "_STORAGE_ADAPTER_SERIAL_NUMBER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ADAPTER_SERIAL_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10257", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10258", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "10259", + "kind": "Array", + "name": "SerialNumber", + "offset": 8, + "parentId": "10256", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10260", + "kind": "Struct", + "name": "_STORAGE_ATTRIBUTE_MGMT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ATTRIBUTE_MGMT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10261", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10262", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10263", + "kind": "UInt32", + "name": "Action", + "offset": 8, + "parentId": "10260", + "refId": "225", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10264", + "kind": "UInt32", + "name": "Attribute", + "offset": 12, + "parentId": "10260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10265", + "kind": "Struct", + "name": "_DISK_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10266", + "kind": "Struct", + "name": "ByteOffset", + "offset": 0, + "parentId": "10265", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10267", + "kind": "Struct", + "name": "StartTime", + "offset": 0, + "parentId": "10265", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10268", + "kind": "Struct", + "name": "EndTime", + "offset": 0, + "parentId": "10265", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10269", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "10265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10270", + "kind": "UInt32", + "name": "NumberOfBytes", + "offset": 1, + "parentId": "10265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10271", + "kind": "UInt8", + "name": "DeviceNumber", + "offset": 5, + "parentId": "10265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10272", + "kind": "UInt8", + "name": "ReadRequest", + "offset": 6, + "parentId": "10265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10273", + "kind": "Struct", + "name": "_SET_DISK_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SET_DISK_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10274", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10275", + "kind": "UInt8", + "name": "Persist", + "offset": 4, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10276", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10277", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10278", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10279", + "kind": "UInt64", + "name": "Attributes", + "offset": 8, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10280", + "kind": "UInt64", + "name": "AttributesMask", + "offset": 16, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10281", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10282", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "10273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10283", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_SCRUB_EX_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_SCRUB_EX_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10284", + "kind": "UInt64", + "name": "BytesProcessed", + "offset": 0, + "parentId": "10283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10285", + "kind": "UInt64", + "name": "BytesRepaired", + "offset": 8, + "parentId": "10283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10286", + "kind": "UInt64", + "name": "BytesFailed", + "offset": 16, + "parentId": "10283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10287", + "kind": "Struct", + "name": "ParityExtent", + "offset": 24, + "parentId": "10283", + "refId": "9927", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10288", + "kind": "UInt64", + "name": "BytesScrubbed", + "offset": 24, + "parentId": "10283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10289", + "kind": "Struct", + "name": "_LDR_RESOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_RESOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10290", + "kind": "UInt64", + "name": "Type", + "offset": 0, + "parentId": "10289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10291", + "kind": "UInt64", + "name": "Name", + "offset": 8, + "parentId": "10289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10292", + "kind": "UInt64", + "name": "Language", + "offset": 16, + "parentId": "10289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10293", + "kind": "Struct", + "name": "_STORAGE_ZONE_GROUP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_GROUP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10294", + "kind": "UInt32", + "name": "ZoneCount", + "offset": 0, + "parentId": "10293", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10295", + "kind": "UInt32", + "name": "ZoneType", + "offset": 4, + "parentId": "10293", + "refId": "199", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10296", + "kind": "UInt64", + "name": "ZoneSize", + "offset": 8, + "parentId": "10293", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10297", + "kind": "Struct", + "name": "_DEVICE_DSM_TIERING_QUERY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_TIERING_QUERY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10298", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10299", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10300", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10301", + "kind": "UInt32", + "name": "NumberOfTierIds", + "offset": 12, + "parentId": "10297", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10302", + "kind": "Array", + "name": "TierIds", + "offset": 16, + "parentId": "10297", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10303", + "kind": "Struct", + "name": "_STORAGE_ZONED_DEVICE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ZONED_DEVICE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10304", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10305", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10306", + "kind": "UInt32", + "name": "DeviceType", + "offset": 8, + "parentId": "10303", + "refId": "197", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10307", + "kind": "UInt32", + "name": "ZoneCount", + "offset": 12, + "parentId": "10303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10308", + "kind": "Struct", + "name": "ZoneAttributes", + "offset": 16, + "parentId": "10303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10309", + "kind": "UInt32", + "name": "ZoneGroupCount", + "offset": 16, + "parentId": "10303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10310", + "kind": "Array", + "name": "ZoneGroup", + "offset": 20, + "parentId": "10303", + "refId": "10293", + "strLen": 64, + "structTypeName": "_STORAGE_ZONE_GROUP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10311", + "kind": "Struct", + "name": "_STORAGE_OFFLOAD_WRITE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_OFFLOAD_WRITE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10312", + "kind": "UInt32", + "name": "OffloadWriteFlags", + "offset": 0, + "parentId": "10311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10313", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "10311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10314", + "kind": "UInt64", + "name": "LengthCopied", + "offset": 8, + "parentId": "10311", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10315", + "kind": "Struct", + "name": "_DEVICE_DSM_FREE_SPACE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_FREE_SPACE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10316", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10317", + "kind": "UInt64", + "name": "FreeSpace", + "offset": 4, + "parentId": "10315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10318", + "kind": "Struct", + "name": "_BIN_COUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BIN_COUNT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10319", + "kind": "Struct", + "name": "BinRange", + "offset": 0, + "parentId": "10318", + "refId": "9640", + "strLen": 64, + "structTypeName": "_BIN_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10320", + "kind": "UInt32", + "name": "BinCount", + "offset": 0, + "parentId": "10318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10321", + "kind": "Struct", + "name": "_FILE_INTERNAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INTERNAL_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10322", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "10321", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10323", + "kind": "Struct", + "name": "IndexNumber", + "offset": 0, + "parentId": "10322", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10324", + "kind": "Struct", + "name": "REFS_VOLUME_DATA_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "REFS_VOLUME_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10325", + "kind": "UInt32", + "name": "ByteCount", + "offset": 0, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10326", + "kind": "UInt32", + "name": "MajorVersion", + "offset": 4, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10327", + "kind": "UInt32", + "name": "MinorVersion", + "offset": 8, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10328", + "kind": "UInt32", + "name": "BytesPerPhysicalSector", + "offset": 12, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10329", + "kind": "Struct", + "name": "VolumeSerialNumber", + "offset": 16, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10330", + "kind": "Struct", + "name": "NumberSectors", + "offset": 16, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10331", + "kind": "Struct", + "name": "TotalClusters", + "offset": 16, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10332", + "kind": "Struct", + "name": "FreeClusters", + "offset": 16, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10333", + "kind": "Struct", + "name": "TotalReserved", + "offset": 16, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10334", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 16, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10335", + "kind": "UInt32", + "name": "BytesPerCluster", + "offset": 20, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10336", + "kind": "Struct", + "name": "MaximumSizeOfResidentFile", + "offset": 24, + "parentId": "10324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10337", + "kind": "UInt16", + "name": "FastTierDataFillRatio", + "offset": 24, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10338", + "kind": "UInt16", + "name": "SlowTierDataFillRatio", + "offset": 26, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10339", + "kind": "UInt32", + "name": "DestagesFastTierToSlowTierRate", + "offset": 28, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10340", + "kind": "UInt16", + "name": "MetadataChecksumType", + "offset": 32, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10341", + "kind": "Hex16", + "name": "", + "offset": 34, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10342", + "kind": "Hex16", + "name": "", + "offset": 36, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10343", + "kind": "Hex16", + "name": "", + "offset": 38, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10344", + "kind": "UInt32", + "name": "DriverMajorVersion", + "offset": 40, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10345", + "kind": "UInt32", + "name": "DriverMinorVersion", + "offset": 44, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10346", + "kind": "Hex8", + "name": "", + "offset": 48, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10347", + "kind": "Hex8", + "name": "", + "offset": 49, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10348", + "kind": "Hex8", + "name": "", + "offset": 50, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10349", + "kind": "Hex8", + "name": "", + "offset": 51, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10350", + "kind": "Hex8", + "name": "", + "offset": 52, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10351", + "kind": "Hex8", + "name": "", + "offset": 53, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10352", + "kind": "Hex8", + "name": "", + "offset": 54, + "parentId": "10324", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10353", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_LBP_STATE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_LBP_STATE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10354", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10355", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10356", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10357", + "kind": "UInt32", + "name": "OutputVersion", + "offset": 12, + "parentId": "10353", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10358", + "kind": "Struct", + "name": "_LDR_DLL_LOADED_NOTIFICATION_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DLL_LOADED_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10359", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "10358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10360", + "kind": "Struct", + "name": "FullDllName", + "offset": 4, + "parentId": "10358", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10361", + "kind": "Struct", + "name": "BaseDllName", + "offset": 4, + "parentId": "10358", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10362", + "kind": "Hex8", + "name": "DllBase", + "offset": 4, + "parentId": "10358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10363", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 5, + "parentId": "10358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10364", + "kind": "Struct", + "name": "_SCM_PD_DEVICE_SPECIFIC_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_DEVICE_SPECIFIC_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10365", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10366", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10367", + "kind": "UInt32", + "name": "NumberOfProperties", + "offset": 8, + "parentId": "10364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10368", + "kind": "Array", + "name": "DeviceSpecificProperties", + "offset": 12, + "parentId": "10364", + "refId": "10132", + "strLen": 64, + "structTypeName": "_SCM_PD_DEVICE_SPECIFIC_PROPERTY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10369", + "kind": "Struct", + "name": "_SCM_PHYSICAL_DEVICE_INSTANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PHYSICAL_DEVICE_INSTANCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10370", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10371", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10372", + "kind": "UInt32", + "name": "NfitHandle", + "offset": 8, + "parentId": "10369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "10373", + "kind": "Array", + "name": "SymbolicLink", + "offset": 12, + "parentId": "10369", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10374", + "kind": "Struct", + "name": "_CLASSIC_EVENT_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLASSIC_EVENT_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10375", + "kind": "Struct", + "name": "EventGuid", + "offset": 0, + "parentId": "10374", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10376", + "kind": "UInt8", + "name": "Type", + "offset": 0, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10377", + "kind": "Hex8", + "name": "", + "offset": 1, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10378", + "kind": "Hex8", + "name": "", + "offset": 2, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10379", + "kind": "Hex8", + "name": "", + "offset": 3, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10380", + "kind": "Hex8", + "name": "", + "offset": 4, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10381", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10382", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10383", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "10374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10384", + "kind": "Struct", + "name": "_BIN_RESULTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BIN_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10385", + "kind": "UInt32", + "name": "NumberOfBins", + "offset": 0, + "parentId": "10384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10386", + "kind": "Array", + "name": "BinCounts", + "offset": 4, + "parentId": "10384", + "refId": "10318", + "strLen": 64, + "structTypeName": "_BIN_COUNT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10387", + "kind": "Struct", + "name": "_EVENT_TRACE_PROPERTIES_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_PROPERTIES_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10388", + "kind": "Struct", + "name": "Wnode", + "offset": 0, + "parentId": "10387", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10389", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10390", + "kind": "UInt32", + "name": "MinimumBuffers", + "offset": 4, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10391", + "kind": "UInt32", + "name": "MaximumBuffers", + "offset": 8, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10392", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 12, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10393", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 16, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10394", + "kind": "UInt32", + "name": "FlushTimer", + "offset": 20, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10395", + "kind": "UInt32", + "name": "EnableFlags", + "offset": 24, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10396", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10397", + "kind": "Int32", + "name": "AgeLimit", + "offset": 0, + "parentId": "10396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10398", + "kind": "Int32", + "name": "FlushThreshold", + "offset": 0, + "parentId": "10396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10399", + "kind": "UInt32", + "name": "NumberOfBuffers", + "offset": 32, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10400", + "kind": "UInt32", + "name": "FreeBuffers", + "offset": 36, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10401", + "kind": "UInt32", + "name": "EventsLost", + "offset": 40, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10402", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 44, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10403", + "kind": "UInt32", + "name": "LogBuffersLost", + "offset": 48, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10404", + "kind": "UInt32", + "name": "RealTimeBuffersLost", + "offset": 52, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10405", + "kind": "Hex8", + "name": "LoggerThreadId", + "offset": 56, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10406", + "kind": "UInt32", + "name": "LogFileNameOffset", + "offset": 57, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10407", + "kind": "UInt32", + "name": "LoggerNameOffset", + "offset": 61, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10408", + "kind": "Struct", + "name": "", + "offset": 65, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10409", + "kind": "UInt32", + "name": "V2Control", + "offset": 0, + "parentId": "10408", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10410", + "kind": "UInt32", + "name": "FilterDescCount", + "offset": 69, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10411", + "kind": "Struct", + "name": "FilterDesc", + "offset": 73, + "parentId": "10387", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_FILTER_DESCRIPTOR" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10412", + "kind": "Struct", + "name": "", + "offset": 73, + "parentId": "10387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10413", + "kind": "UInt64", + "name": "V2Options", + "offset": 0, + "parentId": "10412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10414", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_LB_PROVISIONING_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_LB_PROVISIONING_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10415", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10416", + "kind": "UInt32", + "name": "Version", + "offset": 4, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10417", + "kind": "UInt64", + "name": "SlabSizeInBytes", + "offset": 8, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10418", + "kind": "UInt32", + "name": "SlabOffsetDeltaInBytes", + "offset": 16, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10419", + "kind": "UInt32", + "name": "SlabAllocationBitMapBitCount", + "offset": 20, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10420", + "kind": "UInt32", + "name": "SlabAllocationBitMapLength", + "offset": 24, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "10421", + "kind": "Array", + "name": "SlabAllocationBitMap", + "offset": 28, + "parentId": "10414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10422", + "kind": "Struct", + "name": "_STORAGE_GET_BC_PROPERTIES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_GET_BC_PROPERTIES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10423", + "kind": "UInt32", + "name": "MaximumRequestsPerPeriod", + "offset": 0, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10424", + "kind": "UInt32", + "name": "MinimumPeriod", + "offset": 4, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10425", + "kind": "UInt64", + "name": "MaximumRequestSize", + "offset": 8, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10426", + "kind": "UInt32", + "name": "EstimatedTimePerRequest", + "offset": 16, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10427", + "kind": "UInt32", + "name": "NumOutStandingRequests", + "offset": 20, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10428", + "kind": "UInt64", + "name": "RequestSize", + "offset": 24, + "parentId": "10422", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10429", + "kind": "Struct", + "name": "_SCM_PD_FIRMWARE_SLOT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_SLOT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10430", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10431", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10432", + "kind": "UInt8", + "name": "SlotNumber", + "offset": 8, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ReadOnly" + }, + { + "bitOffset": 1, + "bitWidth": 7, + "name": "Reserved0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "10433", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10434", + "kind": "Hex16", + "name": "", + "offset": 10, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10435", + "kind": "Hex16", + "name": "", + "offset": 12, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10436", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "10437", + "kind": "Array", + "name": "Revision", + "offset": 16, + "parentId": "10429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10438", + "kind": "Struct", + "name": "_SCM_PD_FIRMWARE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10439", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10440", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10441", + "kind": "UInt8", + "name": "ActiveSlot", + "offset": 8, + "parentId": "10438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10442", + "kind": "UInt8", + "name": "NextActiveSlot", + "offset": 9, + "parentId": "10438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10443", + "kind": "UInt8", + "name": "SlotCount", + "offset": 10, + "parentId": "10438", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10444", + "kind": "Array", + "name": "Slots", + "offset": 11, + "parentId": "10438", + "refId": "10429", + "strLen": 64, + "structTypeName": "_SCM_PD_FIRMWARE_SLOT_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10445", + "kind": "Struct", + "name": "_SCM_PHYSICAL_DEVICES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PHYSICAL_DEVICES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10446", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10447", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10448", + "kind": "UInt32", + "name": "DeviceCount", + "offset": 8, + "parentId": "10445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10449", + "kind": "Array", + "name": "Devices", + "offset": 12, + "parentId": "10445", + "refId": "10369", + "strLen": 64, + "structTypeName": "_SCM_PHYSICAL_DEVICE_INSTANCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10450", + "kind": "Struct", + "name": "_DISK_GROW_PARTITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_GROW_PARTITION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10451", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 0, + "parentId": "10450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10452", + "kind": "Struct", + "name": "BytesToGrow", + "offset": 4, + "parentId": "10450", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10453", + "kind": "Struct", + "name": "_FILE_ACCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ACCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10454", + "kind": "UInt32", + "name": "AccessFlags", + "offset": 0, + "parentId": "10453", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10455", + "kind": "Struct", + "name": "_STORAGE_HW_FIRMWARE_DOWNLOAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_FIRMWARE_DOWNLOAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10456", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10457", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10458", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10459", + "kind": "UInt8", + "name": "Slot", + "offset": 12, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10460", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10461", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10462", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10463", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10464", + "kind": "UInt64", + "name": "BufferSize", + "offset": 24, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10465", + "kind": "Array", + "name": "ImageBuffer", + "offset": 32, + "parentId": "10455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10466", + "kind": "Struct", + "name": "_STORAGE_DEVICE_NUMA_PROPERTY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_NUMA_PROPERTY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10467", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10468", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10469", + "kind": "UInt32", + "name": "NumaNode", + "offset": 8, + "parentId": "10466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10470", + "kind": "Struct", + "name": "MFT_ENUM_DATA_V0", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MFT_ENUM_DATA_V0" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10471", + "kind": "UInt64", + "name": "StartFileReferenceNumber", + "offset": 0, + "parentId": "10470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10472", + "kind": "Int64", + "name": "LowUsn", + "offset": 8, + "parentId": "10470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10473", + "kind": "Int64", + "name": "HighUsn", + "offset": 16, + "parentId": "10470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10474", + "kind": "Struct", + "name": "_ALPC_MESSAGE_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_MESSAGE_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10475", + "kind": "UInt32", + "name": "AllocatedAttributes", + "offset": 0, + "parentId": "10474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10476", + "kind": "UInt32", + "name": "ValidAttributes", + "offset": 4, + "parentId": "10474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10477", + "kind": "Struct", + "name": "_STORAGE_HW_ENDURANCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_ENDURANCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10478", + "kind": "UInt32", + "name": "ValidFields", + "offset": 0, + "parentId": "10477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10479", + "kind": "UInt32", + "name": "GroupId", + "offset": 4, + "parentId": "10477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10480", + "kind": "UInt32", + "name": "LifePercentage", + "offset": 8, + "parentId": "10477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "10481", + "kind": "Array", + "name": "BytesReadCount", + "offset": 12, + "parentId": "10477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "10482", + "kind": "Array", + "name": "ByteWriteCount", + "offset": 28, + "parentId": "10477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10483", + "kind": "Struct", + "name": "_PS_MITIGATION_AUDIT_OPTIONS_MAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_MITIGATION_AUDIT_OPTIONS_MAP" + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt64", + "id": "10484", + "kind": "Array", + "name": "Map", + "offset": 0, + "parentId": "10483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10485", + "kind": "Struct", + "name": "_VIRTUALIZATION_INSTANCE_INFO_INPUT_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUALIZATION_INSTANCE_INFO_INPUT_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10486", + "kind": "UInt16", + "name": "HeaderSize", + "offset": 0, + "parentId": "10485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10487", + "kind": "UInt32", + "name": "Flags", + "offset": 2, + "parentId": "10485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10488", + "kind": "UInt32", + "name": "NotificationInfoSize", + "offset": 6, + "parentId": "10485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10489", + "kind": "UInt16", + "name": "NotificationInfoOffset", + "offset": 10, + "parentId": "10485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10490", + "kind": "UInt16", + "name": "ProviderMajorVersion", + "offset": 12, + "parentId": "10485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10491", + "kind": "Struct", + "name": "_DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10492", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10491", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10493", + "kind": "UInt8", + "name": "PreferLocalRepair", + "offset": 4, + "parentId": "10491", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10494", + "kind": "Struct", + "name": "_VIRTUALIZATION_INSTANCE_INFO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUALIZATION_INSTANCE_INFO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10495", + "kind": "Struct", + "name": "VirtualizationInstanceID", + "offset": 0, + "parentId": "10494", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10496", + "kind": "Struct", + "name": "_STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10497", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10498", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10496", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10499", + "kind": "Struct", + "name": "EnduranceInfo", + "offset": 8, + "parentId": "10496", + "refId": "10477", + "strLen": 64, + "structTypeName": "_STORAGE_HW_ENDURANCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10500", + "kind": "Struct", + "name": "_WNF_TYPE_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_TYPE_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10501", + "kind": "Struct", + "name": "TypeId", + "offset": 0, + "parentId": "10500", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10502", + "kind": "Struct", + "name": "_TRACE_GUID_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_GUID_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10503", + "kind": "UInt32", + "name": "InstanceCount", + "offset": 0, + "parentId": "10502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10504", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "10502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10505", + "kind": "Struct", + "name": "_TRACE_PROVIDER_INSTANCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_PROVIDER_INSTANCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10506", + "kind": "UInt32", + "name": "NextOffset", + "offset": 0, + "parentId": "10505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10507", + "kind": "UInt32", + "name": "EnableCount", + "offset": 4, + "parentId": "10505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10508", + "kind": "UInt32", + "name": "Pid", + "offset": 8, + "parentId": "10505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10509", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "10505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10510", + "kind": "Struct", + "name": "_FILE_PIPE_DELETE_SYMLINK_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_DELETE_SYMLINK_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10511", + "kind": "UInt16", + "name": "NameOffset", + "offset": 0, + "parentId": "10510", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10512", + "kind": "UInt16", + "name": "NameLength", + "offset": 2, + "parentId": "10510", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10513", + "kind": "Struct", + "name": "_CHANGER_EXCHANGE_MEDIUM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_EXCHANGE_MEDIUM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10514", + "kind": "Struct", + "name": "Transport", + "offset": 0, + "parentId": "10513", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10515", + "kind": "Struct", + "name": "Source", + "offset": 0, + "parentId": "10513", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10516", + "kind": "Struct", + "name": "Destination1", + "offset": 0, + "parentId": "10513", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10517", + "kind": "Struct", + "name": "Destination2", + "offset": 0, + "parentId": "10513", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10518", + "kind": "UInt8", + "name": "Flip1", + "offset": 0, + "parentId": "10513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10519", + "kind": "UInt8", + "name": "Flip2", + "offset": 1, + "parentId": "10513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10520", + "kind": "Struct", + "name": "_FILE_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10521", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 0, + "parentId": "10520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10522", + "kind": "Array", + "name": "FileName", + "offset": 4, + "parentId": "10520", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10523", + "kind": "Struct", + "name": "_PS_CREATE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_CREATE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10524", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "10523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10525", + "kind": "UInt32", + "name": "State", + "offset": 8, + "parentId": "10523", + "refId": "296", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10526", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "10523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10527", + "kind": "Struct", + "name": "_STORAGE_STACK_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_STACK_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10528", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10529", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10527", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10530", + "kind": "UInt32", + "name": "StorageStackType", + "offset": 8, + "parentId": "10527", + "refId": "202", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10531", + "kind": "Struct", + "name": "_GET_FILTER_FILE_IDENTIFIER_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_FILTER_FILE_IDENTIFIER_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10532", + "kind": "UInt16", + "name": "FilterFileIdentifierLength", + "offset": 0, + "parentId": "10531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10533", + "kind": "Array", + "name": "FilterFileIdentifier", + "offset": 2, + "parentId": "10531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10534", + "kind": "Struct", + "name": "READ_USN_JOURNAL_DATA_V0", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "READ_USN_JOURNAL_DATA_V0" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10535", + "kind": "Int64", + "name": "StartUsn", + "offset": 0, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10536", + "kind": "UInt32", + "name": "ReasonMask", + "offset": 8, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10537", + "kind": "UInt32", + "name": "ReturnOnlyOnClose", + "offset": 12, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10538", + "kind": "UInt64", + "name": "Timeout", + "offset": 16, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10539", + "kind": "UInt64", + "name": "BytesToWaitFor", + "offset": 24, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10540", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 32, + "parentId": "10534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10541", + "kind": "Struct", + "name": "_STORAGE_DEVICE_LED_STATE_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_LED_STATE_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10542", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10543", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10544", + "kind": "UInt64", + "name": "State", + "offset": 8, + "parentId": "10541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10545", + "kind": "Struct", + "name": "ETW_BUFFER_CALLBACK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_BUFFER_CALLBACK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10546", + "kind": "UInt64", + "name": "TraceHandle", + "offset": 0, + "parentId": "10545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10547", + "kind": "Pointer64", + "name": "LogfileHeader", + "offset": 8, + "parentId": "10545", + "refId": "6710", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10548", + "kind": "UInt32", + "name": "BuffersRead", + "offset": 16, + "parentId": "10545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10549", + "kind": "Struct", + "name": "ETW_BUFFER_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_BUFFER_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10550", + "kind": "Hex64", + "name": "", + "offset": 0, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10551", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10552", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "10549", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10553", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10554", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10555", + "kind": "Struct", + "name": "ClientContext", + "offset": 32, + "parentId": "10549", + "refId": "6745", + "strLen": 64, + "structTypeName": "_ETW_BUFFER_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10556", + "kind": "UInt32", + "name": "Reserved3", + "offset": 32, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10557", + "kind": "UInt32", + "name": "FilledBytes", + "offset": 36, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10558", + "kind": "Hex32", + "name": "", + "offset": 40, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10559", + "kind": "Hex32", + "name": "", + "offset": 44, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10560", + "kind": "Hex32", + "name": "", + "offset": 48, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10561", + "kind": "Hex32", + "name": "", + "offset": 52, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10562", + "kind": "Hex32", + "name": "", + "offset": 56, + "parentId": "10549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10563", + "kind": "Struct", + "name": "_STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10564", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10565", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10566", + "kind": "UInt8", + "name": "SupportsSelfEncryption", + "offset": 8, + "parentId": "10563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10567", + "kind": "Struct", + "name": "_SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10568", + "kind": "Struct", + "name": "DeviceGuid", + "offset": 0, + "parentId": "10567", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10569", + "kind": "UInt32", + "name": "DeviceNumber", + "offset": 0, + "parentId": "10567", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10570", + "kind": "UInt64", + "name": "DeviceSize", + "offset": 4, + "parentId": "10567", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10571", + "kind": "Struct", + "name": "_FILE_COMPRESSION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_COMPRESSION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10572", + "kind": "Struct", + "name": "CompressedFileSize", + "offset": 0, + "parentId": "10571", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10573", + "kind": "UInt16", + "name": "CompressionFormat", + "offset": 0, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10574", + "kind": "UInt8", + "name": "CompressionUnitShift", + "offset": 2, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10575", + "kind": "UInt8", + "name": "ChunkShift", + "offset": 3, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10576", + "kind": "UInt8", + "name": "ClusterShift", + "offset": 4, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10577", + "kind": "Hex8", + "name": "", + "offset": 5, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10578", + "kind": "Hex8", + "name": "", + "offset": 6, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10579", + "kind": "Hex8", + "name": "", + "offset": 7, + "parentId": "10571", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10580", + "kind": "Struct", + "name": "_STORAGE_TIER_REGION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_TIER_REGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10581", + "kind": "Struct", + "name": "TierId", + "offset": 0, + "parentId": "10580", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10582", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "10580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10583", + "kind": "UInt64", + "name": "Length", + "offset": 8, + "parentId": "10580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10584", + "kind": "Struct", + "name": "_RTL_PROCESS_MODULE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10585", + "kind": "Hex8", + "name": "Section", + "offset": 0, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10586", + "kind": "Hex8", + "name": "MappedBase", + "offset": 1, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10587", + "kind": "Hex8", + "name": "ImageBase", + "offset": 2, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10588", + "kind": "UInt32", + "name": "ImageSize", + "offset": 3, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10589", + "kind": "UInt32", + "name": "Flags", + "offset": 7, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10590", + "kind": "UInt16", + "name": "LoadOrderIndex", + "offset": 11, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10591", + "kind": "UInt16", + "name": "InitOrderIndex", + "offset": 13, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10592", + "kind": "UInt16", + "name": "LoadCount", + "offset": 15, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10593", + "kind": "UInt16", + "name": "OffsetToFileName", + "offset": 17, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": false, + "elementKind": "UInt8", + "id": "10594", + "kind": "Array", + "name": "FullPathName", + "offset": 19, + "parentId": "10584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10595", + "kind": "Struct", + "name": "_SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10596", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10597", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10598", + "kind": "UInt32", + "name": "DeviceCount", + "offset": 8, + "parentId": "10595", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10599", + "kind": "Array", + "name": "Devices", + "offset": 12, + "parentId": "10595", + "refId": "10567", + "strLen": 64, + "structTypeName": "_SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10600", + "kind": "Struct", + "name": "_GET_CHANGER_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_CHANGER_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10601", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10602", + "kind": "UInt16", + "name": "NumberTransportElements", + "offset": 4, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10603", + "kind": "UInt16", + "name": "NumberStorageElements", + "offset": 6, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10604", + "kind": "UInt16", + "name": "NumberCleanerSlots", + "offset": 8, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10605", + "kind": "UInt16", + "name": "NumberIEElements", + "offset": 10, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10606", + "kind": "UInt16", + "name": "NumberDataTransferElements", + "offset": 12, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10607", + "kind": "UInt16", + "name": "NumberOfDoors", + "offset": 14, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10608", + "kind": "UInt16", + "name": "FirstSlotNumber", + "offset": 16, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10609", + "kind": "UInt16", + "name": "FirstDriveNumber", + "offset": 18, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10610", + "kind": "UInt16", + "name": "FirstTransportNumber", + "offset": 20, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10611", + "kind": "UInt16", + "name": "FirstIEPortNumber", + "offset": 22, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10612", + "kind": "UInt16", + "name": "FirstCleanerSlotAddress", + "offset": 24, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10613", + "kind": "UInt16", + "name": "MagazineSize", + "offset": 26, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10614", + "kind": "UInt32", + "name": "DriveCleanTimeout", + "offset": 28, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10615", + "kind": "UInt32", + "name": "Features0", + "offset": 32, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10616", + "kind": "UInt32", + "name": "Features1", + "offset": 36, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10617", + "kind": "UInt8", + "name": "MoveFromTransport", + "offset": 40, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10618", + "kind": "UInt8", + "name": "MoveFromSlot", + "offset": 41, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10619", + "kind": "UInt8", + "name": "MoveFromIePort", + "offset": 42, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10620", + "kind": "UInt8", + "name": "MoveFromDrive", + "offset": 43, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10621", + "kind": "UInt8", + "name": "ExchangeFromTransport", + "offset": 44, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10622", + "kind": "UInt8", + "name": "ExchangeFromSlot", + "offset": 45, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10623", + "kind": "UInt8", + "name": "ExchangeFromIePort", + "offset": 46, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10624", + "kind": "UInt8", + "name": "ExchangeFromDrive", + "offset": 47, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10625", + "kind": "UInt8", + "name": "LockUnlockCapabilities", + "offset": 48, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10626", + "kind": "UInt8", + "name": "PositionCapabilities", + "offset": 49, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10627", + "kind": "Hex16", + "name": "", + "offset": 50, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10628", + "kind": "Hex64", + "name": "", + "offset": 52, + "parentId": "10600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10629", + "kind": "Struct", + "name": "_STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10630", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10629", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10631", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10629", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10632", + "kind": "UInt8", + "name": "SupportsSelfEncryption", + "offset": 8, + "parentId": "10629", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10633", + "kind": "UInt32", + "name": "EncryptionType", + "offset": 9, + "parentId": "10629", + "refId": "206", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10634", + "kind": "Struct", + "name": "ETW_PMC_SESSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "ETW_PMC_SESSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10635", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "10634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10636", + "kind": "UInt16", + "name": "LoggerId", + "offset": 4, + "parentId": "10634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10637", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "10634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10638", + "kind": "UInt32", + "name": "ProfileSourceCount", + "offset": 8, + "parentId": "10634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10639", + "kind": "UInt32", + "name": "HookIdCount", + "offset": 12, + "parentId": "10634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10640", + "kind": "Struct", + "name": "_MOUNTMGR_DRIVE_LETTER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_DRIVE_LETTER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10641", + "kind": "UInt8", + "name": "DriveLetterWasAssigned", + "offset": 0, + "parentId": "10640", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10642", + "kind": "UInt8", + "name": "CurrentDriveLetter", + "offset": 1, + "parentId": "10640", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10643", + "kind": "Struct", + "name": "_STORAGE_FRU_ID_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_FRU_ID_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10644", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10645", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10646", + "kind": "UInt32", + "name": "IdentifierSize", + "offset": 8, + "parentId": "10643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10647", + "kind": "Array", + "name": "Identifier", + "offset": 12, + "parentId": "10643", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10648", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10649", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10650", + "kind": "UInt32", + "name": "Version", + "offset": 4, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10651", + "kind": "UInt64", + "name": "SlabSizeInBytes", + "offset": 8, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10652", + "kind": "UInt64", + "name": "SlabOffsetDeltaInBytes", + "offset": 16, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10653", + "kind": "UInt32", + "name": "SlabAllocationBitMapBitCount", + "offset": 24, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10654", + "kind": "UInt32", + "name": "SlabAllocationBitMapLength", + "offset": 28, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "10655", + "kind": "Array", + "name": "SlabAllocationBitMap", + "offset": 32, + "parentId": "10648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10656", + "kind": "Struct", + "name": "_FILE_END_OF_FILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_END_OF_FILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10657", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "10656", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10658", + "kind": "Struct", + "name": "_TRACE_GUID_PROPERTIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_GUID_PROPERTIES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10659", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "10658", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10660", + "kind": "UInt32", + "name": "GuidType", + "offset": 0, + "parentId": "10658", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10661", + "kind": "UInt32", + "name": "LoggerId", + "offset": 4, + "parentId": "10658", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10662", + "kind": "UInt32", + "name": "EnableLevel", + "offset": 8, + "parentId": "10658", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10663", + "kind": "UInt32", + "name": "EnableFlags", + "offset": 12, + "parentId": "10658", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10664", + "kind": "UInt8", + "name": "IsEnable", + "offset": 16, + "parentId": "10658", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10665", + "kind": "Struct", + "name": "_SCM_REGIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_REGIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10666", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10667", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10668", + "kind": "UInt32", + "name": "RegionCount", + "offset": 8, + "parentId": "10665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10669", + "kind": "Array", + "name": "Regions", + "offset": 12, + "parentId": "10665", + "refId": "8655", + "strLen": 64, + "structTypeName": "_SCM_REGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10670", + "kind": "Struct", + "name": "_FAT_STATISTICS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FAT_STATISTICS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10671", + "kind": "UInt32", + "name": "CreateHits", + "offset": 0, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10672", + "kind": "UInt32", + "name": "SuccessfulCreates", + "offset": 4, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10673", + "kind": "UInt32", + "name": "FailedCreates", + "offset": 8, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10674", + "kind": "UInt32", + "name": "NonCachedReads", + "offset": 12, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10675", + "kind": "UInt32", + "name": "NonCachedReadBytes", + "offset": 16, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10676", + "kind": "UInt32", + "name": "NonCachedWrites", + "offset": 20, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10677", + "kind": "UInt32", + "name": "NonCachedWriteBytes", + "offset": 24, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10678", + "kind": "UInt32", + "name": "NonCachedDiskReads", + "offset": 28, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10679", + "kind": "UInt32", + "name": "NonCachedDiskWrites", + "offset": 32, + "parentId": "10670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10680", + "kind": "Struct", + "name": "_DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10681", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10682", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10683", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10684", + "kind": "UInt32", + "name": "OperationStatus", + "offset": 12, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10685", + "kind": "UInt32", + "name": "ExtendedError", + "offset": 16, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10686", + "kind": "UInt32", + "name": "TargetDetailedError", + "offset": 20, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10687", + "kind": "UInt32", + "name": "ReservedStatus", + "offset": 24, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10688", + "kind": "UInt32", + "name": "OutputBlockOffset", + "offset": 28, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10689", + "kind": "UInt32", + "name": "OutputBlockLength", + "offset": 32, + "parentId": "10680", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10690", + "kind": "Struct", + "name": "_SYSTEM_HANDLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10691", + "kind": "UInt32", + "name": "NumberOfHandles", + "offset": 0, + "parentId": "10690", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10692", + "kind": "Array", + "name": "Handles", + "offset": 4, + "parentId": "10690", + "refId": "7281", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10693", + "kind": "Struct", + "name": "_ALPC_MESSAGE_HANDLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_MESSAGE_HANDLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10694", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "10693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10695", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "10693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10696", + "kind": "UInt32", + "name": "Handle", + "offset": 8, + "parentId": "10693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10697", + "kind": "UInt32", + "name": "ObjectType", + "offset": 12, + "parentId": "10693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10698", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 16, + "parentId": "10693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10699", + "kind": "Struct", + "name": "_DEVICE_DSM_NOTIFICATION_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_NOTIFICATION_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10700", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "10699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10701", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "10699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10702", + "kind": "UInt32", + "name": "NumFileTypeIDs", + "offset": 8, + "parentId": "10699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10703", + "kind": "Array", + "name": "FileTypeID", + "offset": 12, + "parentId": "10699", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10704", + "kind": "Struct", + "name": "USN_JOURNAL_DATA_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_JOURNAL_DATA_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10705", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 0, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10706", + "kind": "Int64", + "name": "FirstUsn", + "offset": 8, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10707", + "kind": "Int64", + "name": "NextUsn", + "offset": 16, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10708", + "kind": "Int64", + "name": "LowestValidUsn", + "offset": 24, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10709", + "kind": "Int64", + "name": "MaxUsn", + "offset": 32, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10710", + "kind": "UInt64", + "name": "MaximumSize", + "offset": 40, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10711", + "kind": "UInt64", + "name": "AllocationDelta", + "offset": 48, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10712", + "kind": "UInt16", + "name": "MinSupportedMajorVersion", + "offset": 56, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10713", + "kind": "UInt16", + "name": "MaxSupportedMajorVersion", + "offset": 58, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10714", + "kind": "UInt32", + "name": "Flags", + "offset": 60, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10715", + "kind": "UInt64", + "name": "RangeTrackChunkSize", + "offset": 64, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10716", + "kind": "Int64", + "name": "RangeTrackFileSizeThreshold", + "offset": 72, + "parentId": "10704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10717", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10718", + "kind": "Struct", + "name": "IdleTime", + "offset": 0, + "parentId": "10717", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10719", + "kind": "Struct", + "name": "KernelTime", + "offset": 0, + "parentId": "10717", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10720", + "kind": "Struct", + "name": "UserTime", + "offset": 0, + "parentId": "10717", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10721", + "kind": "Struct", + "name": "DpcTime", + "offset": 0, + "parentId": "10717", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10722", + "kind": "Struct", + "name": "InterruptTime", + "offset": 0, + "parentId": "10717", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10723", + "kind": "UInt32", + "name": "InterruptCount", + "offset": 0, + "parentId": "10717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10724", + "kind": "Struct", + "name": "DELETE_USN_JOURNAL_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "DELETE_USN_JOURNAL_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10725", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 0, + "parentId": "10724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10726", + "kind": "UInt32", + "name": "DeleteFlags", + "offset": 8, + "parentId": "10724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10727", + "kind": "Struct", + "name": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10728", + "kind": "UInt32", + "name": "EntryLength", + "offset": 0, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10729", + "kind": "UInt32", + "name": "DependencyTypeFlags", + "offset": 4, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10730", + "kind": "UInt32", + "name": "ProviderSpecificFlags", + "offset": 8, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10731", + "kind": "Struct", + "name": "VirtualStorageType", + "offset": 12, + "parentId": "10727", + "refId": "7982", + "strLen": 64, + "structTypeName": "_VIRTUAL_STORAGE_TYPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10732", + "kind": "UInt32", + "name": "AncestorLevel", + "offset": 12, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10733", + "kind": "UInt32", + "name": "HostVolumeNameOffset", + "offset": 16, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10734", + "kind": "UInt32", + "name": "HostVolumeNameSize", + "offset": 20, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10735", + "kind": "UInt32", + "name": "DependentVolumeNameOffset", + "offset": 24, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10736", + "kind": "UInt32", + "name": "DependentVolumeNameSize", + "offset": 28, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10737", + "kind": "UInt32", + "name": "RelativePathOffset", + "offset": 32, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10738", + "kind": "UInt32", + "name": "RelativePathSize", + "offset": 36, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10739", + "kind": "UInt32", + "name": "DependentDeviceNameOffset", + "offset": 40, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10740", + "kind": "UInt32", + "name": "DependentDeviceNameSize", + "offset": 44, + "parentId": "10727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10741", + "kind": "Struct", + "name": "_STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10742", + "kind": "UInt32", + "name": "ResponseLevel", + "offset": 0, + "parentId": "10741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10743", + "kind": "UInt32", + "name": "NumberEntries", + "offset": 4, + "parentId": "10741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10744", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "10741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10745", + "kind": "Array", + "name": "Lev1Depends", + "offset": 0, + "parentId": "10744", + "refId": "7985", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10746", + "kind": "Array", + "name": "Lev2Depends", + "offset": 0, + "parentId": "10744", + "refId": "10727", + "strLen": 64, + "structTypeName": "_STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10747", + "kind": "Struct", + "name": "USN_RECORD_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10748", + "kind": "UInt32", + "name": "RecordLength", + "offset": 0, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10749", + "kind": "UInt16", + "name": "MajorVersion", + "offset": 4, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10750", + "kind": "UInt16", + "name": "MinorVersion", + "offset": 6, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10751", + "kind": "UInt64", + "name": "FileReferenceNumber", + "offset": 8, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10752", + "kind": "UInt64", + "name": "ParentFileReferenceNumber", + "offset": 16, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10753", + "kind": "Int64", + "name": "Usn", + "offset": 24, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10754", + "kind": "Struct", + "name": "TimeStamp", + "offset": 32, + "parentId": "10747", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10755", + "kind": "UInt32", + "name": "Reason", + "offset": 32, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10756", + "kind": "UInt32", + "name": "SourceInfo", + "offset": 36, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10757", + "kind": "UInt32", + "name": "SecurityId", + "offset": 40, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10758", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 44, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10759", + "kind": "UInt16", + "name": "FileNameLength", + "offset": 48, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10760", + "kind": "UInt16", + "name": "FileNameOffset", + "offset": 50, + "parentId": "10747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10761", + "kind": "Array", + "name": "FileName", + "offset": 52, + "parentId": "10747", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10762", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10763", + "kind": "UInt16", + "name": "ProcessorArchitecture", + "offset": 0, + "parentId": "10762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10764", + "kind": "UInt16", + "name": "ProcessorLevel", + "offset": 2, + "parentId": "10762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10765", + "kind": "UInt16", + "name": "ProcessorRevision", + "offset": 4, + "parentId": "10762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10766", + "kind": "UInt16", + "name": "MaximumProcessors", + "offset": 6, + "parentId": "10762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10767", + "kind": "UInt32", + "name": "ProcessorFeatureBits", + "offset": 8, + "parentId": "10762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10768", + "kind": "Struct", + "name": "_PROCESS_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10769", + "kind": "Int32", + "name": "ExitStatus", + "offset": 0, + "parentId": "10768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10770", + "kind": "Struct", + "name": "PebBaseAddress", + "offset": 4, + "parentId": "10768", + "refId": "3603", + "strLen": 64, + "structTypeName": "_PEB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10771", + "kind": "UInt64", + "name": "AffinityMask", + "offset": 4, + "parentId": "10768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10772", + "kind": "Int32", + "name": "BasePriority", + "offset": 12, + "parentId": "10768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10773", + "kind": "Hex8", + "name": "UniqueProcessId", + "offset": 16, + "parentId": "10768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10774", + "kind": "Hex8", + "name": "InheritedFromUniqueProcessId", + "offset": 17, + "parentId": "10768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10775", + "kind": "Struct", + "name": "_PROCESS_EXTENDED_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_EXTENDED_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10776", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "10775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10777", + "kind": "Struct", + "name": "BasicInfo", + "offset": 8, + "parentId": "10775", + "refId": "10768", + "strLen": 64, + "structTypeName": "_PROCESS_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10778", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "10775", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10779", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "10778", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10780", + "kind": "Struct", + "name": "_FILE_PREFETCH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PREFETCH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10781", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "10780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10782", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "10780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "10783", + "kind": "Array", + "name": "Prefetch", + "offset": 8, + "parentId": "10780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10784", + "kind": "Struct", + "name": "_RTL_PROCESS_BACKTRACES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_BACKTRACES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10785", + "kind": "UInt32", + "name": "CommittedMemory", + "offset": 0, + "parentId": "10784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10786", + "kind": "UInt32", + "name": "ReservedMemory", + "offset": 4, + "parentId": "10784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10787", + "kind": "UInt32", + "name": "NumberOfBackTraceLookups", + "offset": 8, + "parentId": "10784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10788", + "kind": "UInt32", + "name": "NumberOfBackTraces", + "offset": 12, + "parentId": "10784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10789", + "kind": "Array", + "name": "BackTraces", + "offset": 16, + "parentId": "10784", + "refId": "9684", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_BACKTRACE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10790", + "kind": "Struct", + "name": "_MEMORY_FRAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_FRAME_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 4, + "name": "UseDescription" + }, + { + "bitOffset": 4, + "bitWidth": 3, + "name": "ListDescription" + }, + { + "bitOffset": 7, + "bitWidth": 1, + "name": "Cold" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "Pinned" + }, + { + "bitOffset": 9, + "bitWidth": 48, + "name": "DontUse" + }, + { + "bitOffset": 57, + "bitWidth": 3, + "name": "Priority" + }, + { + "bitOffset": 60, + "bitWidth": 1, + "name": "NonTradeable" + }, + { + "bitOffset": 61, + "bitWidth": 3, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "10791", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "10790", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10792", + "kind": "Struct", + "name": "_PAGEDIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PAGEDIR_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 9, + "name": "DontUse" + }, + { + "bitOffset": 9, + "bitWidth": 48, + "name": "PageDirectoryBase" + }, + { + "bitOffset": 57, + "bitWidth": 7, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "10793", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "10792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10794", + "kind": "Struct", + "name": "_UNIQUE_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNIQUE_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 9, + "name": "DontUse" + }, + { + "bitOffset": 9, + "bitWidth": 48, + "name": "UniqueProcessKey" + }, + { + "bitOffset": 57, + "bitWidth": 7, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "10795", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "10794", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10796", + "kind": "Struct", + "name": "_MMPFN_IDENTITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MMPFN_IDENTITY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10797", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "10796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10798", + "kind": "Struct", + "name": "e1", + "offset": 0, + "parentId": "10797", + "refId": "10790", + "strLen": 64, + "structTypeName": "_MEMORY_FRAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10799", + "kind": "Struct", + "name": "e2", + "offset": 0, + "parentId": "10797", + "refId": "4668", + "strLen": 64, + "structTypeName": "_FILEOFFSET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10800", + "kind": "Struct", + "name": "e3", + "offset": 0, + "parentId": "10797", + "refId": "10792", + "strLen": 64, + "structTypeName": "_PAGEDIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10801", + "kind": "Struct", + "name": "e4", + "offset": 0, + "parentId": "10797", + "refId": "10794", + "strLen": 64, + "structTypeName": "_UNIQUE_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10802", + "kind": "UInt64", + "name": "PageFrameIndex", + "offset": 0, + "parentId": "10796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10803", + "kind": "Struct", + "name": "u2", + "offset": 8, + "parentId": "10796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10804", + "kind": "UInt64", + "name": "FileObject", + "offset": 0, + "parentId": "10803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10805", + "kind": "UInt64", + "name": "UniqueFileObjectKey", + "offset": 0, + "parentId": "10803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10806", + "kind": "UInt64", + "name": "ProtoPteAddress", + "offset": 0, + "parentId": "10803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10807", + "kind": "UInt64", + "name": "VirtualAddress", + "offset": 0, + "parentId": "10803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10808", + "kind": "Struct", + "name": "_SYSTEM_MEMORY_LIST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_LIST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10809", + "kind": "UInt64", + "name": "ZeroPageCount", + "offset": 0, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10810", + "kind": "UInt64", + "name": "FreePageCount", + "offset": 8, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10811", + "kind": "UInt64", + "name": "ModifiedPageCount", + "offset": 16, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10812", + "kind": "UInt64", + "name": "ModifiedNoWritePageCount", + "offset": 24, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10813", + "kind": "UInt64", + "name": "BadPageCount", + "offset": 32, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "10814", + "kind": "Array", + "name": "PageCountByPriority", + "offset": 40, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "10815", + "kind": "Array", + "name": "RepurposedPagesByPriority", + "offset": 104, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10816", + "kind": "UInt64", + "name": "ModifiedPageCountPageFile", + "offset": 168, + "parentId": "10808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10817", + "kind": "Struct", + "name": "_PF_PFN_PRIO_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PFN_PRIO_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10818", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10819", + "kind": "UInt32", + "name": "RequestFlags", + "offset": 4, + "parentId": "10817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10820", + "kind": "UInt64", + "name": "PfnCount", + "offset": 8, + "parentId": "10817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10821", + "kind": "Struct", + "name": "MemInfo", + "offset": 16, + "parentId": "10817", + "refId": "10808", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_LIST_INFORMATION" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "10822", + "kind": "Array", + "name": "PageData", + "offset": 16, + "parentId": "10817", + "refId": "10796", + "strLen": 64, + "structTypeName": "_MMPFN_IDENTITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10823", + "kind": "Struct", + "name": "_FILE_ZERO_DATA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ZERO_DATA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10824", + "kind": "Struct", + "name": "FileOffset", + "offset": 0, + "parentId": "10823", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10825", + "kind": "Struct", + "name": "BeyondFinalZero", + "offset": 0, + "parentId": "10823", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10826", + "kind": "Struct", + "name": "_SYSTEM_VDM_INSTEMUL_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VDM_INSTEMUL_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10827", + "kind": "UInt32", + "name": "SegmentNotPresent", + "offset": 0, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10828", + "kind": "UInt32", + "name": "VdmOpcode0F", + "offset": 4, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10829", + "kind": "UInt32", + "name": "OpcodeESPrefix", + "offset": 8, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10830", + "kind": "UInt32", + "name": "OpcodeCSPrefix", + "offset": 12, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10831", + "kind": "UInt32", + "name": "OpcodeSSPrefix", + "offset": 16, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10832", + "kind": "UInt32", + "name": "OpcodeDSPrefix", + "offset": 20, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10833", + "kind": "UInt32", + "name": "OpcodeFSPrefix", + "offset": 24, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10834", + "kind": "UInt32", + "name": "OpcodeGSPrefix", + "offset": 28, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10835", + "kind": "UInt32", + "name": "OpcodeOPER32Prefix", + "offset": 32, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10836", + "kind": "UInt32", + "name": "OpcodeADDR32Prefix", + "offset": 36, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10837", + "kind": "UInt32", + "name": "OpcodeINSB", + "offset": 40, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10838", + "kind": "UInt32", + "name": "OpcodeINSW", + "offset": 44, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10839", + "kind": "UInt32", + "name": "OpcodeOUTSB", + "offset": 48, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10840", + "kind": "UInt32", + "name": "OpcodeOUTSW", + "offset": 52, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10841", + "kind": "UInt32", + "name": "OpcodePUSHF", + "offset": 56, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10842", + "kind": "UInt32", + "name": "OpcodePOPF", + "offset": 60, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10843", + "kind": "UInt32", + "name": "OpcodeINTnn", + "offset": 64, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10844", + "kind": "UInt32", + "name": "OpcodeINTO", + "offset": 68, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10845", + "kind": "UInt32", + "name": "OpcodeIRET", + "offset": 72, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10846", + "kind": "UInt32", + "name": "OpcodeINBimm", + "offset": 76, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10847", + "kind": "UInt32", + "name": "OpcodeINWimm", + "offset": 80, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10848", + "kind": "UInt32", + "name": "OpcodeOUTBimm", + "offset": 84, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10849", + "kind": "UInt32", + "name": "OpcodeOUTWimm", + "offset": 88, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10850", + "kind": "UInt32", + "name": "OpcodeINB", + "offset": 92, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10851", + "kind": "UInt32", + "name": "OpcodeINW", + "offset": 96, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10852", + "kind": "UInt32", + "name": "OpcodeOUTB", + "offset": 100, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10853", + "kind": "UInt32", + "name": "OpcodeOUTW", + "offset": 104, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10854", + "kind": "UInt32", + "name": "OpcodeLOCKPrefix", + "offset": 108, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10855", + "kind": "UInt32", + "name": "OpcodeREPNEPrefix", + "offset": 112, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10856", + "kind": "UInt32", + "name": "OpcodeREPPrefix", + "offset": 116, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10857", + "kind": "UInt32", + "name": "OpcodeHLT", + "offset": 120, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10858", + "kind": "UInt32", + "name": "OpcodeCLI", + "offset": 124, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10859", + "kind": "UInt32", + "name": "OpcodeSTI", + "offset": 128, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10860", + "kind": "UInt32", + "name": "BopCount", + "offset": 132, + "parentId": "10826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10861", + "kind": "Struct", + "name": "_CPTABLEINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CPTABLEINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10862", + "kind": "UInt16", + "name": "CodePage", + "offset": 0, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10863", + "kind": "UInt16", + "name": "MaximumCharacterSize", + "offset": 2, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10864", + "kind": "UInt16", + "name": "DefaultChar", + "offset": 4, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10865", + "kind": "UInt16", + "name": "UniDefaultChar", + "offset": 6, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10866", + "kind": "UInt16", + "name": "TransDefaultChar", + "offset": 8, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10867", + "kind": "UInt16", + "name": "TransUniDefaultChar", + "offset": 10, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10868", + "kind": "UInt16", + "name": "DBCSCodePage", + "offset": 12, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": false, + "elementKind": "UInt8", + "id": "10869", + "kind": "Array", + "name": "LeadByte", + "offset": 14, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10870", + "kind": "UInt16", + "name": "MultiByteTable", + "offset": 26, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10871", + "kind": "Hex8", + "name": "WideCharTable", + "offset": 28, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10872", + "kind": "UInt16", + "name": "DBCSRanges", + "offset": 29, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10873", + "kind": "UInt16", + "name": "DBCSOffsets", + "offset": 31, + "parentId": "10861", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10874", + "kind": "Struct", + "name": "_NLSTABLEINFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NLSTABLEINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10875", + "kind": "Struct", + "name": "OemTableInfo", + "offset": 0, + "parentId": "10874", + "refId": "10861", + "strLen": 64, + "structTypeName": "_CPTABLEINFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10876", + "kind": "Struct", + "name": "AnsiTableInfo", + "offset": 0, + "parentId": "10874", + "refId": "10861", + "strLen": 64, + "structTypeName": "_CPTABLEINFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10877", + "kind": "UInt16", + "name": "UpperCaseTable", + "offset": 0, + "parentId": "10874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10878", + "kind": "UInt16", + "name": "LowerCaseTable", + "offset": 2, + "parentId": "10874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10879", + "kind": "Struct", + "name": "_DEVICE_DATA_SET_SCRUB_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DATA_SET_SCRUB_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10880", + "kind": "UInt64", + "name": "BytesProcessed", + "offset": 0, + "parentId": "10879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10881", + "kind": "UInt64", + "name": "BytesRepaired", + "offset": 8, + "parentId": "10879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10882", + "kind": "UInt64", + "name": "BytesFailed", + "offset": 16, + "parentId": "10879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10883", + "kind": "Struct", + "name": "_MARK_HANDLE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MARK_HANDLE_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10884", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "10883", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10885", + "kind": "UInt32", + "name": "UsnSourceInfo", + "offset": 0, + "parentId": "10884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10886", + "kind": "UInt32", + "name": "CopyNumber", + "offset": 0, + "parentId": "10884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10887", + "kind": "Hex8", + "name": "VolumeHandle", + "offset": 4, + "parentId": "10883", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10888", + "kind": "UInt32", + "name": "HandleInfo", + "offset": 5, + "parentId": "10883", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10889", + "kind": "Struct", + "name": "_OBJECT_ATTRIBUTES64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_ATTRIBUTES64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10890", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10891", + "kind": "UInt64", + "name": "RootDirectory", + "offset": 4, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10892", + "kind": "UInt64", + "name": "ObjectName", + "offset": 12, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10893", + "kind": "UInt32", + "name": "Attributes", + "offset": 20, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10894", + "kind": "UInt64", + "name": "SecurityDescriptor", + "offset": 24, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10895", + "kind": "UInt64", + "name": "SecurityQualityOfService", + "offset": 32, + "parentId": "10889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10896", + "kind": "Struct", + "name": "_RTL_PROCESS_LOCK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_LOCK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10897", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10898", + "kind": "UInt16", + "name": "Type", + "offset": 1, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10899", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 3, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10900", + "kind": "Hex8", + "name": "OwningThread", + "offset": 5, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10901", + "kind": "Int32", + "name": "LockCount", + "offset": 6, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10902", + "kind": "UInt32", + "name": "ContentionCount", + "offset": 10, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10903", + "kind": "UInt32", + "name": "EntryCount", + "offset": 14, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10904", + "kind": "Int32", + "name": "RecursionCount", + "offset": 18, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10905", + "kind": "UInt32", + "name": "NumberOfWaitingShared", + "offset": 22, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10906", + "kind": "UInt32", + "name": "NumberOfWaitingExclusive", + "offset": 26, + "parentId": "10896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10907", + "kind": "Struct", + "name": "_SYSTEM_INTERRUPT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INTERRUPT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10908", + "kind": "UInt32", + "name": "ContextSwitches", + "offset": 0, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10909", + "kind": "UInt32", + "name": "DpcCount", + "offset": 4, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10910", + "kind": "UInt32", + "name": "DpcRate", + "offset": 8, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10911", + "kind": "UInt32", + "name": "TimeIncrement", + "offset": 12, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10912", + "kind": "UInt32", + "name": "DpcBypassCount", + "offset": 16, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10913", + "kind": "UInt32", + "name": "ApcBypassCount", + "offset": 20, + "parentId": "10907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10914", + "kind": "Struct", + "name": "_DEVICE_DSM_TIERING_QUERY_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_TIERING_QUERY_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10915", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10916", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10917", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10918", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10919", + "kind": "UInt64", + "name": "Alignment", + "offset": 16, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10920", + "kind": "UInt32", + "name": "TotalNumberOfRegions", + "offset": 24, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10921", + "kind": "UInt32", + "name": "NumberOfRegionsReturned", + "offset": 28, + "parentId": "10914", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "10922", + "kind": "Array", + "name": "Regions", + "offset": 32, + "parentId": "10914", + "refId": "10580", + "strLen": 64, + "structTypeName": "_STORAGE_TIER_REGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10923", + "kind": "Struct", + "name": "_PF_ROBUST_FILE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_ROBUST_FILE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10924", + "kind": "UInt32", + "name": "FilePathHash", + "offset": 0, + "parentId": "10923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10925", + "kind": "Struct", + "name": "_DISK_GEOMETRY_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_GEOMETRY_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10926", + "kind": "Struct", + "name": "Geometry", + "offset": 0, + "parentId": "10925", + "refId": "9075", + "strLen": 64, + "structTypeName": "_DISK_GEOMETRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10927", + "kind": "Struct", + "name": "DiskSize", + "offset": 0, + "parentId": "10925", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10928", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "10925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10929", + "kind": "Struct", + "name": "_FILE_FS_FULL_SIZE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_FULL_SIZE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10930", + "kind": "UInt64", + "name": "ActualTotalAllocationUnits", + "offset": 0, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10931", + "kind": "UInt64", + "name": "ActualAvailableAllocationUnits", + "offset": 8, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10932", + "kind": "UInt64", + "name": "ActualPoolUnavailableAllocationUnits", + "offset": 16, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10933", + "kind": "UInt64", + "name": "CallerTotalAllocationUnits", + "offset": 24, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10934", + "kind": "UInt64", + "name": "CallerAvailableAllocationUnits", + "offset": 32, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10935", + "kind": "UInt64", + "name": "CallerPoolUnavailableAllocationUnits", + "offset": 40, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10936", + "kind": "UInt64", + "name": "UsedAllocationUnits", + "offset": 48, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10937", + "kind": "UInt64", + "name": "TotalReservedAllocationUnits", + "offset": 56, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10938", + "kind": "UInt64", + "name": "VolumeStorageReserveAllocationUnits", + "offset": 64, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10939", + "kind": "UInt64", + "name": "AvailableCommittedAllocationUnits", + "offset": 72, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10940", + "kind": "UInt64", + "name": "PoolAvailableAllocationUnits", + "offset": 80, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10941", + "kind": "UInt32", + "name": "SectorsPerAllocationUnit", + "offset": 88, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10942", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 92, + "parentId": "10929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10943", + "kind": "Struct", + "name": "_MOVE_FILE_DATA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOVE_FILE_DATA32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10944", + "kind": "UInt32", + "name": "FileHandle", + "offset": 0, + "parentId": "10943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10945", + "kind": "Struct", + "name": "StartingVcn", + "offset": 4, + "parentId": "10943", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10946", + "kind": "Struct", + "name": "StartingLcn", + "offset": 4, + "parentId": "10943", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10947", + "kind": "UInt32", + "name": "ClusterCount", + "offset": 4, + "parentId": "10943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10948", + "kind": "Struct", + "name": "_SCM_PD_RUNTIME_FW_ACTIVATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_RUNTIME_FW_ACTIVATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10949", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "10948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10950", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "10948", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10951", + "kind": "UInt32", + "name": "LastFirmwareActivationStatus", + "offset": 8, + "parentId": "10948", + "refId": "234", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10952", + "kind": "UInt32", + "name": "FirmwareActivationState", + "offset": 12, + "parentId": "10948", + "refId": "235", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10953", + "kind": "Struct", + "name": "_FILE_REMOTE_PROTOCOL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REMOTE_PROTOCOL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10954", + "kind": "UInt16", + "name": "StructureVersion", + "offset": 0, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10955", + "kind": "UInt16", + "name": "StructureSize", + "offset": 2, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10956", + "kind": "UInt32", + "name": "Protocol", + "offset": 4, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10957", + "kind": "UInt16", + "name": "ProtocolMajorVersion", + "offset": 8, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10958", + "kind": "UInt16", + "name": "ProtocolMinorVersion", + "offset": 10, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10959", + "kind": "UInt16", + "name": "ProtocolRevision", + "offset": 12, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10960", + "kind": "UInt16", + "name": "Reserved", + "offset": 14, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10961", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10962", + "kind": "Struct", + "name": "ProtocolSpecific", + "offset": 20, + "parentId": "10953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10963", + "kind": "Hex64", + "name": "", + "offset": 0, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10964", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10965", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10966", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10967", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10968", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10969", + "kind": "Hex64", + "name": "", + "offset": 48, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10970", + "kind": "Hex64", + "name": "", + "offset": 56, + "parentId": "10962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10971", + "kind": "Struct", + "name": "_ALPC_COMPLETION_LIST_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_COMPLETION_LIST_STATE" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "10972", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "10971", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10973", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "10972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10974", + "kind": "Struct", + "name": "NTFS_FILE_RECORD_OUTPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "NTFS_FILE_RECORD_OUTPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10975", + "kind": "Struct", + "name": "FileReferenceNumber", + "offset": 0, + "parentId": "10974", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10976", + "kind": "UInt32", + "name": "FileRecordLength", + "offset": 0, + "parentId": "10974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10977", + "kind": "Array", + "name": "FileRecordBuffer", + "offset": 4, + "parentId": "10974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10978", + "kind": "Struct", + "name": "_ALPC_HANDLE_ATTR32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_HANDLE_ATTR32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10979", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10980", + "kind": "UInt32", + "name": "Reserved0", + "offset": 4, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10981", + "kind": "UInt32", + "name": "SameAccess", + "offset": 8, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10982", + "kind": "UInt32", + "name": "SameAttributes", + "offset": 12, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10983", + "kind": "UInt32", + "name": "Indirect", + "offset": 16, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10984", + "kind": "UInt32", + "name": "Inherit", + "offset": 20, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10985", + "kind": "UInt32", + "name": "Reserved1", + "offset": 24, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10986", + "kind": "UInt32", + "name": "Handle", + "offset": 28, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10987", + "kind": "UInt32", + "name": "ObjectType", + "offset": 32, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10988", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 36, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10989", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 40, + "parentId": "10978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10990", + "kind": "Struct", + "name": "_FILE_SET_DEFECT_MGMT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SET_DEFECT_MGMT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10991", + "kind": "UInt8", + "name": "Disable", + "offset": 0, + "parentId": "10990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10992", + "kind": "Struct", + "name": "_EVENT_TRACE_PROPERTIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_PROPERTIES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "10993", + "kind": "Struct", + "name": "Wnode", + "offset": 0, + "parentId": "10992", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10994", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10995", + "kind": "UInt32", + "name": "MinimumBuffers", + "offset": 4, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10996", + "kind": "UInt32", + "name": "MaximumBuffers", + "offset": 8, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10997", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 12, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10998", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 16, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "10999", + "kind": "UInt32", + "name": "FlushTimer", + "offset": 20, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11000", + "kind": "UInt32", + "name": "EnableFlags", + "offset": 24, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11001", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11002", + "kind": "Int32", + "name": "AgeLimit", + "offset": 0, + "parentId": "11001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11003", + "kind": "Int32", + "name": "FlushThreshold", + "offset": 0, + "parentId": "11001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11004", + "kind": "UInt32", + "name": "NumberOfBuffers", + "offset": 32, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11005", + "kind": "UInt32", + "name": "FreeBuffers", + "offset": 36, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11006", + "kind": "UInt32", + "name": "EventsLost", + "offset": 40, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11007", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 44, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11008", + "kind": "UInt32", + "name": "LogBuffersLost", + "offset": 48, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11009", + "kind": "UInt32", + "name": "RealTimeBuffersLost", + "offset": 52, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11010", + "kind": "Hex8", + "name": "LoggerThreadId", + "offset": 56, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11011", + "kind": "UInt32", + "name": "LogFileNameOffset", + "offset": 57, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11012", + "kind": "UInt32", + "name": "LoggerNameOffset", + "offset": 61, + "parentId": "10992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11013", + "kind": "Struct", + "name": "_FILE_MAKE_COMPATIBLE_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MAKE_COMPATIBLE_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11014", + "kind": "UInt8", + "name": "CloseDisc", + "offset": 0, + "parentId": "11013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11015", + "kind": "Struct", + "name": "_FILE_DIRECTORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DIRECTORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11016", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11017", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "11015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11018", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11019", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11020", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11021", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11022", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11023", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "11015", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11024", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "11015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11025", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "11015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11026", + "kind": "Array", + "name": "FileName", + "offset": 16, + "parentId": "11015", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11027", + "kind": "Struct", + "name": "_ASSEMBLY_STORAGE_MAP_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ASSEMBLY_STORAGE_MAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11028", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11027", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11029", + "kind": "Struct", + "name": "DosPath", + "offset": 4, + "parentId": "11027", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11030", + "kind": "Hex8", + "name": "Handle", + "offset": 4, + "parentId": "11027", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11031", + "kind": "Struct", + "name": "_FILE_INITIATE_REPAIR_OUTPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INITIATE_REPAIR_OUTPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11032", + "kind": "UInt64", + "name": "Hint1", + "offset": 0, + "parentId": "11031", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11033", + "kind": "UInt64", + "name": "Hint2", + "offset": 8, + "parentId": "11031", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11034", + "kind": "UInt64", + "name": "Clsn", + "offset": 16, + "parentId": "11031", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11035", + "kind": "UInt32", + "name": "Status", + "offset": 24, + "parentId": "11031", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11036", + "kind": "Struct", + "name": "_ALPC_PORT_ASSOCIATE_COMPLETION_PORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_PORT_ASSOCIATE_COMPLETION_PORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11037", + "kind": "Hex8", + "name": "CompletionKey", + "offset": 0, + "parentId": "11036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11038", + "kind": "Hex8", + "name": "CompletionPort", + "offset": 1, + "parentId": "11036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11039", + "kind": "Struct", + "name": "_DEVICE_DSM_CONVERSION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_DSM_CONVERSION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11040", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11041", + "kind": "Struct", + "name": "Source", + "offset": 4, + "parentId": "11039", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11042", + "kind": "Struct", + "name": "_RTL_PROCESS_LOCKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_LOCKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11043", + "kind": "UInt32", + "name": "NumberOfLocks", + "offset": 0, + "parentId": "11042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11044", + "kind": "Array", + "name": "Locks", + "offset": 4, + "parentId": "11042", + "refId": "10896", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_LOCK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11045", + "kind": "Struct", + "name": "_FILE_QUERY_ON_DISK_VOL_INFO_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_QUERY_ON_DISK_VOL_INFO_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11046", + "kind": "Struct", + "name": "DirectoryCount", + "offset": 0, + "parentId": "11045", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11047", + "kind": "Struct", + "name": "FileCount", + "offset": 0, + "parentId": "11045", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11048", + "kind": "UInt16", + "name": "FsFormatMajVersion", + "offset": 0, + "parentId": "11045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11049", + "kind": "UInt16", + "name": "FsFormatMinVersion", + "offset": 2, + "parentId": "11045", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "11050", + "kind": "Array", + "name": "FsFormatName", + "offset": 4, + "parentId": "11045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11051", + "kind": "Struct", + "name": "FormatTime", + "offset": 4, + "parentId": "11045", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11052", + "kind": "Struct", + "name": "LastUpdateTime", + "offset": 4, + "parentId": "11045", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 34, + "collapsed": true, + "elementKind": "Struct", + "id": "11053", + "kind": "Array", + "name": "CopyrightInfo", + "offset": 4, + "parentId": "11045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 34, + "collapsed": true, + "elementKind": "Struct", + "id": "11054", + "kind": "Array", + "name": "AbstractInfo", + "offset": 4, + "parentId": "11045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 34, + "collapsed": true, + "elementKind": "Struct", + "id": "11055", + "kind": "Array", + "name": "FormattingImplementationInfo", + "offset": 4, + "parentId": "11045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 34, + "collapsed": true, + "elementKind": "Struct", + "id": "11056", + "kind": "Array", + "name": "LastModifyingImplementationInfo", + "offset": 4, + "parentId": "11045", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11057", + "kind": "Struct", + "name": "_STORAGE_ALLOCATE_BC_STREAM_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ALLOCATE_BC_STREAM_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11058", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11059", + "kind": "UInt32", + "name": "RequestsPerPeriod", + "offset": 4, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11060", + "kind": "UInt32", + "name": "Period", + "offset": 8, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11061", + "kind": "UInt8", + "name": "RetryFailures", + "offset": 12, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11062", + "kind": "UInt8", + "name": "Discardable", + "offset": 13, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11063", + "kind": "Hex16", + "name": "", + "offset": 14, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11064", + "kind": "UInt32", + "name": "AccessType", + "offset": 16, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11065", + "kind": "UInt32", + "name": "AccessMode", + "offset": 20, + "parentId": "11057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11066", + "kind": "Struct", + "name": "_REASSIGN_BLOCKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REASSIGN_BLOCKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11067", + "kind": "UInt16", + "name": "Reserved", + "offset": 0, + "parentId": "11066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11068", + "kind": "UInt16", + "name": "Count", + "offset": 2, + "parentId": "11066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "11069", + "kind": "Array", + "name": "BlockNumber", + "offset": 4, + "parentId": "11066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11070", + "kind": "Struct", + "name": "_STORAGE_ALLOCATE_BC_STREAM_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_ALLOCATE_BC_STREAM_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11071", + "kind": "UInt64", + "name": "RequestSize", + "offset": 0, + "parentId": "11070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11072", + "kind": "UInt32", + "name": "NumOutStandingRequests", + "offset": 8, + "parentId": "11070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11073", + "kind": "Struct", + "name": "USN_JOURNAL_DATA_V0", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_JOURNAL_DATA_V0" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11074", + "kind": "UInt64", + "name": "UsnJournalID", + "offset": 0, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11075", + "kind": "Int64", + "name": "FirstUsn", + "offset": 8, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11076", + "kind": "Int64", + "name": "NextUsn", + "offset": 16, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11077", + "kind": "Int64", + "name": "LowestValidUsn", + "offset": 24, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11078", + "kind": "Int64", + "name": "MaxUsn", + "offset": 32, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11079", + "kind": "UInt64", + "name": "MaximumSize", + "offset": 40, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11080", + "kind": "UInt64", + "name": "AllocationDelta", + "offset": 48, + "parentId": "11073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11081", + "kind": "Struct", + "name": "_FILE_ID_GLOBAL_TX_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_GLOBAL_TX_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11082", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11083", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "11081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11084", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11085", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11086", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11087", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11088", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11089", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11090", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "11081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11091", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "11081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11092", + "kind": "Struct", + "name": "FileId", + "offset": 16, + "parentId": "11081", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11093", + "kind": "Struct", + "name": "LockingTransactionId", + "offset": 16, + "parentId": "11081", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11094", + "kind": "UInt32", + "name": "TxInfoFlags", + "offset": 16, + "parentId": "11081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11095", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "11081", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11096", + "kind": "Struct", + "name": "_BOOT_ENTRY_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BOOT_ENTRY_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11097", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11098", + "kind": "Struct", + "name": "BootEntry", + "offset": 4, + "parentId": "11096", + "refId": "7533", + "strLen": 64, + "structTypeName": "_BOOT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11099", + "kind": "Struct", + "name": "_REMOVE_ELEMENT_AND_TRUNCATE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REMOVE_ELEMENT_AND_TRUNCATE_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11100", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11101", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11102", + "kind": "UInt64", + "name": "RequestCapacity", + "offset": 8, + "parentId": "11099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11103", + "kind": "UInt32", + "name": "ElementIdentifier", + "offset": 16, + "parentId": "11099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11104", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "11099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11105", + "kind": "Struct", + "name": "_FILE_LINK_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINK_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11106", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11107", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 4, + "parentId": "11105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11108", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 5, + "parentId": "11105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11109", + "kind": "Array", + "name": "FileName", + "offset": 9, + "parentId": "11105", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11110", + "kind": "Struct", + "name": "RETRIEVAL_POINTERS_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "RETRIEVAL_POINTERS_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11111", + "kind": "UInt32", + "name": "ExtentCount", + "offset": 0, + "parentId": "11110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11112", + "kind": "Struct", + "name": "StartingVcn", + "offset": 4, + "parentId": "11110", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11113", + "kind": "Struct", + "name": "_STREAM_EXTENT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAM_EXTENT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11114", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11115", + "kind": "Struct", + "name": "ExtentInformation", + "offset": 4, + "parentId": "11113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11116", + "kind": "Struct", + "name": "RetrievalPointers", + "offset": 0, + "parentId": "11115", + "refId": "11110", + "strLen": 64, + "structTypeName": "RETRIEVAL_POINTERS_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11117", + "kind": "Struct", + "name": "_STREAM_LAYOUT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAM_LAYOUT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11118", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11119", + "kind": "UInt32", + "name": "NextStreamOffset", + "offset": 4, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11120", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11121", + "kind": "UInt32", + "name": "ExtentInformationOffset", + "offset": 12, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11122", + "kind": "Struct", + "name": "AllocationSize", + "offset": 16, + "parentId": "11117", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11123", + "kind": "Struct", + "name": "EndOfFile", + "offset": 16, + "parentId": "11117", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11124", + "kind": "UInt32", + "name": "StreamInformationOffset", + "offset": 16, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11125", + "kind": "UInt32", + "name": "AttributeTypeCode", + "offset": 20, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11126", + "kind": "UInt32", + "name": "AttributeFlags", + "offset": 24, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11127", + "kind": "UInt32", + "name": "StreamIdentifierLength", + "offset": 28, + "parentId": "11117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11128", + "kind": "Array", + "name": "StreamIdentifier", + "offset": 32, + "parentId": "11117", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11129", + "kind": "Struct", + "name": "_DEVICE_INTERNAL_STATUS_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_INTERNAL_STATUS_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11130", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11131", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11132", + "kind": "UInt64", + "name": "T10VendorId", + "offset": 8, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11133", + "kind": "UInt32", + "name": "DataSet1Length", + "offset": 16, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11134", + "kind": "UInt32", + "name": "DataSet2Length", + "offset": 20, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11135", + "kind": "UInt32", + "name": "DataSet3Length", + "offset": 24, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11136", + "kind": "UInt32", + "name": "DataSet4Length", + "offset": 28, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11137", + "kind": "UInt8", + "name": "StatusDataVersion", + "offset": 32, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11138", + "kind": "Hex8", + "name": "", + "offset": 33, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11139", + "kind": "Hex8", + "name": "", + "offset": 34, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11140", + "kind": "Hex8", + "name": "", + "offset": 35, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "11141", + "kind": "Array", + "name": "ReasonIdentifier", + "offset": 36, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11142", + "kind": "UInt32", + "name": "StatusDataLength", + "offset": 164, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11143", + "kind": "Array", + "name": "StatusData", + "offset": 168, + "parentId": "11129", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11144", + "kind": "Struct", + "name": "_GET_DISK_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_DISK_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11145", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11146", + "kind": "UInt32", + "name": "Reserved1", + "offset": 4, + "parentId": "11144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11147", + "kind": "UInt64", + "name": "Attributes", + "offset": 8, + "parentId": "11144", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11148", + "kind": "Struct", + "name": "_MOUNTMGR_SILO_ARRIVAL_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_SILO_ARRIVAL_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11149", + "kind": "Hex8", + "name": "JobHandle", + "offset": 0, + "parentId": "11148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11150", + "kind": "Struct", + "name": "_FSCTL_GET_INTEGRITY_INFORMATION_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_GET_INTEGRITY_INFORMATION_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11151", + "kind": "UInt16", + "name": "ChecksumAlgorithm", + "offset": 0, + "parentId": "11150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11152", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "11150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11153", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11154", + "kind": "UInt32", + "name": "ChecksumChunkSizeInBytes", + "offset": 8, + "parentId": "11150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11155", + "kind": "UInt32", + "name": "ClusterSizeInBytes", + "offset": 12, + "parentId": "11150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11156", + "kind": "Struct", + "name": "_STORAGE_REINITIALIZE_MEDIA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_REINITIALIZE_MEDIA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11157", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11158", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11159", + "kind": "UInt32", + "name": "TimeoutInSeconds", + "offset": 8, + "parentId": "11156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11160", + "kind": "Struct", + "name": "_VARIABLE_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VARIABLE_NAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11161", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11162", + "kind": "Struct", + "name": "VendorGuid", + "offset": 4, + "parentId": "11160", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11163", + "kind": "Array", + "name": "Name", + "offset": 4, + "parentId": "11160", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11164", + "kind": "Struct", + "name": "_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11165", + "kind": "UInt16", + "name": "ChecksumAlgorithm", + "offset": 0, + "parentId": "11164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11166", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "11164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11167", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11164", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11168", + "kind": "Struct", + "name": "_CHANGER_SEND_VOLUME_TAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_SEND_VOLUME_TAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11169", + "kind": "Struct", + "name": "StartingElement", + "offset": 0, + "parentId": "11168", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11170", + "kind": "UInt32", + "name": "ActionCode", + "offset": 0, + "parentId": "11168", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 40, + "collapsed": false, + "elementKind": "UInt8", + "id": "11171", + "kind": "Array", + "name": "VolumeIDTemplate", + "offset": 4, + "parentId": "11168", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11172", + "kind": "Struct", + "name": "_PS_PROTECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_PROTECTION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11173", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11174", + "kind": "UInt8", + "name": "Level", + "offset": 0, + "parentId": "11173", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11175", + "kind": "Struct", + "name": "RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11176", + "kind": "UInt32", + "name": "ExtentCount", + "offset": 0, + "parentId": "11175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11177", + "kind": "Struct", + "name": "StartingVcn", + "offset": 4, + "parentId": "11175", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11178", + "kind": "Struct", + "name": "_EFI_DRIVER_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EFI_DRIVER_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11179", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11180", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "11178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11181", + "kind": "UInt32", + "name": "Id", + "offset": 8, + "parentId": "11178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11182", + "kind": "UInt32", + "name": "FriendlyNameOffset", + "offset": 12, + "parentId": "11178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11183", + "kind": "UInt32", + "name": "DriverFilePathOffset", + "offset": 16, + "parentId": "11178", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11184", + "kind": "Struct", + "name": "_EFI_DRIVER_ENTRY_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EFI_DRIVER_ENTRY_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11185", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11184", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11186", + "kind": "Struct", + "name": "DriverEntry", + "offset": 4, + "parentId": "11184", + "refId": "11178", + "strLen": 64, + "structTypeName": "_EFI_DRIVER_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11187", + "kind": "Struct", + "name": "_CHANGER_SET_POSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_SET_POSITION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11188", + "kind": "Struct", + "name": "Transport", + "offset": 0, + "parentId": "11187", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11189", + "kind": "Struct", + "name": "Destination", + "offset": 0, + "parentId": "11187", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11190", + "kind": "UInt8", + "name": "Flip", + "offset": 0, + "parentId": "11187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11191", + "kind": "Struct", + "name": "_PORT_DATA_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_DATA_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11192", + "kind": "Hex8", + "name": "Base", + "offset": 0, + "parentId": "11191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11193", + "kind": "UInt32", + "name": "Size", + "offset": 1, + "parentId": "11191", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11194", + "kind": "Struct", + "name": "_PORT_DATA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_DATA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11195", + "kind": "UInt32", + "name": "CountDataEntries", + "offset": 0, + "parentId": "11194", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11196", + "kind": "Array", + "name": "DataEntries", + "offset": 4, + "parentId": "11194", + "refId": "11191", + "strLen": 64, + "structTypeName": "_PORT_DATA_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11197", + "kind": "Struct", + "name": "STARTING_VCN_INPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "STARTING_VCN_INPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11198", + "kind": "Struct", + "name": "StartingVcn", + "offset": 0, + "parentId": "11197", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11199", + "kind": "Struct", + "name": "_TRACE_PROFILE_INTERVAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_PROFILE_INTERVAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11200", + "kind": "UInt32", + "name": "Source", + "offset": 0, + "parentId": "11199", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11201", + "kind": "UInt32", + "name": "Interval", + "offset": 4, + "parentId": "11199", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11202", + "kind": "Struct", + "name": "_DEVICEDUMP_PUBLIC_SUBSECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICEDUMP_PUBLIC_SUBSECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11203", + "kind": "UInt32", + "name": "dwFlags", + "offset": 0, + "parentId": "11202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "11204", + "kind": "Array", + "name": "GPLogTable", + "offset": 4, + "parentId": "11202", + "refId": "9046", + "strLen": 64, + "structTypeName": "_GP_LOG_PAGE_DESCRIPTOR" + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "11205", + "kind": "Array", + "name": "szDescription", + "offset": 4, + "parentId": "11202", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11206", + "kind": "Array", + "name": "bData", + "offset": 4, + "parentId": "11202", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11207", + "kind": "Struct", + "name": "_DISK_LOGGING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_LOGGING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11208", + "kind": "UInt8", + "name": "Function", + "offset": 0, + "parentId": "11207", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11209", + "kind": "Hex8", + "name": "BufferAddress", + "offset": 1, + "parentId": "11207", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11210", + "kind": "UInt32", + "name": "BufferSize", + "offset": 2, + "parentId": "11207", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11211", + "kind": "Struct", + "name": "_LDR_DATA_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DATA_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11212", + "kind": "Struct", + "name": "InLoadOrderLinks", + "offset": 0, + "parentId": "11211", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11213", + "kind": "Struct", + "name": "InMemoryOrderLinks", + "offset": 0, + "parentId": "11211", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11214", + "kind": "Struct", + "name": "InInitializationOrderLinks", + "offset": 0, + "parentId": "11211", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11215", + "kind": "Hex8", + "name": "DllBase", + "offset": 0, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11216", + "kind": "Struct", + "name": "EntryPoint", + "offset": 1, + "parentId": "11211", + "refId": "0", + "strLen": 64, + "structTypeName": "PLDR_INIT_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11217", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 1, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11218", + "kind": "Struct", + "name": "FullDllName", + "offset": 5, + "parentId": "11211", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11219", + "kind": "Struct", + "name": "BaseDllName", + "offset": 5, + "parentId": "11211", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11220", + "kind": "Struct", + "name": "", + "offset": 5, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "11221", + "kind": "Array", + "name": "FlagGroup", + "offset": 0, + "parentId": "11220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11222", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11220", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11223", + "kind": "UInt16", + "name": "ObsoleteLoadCount", + "offset": 9, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11224", + "kind": "UInt16", + "name": "TlsIndex", + "offset": 11, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11225", + "kind": "Struct", + "name": "HashLinks", + "offset": 13, + "parentId": "11211", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11226", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 13, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11227", + "kind": "Struct", + "name": "EntryPointActivationContext", + "offset": 17, + "parentId": "11211", + "refId": "1298", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11228", + "kind": "Hex8", + "name": "Lock", + "offset": 17, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11229", + "kind": "Struct", + "name": "DdagNode", + "offset": 18, + "parentId": "11211", + "refId": "11961", + "strLen": 64, + "structTypeName": "_LDR_DDAG_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11230", + "kind": "Struct", + "name": "NodeModuleLink", + "offset": 18, + "parentId": "11211", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11231", + "kind": "Struct", + "name": "LoadContext", + "offset": 18, + "parentId": "11211", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDRP_LOAD_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11232", + "kind": "Hex8", + "name": "ParentDllBase", + "offset": 18, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11233", + "kind": "Hex8", + "name": "SwitchBackContext", + "offset": 19, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11234", + "kind": "Struct", + "name": "BaseAddressIndexNode", + "offset": 20, + "parentId": "11211", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11235", + "kind": "Struct", + "name": "MappingInfoIndexNode", + "offset": 20, + "parentId": "11211", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11236", + "kind": "UInt64", + "name": "OriginalBase", + "offset": 20, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11237", + "kind": "Struct", + "name": "LoadTime", + "offset": 28, + "parentId": "11211", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11238", + "kind": "UInt32", + "name": "BaseNameHashValue", + "offset": 28, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11239", + "kind": "UInt32", + "name": "LoadReason", + "offset": 32, + "parentId": "11211", + "refId": "272", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11240", + "kind": "UInt32", + "name": "ImplicitPathOptions", + "offset": 36, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11241", + "kind": "UInt32", + "name": "ReferenceCount", + "offset": 40, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11242", + "kind": "UInt32", + "name": "DependentLoadFlags", + "offset": 44, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11243", + "kind": "UInt8", + "name": "SigningLevel", + "offset": 48, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11244", + "kind": "UInt32", + "name": "CheckSum", + "offset": 49, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11245", + "kind": "Hex8", + "name": "ActivePatchImageBase", + "offset": 53, + "parentId": "11211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11246", + "kind": "UInt32", + "name": "HotPatchState", + "offset": 54, + "parentId": "11211", + "refId": "266", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11247", + "kind": "Struct", + "name": "_FILE_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11248", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "11247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11249", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "11247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11250", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "11247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11251", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "11247", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11252", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "11247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11253", + "kind": "Struct", + "name": "_ETW_PMC_COUNTER_OWNER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PMC_COUNTER_OWNER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11254", + "kind": "UInt32", + "name": "OwnerType", + "offset": 0, + "parentId": "11253", + "refId": "269", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11255", + "kind": "UInt32", + "name": "ProfileSource", + "offset": 4, + "parentId": "11253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11256", + "kind": "UInt32", + "name": "OwnerTag", + "offset": 8, + "parentId": "11253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11257", + "kind": "Struct", + "name": "_SCM_BUS_RUNTIME_FW_ACTIVATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_BUS_RUNTIME_FW_ACTIVATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11258", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11259", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11260", + "kind": "UInt8", + "name": "RuntimeFwActivationSupported", + "offset": 8, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11261", + "kind": "UInt32", + "name": "FirmwareActivationState", + "offset": 9, + "parentId": "11257", + "refId": "198", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11262", + "kind": "UInt64", + "name": "EstimatedFirmwareActivationTimeInUSecs", + "offset": 13, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11263", + "kind": "UInt64", + "name": "EstimatedProcessorAccessQuiesceTimeInUSecs", + "offset": 21, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11264", + "kind": "UInt64", + "name": "EstimatedIOAccessQuiesceTimeInUSecs", + "offset": 29, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11265", + "kind": "UInt64", + "name": "PlatformSupportedMaxIOAccessQuiesceTimeInUSecs", + "offset": 37, + "parentId": "11257", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11266", + "kind": "Struct", + "name": "_PS_MITIGATION_OPTIONS_MAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_MITIGATION_OPTIONS_MAP" + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt64", + "id": "11267", + "kind": "Array", + "name": "Map", + "offset": 0, + "parentId": "11266", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11268", + "kind": "Struct", + "name": "_PS_SYSTEM_DLL_INIT_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_SYSTEM_DLL_INIT_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11269", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11270", + "kind": "UInt64", + "name": "SystemDllWowRelocation", + "offset": 4, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11271", + "kind": "UInt64", + "name": "SystemDllNativeRelocation", + "offset": 12, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt64", + "id": "11272", + "kind": "Array", + "name": "Wow64SharedInformation", + "offset": 20, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11273", + "kind": "UInt32", + "name": "RngData", + "offset": 148, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11274", + "kind": "Struct", + "name": "", + "offset": 152, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11275", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11276", + "kind": "Struct", + "name": "MitigationOptionsMap", + "offset": 156, + "parentId": "11268", + "refId": "11266", + "strLen": 64, + "structTypeName": "_PS_MITIGATION_OPTIONS_MAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11277", + "kind": "UInt64", + "name": "CfgBitMap", + "offset": 156, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11278", + "kind": "UInt64", + "name": "CfgBitMapSize", + "offset": 164, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11279", + "kind": "UInt64", + "name": "Wow64CfgBitMap", + "offset": 172, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11280", + "kind": "UInt64", + "name": "Wow64CfgBitMapSize", + "offset": 180, + "parentId": "11268", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11281", + "kind": "Struct", + "name": "MitigationAuditOptionsMap", + "offset": 188, + "parentId": "11268", + "refId": "10483", + "strLen": 64, + "structTypeName": "_PS_MITIGATION_AUDIT_OPTIONS_MAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11282", + "kind": "Struct", + "name": "_FILE_POSITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_POSITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11283", + "kind": "Struct", + "name": "CurrentByteOffset", + "offset": 0, + "parentId": "11282", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11284", + "kind": "Struct", + "name": "_CSV_NAMESPACE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_NAMESPACE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11285", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11286", + "kind": "UInt32", + "name": "DeviceNumber", + "offset": 4, + "parentId": "11284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11287", + "kind": "Struct", + "name": "StartingOffset", + "offset": 8, + "parentId": "11284", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11288", + "kind": "UInt32", + "name": "SectorSize", + "offset": 8, + "parentId": "11284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11289", + "kind": "Struct", + "name": "_FILE_PIPE_CLIENT_PROCESS_BUFFER_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_CLIENT_PROCESS_BUFFER_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11290", + "kind": "Hex8", + "name": "ClientSession", + "offset": 0, + "parentId": "11289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11291", + "kind": "Hex8", + "name": "ClientProcess", + "offset": 1, + "parentId": "11289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11292", + "kind": "UInt16", + "name": "ClientComputerNameLength", + "offset": 2, + "parentId": "11289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "11293", + "kind": "Array", + "name": "ClientComputerBuffer", + "offset": 4, + "parentId": "11289", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11294", + "kind": "Struct", + "name": "_CSV_MGMT_LOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_MGMT_LOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11295", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11294", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11296", + "kind": "Struct", + "name": "_STORAGE_RPMB_DATA_FRAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_RPMB_DATA_FRAME" + }, + { + "arrayLen": 196, + "collapsed": false, + "elementKind": "UInt8", + "id": "11297", + "kind": "Array", + "name": "Stuff", + "offset": 0, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "11298", + "kind": "Array", + "name": "KeyOrMAC", + "offset": 196, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": false, + "elementKind": "UInt8", + "id": "11299", + "kind": "Array", + "name": "Data", + "offset": 228, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "11300", + "kind": "Array", + "name": "Nonce", + "offset": 484, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "11301", + "kind": "Array", + "name": "WriteCounter", + "offset": 500, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "11302", + "kind": "Array", + "name": "Address", + "offset": 504, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "11303", + "kind": "Array", + "name": "BlockCount", + "offset": 506, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "11304", + "kind": "Array", + "name": "OperationResult", + "offset": 508, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "11305", + "kind": "Array", + "name": "RequestOrResponseType", + "offset": 510, + "parentId": "11296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11306", + "kind": "Struct", + "name": "_FILE_NETWORK_OPEN_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NETWORK_OPEN_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11307", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11308", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11309", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11310", + "kind": "Struct", + "name": "ChangeTime", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11311", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11312", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "11306", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11313", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "11306", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11314", + "kind": "Struct", + "name": "_CSV_QUERY_REDIRECT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_REDIRECT_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11315", + "kind": "UInt32", + "name": "MdsNodeId", + "offset": 0, + "parentId": "11314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11316", + "kind": "UInt32", + "name": "DsNodeId", + "offset": 4, + "parentId": "11314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11317", + "kind": "UInt8", + "name": "FileRedirected", + "offset": 8, + "parentId": "11314", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11318", + "kind": "Struct", + "name": "_PROCESS_DEVICEMAP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DEVICEMAP_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11319", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11320", + "kind": "Struct", + "name": "_FILE_PIPE_CREATE_SYMLINK_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_CREATE_SYMLINK_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11321", + "kind": "UInt16", + "name": "NameOffset", + "offset": 0, + "parentId": "11320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11322", + "kind": "UInt16", + "name": "NameLength", + "offset": 2, + "parentId": "11320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11323", + "kind": "UInt16", + "name": "SubstituteNameOffset", + "offset": 4, + "parentId": "11320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11324", + "kind": "UInt16", + "name": "SubstituteNameLength", + "offset": 6, + "parentId": "11320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11325", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11320", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11326", + "kind": "Struct", + "name": "_CSV_CONTROL_PARAM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_CONTROL_PARAM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11327", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "11326", + "refId": "249", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11328", + "kind": "Int64", + "name": "Unused", + "offset": 4, + "parentId": "11326", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11329", + "kind": "Struct", + "name": "_PROCESS_SESSION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_SESSION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11330", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "11329", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11331", + "kind": "Struct", + "name": "_LDR_SOFTWARE_ENCLAVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_SOFTWARE_ENCLAVE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11332", + "kind": "Struct", + "name": "Links", + "offset": 0, + "parentId": "11331", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11333", + "kind": "Struct", + "name": "CriticalSection", + "offset": 0, + "parentId": "11331", + "refId": "462", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11334", + "kind": "UInt32", + "name": "EnclaveType", + "offset": 0, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11335", + "kind": "Int32", + "name": "ReferenceCount", + "offset": 4, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11336", + "kind": "UInt32", + "name": "EnclaveState", + "offset": 8, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11337", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 12, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11338", + "kind": "UInt64", + "name": "Size", + "offset": 13, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11339", + "kind": "Hex8", + "name": "PreviousBaseAddress", + "offset": 21, + "parentId": "11331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11340", + "kind": "Struct", + "name": "Modules", + "offset": 22, + "parentId": "11331", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11341", + "kind": "Struct", + "name": "PrimaryModule", + "offset": 22, + "parentId": "11331", + "refId": "11211", + "strLen": 64, + "structTypeName": "_LDR_DATA_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11342", + "kind": "Struct", + "name": "BCryptModule", + "offset": 22, + "parentId": "11331", + "refId": "11211", + "strLen": 64, + "structTypeName": "_LDR_DATA_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11343", + "kind": "Struct", + "name": "BCryptPrimitivesModule", + "offset": 22, + "parentId": "11331", + "refId": "11211", + "strLen": 64, + "structTypeName": "_LDR_DATA_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11344", + "kind": "Struct", + "name": "_MOUNTMGR_MOUNT_POINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_MOUNT_POINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11345", + "kind": "UInt32", + "name": "SymbolicLinkNameOffset", + "offset": 0, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11346", + "kind": "UInt16", + "name": "SymbolicLinkNameLength", + "offset": 4, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11347", + "kind": "UInt16", + "name": "Reserved1", + "offset": 6, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11348", + "kind": "UInt32", + "name": "UniqueIdOffset", + "offset": 8, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11349", + "kind": "UInt16", + "name": "UniqueIdLength", + "offset": 12, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11350", + "kind": "UInt16", + "name": "Reserved2", + "offset": 14, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11351", + "kind": "UInt32", + "name": "DeviceNameOffset", + "offset": 16, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11352", + "kind": "UInt16", + "name": "DeviceNameLength", + "offset": 20, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11353", + "kind": "UInt16", + "name": "Reserved3", + "offset": 22, + "parentId": "11344", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11354", + "kind": "Struct", + "name": "_CHANGER_PRODUCT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_PRODUCT_DATA" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "11355", + "kind": "Array", + "name": "VendorId", + "offset": 0, + "parentId": "11354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "11356", + "kind": "Array", + "name": "ProductId", + "offset": 8, + "parentId": "11354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "11357", + "kind": "Array", + "name": "Revision", + "offset": 24, + "parentId": "11354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "11358", + "kind": "Array", + "name": "SerialNumber", + "offset": 28, + "parentId": "11354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11359", + "kind": "UInt8", + "name": "DeviceType", + "offset": 60, + "parentId": "11354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11360", + "kind": "Struct", + "name": "_STORAGE_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STORAGE_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11361", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11362", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11363", + "kind": "UInt32", + "name": "NumberOfCounters", + "offset": 8, + "parentId": "11360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11364", + "kind": "Array", + "name": "Counters", + "offset": 12, + "parentId": "11360", + "refId": "9450", + "strLen": 64, + "structTypeName": "_STORAGE_COUNTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11365", + "kind": "Struct", + "name": "_LDR_ENUM_RESOURCE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_ENUM_RESOURCE_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11366", + "kind": "Struct", + "name": "Path", + "offset": 0, + "parentId": "11365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11367", + "kind": "UInt64", + "name": "NameOrId", + "offset": 0, + "parentId": "11366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11368", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "11366", + "refId": "3513", + "strLen": 64, + "structTypeName": "_IMAGE_RESOURCE_DIRECTORY_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11369", + "kind": "Hex8", + "name": "Data", + "offset": 8, + "parentId": "11365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11370", + "kind": "UInt32", + "name": "Size", + "offset": 9, + "parentId": "11365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11371", + "kind": "UInt32", + "name": "Reserved", + "offset": 13, + "parentId": "11365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11372", + "kind": "Struct", + "name": "_FILE_END_OF_FILE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_END_OF_FILE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11373", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "11372", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11374", + "kind": "Struct", + "name": "PagingFileSizeInMM", + "offset": 0, + "parentId": "11372", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11375", + "kind": "Struct", + "name": "PagingFileMaxSize", + "offset": 0, + "parentId": "11372", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11376", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11372", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11377", + "kind": "Struct", + "name": "_MOUNTMGR_DRIVE_LETTER_TARGET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_DRIVE_LETTER_TARGET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11378", + "kind": "UInt16", + "name": "DeviceNameLength", + "offset": 0, + "parentId": "11377", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11379", + "kind": "Array", + "name": "DeviceName", + "offset": 2, + "parentId": "11377", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11380", + "kind": "Struct", + "name": "_FILE_LEVEL_TRIM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LEVEL_TRIM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11381", + "kind": "UInt32", + "name": "Key", + "offset": 0, + "parentId": "11380", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11382", + "kind": "UInt32", + "name": "NumRanges", + "offset": 4, + "parentId": "11380", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11383", + "kind": "Array", + "name": "Ranges", + "offset": 8, + "parentId": "11380", + "refId": "7708", + "strLen": 64, + "structTypeName": "_FILE_LEVEL_TRIM_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11384", + "kind": "Struct", + "name": "_PROCESS_HANDLE_TABLE_ENTRY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TABLE_ENTRY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11385", + "kind": "Hex8", + "name": "HandleValue", + "offset": 0, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11386", + "kind": "UInt64", + "name": "HandleCount", + "offset": 1, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11387", + "kind": "UInt64", + "name": "PointerCount", + "offset": 9, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11388", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 17, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11389", + "kind": "UInt32", + "name": "ObjectTypeIndex", + "offset": 21, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11390", + "kind": "UInt32", + "name": "HandleAttributes", + "offset": 25, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11391", + "kind": "UInt32", + "name": "Reserved", + "offset": 29, + "parentId": "11384", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11392", + "kind": "Struct", + "name": "_VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11393", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "11392", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11394", + "kind": "UInt32", + "name": "BehaviorCode", + "offset": 4, + "parentId": "11392", + "refId": "251", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11395", + "kind": "Struct", + "name": "_CSV_SET_VOLUME_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_SET_VOLUME_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11396", + "kind": "Struct", + "name": "VolumeId", + "offset": 0, + "parentId": "11395", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11397", + "kind": "Struct", + "name": "_FS_BPIO_RESULTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11398", + "kind": "UInt32", + "name": "OpStatus", + "offset": 0, + "parentId": "11397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11399", + "kind": "UInt16", + "name": "FailingDriverNameLen", + "offset": 4, + "parentId": "11397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "11400", + "kind": "Array", + "name": "FailingDriverName", + "offset": 6, + "parentId": "11397", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11401", + "kind": "UInt16", + "name": "FailureReasonLen", + "offset": 6, + "parentId": "11397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "11402", + "kind": "Array", + "name": "FailureReason", + "offset": 8, + "parentId": "11397", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11403", + "kind": "Struct", + "name": "_FS_BPIO_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11404", + "kind": "UInt32", + "name": "ActiveBypassIoCount", + "offset": 0, + "parentId": "11403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11405", + "kind": "UInt16", + "name": "StorageDriverNameLen", + "offset": 4, + "parentId": "11403", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "11406", + "kind": "Array", + "name": "StorageDriverName", + "offset": 6, + "parentId": "11403", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11407", + "kind": "Struct", + "name": "_FS_BPIO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FS_BPIO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11408", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "11407", + "refId": "204", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11409", + "kind": "UInt32", + "name": "OutFlags", + "offset": 4, + "parentId": "11407", + "refId": "265", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11410", + "kind": "UInt64", + "name": "Reserved1", + "offset": 8, + "parentId": "11407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11411", + "kind": "UInt64", + "name": "Reserved2", + "offset": 16, + "parentId": "11407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11412", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "11407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11413", + "kind": "Struct", + "name": "Enable", + "offset": 0, + "parentId": "11412", + "refId": "11397", + "strLen": 64, + "structTypeName": "_FS_BPIO_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11414", + "kind": "Struct", + "name": "Query", + "offset": 0, + "parentId": "11412", + "refId": "11397", + "strLen": 64, + "structTypeName": "_FS_BPIO_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11415", + "kind": "Struct", + "name": "VolumeStackResume", + "offset": 0, + "parentId": "11412", + "refId": "11397", + "strLen": 64, + "structTypeName": "_FS_BPIO_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11416", + "kind": "Struct", + "name": "StreamResume", + "offset": 0, + "parentId": "11412", + "refId": "11397", + "strLen": 64, + "structTypeName": "_FS_BPIO_RESULTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11417", + "kind": "Struct", + "name": "GetInfo", + "offset": 0, + "parentId": "11412", + "refId": "11403", + "strLen": 64, + "structTypeName": "_FS_BPIO_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11418", + "kind": "Struct", + "name": "_CLUSTER_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLUSTER_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11419", + "kind": "Struct", + "name": "StartingCluster", + "offset": 0, + "parentId": "11418", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11420", + "kind": "Struct", + "name": "ClusterCount", + "offset": 0, + "parentId": "11418", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11421", + "kind": "Struct", + "name": "_FILE_REFERENCE_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REFERENCE_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11422", + "kind": "UInt64", + "name": "StartingFileReferenceNumber", + "offset": 0, + "parentId": "11421", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11423", + "kind": "UInt64", + "name": "EndingFileReferenceNumber", + "offset": 8, + "parentId": "11421", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11424", + "kind": "Struct", + "name": "tagWNODE_SINGLE_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_SINGLE_ITEM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11425", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11424", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11426", + "kind": "UInt32", + "name": "OffsetInstanceName", + "offset": 0, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11427", + "kind": "UInt32", + "name": "InstanceIndex", + "offset": 4, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11428", + "kind": "UInt32", + "name": "ItemId", + "offset": 8, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11429", + "kind": "UInt32", + "name": "DataBlockOffset", + "offset": 12, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11430", + "kind": "UInt32", + "name": "SizeDataItem", + "offset": 16, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11431", + "kind": "Array", + "name": "VariableData", + "offset": 20, + "parentId": "11424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11432", + "kind": "Struct", + "name": "_PROCESS_MITIGATION_POLICY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_POLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11433", + "kind": "UInt32", + "name": "Policy", + "offset": 0, + "parentId": "11432", + "refId": "46", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11434", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "11432", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11435", + "kind": "Struct", + "name": "ASLRPolicy", + "offset": 0, + "parentId": "11434", + "refId": "1668", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_ASLR_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11436", + "kind": "Struct", + "name": "StrictHandleCheckPolicy", + "offset": 0, + "parentId": "11434", + "refId": "702", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11437", + "kind": "Struct", + "name": "SystemCallDisablePolicy", + "offset": 0, + "parentId": "11434", + "refId": "1227", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11438", + "kind": "Struct", + "name": "ExtensionPointDisablePolicy", + "offset": 0, + "parentId": "11434", + "refId": "3823", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11439", + "kind": "Struct", + "name": "DynamicCodePolicy", + "offset": 0, + "parentId": "11434", + "refId": "1596", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_DYNAMIC_CODE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11440", + "kind": "Struct", + "name": "ControlFlowGuardPolicy", + "offset": 0, + "parentId": "11434", + "refId": "1603", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11441", + "kind": "Struct", + "name": "SignaturePolicy", + "offset": 0, + "parentId": "11434", + "refId": "2089", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11442", + "kind": "Struct", + "name": "FontDisablePolicy", + "offset": 0, + "parentId": "11434", + "refId": "648", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_FONT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11443", + "kind": "Struct", + "name": "ImageLoadPolicy", + "offset": 0, + "parentId": "11434", + "refId": "3903", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_IMAGE_LOAD_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11444", + "kind": "Struct", + "name": "SystemCallFilterPolicy", + "offset": 0, + "parentId": "11434", + "refId": "972", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11445", + "kind": "Struct", + "name": "PayloadRestrictionPolicy", + "offset": 0, + "parentId": "11434", + "refId": "775", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11446", + "kind": "Struct", + "name": "ChildProcessPolicy", + "offset": 0, + "parentId": "11434", + "refId": "795", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_CHILD_PROCESS_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11447", + "kind": "Struct", + "name": "SideChannelIsolationPolicy", + "offset": 0, + "parentId": "11434", + "refId": "792", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11448", + "kind": "Struct", + "name": "UserShadowStackPolicy", + "offset": 0, + "parentId": "11434", + "refId": "459", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11449", + "kind": "Struct", + "name": "RedirectionTrustPolicy", + "offset": 0, + "parentId": "11434", + "refId": "911", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11450", + "kind": "Struct", + "name": "UserPointerAuthPolicy", + "offset": 0, + "parentId": "11434", + "refId": "2080", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11451", + "kind": "Struct", + "name": "SEHOPPolicy", + "offset": 0, + "parentId": "11434", + "refId": "570", + "strLen": 64, + "structTypeName": "_PROCESS_MITIGATION_SEHOP_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11452", + "kind": "Struct", + "name": "_DBGKM_EXCEPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_EXCEPTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11453", + "kind": "Struct", + "name": "ExceptionRecord", + "offset": 0, + "parentId": "11452", + "refId": "577", + "strLen": 64, + "structTypeName": "_EXCEPTION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11454", + "kind": "UInt32", + "name": "FirstChance", + "offset": 0, + "parentId": "11452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11455", + "kind": "Struct", + "name": "_FILE_ZERO_DATA_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ZERO_DATA_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11456", + "kind": "Struct", + "name": "FileOffset", + "offset": 0, + "parentId": "11455", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11457", + "kind": "Struct", + "name": "BeyondFinalZero", + "offset": 0, + "parentId": "11455", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11458", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11455", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11459", + "kind": "Struct", + "name": "_EVENT_INSTANCE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_INSTANCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11460", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11461", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11462", + "kind": "UInt16", + "name": "FieldTypeFlags", + "offset": 0, + "parentId": "11461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11463", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11464", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11463", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11465", + "kind": "UInt32", + "name": "ThreadId", + "offset": 8, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11466", + "kind": "UInt32", + "name": "ProcessId", + "offset": 12, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11467", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "11459", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11468", + "kind": "UInt64", + "name": "RegHandle", + "offset": 16, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11469", + "kind": "UInt32", + "name": "InstanceId", + "offset": 24, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11470", + "kind": "UInt32", + "name": "ParentInstanceId", + "offset": 28, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11471", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11472", + "kind": "UInt64", + "name": "ProcessorTime", + "offset": 0, + "parentId": "11471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11473", + "kind": "UInt64", + "name": "ParentRegHandle", + "offset": 40, + "parentId": "11459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11474", + "kind": "Struct", + "name": "FIND_BY_SID_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "FIND_BY_SID_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11475", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11476", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "11474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11477", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 8, + "parentId": "11474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11478", + "kind": "Array", + "name": "FileName", + "offset": 12, + "parentId": "11474", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11479", + "kind": "Struct", + "name": "_FSCTL_OFFLOAD_READ_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_OFFLOAD_READ_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11480", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "11479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11481", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11482", + "kind": "UInt64", + "name": "TransferLength", + "offset": 8, + "parentId": "11479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 512, + "collapsed": false, + "elementKind": "UInt8", + "id": "11483", + "kind": "Array", + "name": "Token", + "offset": 16, + "parentId": "11479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11484", + "kind": "Struct", + "name": "_PROCESS_CHILD_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_CHILD_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11485", + "kind": "UInt8", + "name": "ProhibitChildProcesses", + "offset": 0, + "parentId": "11484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11486", + "kind": "UInt8", + "name": "AlwaysAllowSecureChildProcess", + "offset": 1, + "parentId": "11484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11487", + "kind": "UInt8", + "name": "AuditProhibitChildProcesses", + "offset": 2, + "parentId": "11484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11488", + "kind": "Struct", + "name": "_DBGKM_CREATE_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_CREATE_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11489", + "kind": "UInt32", + "name": "SubSystemKey", + "offset": 0, + "parentId": "11488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11490", + "kind": "Hex8", + "name": "FileHandle", + "offset": 4, + "parentId": "11488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11491", + "kind": "Hex8", + "name": "BaseOfImage", + "offset": 5, + "parentId": "11488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11492", + "kind": "UInt32", + "name": "DebugInfoFileOffset", + "offset": 6, + "parentId": "11488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11493", + "kind": "UInt32", + "name": "DebugInfoSize", + "offset": 10, + "parentId": "11488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11494", + "kind": "Struct", + "name": "InitialThread", + "offset": 14, + "parentId": "11488", + "refId": "3981", + "strLen": 64, + "structTypeName": "_DBGKM_CREATE_THREAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11495", + "kind": "Struct", + "name": "_DBGUI_CREATE_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGUI_CREATE_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11496", + "kind": "Hex8", + "name": "HandleToProcess", + "offset": 0, + "parentId": "11495", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11497", + "kind": "Hex8", + "name": "HandleToThread", + "offset": 1, + "parentId": "11495", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11498", + "kind": "Struct", + "name": "NewProcess", + "offset": 2, + "parentId": "11495", + "refId": "11488", + "strLen": 64, + "structTypeName": "_DBGKM_CREATE_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11499", + "kind": "Struct", + "name": "_DBGKM_LOAD_DLL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGKM_LOAD_DLL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11500", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "11499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11501", + "kind": "Hex8", + "name": "BaseOfDll", + "offset": 1, + "parentId": "11499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11502", + "kind": "UInt32", + "name": "DebugInfoFileOffset", + "offset": 2, + "parentId": "11499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11503", + "kind": "UInt32", + "name": "DebugInfoSize", + "offset": 6, + "parentId": "11499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11504", + "kind": "Hex8", + "name": "NamePointer", + "offset": 10, + "parentId": "11499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11505", + "kind": "Struct", + "name": "_DBGUI_WAIT_STATE_CHANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DBGUI_WAIT_STATE_CHANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11506", + "kind": "UInt32", + "name": "NewState", + "offset": 0, + "parentId": "11505", + "refId": "188", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11507", + "kind": "Struct", + "name": "AppClientId", + "offset": 4, + "parentId": "11505", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11508", + "kind": "Struct", + "name": "StateInfo", + "offset": 4, + "parentId": "11505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11509", + "kind": "Struct", + "name": "Exception", + "offset": 0, + "parentId": "11508", + "refId": "11452", + "strLen": 64, + "structTypeName": "_DBGKM_EXCEPTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11510", + "kind": "Struct", + "name": "CreateThread", + "offset": 0, + "parentId": "11508", + "refId": "10043", + "strLen": 64, + "structTypeName": "_DBGUI_CREATE_THREAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11511", + "kind": "Struct", + "name": "CreateProcessInfo", + "offset": 0, + "parentId": "11508", + "refId": "11495", + "strLen": 64, + "structTypeName": "_DBGUI_CREATE_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11512", + "kind": "Struct", + "name": "ExitThread", + "offset": 0, + "parentId": "11508", + "refId": "3169", + "strLen": 64, + "structTypeName": "_DBGKM_EXIT_THREAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11513", + "kind": "Struct", + "name": "ExitProcess", + "offset": 0, + "parentId": "11508", + "refId": "4044", + "strLen": 64, + "structTypeName": "_DBGKM_EXIT_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11514", + "kind": "Struct", + "name": "LoadDll", + "offset": 0, + "parentId": "11508", + "refId": "11499", + "strLen": 64, + "structTypeName": "_DBGKM_LOAD_DLL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11515", + "kind": "Struct", + "name": "UnloadDll", + "offset": 0, + "parentId": "11508", + "refId": "9944", + "strLen": 64, + "structTypeName": "_DBGKM_UNLOAD_DLL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11516", + "kind": "Struct", + "name": "MOVE_FILE_RECORD_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "MOVE_FILE_RECORD_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11517", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "11516", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11518", + "kind": "Struct", + "name": "SourceFileRecord", + "offset": 1, + "parentId": "11516", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11519", + "kind": "Struct", + "name": "TargetFileRecord", + "offset": 1, + "parentId": "11516", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11520", + "kind": "Struct", + "name": "_LOOKUP_STREAM_FROM_CLUSTER_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOOKUP_STREAM_FROM_CLUSTER_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11521", + "kind": "UInt32", + "name": "OffsetToNext", + "offset": 0, + "parentId": "11520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11522", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11523", + "kind": "Struct", + "name": "Reserved", + "offset": 8, + "parentId": "11520", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11524", + "kind": "Struct", + "name": "Cluster", + "offset": 8, + "parentId": "11520", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11525", + "kind": "Array", + "name": "FileName", + "offset": 8, + "parentId": "11520", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11526", + "kind": "Struct", + "name": "_PROCESS_PRIORITY_CLASS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_PRIORITY_CLASS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11527", + "kind": "UInt8", + "name": "Foreground", + "offset": 0, + "parentId": "11526", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11528", + "kind": "UInt8", + "name": "PriorityClass", + "offset": 1, + "parentId": "11526", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11529", + "kind": "Struct", + "name": "USN_RECORD_EXTENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11530", + "kind": "Int64", + "name": "Offset", + "offset": 0, + "parentId": "11529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11531", + "kind": "Int64", + "name": "Length", + "offset": 8, + "parentId": "11529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11532", + "kind": "Struct", + "name": "USN_RECORD_V4", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_V4" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11533", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "11532", + "refId": "9525", + "strLen": 64, + "structTypeName": "USN_RECORD_COMMON_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11534", + "kind": "Struct", + "name": "FileReferenceNumber", + "offset": 0, + "parentId": "11532", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11535", + "kind": "Struct", + "name": "ParentFileReferenceNumber", + "offset": 0, + "parentId": "11532", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11536", + "kind": "Int64", + "name": "Usn", + "offset": 0, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11537", + "kind": "UInt32", + "name": "Reason", + "offset": 8, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11538", + "kind": "UInt32", + "name": "SourceInfo", + "offset": 12, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11539", + "kind": "UInt32", + "name": "RemainingExtents", + "offset": 16, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11540", + "kind": "UInt16", + "name": "NumberOfExtents", + "offset": 20, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11541", + "kind": "UInt16", + "name": "ExtentSize", + "offset": 22, + "parentId": "11532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11542", + "kind": "Array", + "name": "Extents", + "offset": 24, + "parentId": "11532", + "refId": "11529", + "strLen": 64, + "structTypeName": "USN_RECORD_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11543", + "kind": "Struct", + "name": "_CSV_QUERY_VOLUME_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_VOLUME_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11544", + "kind": "Struct", + "name": "VolumeId", + "offset": 0, + "parentId": "11543", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11545", + "kind": "Struct", + "name": "READ_FILE_USN_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "READ_FILE_USN_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11546", + "kind": "UInt16", + "name": "MinMajorVersion", + "offset": 0, + "parentId": "11545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11547", + "kind": "UInt16", + "name": "MaxMajorVersion", + "offset": 2, + "parentId": "11545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11548", + "kind": "Struct", + "name": "_SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11549", + "kind": "UInt8", + "name": "ArmState", + "offset": 0, + "parentId": "11548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11550", + "kind": "Struct", + "name": "_PROCESS_DEVICEMAP_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DEVICEMAP_INFORMATION_EX" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11551", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11550", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11552", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11550", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11553", + "kind": "Struct", + "name": "_FILE_PROVIDER_EXTERNAL_INFO_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PROVIDER_EXTERNAL_INFO_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11554", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11555", + "kind": "UInt32", + "name": "Algorithm", + "offset": 4, + "parentId": "11553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11556", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11553", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11557", + "kind": "Struct", + "name": "_SD_QUERY_STATS_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_QUERY_STATS_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11558", + "kind": "UInt32", + "name": "Reserved", + "offset": 0, + "parentId": "11557", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11559", + "kind": "Struct", + "name": "_SD_GLOBAL_CHANGE_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SD_GLOBAL_CHANGE_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11560", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11561", + "kind": "UInt32", + "name": "ChangeType", + "offset": 4, + "parentId": "11559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11562", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "11559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11563", + "kind": "Struct", + "name": "SdChange", + "offset": 0, + "parentId": "11562", + "refId": "8233", + "strLen": 64, + "structTypeName": "_SD_CHANGE_MACHINE_SID_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11564", + "kind": "Struct", + "name": "SdQueryStats", + "offset": 0, + "parentId": "11562", + "refId": "11557", + "strLen": 64, + "structTypeName": "_SD_QUERY_STATS_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11565", + "kind": "Struct", + "name": "SdEnumSds", + "offset": 0, + "parentId": "11562", + "refId": "7869", + "strLen": 64, + "structTypeName": "_SD_ENUM_SDS_INPUT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11566", + "kind": "Struct", + "name": "_PROCESS_READWRITEVM_LOGGING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_READWRITEVM_LOGGING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11567", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "11566", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11568", + "kind": "Struct", + "name": "_CSV_QUERY_MDS_PATH_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_MDS_PATH_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11569", + "kind": "Int64", + "name": "Version", + "offset": 0, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11570", + "kind": "UInt32", + "name": "RequiredSize", + "offset": 8, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11571", + "kind": "UInt32", + "name": "MdsNodeId", + "offset": 12, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11572", + "kind": "UInt32", + "name": "DsNodeId", + "offset": 16, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11573", + "kind": "UInt32", + "name": "Flags", + "offset": 20, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11574", + "kind": "UInt32", + "name": "DiskConnectivity", + "offset": 24, + "parentId": "11568", + "refId": "250", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11575", + "kind": "Struct", + "name": "VolumeId", + "offset": 28, + "parentId": "11568", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11576", + "kind": "UInt32", + "name": "IpAddressOffset", + "offset": 28, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11577", + "kind": "UInt32", + "name": "IpAddressLength", + "offset": 32, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11578", + "kind": "UInt32", + "name": "PathOffset", + "offset": 36, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11579", + "kind": "UInt32", + "name": "PathLength", + "offset": 40, + "parentId": "11568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11580", + "kind": "Struct", + "name": "_REPARSE_DATA_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REPARSE_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11581", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 0, + "parentId": "11580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11582", + "kind": "UInt16", + "name": "ReparseDataLength", + "offset": 4, + "parentId": "11580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11583", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "11580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11584", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "11580", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11585", + "kind": "Struct", + "name": "_JOBOBJECT_WAKE_FILTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_WAKE_FILTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11586", + "kind": "UInt32", + "name": "HighEdgeFilter", + "offset": 0, + "parentId": "11585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11587", + "kind": "UInt32", + "name": "LowEdgeFilter", + "offset": 4, + "parentId": "11585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11588", + "kind": "Struct", + "name": "_THREAD_TLS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_TLS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11589", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11590", + "kind": "Hex8", + "name": "NewTlsData", + "offset": 4, + "parentId": "11588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11591", + "kind": "Hex8", + "name": "OldTlsData", + "offset": 5, + "parentId": "11588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11592", + "kind": "Hex8", + "name": "ThreadId", + "offset": 6, + "parentId": "11588", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11593", + "kind": "Struct", + "name": "_FSCTL_QUERY_STORAGE_CLASSES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_QUERY_STORAGE_CLASSES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11594", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11595", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11596", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11597", + "kind": "UInt32", + "name": "TotalNumberOfTiers", + "offset": 12, + "parentId": "11593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11598", + "kind": "UInt32", + "name": "NumberOfTiersReturned", + "offset": 16, + "parentId": "11593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11599", + "kind": "Array", + "name": "Tiers", + "offset": 20, + "parentId": "11593", + "refId": "9643", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11600", + "kind": "Struct", + "name": "_PROCESS_STACK_ALLOCATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_STACK_ALLOCATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11601", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 0, + "parentId": "11600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11602", + "kind": "UInt64", + "name": "ZeroBits", + "offset": 8, + "parentId": "11600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11603", + "kind": "Hex8", + "name": "StackBase", + "offset": 16, + "parentId": "11600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11604", + "kind": "Struct", + "name": "USN_RECORD_UNION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "USN_RECORD_UNION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11605", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "11604", + "refId": "9525", + "strLen": 64, + "structTypeName": "USN_RECORD_COMMON_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11606", + "kind": "Struct", + "name": "V2", + "offset": 0, + "parentId": "11604", + "refId": "10747", + "strLen": 64, + "structTypeName": "USN_RECORD_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11607", + "kind": "Struct", + "name": "V3", + "offset": 0, + "parentId": "11604", + "refId": "9124", + "strLen": 64, + "structTypeName": "USN_RECORD_V3" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11608", + "kind": "Struct", + "name": "V4", + "offset": 0, + "parentId": "11604", + "refId": "11532", + "strLen": 64, + "structTypeName": "USN_RECORD_V4" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11609", + "kind": "Struct", + "name": "_CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11610", + "kind": "UInt64", + "name": "VetoedFromAltitudeIntegral", + "offset": 0, + "parentId": "11609", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11611", + "kind": "UInt64", + "name": "VetoedFromAltitudeDecimal", + "offset": 8, + "parentId": "11609", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "11612", + "kind": "Array", + "name": "Reason", + "offset": 16, + "parentId": "11609", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11613", + "kind": "Struct", + "name": "_LMR_QUERY_SESSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LMR_QUERY_SESSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11614", + "kind": "UInt64", + "name": "SessionId", + "offset": 0, + "parentId": "11613", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11615", + "kind": "Struct", + "name": "_SILOOBJECT_ROOT_DIRECTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SILOOBJECT_ROOT_DIRECTORY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11616", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11617", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 0, + "parentId": "11616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11618", + "kind": "Struct", + "name": "Path", + "offset": 0, + "parentId": "11616", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11619", + "kind": "Struct", + "name": "_CSV_QUERY_MDS_PATH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_MDS_PATH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11620", + "kind": "UInt32", + "name": "MdsNodeId", + "offset": 0, + "parentId": "11619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11621", + "kind": "UInt32", + "name": "DsNodeId", + "offset": 4, + "parentId": "11619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11622", + "kind": "UInt32", + "name": "PathLength", + "offset": 8, + "parentId": "11619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11623", + "kind": "Array", + "name": "Path", + "offset": 12, + "parentId": "11619", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11624", + "kind": "Struct", + "name": "_CSV_QUERY_FILE_REVISION_FILE_ID_128", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_FILE_REVISION_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11625", + "kind": "Struct", + "name": "FileId", + "offset": 0, + "parentId": "11624", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "Int64", + "id": "11626", + "kind": "Array", + "name": "FileRevision", + "offset": 0, + "parentId": "11624", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11627", + "kind": "Struct", + "name": "_TXFS_CREATE_MINIVERSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_CREATE_MINIVERSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11628", + "kind": "UInt16", + "name": "StructureVersion", + "offset": 0, + "parentId": "11627", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11629", + "kind": "UInt16", + "name": "StructureLength", + "offset": 2, + "parentId": "11627", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11630", + "kind": "UInt32", + "name": "BaseVersion", + "offset": 4, + "parentId": "11627", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11631", + "kind": "UInt16", + "name": "MiniVersion", + "offset": 8, + "parentId": "11627", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11632", + "kind": "Struct", + "name": "_RTL_UMS_COMPLETION_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UMS_COMPLETION_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11633", + "kind": "Struct", + "name": "ThreadListHead", + "offset": 0, + "parentId": "11632", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11634", + "kind": "Hex8", + "name": "CompletionEvent", + "offset": 0, + "parentId": "11632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11635", + "kind": "UInt32", + "name": "CompletionFlags", + "offset": 1, + "parentId": "11632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11636", + "kind": "Struct", + "name": "InternalListHead", + "offset": 5, + "parentId": "11632", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11637", + "kind": "Struct", + "name": "WMIREGINFOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "WMIREGINFOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11638", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "11637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11639", + "kind": "UInt32", + "name": "NextWmiRegInfo", + "offset": 4, + "parentId": "11637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11640", + "kind": "UInt32", + "name": "RegistryPath", + "offset": 8, + "parentId": "11637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11641", + "kind": "UInt32", + "name": "MofResourceName", + "offset": 12, + "parentId": "11637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11642", + "kind": "UInt32", + "name": "GuidCount", + "offset": 16, + "parentId": "11637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11643", + "kind": "Array", + "name": "WmiRegGuid", + "offset": 20, + "parentId": "11637", + "refId": "8156", + "strLen": 64, + "structTypeName": "WMIREGGUIDW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11644", + "kind": "Struct", + "name": "_FILE_DESIRED_STORAGE_CLASS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DESIRED_STORAGE_CLASS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11645", + "kind": "UInt32", + "name": "Class", + "offset": 0, + "parentId": "11644", + "refId": "231", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11646", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11647", + "kind": "Struct", + "name": "_SYSTEM_PAGEFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PAGEFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11648", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "11647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11649", + "kind": "UInt32", + "name": "TotalSize", + "offset": 4, + "parentId": "11647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11650", + "kind": "UInt32", + "name": "TotalInUse", + "offset": 8, + "parentId": "11647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11651", + "kind": "UInt32", + "name": "PeakUsage", + "offset": 12, + "parentId": "11647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11652", + "kind": "Struct", + "name": "PageFileName", + "offset": 16, + "parentId": "11647", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11653", + "kind": "Struct", + "name": "_SCM_PD_PASSTHROUGH_INVDIMM_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SCM_PD_PASSTHROUGH_INVDIMM_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11654", + "kind": "UInt32", + "name": "Opcode", + "offset": 0, + "parentId": "11653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11655", + "kind": "UInt32", + "name": "OpcodeParametersLength", + "offset": 4, + "parentId": "11653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11656", + "kind": "Array", + "name": "OpcodeParameters", + "offset": 8, + "parentId": "11653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11657", + "kind": "Struct", + "name": "_FILE_SYSTEM_RECOGNITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SYSTEM_RECOGNITION_INFORMATION" + }, + { + "arrayLen": 9, + "collapsed": true, + "elementKind": "Struct", + "id": "11658", + "kind": "Array", + "name": "FileSystem", + "offset": 0, + "parentId": "11657", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11659", + "kind": "Struct", + "name": "_CHANGER_ELEMENT_STATUS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT_STATUS_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11660", + "kind": "Struct", + "name": "Element", + "offset": 0, + "parentId": "11659", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11661", + "kind": "Struct", + "name": "SrcElementAddress", + "offset": 0, + "parentId": "11659", + "refId": "8708", + "strLen": 64, + "structTypeName": "_CHANGER_ELEMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11662", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11663", + "kind": "UInt32", + "name": "ExceptionCode", + "offset": 4, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11664", + "kind": "UInt8", + "name": "TargetId", + "offset": 8, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11665", + "kind": "UInt8", + "name": "Lun", + "offset": 9, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11666", + "kind": "UInt16", + "name": "Reserved", + "offset": 10, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt8", + "id": "11667", + "kind": "Array", + "name": "PrimaryVolumeID", + "offset": 12, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt8", + "id": "11668", + "kind": "Array", + "name": "AlternateVolumeID", + "offset": 48, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "11669", + "kind": "Array", + "name": "VendorIdentification", + "offset": 84, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "11670", + "kind": "Array", + "name": "ProductIdentification", + "offset": 92, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "11671", + "kind": "Array", + "name": "SerialNumber", + "offset": 108, + "parentId": "11659", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11672", + "kind": "Struct", + "name": "_DRIVE_LAYOUT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DRIVE_LAYOUT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11673", + "kind": "UInt32", + "name": "PartitionCount", + "offset": 0, + "parentId": "11672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11674", + "kind": "UInt32", + "name": "Signature", + "offset": 4, + "parentId": "11672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11675", + "kind": "Array", + "name": "PartitionEntry", + "offset": 8, + "parentId": "11672", + "refId": "9516", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11676", + "kind": "Struct", + "name": "_BOOT_AREA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BOOT_AREA_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11677", + "kind": "UInt32", + "name": "BootSectorCount", + "offset": 0, + "parentId": "11676", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11678", + "kind": "Struct", + "name": "_VM_COUNTERS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VM_COUNTERS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11679", + "kind": "UInt64", + "name": "PeakVirtualSize", + "offset": 0, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11680", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 8, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11681", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 16, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11682", + "kind": "UInt64", + "name": "PeakWorkingSetSize", + "offset": 20, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11683", + "kind": "UInt64", + "name": "WorkingSetSize", + "offset": 28, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11684", + "kind": "UInt64", + "name": "QuotaPeakPagedPoolUsage", + "offset": 36, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11685", + "kind": "UInt64", + "name": "QuotaPagedPoolUsage", + "offset": 44, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11686", + "kind": "UInt64", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 52, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11687", + "kind": "UInt64", + "name": "QuotaNonPagedPoolUsage", + "offset": 60, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11688", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 68, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11689", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 76, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11690", + "kind": "UInt64", + "name": "PrivateUsage", + "offset": 84, + "parentId": "11678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11691", + "kind": "Struct", + "name": "_PS_ATTRIBUTE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11692", + "kind": "UInt64", + "name": "Attribute", + "offset": 0, + "parentId": "11691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11693", + "kind": "UInt64", + "name": "Size", + "offset": 8, + "parentId": "11691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11694", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "11691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11695", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "11694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11696", + "kind": "Hex8", + "name": "ValuePtr", + "offset": 0, + "parentId": "11694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11697", + "kind": "UInt64", + "name": "ReturnLength", + "offset": 24, + "parentId": "11691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11698", + "kind": "Struct", + "name": "_PS_ATTRIBUTE_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_ATTRIBUTE_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11699", + "kind": "UInt64", + "name": "TotalLength", + "offset": 0, + "parentId": "11698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11700", + "kind": "Array", + "name": "Attributes", + "offset": 8, + "parentId": "11698", + "refId": "11691", + "strLen": 64, + "structTypeName": "_PS_ATTRIBUTE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11701", + "kind": "Struct", + "name": "_PLEX_READ_DATA_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PLEX_READ_DATA_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11702", + "kind": "Struct", + "name": "ByteOffset", + "offset": 0, + "parentId": "11701", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11703", + "kind": "UInt32", + "name": "ByteLength", + "offset": 0, + "parentId": "11701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11704", + "kind": "UInt32", + "name": "PlexNumber", + "offset": 4, + "parentId": "11701", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11705", + "kind": "Struct", + "name": "_EXTENDED_ENCRYPTED_DATA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXTENDED_ENCRYPTED_DATA_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11706", + "kind": "UInt32", + "name": "ExtendedCode", + "offset": 0, + "parentId": "11705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11707", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "11705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11708", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11709", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "11705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11710", + "kind": "Struct", + "name": "_SET_PARTITION_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SET_PARTITION_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11711", + "kind": "UInt32", + "name": "PartitionStyle", + "offset": 0, + "parentId": "11710", + "refId": "181", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11712", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "11710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11713", + "kind": "Struct", + "name": "Mbr", + "offset": 0, + "parentId": "11712", + "refId": "9396", + "strLen": 64, + "structTypeName": "_SET_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11714", + "kind": "Struct", + "name": "Gpt", + "offset": 0, + "parentId": "11712", + "refId": "8379", + "strLen": 64, + "structTypeName": "_PARTITION_INFORMATION_GPT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11715", + "kind": "Struct", + "name": "_TXFS_LIST_TRANSACTION_LOCKED_FILES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_LIST_TRANSACTION_LOCKED_FILES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11716", + "kind": "Struct", + "name": "KtmTransaction", + "offset": 0, + "parentId": "11715", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11717", + "kind": "UInt64", + "name": "NumberOfFiles", + "offset": 0, + "parentId": "11715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11718", + "kind": "UInt64", + "name": "BufferSizeRequired", + "offset": 8, + "parentId": "11715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11719", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "11715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11720", + "kind": "Struct", + "name": "_PS_BNO_ISOLATION_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_BNO_ISOLATION_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11721", + "kind": "Struct", + "name": "IsolationPrefix", + "offset": 0, + "parentId": "11720", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11722", + "kind": "UInt32", + "name": "HandleCount", + "offset": 0, + "parentId": "11720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11723", + "kind": "Pointer64", + "name": "Handles", + "offset": 4, + "parentId": "11720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11724", + "kind": "UInt8", + "name": "IsolationEnabled", + "offset": 12, + "parentId": "11720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11725", + "kind": "Struct", + "name": "_TXFS_START_RM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_START_RM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11726", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11727", + "kind": "UInt64", + "name": "LogContainerSize", + "offset": 4, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11728", + "kind": "UInt32", + "name": "LogContainerCountMin", + "offset": 12, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11729", + "kind": "UInt32", + "name": "LogContainerCountMax", + "offset": 16, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11730", + "kind": "UInt32", + "name": "LogGrowthIncrement", + "offset": 20, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11731", + "kind": "UInt32", + "name": "LogAutoShrinkPercentage", + "offset": 24, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11732", + "kind": "UInt32", + "name": "TmLogPathOffset", + "offset": 28, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11733", + "kind": "UInt16", + "name": "TmLogPathLength", + "offset": 32, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11734", + "kind": "UInt16", + "name": "LoggingMode", + "offset": 34, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11735", + "kind": "UInt16", + "name": "LogPathLength", + "offset": 36, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11736", + "kind": "UInt16", + "name": "Reserved", + "offset": 38, + "parentId": "11725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11737", + "kind": "Array", + "name": "LogPath", + "offset": 40, + "parentId": "11725", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11738", + "kind": "Struct", + "name": "_TXFS_ROLLFORWARD_REDO_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_ROLLFORWARD_REDO_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11739", + "kind": "Struct", + "name": "LastVirtualClock", + "offset": 0, + "parentId": "11738", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11740", + "kind": "UInt64", + "name": "LastRedoLsn", + "offset": 0, + "parentId": "11738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11741", + "kind": "UInt64", + "name": "HighestRecoveryLsn", + "offset": 8, + "parentId": "11738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11742", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "11738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11743", + "kind": "Struct", + "name": "_THREAD_LAST_SYSCALL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_LAST_SYSCALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11744", + "kind": "Hex8", + "name": "FirstArgument", + "offset": 0, + "parentId": "11743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11745", + "kind": "UInt16", + "name": "SystemCallNumber", + "offset": 1, + "parentId": "11743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt16", + "id": "11746", + "kind": "Array", + "name": "Pad", + "offset": 3, + "parentId": "11743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11747", + "kind": "UInt64", + "name": "WaitTime", + "offset": 5, + "parentId": "11743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11748", + "kind": "Struct", + "name": "_API_SET_HASH_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_API_SET_HASH_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11749", + "kind": "UInt32", + "name": "Hash", + "offset": 0, + "parentId": "11748", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11750", + "kind": "UInt32", + "name": "Index", + "offset": 4, + "parentId": "11748", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11751", + "kind": "Struct", + "name": "_DISK_DETECTION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_DETECTION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11752", + "kind": "UInt32", + "name": "SizeOfDetectInfo", + "offset": 0, + "parentId": "11751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11753", + "kind": "UInt32", + "name": "DetectionType", + "offset": 4, + "parentId": "11751", + "refId": "169", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11754", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "11751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11755", + "kind": "Struct", + "name": "_QUERY_BAD_RANGES_INPUT_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_INPUT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11756", + "kind": "UInt64", + "name": "StartOffset", + "offset": 0, + "parentId": "11755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11757", + "kind": "UInt64", + "name": "LengthInBytes", + "offset": 8, + "parentId": "11755", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11758", + "kind": "Struct", + "name": "_WNF_DELIVERY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WNF_DELIVERY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11759", + "kind": "UInt64", + "name": "SubscriptionId", + "offset": 0, + "parentId": "11758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11760", + "kind": "Struct", + "name": "StateName", + "offset": 8, + "parentId": "11758", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11761", + "kind": "UInt32", + "name": "ChangeStamp", + "offset": 8, + "parentId": "11758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11762", + "kind": "UInt32", + "name": "StateDataSize", + "offset": 12, + "parentId": "11758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11763", + "kind": "UInt32", + "name": "EventMask", + "offset": 16, + "parentId": "11758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11764", + "kind": "Struct", + "name": "TypeId", + "offset": 20, + "parentId": "11758", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11765", + "kind": "UInt32", + "name": "StateDataOffset", + "offset": 20, + "parentId": "11758", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11766", + "kind": "Struct", + "name": "_ASYNC_DUPLICATE_EXTENTS_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ASYNC_DUPLICATE_EXTENTS_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11767", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11768", + "kind": "UInt32", + "name": "State", + "offset": 4, + "parentId": "11766", + "refId": "258", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11769", + "kind": "UInt64", + "name": "SourceFileOffset", + "offset": 8, + "parentId": "11766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11770", + "kind": "UInt64", + "name": "TargetFileOffset", + "offset": 16, + "parentId": "11766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11771", + "kind": "UInt64", + "name": "ByteCount", + "offset": 24, + "parentId": "11766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11772", + "kind": "UInt64", + "name": "BytesDuplicated", + "offset": 32, + "parentId": "11766", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11773", + "kind": "Struct", + "name": "_TXFS_LIST_TRANSACTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_LIST_TRANSACTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11774", + "kind": "UInt64", + "name": "NumberOfTransactions", + "offset": 0, + "parentId": "11773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11775", + "kind": "UInt64", + "name": "BufferSizeRequired", + "offset": 8, + "parentId": "11773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11776", + "kind": "Struct", + "name": "_SHRINK_VOLUME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SHRINK_VOLUME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11777", + "kind": "UInt32", + "name": "ShrinkRequestType", + "offset": 0, + "parentId": "11776", + "refId": "247", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11778", + "kind": "UInt64", + "name": "Flags", + "offset": 4, + "parentId": "11776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11779", + "kind": "Int64", + "name": "NewNumberOfSectors", + "offset": 12, + "parentId": "11776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11780", + "kind": "Struct", + "name": "tagWNODE_TOO_SMALL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_TOO_SMALL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11781", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11780", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11782", + "kind": "UInt32", + "name": "SizeNeeded", + "offset": 0, + "parentId": "11780", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11783", + "kind": "Struct", + "name": "_JOBOBJECT_IO_PRIORITY_LIMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_IO_PRIORITY_LIMIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11784", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11783", + "refId": "360", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11785", + "kind": "UInt32", + "name": "Priority", + "offset": 4, + "parentId": "11783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11786", + "kind": "Struct", + "name": "_SMB_SHARE_FLUSH_AND_PURGE_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMB_SHARE_FLUSH_AND_PURGE_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11787", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "11786", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11788", + "kind": "Struct", + "name": "_ENABLE_TRACE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENABLE_TRACE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11789", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11790", + "kind": "UInt32", + "name": "EnableProperty", + "offset": 4, + "parentId": "11788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11791", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 8, + "parentId": "11788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11792", + "kind": "Struct", + "name": "SourceId", + "offset": 12, + "parentId": "11788", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11793", + "kind": "Struct", + "name": "EnableFilterDesc", + "offset": 12, + "parentId": "11788", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_FILTER_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11794", + "kind": "UInt32", + "name": "FilterDescCount", + "offset": 12, + "parentId": "11788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11795", + "kind": "Struct", + "name": "tagWNODE_METHOD_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_METHOD_ITEM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11796", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11795", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11797", + "kind": "UInt32", + "name": "OffsetInstanceName", + "offset": 0, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11798", + "kind": "UInt32", + "name": "InstanceIndex", + "offset": 4, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11799", + "kind": "UInt32", + "name": "MethodId", + "offset": 8, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11800", + "kind": "UInt32", + "name": "DataBlockOffset", + "offset": 12, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11801", + "kind": "UInt32", + "name": "SizeDataBlock", + "offset": 16, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11802", + "kind": "Array", + "name": "VariableData", + "offset": 20, + "parentId": "11795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11803", + "kind": "Struct", + "name": "_FILE_NETWORK_PHYSICAL_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_NETWORK_PHYSICAL_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11804", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 0, + "parentId": "11803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11805", + "kind": "Array", + "name": "FileName", + "offset": 4, + "parentId": "11803", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11806", + "kind": "Struct", + "name": "_MOF_FIELD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOF_FIELD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11807", + "kind": "UInt64", + "name": "DataPtr", + "offset": 0, + "parentId": "11806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11808", + "kind": "UInt32", + "name": "Length", + "offset": 8, + "parentId": "11806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11809", + "kind": "UInt32", + "name": "DataType", + "offset": 12, + "parentId": "11806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11810", + "kind": "Struct", + "name": "OFFSETINSTANCEDATAANDLENGTH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "OFFSETINSTANCEDATAANDLENGTH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11811", + "kind": "UInt32", + "name": "OffsetInstanceData", + "offset": 0, + "parentId": "11810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11812", + "kind": "UInt32", + "name": "LengthInstanceData", + "offset": 4, + "parentId": "11810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11813", + "kind": "Struct", + "name": "tagWNODE_ALL_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_ALL_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11814", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11813", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11815", + "kind": "UInt32", + "name": "DataBlockOffset", + "offset": 0, + "parentId": "11813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11816", + "kind": "UInt32", + "name": "InstanceCount", + "offset": 4, + "parentId": "11813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11817", + "kind": "UInt32", + "name": "OffsetInstanceNameOffsets", + "offset": 8, + "parentId": "11813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11818", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "11813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11819", + "kind": "UInt32", + "name": "FixedInstanceSize", + "offset": 0, + "parentId": "11818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11820", + "kind": "Array", + "name": "OffsetInstanceDataAndLength", + "offset": 0, + "parentId": "11818", + "refId": "11810", + "strLen": 64, + "structTypeName": "OFFSETINSTANCEDATAANDLENGTH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11821", + "kind": "Struct", + "name": "_FSCTL_OFFLOAD_READ_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_OFFLOAD_READ_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11822", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11823", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11824", + "kind": "UInt32", + "name": "TokenTimeToLive", + "offset": 8, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11825", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11826", + "kind": "UInt64", + "name": "FileOffset", + "offset": 16, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11827", + "kind": "UInt64", + "name": "CopyLength", + "offset": 24, + "parentId": "11821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11828", + "kind": "Struct", + "name": "_PS_TRUSTLET_ATTRIBUTE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11829", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "11828", + "refId": "3449", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "11830", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "11828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11831", + "kind": "Struct", + "name": "_SMB_SHARE_FLUSH_AND_PURGE_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMB_SHARE_FLUSH_AND_PURGE_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11832", + "kind": "UInt32", + "name": "cEntriesPurged", + "offset": 0, + "parentId": "11831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11833", + "kind": "Struct", + "name": "_FILE_PROVIDER_EXTERNAL_INFO_V0", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PROVIDER_EXTERNAL_INFO_V0" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11834", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11835", + "kind": "UInt32", + "name": "Algorithm", + "offset": 4, + "parentId": "11833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11836", + "kind": "Struct", + "name": "_COMPATIBILITY_CONTEXT_ELEMENT_LEGACY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPATIBILITY_CONTEXT_ELEMENT_LEGACY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11837", + "kind": "Struct", + "name": "Id", + "offset": 0, + "parentId": "11836", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11838", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "11836", + "refId": "4", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11839", + "kind": "Struct", + "name": "_JOBOBJECT_INTERFERENCE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_INTERFERENCE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11840", + "kind": "UInt64", + "name": "Count", + "offset": 0, + "parentId": "11839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11841", + "kind": "Struct", + "name": "_JOBOBJECT_MEMORY_USAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_MEMORY_USAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11842", + "kind": "UInt64", + "name": "JobMemory", + "offset": 0, + "parentId": "11841", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11843", + "kind": "UInt64", + "name": "PeakJobMemoryUsed", + "offset": 8, + "parentId": "11841", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11844", + "kind": "Struct", + "name": "_VOLUME_GET_GPT_ATTRIBUTES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VOLUME_GET_GPT_ATTRIBUTES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11845", + "kind": "UInt64", + "name": "GptAttributes", + "offset": 0, + "parentId": "11844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11846", + "kind": "Struct", + "name": "_DISK_EXTENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DISK_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11847", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "11846", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11848", + "kind": "Struct", + "name": "StartingOffset", + "offset": 4, + "parentId": "11846", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11849", + "kind": "Struct", + "name": "ExtentLength", + "offset": 4, + "parentId": "11846", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11850", + "kind": "Struct", + "name": "_PROCESS_MEMORY_ALLOCATION_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MEMORY_ALLOCATION_MODE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11851", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11852", + "kind": "Struct", + "name": "_QUERY_BAD_RANGES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11853", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11854", + "kind": "UInt32", + "name": "NumBadRanges", + "offset": 4, + "parentId": "11852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11855", + "kind": "UInt64", + "name": "NextOffsetToLookUp", + "offset": 8, + "parentId": "11852", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11856", + "kind": "Array", + "name": "BadRanges", + "offset": 16, + "parentId": "11852", + "refId": "8211", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_OUTPUT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11857", + "kind": "Struct", + "name": "_DUPLICATE_EXTENTS_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DUPLICATE_EXTENTS_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11858", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "11857", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11859", + "kind": "Struct", + "name": "SourceFileOffset", + "offset": 1, + "parentId": "11857", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11860", + "kind": "Struct", + "name": "TargetFileOffset", + "offset": 1, + "parentId": "11857", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11861", + "kind": "Struct", + "name": "ByteCount", + "offset": 1, + "parentId": "11857", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11862", + "kind": "Struct", + "name": "_FILE_FS_VOLUME_FLAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_VOLUME_FLAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11863", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11864", + "kind": "Struct", + "name": "_STREAMS_ASSOCIATE_ID_INPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAMS_ASSOCIATE_ID_INPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11865", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11864", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11866", + "kind": "UInt32", + "name": "StreamId", + "offset": 4, + "parentId": "11864", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11867", + "kind": "Struct", + "name": "_WIM_PROVIDER_UPDATE_OVERLAY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_UPDATE_OVERLAY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11868", + "kind": "Struct", + "name": "DataSourceId", + "offset": 0, + "parentId": "11867", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11869", + "kind": "UInt32", + "name": "WimFileNameOffset", + "offset": 0, + "parentId": "11867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11870", + "kind": "UInt32", + "name": "WimFileNameLength", + "offset": 4, + "parentId": "11867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11871", + "kind": "Struct", + "name": "_KERNEL_USER_TIMES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KERNEL_USER_TIMES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11872", + "kind": "Struct", + "name": "CreateTime", + "offset": 0, + "parentId": "11871", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11873", + "kind": "Struct", + "name": "ExitTime", + "offset": 0, + "parentId": "11871", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11874", + "kind": "Struct", + "name": "KernelTime", + "offset": 0, + "parentId": "11871", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11875", + "kind": "Struct", + "name": "UserTime", + "offset": 0, + "parentId": "11871", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11876", + "kind": "Struct", + "name": "_WRITE_USN_REASON_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WRITE_USN_REASON_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11877", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11878", + "kind": "UInt32", + "name": "UsnReasonToWrite", + "offset": 4, + "parentId": "11876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11879", + "kind": "Struct", + "name": "_POWER_THROTTLING_THREAD_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_THROTTLING_THREAD_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11880", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11881", + "kind": "UInt32", + "name": "ControlMask", + "offset": 4, + "parentId": "11879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11882", + "kind": "UInt32", + "name": "StateMask", + "offset": 8, + "parentId": "11879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11883", + "kind": "Struct", + "name": "_PROCESS_LOGGING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_LOGGING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11884", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11883", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11885", + "kind": "Struct", + "name": "_REPAIR_COPIES_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REPAIR_COPIES_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11886", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "11885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11887", + "kind": "UInt32", + "name": "Status", + "offset": 4, + "parentId": "11885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11888", + "kind": "Struct", + "name": "ResumeFileOffset", + "offset": 8, + "parentId": "11885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11889", + "kind": "Struct", + "name": "_PROCESS_PRIORITY_CLASS_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_PRIORITY_CLASS_EX" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11890", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11891", + "kind": "UInt16", + "name": "AllFlags", + "offset": 0, + "parentId": "11890", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11892", + "kind": "UInt8", + "name": "PriorityClass", + "offset": 2, + "parentId": "11889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11893", + "kind": "UInt8", + "name": "Foreground", + "offset": 3, + "parentId": "11889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11894", + "kind": "Struct", + "name": "_FSCTL_QUERY_REGION_INFO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_QUERY_REGION_INFO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11895", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11896", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11897", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11898", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11899", + "kind": "UInt64", + "name": "Alignment", + "offset": 16, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11900", + "kind": "UInt32", + "name": "TotalNumberOfRegions", + "offset": 24, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11901", + "kind": "UInt32", + "name": "NumberOfRegionsReturned", + "offset": 28, + "parentId": "11894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11902", + "kind": "Array", + "name": "Regions", + "offset": 32, + "parentId": "11894", + "refId": "8106", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_TIER_REGION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11903", + "kind": "Struct", + "name": "_API_SET_NAMESPACE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_API_SET_NAMESPACE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11904", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11905", + "kind": "UInt32", + "name": "NameOffset", + "offset": 4, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11906", + "kind": "UInt32", + "name": "NameLength", + "offset": 8, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11907", + "kind": "UInt32", + "name": "HashedLength", + "offset": 12, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11908", + "kind": "UInt32", + "name": "ValueOffset", + "offset": 16, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11909", + "kind": "UInt32", + "name": "ValueCount", + "offset": 20, + "parentId": "11903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11910", + "kind": "Struct", + "name": "_STREAMS_QUERY_ID_OUTPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAMS_QUERY_ID_OUTPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11911", + "kind": "UInt32", + "name": "StreamId", + "offset": 0, + "parentId": "11910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11912", + "kind": "Struct", + "name": "_COUNTER_READING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COUNTER_READING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11913", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "11912", + "refId": "45", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11914", + "kind": "UInt32", + "name": "Index", + "offset": 4, + "parentId": "11912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11915", + "kind": "UInt64", + "name": "Start", + "offset": 8, + "parentId": "11912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11916", + "kind": "UInt64", + "name": "Total", + "offset": 16, + "parentId": "11912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11917", + "kind": "Struct", + "name": "_TXFS_READ_BACKUP_INFORMATION_OUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_READ_BACKUP_INFORMATION_OUT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11918", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "11917", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11919", + "kind": "UInt32", + "name": "BufferLength", + "offset": 0, + "parentId": "11918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11920", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "11918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11921", + "kind": "Struct", + "name": "tagWNODE_EVENT_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_EVENT_ITEM" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11922", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11921", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11923", + "kind": "Struct", + "name": "_DECRYPTION_STATUS_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DECRYPTION_STATUS_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11924", + "kind": "UInt8", + "name": "NoEncryptedStreams", + "offset": 0, + "parentId": "11923", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11925", + "kind": "Struct", + "name": "_CLIENT_ID32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CLIENT_ID32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11926", + "kind": "UInt32", + "name": "UniqueProcess", + "offset": 0, + "parentId": "11925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11927", + "kind": "UInt32", + "name": "UniqueThread", + "offset": 4, + "parentId": "11925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11928", + "kind": "Struct", + "name": "_SYSTEM_CALL_COUNT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CALL_COUNT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11929", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "11928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11930", + "kind": "UInt32", + "name": "NumberOfTables", + "offset": 4, + "parentId": "11928", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11931", + "kind": "Struct", + "name": "_SI_COPYFILE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SI_COPYFILE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11932", + "kind": "UInt32", + "name": "SourceFileNameLength", + "offset": 0, + "parentId": "11931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11933", + "kind": "UInt32", + "name": "DestinationFileNameLength", + "offset": 4, + "parentId": "11931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11934", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "11931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11935", + "kind": "Array", + "name": "FileNameBuffer", + "offset": 12, + "parentId": "11931", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11936", + "kind": "Struct", + "name": "_MEMORY_COMBINE_INFORMATION_EX2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_COMBINE_INFORMATION_EX2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11937", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "11936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11938", + "kind": "UInt64", + "name": "PagesCombined", + "offset": 1, + "parentId": "11936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11939", + "kind": "UInt32", + "name": "Flags", + "offset": 9, + "parentId": "11936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11940", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 13, + "parentId": "11936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11941", + "kind": "Struct", + "name": "_FILE_QUERY_SPARING_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_QUERY_SPARING_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11942", + "kind": "UInt32", + "name": "SparingUnitBytes", + "offset": 0, + "parentId": "11941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11943", + "kind": "UInt8", + "name": "SoftwareSparing", + "offset": 4, + "parentId": "11941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11944", + "kind": "UInt32", + "name": "TotalSpareBlocks", + "offset": 5, + "parentId": "11941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11945", + "kind": "UInt32", + "name": "FreeSpareBlocks", + "offset": 9, + "parentId": "11941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11946", + "kind": "Struct", + "name": "tagWNODE_SINGLE_INSTANCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "tagWNODE_SINGLE_INSTANCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11947", + "kind": "Struct", + "name": "WnodeHeader", + "offset": 0, + "parentId": "11946", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11948", + "kind": "UInt32", + "name": "OffsetInstanceName", + "offset": 0, + "parentId": "11946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11949", + "kind": "UInt32", + "name": "InstanceIndex", + "offset": 4, + "parentId": "11946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11950", + "kind": "UInt32", + "name": "DataBlockOffset", + "offset": 8, + "parentId": "11946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11951", + "kind": "UInt32", + "name": "SizeDataBlock", + "offset": 12, + "parentId": "11946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11952", + "kind": "Array", + "name": "VariableData", + "offset": 16, + "parentId": "11946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11953", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11954", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "11953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11955", + "kind": "UInt32", + "name": "HashAlgorithm", + "offset": 4, + "parentId": "11953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11956", + "kind": "UInt32", + "name": "EntryCount", + "offset": 8, + "parentId": "11953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11957", + "kind": "UInt32", + "name": "FirstEntryOffset", + "offset": 12, + "parentId": "11953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11958", + "kind": "UInt32", + "name": "AssemblyInformationSectionOffset", + "offset": 16, + "parentId": "11953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11959", + "kind": "Struct", + "name": "_SYSTEM_ENTROPY_TIMING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ENTROPY_TIMING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11960", + "kind": "Hex8", + "name": "InitializationContext", + "offset": 0, + "parentId": "11959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11961", + "kind": "Struct", + "name": "_LDR_DDAG_NODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DDAG_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11962", + "kind": "Struct", + "name": "Modules", + "offset": 0, + "parentId": "11961", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11963", + "kind": "Struct", + "name": "ServiceTagList", + "offset": 0, + "parentId": "11961", + "refId": "11999", + "strLen": 64, + "structTypeName": "_LDR_SERVICE_TAG_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11964", + "kind": "UInt32", + "name": "LoadCount", + "offset": 0, + "parentId": "11961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11965", + "kind": "UInt32", + "name": "LoadWhileUnloadingCount", + "offset": 4, + "parentId": "11961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11966", + "kind": "UInt32", + "name": "LowestLink", + "offset": 8, + "parentId": "11961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "11967", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "11961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11968", + "kind": "Struct", + "name": "Dependencies", + "offset": 0, + "parentId": "11967", + "refId": "6310", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11969", + "kind": "Struct", + "name": "RemovalLink", + "offset": 0, + "parentId": "11967", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11970", + "kind": "Struct", + "name": "IncomingDependencies", + "offset": 12, + "parentId": "11961", + "refId": "6310", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11971", + "kind": "UInt32", + "name": "State", + "offset": 12, + "parentId": "11961", + "refId": "273", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11972", + "kind": "Struct", + "name": "CondenseLink", + "offset": 16, + "parentId": "11961", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11973", + "kind": "UInt32", + "name": "PreorderNumber", + "offset": 16, + "parentId": "11961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11974", + "kind": "Struct", + "name": "_SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11975", + "kind": "UInt64", + "name": "TimeAdjustment", + "offset": 0, + "parentId": "11974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11976", + "kind": "UInt64", + "name": "TimeIncrement", + "offset": 8, + "parentId": "11974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11977", + "kind": "UInt8", + "name": "Enable", + "offset": 16, + "parentId": "11974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11978", + "kind": "Struct", + "name": "_GET_FILTER_FILE_IDENTIFIER_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GET_FILTER_FILE_IDENTIFIER_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11979", + "kind": "UInt16", + "name": "AltitudeLength", + "offset": 0, + "parentId": "11978", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11980", + "kind": "Array", + "name": "Altitude", + "offset": 2, + "parentId": "11978", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11981", + "kind": "Struct", + "name": "_TXFS_GET_METADATA_INFO_OUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_GET_METADATA_INFO_OUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11982", + "kind": "Struct", + "name": "LockingTransaction", + "offset": 0, + "parentId": "11981", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11983", + "kind": "UInt64", + "name": "LastLsn", + "offset": 0, + "parentId": "11981", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11984", + "kind": "UInt32", + "name": "TransactionState", + "offset": 8, + "parentId": "11981", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11985", + "kind": "Struct", + "name": "_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11986", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11987", + "kind": "UInt32", + "name": "NameFlags", + "offset": 8, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11988", + "kind": "Int64", + "name": "FileId", + "offset": 12, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11989", + "kind": "UInt32", + "name": "Reserved1", + "offset": 20, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11990", + "kind": "UInt32", + "name": "Reserved2", + "offset": 24, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11991", + "kind": "Int64", + "name": "Reserved3", + "offset": 28, + "parentId": "11985", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "11992", + "kind": "Array", + "name": "FileName", + "offset": 36, + "parentId": "11985", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11993", + "kind": "Struct", + "name": "_TXFS_LIST_TRANSACTIONS_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_LIST_TRANSACTIONS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11994", + "kind": "Struct", + "name": "TransactionId", + "offset": 0, + "parentId": "11993", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11995", + "kind": "UInt32", + "name": "TransactionState", + "offset": 0, + "parentId": "11993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11996", + "kind": "UInt32", + "name": "Reserved1", + "offset": 4, + "parentId": "11993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11997", + "kind": "UInt32", + "name": "Reserved2", + "offset": 8, + "parentId": "11993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "11998", + "kind": "Int64", + "name": "Reserved3", + "offset": 12, + "parentId": "11993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "11999", + "kind": "Struct", + "name": "_LDR_SERVICE_TAG_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_SERVICE_TAG_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12000", + "kind": "Pointer64", + "name": "Next", + "offset": 0, + "parentId": "11999", + "refId": "11999", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12001", + "kind": "UInt32", + "name": "ServiceTag", + "offset": 8, + "parentId": "11999", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12002", + "kind": "Struct", + "name": "_TXFS_WRITE_BACKUP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_WRITE_BACKUP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12003", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "12002", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12004", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12005", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "12004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12006", + "kind": "UInt32", + "name": "Offset", + "offset": 4, + "parentId": "12004", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12007", + "kind": "Struct", + "name": "_TXFS_GET_TRANSACTED_VERSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_GET_TRANSACTED_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12008", + "kind": "UInt32", + "name": "ThisBaseVersion", + "offset": 0, + "parentId": "12007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12009", + "kind": "UInt32", + "name": "LatestVersion", + "offset": 4, + "parentId": "12007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12010", + "kind": "UInt16", + "name": "ThisMiniVersion", + "offset": 8, + "parentId": "12007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12011", + "kind": "UInt16", + "name": "FirstMiniVersion", + "offset": 10, + "parentId": "12007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12012", + "kind": "UInt16", + "name": "LatestMiniVersion", + "offset": 12, + "parentId": "12007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12013", + "kind": "Struct", + "name": "_CONTAINER_ROOT_INFO_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTAINER_ROOT_INFO_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12014", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12013", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12015", + "kind": "Struct", + "name": "_TXFS_SAVEPOINT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_SAVEPOINT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12016", + "kind": "Hex8", + "name": "KtmTransaction", + "offset": 0, + "parentId": "12015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12017", + "kind": "UInt32", + "name": "ActionCode", + "offset": 1, + "parentId": "12015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12018", + "kind": "UInt32", + "name": "SavepointId", + "offset": 5, + "parentId": "12015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12019", + "kind": "Struct", + "name": "_CONTAINER_ROOT_INFO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTAINER_ROOT_INFO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12020", + "kind": "UInt16", + "name": "ContainerRootIdLength", + "offset": 0, + "parentId": "12019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12021", + "kind": "Array", + "name": "ContainerRootId", + "offset": 2, + "parentId": "12019", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12022", + "kind": "Struct", + "name": "_TXFS_TRANSACTION_ACTIVE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TXFS_TRANSACTION_ACTIVE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12023", + "kind": "UInt8", + "name": "TransactionsActiveAtSnapshot", + "offset": 0, + "parentId": "12022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12024", + "kind": "Struct", + "name": "_SYSTEM_TIMEOFDAY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_TIMEOFDAY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12025", + "kind": "Struct", + "name": "BootTime", + "offset": 0, + "parentId": "12024", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12026", + "kind": "Struct", + "name": "CurrentTime", + "offset": 0, + "parentId": "12024", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12027", + "kind": "Struct", + "name": "TimeZoneBias", + "offset": 0, + "parentId": "12024", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12028", + "kind": "UInt32", + "name": "TimeZoneId", + "offset": 0, + "parentId": "12024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12029", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "12024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12030", + "kind": "UInt64", + "name": "BootTimeBias", + "offset": 8, + "parentId": "12024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12031", + "kind": "UInt64", + "name": "SleepTimeBias", + "offset": 16, + "parentId": "12024", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12032", + "kind": "Struct", + "name": "_SINGLE_LIST_ENTRY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12033", + "kind": "UInt32", + "name": "Next", + "offset": 0, + "parentId": "12032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12034", + "kind": "Struct", + "name": "_RETRIEVAL_POINTER_BASE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RETRIEVAL_POINTER_BASE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12035", + "kind": "Struct", + "name": "FileAreaOffset", + "offset": 0, + "parentId": "12034", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12036", + "kind": "Struct", + "name": "_SYSTEM_FILECACHE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FILECACHE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12037", + "kind": "UInt64", + "name": "CurrentSize", + "offset": 0, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12038", + "kind": "UInt64", + "name": "PeakSize", + "offset": 8, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12039", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 16, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12040", + "kind": "UInt64", + "name": "MinimumWorkingSet", + "offset": 20, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12041", + "kind": "UInt64", + "name": "MaximumWorkingSet", + "offset": 28, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12042", + "kind": "UInt64", + "name": "CurrentSizeIncludingTransitionInPages", + "offset": 36, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12043", + "kind": "UInt64", + "name": "PeakSizeIncludingTransitionInPages", + "offset": 44, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12044", + "kind": "UInt32", + "name": "TransitionRePurposeCount", + "offset": 52, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12045", + "kind": "UInt32", + "name": "Flags", + "offset": 56, + "parentId": "12036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12046", + "kind": "Struct", + "name": "_FILE_FS_PERSISTENT_VOLUME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_PERSISTENT_VOLUME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12047", + "kind": "UInt32", + "name": "VolumeFlags", + "offset": 0, + "parentId": "12046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12048", + "kind": "UInt32", + "name": "FlagMask", + "offset": 4, + "parentId": "12046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12049", + "kind": "UInt32", + "name": "Version", + "offset": 8, + "parentId": "12046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12050", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "12046", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12051", + "kind": "Struct", + "name": "_OBJECT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12052", + "kind": "UInt32", + "name": "Attributes", + "offset": 0, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12053", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 4, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12054", + "kind": "UInt32", + "name": "HandleCount", + "offset": 8, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12055", + "kind": "UInt32", + "name": "PointerCount", + "offset": 12, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12056", + "kind": "UInt32", + "name": "PagedPoolCharge", + "offset": 16, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12057", + "kind": "UInt32", + "name": "NonPagedPoolCharge", + "offset": 20, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12058", + "kind": "Hex32", + "name": "", + "offset": 24, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12059", + "kind": "Hex32", + "name": "", + "offset": 28, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12060", + "kind": "Hex32", + "name": "", + "offset": 32, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12061", + "kind": "UInt32", + "name": "NameInfoSize", + "offset": 36, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12062", + "kind": "UInt32", + "name": "TypeInfoSize", + "offset": 40, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12063", + "kind": "UInt32", + "name": "SecurityDescriptorSize", + "offset": 44, + "parentId": "12051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12064", + "kind": "Struct", + "name": "CreationTime", + "offset": 48, + "parentId": "12051", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12065", + "kind": "Struct", + "name": "_REQUEST_OPLOCK_INPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REQUEST_OPLOCK_INPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12066", + "kind": "UInt16", + "name": "StructureVersion", + "offset": 0, + "parentId": "12065", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12067", + "kind": "UInt16", + "name": "StructureLength", + "offset": 2, + "parentId": "12065", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12068", + "kind": "UInt32", + "name": "RequestedOplockLevel", + "offset": 4, + "parentId": "12065", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12069", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "12065", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12070", + "kind": "Struct", + "name": "_COUNTED_REASON_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COUNTED_REASON_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12071", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12072", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12073", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "12070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12074", + "kind": "Struct", + "name": "SimpleString", + "offset": 0, + "parentId": "12073", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12075", + "kind": "Struct", + "name": "_SM_REGISTRATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_REGISTRATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12076", + "kind": "Hex8", + "name": "CachesUpdatedEvent", + "offset": 0, + "parentId": "12075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12077", + "kind": "Struct", + "name": "_SM_REGISTRATION_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_REGISTRATION_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "12078", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12077", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12079", + "kind": "Struct", + "name": "RegInfo", + "offset": 4, + "parentId": "12077", + "refId": "12075", + "strLen": 64, + "structTypeName": "_SM_REGISTRATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12080", + "kind": "Struct", + "name": "_LDR_DLL_UNLOADED_NOTIFICATION_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DLL_UNLOADED_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12081", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12082", + "kind": "Struct", + "name": "FullDllName", + "offset": 4, + "parentId": "12080", + "refId": "0", + "strLen": 64, + "structTypeName": "PCUNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12083", + "kind": "Struct", + "name": "BaseDllName", + "offset": 4, + "parentId": "12080", + "refId": "0", + "strLen": 64, + "structTypeName": "PCUNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12084", + "kind": "Hex8", + "name": "DllBase", + "offset": 4, + "parentId": "12080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12085", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 5, + "parentId": "12080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12086", + "kind": "Struct", + "name": "_VOLUME_DISK_EXTENTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VOLUME_DISK_EXTENTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12087", + "kind": "UInt32", + "name": "NumberOfDiskExtents", + "offset": 0, + "parentId": "12086", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12088", + "kind": "Array", + "name": "Extents", + "offset": 4, + "parentId": "12086", + "refId": "11846", + "strLen": 64, + "structTypeName": "_DISK_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12089", + "kind": "Struct", + "name": "_WOW64_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12090", + "kind": "Hex8", + "name": "Wow64", + "offset": 0, + "parentId": "12089", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12091", + "kind": "Struct", + "name": "_IO_STATUS_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IO_STATUS_BLOCK" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12092", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12093", + "kind": "Int32", + "name": "Status", + "offset": 0, + "parentId": "12092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12094", + "kind": "Hex8", + "name": "Pointer", + "offset": 0, + "parentId": "12092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12095", + "kind": "UInt64", + "name": "Information", + "offset": 4, + "parentId": "12091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12096", + "kind": "Struct", + "name": "_FILE_IO_COMPLETION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IO_COMPLETION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12097", + "kind": "Hex8", + "name": "KeyContext", + "offset": 0, + "parentId": "12096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12098", + "kind": "Hex8", + "name": "ApcContext", + "offset": 1, + "parentId": "12096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12099", + "kind": "Struct", + "name": "IoStatusBlock", + "offset": 2, + "parentId": "12096", + "refId": "12091", + "strLen": 64, + "structTypeName": "_IO_STATUS_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12100", + "kind": "Struct", + "name": "_WORKER_FACTORY_DEFERRED_WORK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WORKER_FACTORY_DEFERRED_WORK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12101", + "kind": "Struct", + "name": "AlpcSendMessage", + "offset": 0, + "parentId": "12100", + "refId": "9788", + "strLen": 64, + "structTypeName": "_PORT_MESSAGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12102", + "kind": "Hex8", + "name": "AlpcSendMessagePort", + "offset": 0, + "parentId": "12100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12103", + "kind": "UInt32", + "name": "AlpcSendMessageFlags", + "offset": 1, + "parentId": "12100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12104", + "kind": "UInt32", + "name": "Flags", + "offset": 5, + "parentId": "12100", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12105", + "kind": "Struct", + "name": "_QUERY_BAD_RANGES_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12106", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12107", + "kind": "UInt32", + "name": "NumRanges", + "offset": 4, + "parentId": "12105", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12108", + "kind": "Array", + "name": "Ranges", + "offset": 8, + "parentId": "12105", + "refId": "11755", + "strLen": 64, + "structTypeName": "_QUERY_BAD_RANGES_INPUT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12109", + "kind": "Struct", + "name": "_RTL_PROCESS_MODULE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12110", + "kind": "UInt16", + "name": "NextOffset", + "offset": 0, + "parentId": "12109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12111", + "kind": "Struct", + "name": "BaseInfo", + "offset": 2, + "parentId": "12109", + "refId": "10584", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12112", + "kind": "UInt32", + "name": "ImageChecksum", + "offset": 2, + "parentId": "12109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12113", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 6, + "parentId": "12109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12114", + "kind": "Hex8", + "name": "DefaultBase", + "offset": 10, + "parentId": "12109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12115", + "kind": "Struct", + "name": "_LOOKUP_STREAM_FROM_CLUSTER_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOOKUP_STREAM_FROM_CLUSTER_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12116", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "12115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12117", + "kind": "UInt32", + "name": "NumberOfMatches", + "offset": 4, + "parentId": "12115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12118", + "kind": "UInt32", + "name": "BufferSizeRequired", + "offset": 8, + "parentId": "12115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12119", + "kind": "Struct", + "name": "_SYSTEM_BUILD_VERSION_INFORMATION_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BUILD_VERSION_INFORMATION_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12120", + "kind": "UInt32", + "name": "Value32", + "offset": 0, + "parentId": "12119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12121", + "kind": "Struct", + "name": "_SYSTEM_BUILD_VERSION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BUILD_VERSION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12122", + "kind": "UInt16", + "name": "LayerNumber", + "offset": 0, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12123", + "kind": "UInt16", + "name": "LayerCount", + "offset": 2, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12124", + "kind": "UInt32", + "name": "OsMajorVersion", + "offset": 4, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12125", + "kind": "UInt32", + "name": "OsMinorVersion", + "offset": 8, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12126", + "kind": "UInt32", + "name": "NtBuildNumber", + "offset": 12, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12127", + "kind": "UInt32", + "name": "NtBuildQfe", + "offset": 16, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "12128", + "kind": "Array", + "name": "LayerName", + "offset": 20, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "12129", + "kind": "Array", + "name": "NtBuildBranch", + "offset": 148, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "12130", + "kind": "Array", + "name": "NtBuildLab", + "offset": 276, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "12131", + "kind": "Array", + "name": "NtBuildLabEx", + "offset": 404, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 26, + "collapsed": false, + "elementKind": "UInt8", + "id": "12132", + "kind": "Array", + "name": "NtBuildStamp", + "offset": 532, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "12133", + "kind": "Array", + "name": "NtBuildArch", + "offset": 558, + "parentId": "12121", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12134", + "kind": "Struct", + "name": "Flags", + "offset": 574, + "parentId": "12121", + "refId": "12119", + "strLen": 64, + "structTypeName": "_SYSTEM_BUILD_VERSION_INFORMATION_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12135", + "kind": "Struct", + "name": "_FILE_TYPE_NOTIFICATION_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_TYPE_NOTIFICATION_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12136", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12137", + "kind": "UInt32", + "name": "NumFileTypeIDs", + "offset": 4, + "parentId": "12135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12138", + "kind": "Array", + "name": "FileTypeID", + "offset": 8, + "parentId": "12135", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12139", + "kind": "Struct", + "name": "_SYSTEM_CPU_SET_TAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CPU_SET_TAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12140", + "kind": "UInt64", + "name": "Tag", + "offset": 0, + "parentId": "12139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "12141", + "kind": "Array", + "name": "CpuSets", + "offset": 8, + "parentId": "12139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12142", + "kind": "Struct", + "name": "_SYSTEM_BASIC_WORKING_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BASIC_WORKING_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12143", + "kind": "UInt64", + "name": "CurrentSize", + "offset": 0, + "parentId": "12142", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12144", + "kind": "UInt64", + "name": "PeakSize", + "offset": 8, + "parentId": "12142", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12145", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 16, + "parentId": "12142", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12146", + "kind": "Struct", + "name": "_CSV_QUERY_FILE_REVISION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_FILE_REVISION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12147", + "kind": "Int64", + "name": "FileId", + "offset": 0, + "parentId": "12146", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "Int64", + "id": "12148", + "kind": "Array", + "name": "FileRevision", + "offset": 8, + "parentId": "12146", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12149", + "kind": "Struct", + "name": "_SEMAPHORE_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SEMAPHORE_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12150", + "kind": "Int32", + "name": "CurrentCount", + "offset": 0, + "parentId": "12149", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12151", + "kind": "Int32", + "name": "MaximumCount", + "offset": 4, + "parentId": "12149", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12152", + "kind": "Struct", + "name": "_WIM_PROVIDER_SUSPEND_OVERLAY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_SUSPEND_OVERLAY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12153", + "kind": "Struct", + "name": "DataSourceId", + "offset": 0, + "parentId": "12152", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12154", + "kind": "Struct", + "name": "_TIMER_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIMER_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12155", + "kind": "Struct", + "name": "RemainingTime", + "offset": 0, + "parentId": "12154", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12156", + "kind": "UInt8", + "name": "TimerState", + "offset": 0, + "parentId": "12154", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12157", + "kind": "Struct", + "name": "_HV_MINROOT_NUMA_LPS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HV_MINROOT_NUMA_LPS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12158", + "kind": "UInt32", + "name": "NodeIndex", + "offset": 0, + "parentId": "12157", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt64", + "id": "12159", + "kind": "Array", + "name": "Mask", + "offset": 4, + "parentId": "12157", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12160", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_MINROOT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_MINROOT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12161", + "kind": "UInt32", + "name": "NumProc", + "offset": 0, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12162", + "kind": "UInt32", + "name": "RootProc", + "offset": 4, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12163", + "kind": "UInt32", + "name": "RootProcNumaNodesSpecified", + "offset": 8, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt16", + "id": "12164", + "kind": "Array", + "name": "RootProcNumaNodes", + "offset": 12, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12165", + "kind": "UInt32", + "name": "RootProcPerCore", + "offset": 140, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12166", + "kind": "UInt32", + "name": "RootProcPerNode", + "offset": 144, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12167", + "kind": "UInt32", + "name": "RootProcNumaNodesLpsSpecified", + "offset": 148, + "parentId": "12160", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "12168", + "kind": "Array", + "name": "RootProcNumaNodeLps", + "offset": 152, + "parentId": "12160", + "refId": "12157", + "strLen": 64, + "structTypeName": "_HV_MINROOT_NUMA_LPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12169", + "kind": "Struct", + "name": "_CSV_QUERY_VOLUME_REDIRECT_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_QUERY_VOLUME_REDIRECT_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12170", + "kind": "UInt32", + "name": "MdsNodeId", + "offset": 0, + "parentId": "12169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12171", + "kind": "UInt32", + "name": "DsNodeId", + "offset": 4, + "parentId": "12169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12172", + "kind": "UInt8", + "name": "IsDiskConnected", + "offset": 8, + "parentId": "12169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12173", + "kind": "UInt8", + "name": "ClusterEnableDirectIo", + "offset": 9, + "parentId": "12169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12174", + "kind": "UInt32", + "name": "DiskConnectivity", + "offset": 10, + "parentId": "12169", + "refId": "250", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12175", + "kind": "Struct", + "name": "_SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12176", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12177", + "kind": "Struct", + "name": "FeatureName", + "offset": 4, + "parentId": "12175", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12178", + "kind": "UInt32", + "name": "BornOnVersion", + "offset": 4, + "parentId": "12175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12179", + "kind": "Struct", + "name": "_REFS_SMR_VOLUME_GC_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REFS_SMR_VOLUME_GC_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12180", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12181", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12182", + "kind": "UInt32", + "name": "Action", + "offset": 8, + "parentId": "12179", + "refId": "236", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12183", + "kind": "UInt32", + "name": "Method", + "offset": 12, + "parentId": "12179", + "refId": "242", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12184", + "kind": "UInt32", + "name": "IoGranularity", + "offset": 16, + "parentId": "12179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12185", + "kind": "UInt32", + "name": "CompressionFormat", + "offset": 20, + "parentId": "12179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "12186", + "kind": "Array", + "name": "Unused", + "offset": 24, + "parentId": "12179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12187", + "kind": "Struct", + "name": "_STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12188", + "kind": "UInt32", + "name": "OptimalWriteSize", + "offset": 0, + "parentId": "12187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12189", + "kind": "UInt32", + "name": "StreamGranularitySize", + "offset": 4, + "parentId": "12187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12190", + "kind": "UInt32", + "name": "StreamIdMin", + "offset": 8, + "parentId": "12187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12191", + "kind": "UInt32", + "name": "StreamIdMax", + "offset": 12, + "parentId": "12187", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12192", + "kind": "Struct", + "name": "_LMR_QUERY_INFO_PARAM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LMR_QUERY_INFO_PARAM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12193", + "kind": "UInt32", + "name": "Operation", + "offset": 0, + "parentId": "12192", + "refId": "252", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12194", + "kind": "Struct", + "name": "_WOF_VERSION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOF_VERSION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12195", + "kind": "UInt32", + "name": "WofVersion", + "offset": 0, + "parentId": "12194", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12196", + "kind": "Struct", + "name": "_MUTANT_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MUTANT_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12197", + "kind": "Int32", + "name": "CurrentCount", + "offset": 0, + "parentId": "12196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12198", + "kind": "UInt8", + "name": "OwnedByCaller", + "offset": 4, + "parentId": "12196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12199", + "kind": "UInt8", + "name": "AbandonedState", + "offset": 5, + "parentId": "12196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12200", + "kind": "Struct", + "name": "_WIM_PROVIDER_EXTERNAL_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_EXTERNAL_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12201", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12202", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12203", + "kind": "Struct", + "name": "DataSourceId", + "offset": 8, + "parentId": "12200", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 20, + "collapsed": false, + "elementKind": "UInt8", + "id": "12204", + "kind": "Array", + "name": "ResourceHash", + "offset": 8, + "parentId": "12200", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12205", + "kind": "Struct", + "name": "_TRACE_STACK_CACHING_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_STACK_CACHING_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12206", + "kind": "UInt8", + "name": "Enabled", + "offset": 0, + "parentId": "12205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12207", + "kind": "UInt32", + "name": "CacheSize", + "offset": 1, + "parentId": "12205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12208", + "kind": "UInt32", + "name": "BucketCount", + "offset": 5, + "parentId": "12205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12209", + "kind": "Struct", + "name": "_WIM_PROVIDER_ADD_OVERLAY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WIM_PROVIDER_ADD_OVERLAY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12210", + "kind": "UInt32", + "name": "WimType", + "offset": 0, + "parentId": "12209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12211", + "kind": "UInt32", + "name": "WimIndex", + "offset": 4, + "parentId": "12209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12212", + "kind": "UInt32", + "name": "WimFileNameOffset", + "offset": 8, + "parentId": "12209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12213", + "kind": "UInt32", + "name": "WimFileNameLength", + "offset": 12, + "parentId": "12209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12214", + "kind": "Struct", + "name": "_SYSDBG_IO_SPACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_IO_SPACE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12215", + "kind": "UInt64", + "name": "Address", + "offset": 0, + "parentId": "12214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12216", + "kind": "Hex8", + "name": "Buffer", + "offset": 8, + "parentId": "12214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12217", + "kind": "UInt32", + "name": "Request", + "offset": 9, + "parentId": "12214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12218", + "kind": "UInt32", + "name": "InterfaceType", + "offset": 13, + "parentId": "12214", + "refId": "327", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12219", + "kind": "UInt32", + "name": "BusNumber", + "offset": 17, + "parentId": "12214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12220", + "kind": "UInt32", + "name": "AddressSpace", + "offset": 21, + "parentId": "12214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12221", + "kind": "Struct", + "name": "_MUTANT_OWNER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MUTANT_OWNER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12222", + "kind": "Struct", + "name": "ClientId", + "offset": 0, + "parentId": "12221", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12223", + "kind": "Struct", + "name": "_TRACE_PERIODIC_CAPTURE_STATE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_PERIODIC_CAPTURE_STATE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12224", + "kind": "UInt32", + "name": "CaptureStateFrequencyInSeconds", + "offset": 0, + "parentId": "12223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12225", + "kind": "UInt16", + "name": "ProviderCount", + "offset": 4, + "parentId": "12223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12226", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "12223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12227", + "kind": "Struct", + "name": "_CSV_IS_OWNED_BY_CSVFS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CSV_IS_OWNED_BY_CSVFS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12228", + "kind": "UInt8", + "name": "OwnedByCSVFS", + "offset": 0, + "parentId": "12227", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12229", + "kind": "Struct", + "name": "_FILE_REGION_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REGION_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12230", + "kind": "Int64", + "name": "FileOffset", + "offset": 0, + "parentId": "12229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12231", + "kind": "Int64", + "name": "Length", + "offset": 8, + "parentId": "12229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12232", + "kind": "UInt32", + "name": "DesiredUsage", + "offset": 16, + "parentId": "12229", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12233", + "kind": "Struct", + "name": "_BCD_ELEMENT_OBJECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_OBJECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12234", + "kind": "Struct", + "name": "Object", + "offset": 0, + "parentId": "12233", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12235", + "kind": "Struct", + "name": "_TRACE_LOGFILE_HEADER64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_LOGFILE_HEADER64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12236", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12237", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12238", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12239", + "kind": "UInt32", + "name": "ProviderVersion", + "offset": 8, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12240", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 12, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12241", + "kind": "Struct", + "name": "EndTime", + "offset": 16, + "parentId": "12235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12242", + "kind": "UInt32", + "name": "TimerResolution", + "offset": 16, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12243", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 20, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12244", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 24, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12245", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 28, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12246", + "kind": "Struct", + "name": "", + "offset": 32, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12247", + "kind": "Struct", + "name": "LogInstanceGuid", + "offset": 0, + "parentId": "12246", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12248", + "kind": "UInt64", + "name": "LoggerName", + "offset": 32, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12249", + "kind": "UInt64", + "name": "LogFileName", + "offset": 40, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12250", + "kind": "Struct", + "name": "TimeZone", + "offset": 48, + "parentId": "12235", + "refId": "5667", + "strLen": 64, + "structTypeName": "_TIME_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12251", + "kind": "Struct", + "name": "BootTime", + "offset": 48, + "parentId": "12235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12252", + "kind": "Struct", + "name": "PerfFreq", + "offset": 48, + "parentId": "12235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12253", + "kind": "Struct", + "name": "StartTime", + "offset": 48, + "parentId": "12235", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12254", + "kind": "UInt32", + "name": "ReservedFlags", + "offset": 48, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12255", + "kind": "UInt32", + "name": "BuffersLost", + "offset": 52, + "parentId": "12235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12256", + "kind": "Struct", + "name": "_DUPLICATE_EXTENTS_DATA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DUPLICATE_EXTENTS_DATA32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12257", + "kind": "UInt32", + "name": "FileHandle", + "offset": 0, + "parentId": "12256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12258", + "kind": "Struct", + "name": "SourceFileOffset", + "offset": 4, + "parentId": "12256", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12259", + "kind": "Struct", + "name": "TargetFileOffset", + "offset": 4, + "parentId": "12256", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12260", + "kind": "Struct", + "name": "ByteCount", + "offset": 4, + "parentId": "12256", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12261", + "kind": "Struct", + "name": "_FILE_LEVEL_TRIM_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LEVEL_TRIM_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12262", + "kind": "UInt32", + "name": "NumRangesProcessed", + "offset": 0, + "parentId": "12261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12263", + "kind": "Struct", + "name": "_DUPLICATE_EXTENTS_DATA_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DUPLICATE_EXTENTS_DATA_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12264", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "12263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12265", + "kind": "Hex8", + "name": "FileHandle", + "offset": 8, + "parentId": "12263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12266", + "kind": "Struct", + "name": "SourceFileOffset", + "offset": 9, + "parentId": "12263", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12267", + "kind": "Struct", + "name": "TargetFileOffset", + "offset": 9, + "parentId": "12263", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12268", + "kind": "Struct", + "name": "ByteCount", + "offset": 9, + "parentId": "12263", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12269", + "kind": "UInt32", + "name": "Flags", + "offset": 9, + "parentId": "12263", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12270", + "kind": "Struct", + "name": "_SYSTEM_FLUSH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FLUSH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12271", + "kind": "UInt32", + "name": "SupportedFlushMethods", + "offset": 0, + "parentId": "12270", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12272", + "kind": "UInt32", + "name": "ProcessorCacheFlushSize", + "offset": 4, + "parentId": "12270", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12273", + "kind": "UInt64", + "name": "SystemFlushCapabilities", + "offset": 8, + "parentId": "12270", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12274", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "12270", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12275", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "12270", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12276", + "kind": "Struct", + "name": "_DUPLICATE_EXTENTS_DATA_EX32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DUPLICATE_EXTENTS_DATA_EX32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12277", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "12276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12278", + "kind": "UInt32", + "name": "FileHandle", + "offset": 4, + "parentId": "12276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12279", + "kind": "Struct", + "name": "SourceFileOffset", + "offset": 8, + "parentId": "12276", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12280", + "kind": "Struct", + "name": "TargetFileOffset", + "offset": 8, + "parentId": "12276", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12281", + "kind": "Struct", + "name": "ByteCount", + "offset": 8, + "parentId": "12276", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12282", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "12276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12283", + "kind": "Struct", + "name": "_ETW_PMC_COUNTER_OWNERSHIP_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PMC_COUNTER_OWNERSHIP_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12284", + "kind": "UInt32", + "name": "ProcessorNumber", + "offset": 0, + "parentId": "12283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12285", + "kind": "UInt32", + "name": "NumberOfCounters", + "offset": 4, + "parentId": "12283", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12286", + "kind": "Array", + "name": "CounterOwners", + "offset": 8, + "parentId": "12283", + "refId": "11253", + "strLen": 64, + "structTypeName": "_ETW_PMC_COUNTER_OWNER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12287", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12288", + "kind": "Hex8", + "name": "HypervisorSharedUserVa", + "offset": 0, + "parentId": "12287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12289", + "kind": "Struct", + "name": "_QUERY_FILE_LAYOUT_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_FILE_LAYOUT_INPUT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12290", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12291", + "kind": "UInt32", + "name": "FilterEntryCount", + "offset": 0, + "parentId": "12290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12292", + "kind": "UInt32", + "name": "NumberOfPairs", + "offset": 0, + "parentId": "12290", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12293", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12294", + "kind": "UInt32", + "name": "FilterType", + "offset": 8, + "parentId": "12289", + "refId": "240", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12295", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "12289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12296", + "kind": "Struct", + "name": "Filter", + "offset": 16, + "parentId": "12289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12297", + "kind": "Array", + "name": "ClusterRanges", + "offset": 0, + "parentId": "12296", + "refId": "11418", + "strLen": 64, + "structTypeName": "_CLUSTER_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12298", + "kind": "Array", + "name": "FileReferenceRanges", + "offset": 0, + "parentId": "12296", + "refId": "11421", + "strLen": 64, + "structTypeName": "_FILE_REFERENCE_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "12299", + "kind": "Array", + "name": "StorageReserveIds", + "offset": 0, + "parentId": "12296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12300", + "kind": "Struct", + "name": "_TRACE_GUID_REGISTRATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_GUID_REGISTRATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12301", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "12300", + "refId": "0", + "strLen": 64, + "structTypeName": "LPCGUID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12302", + "kind": "Hex8", + "name": "RegHandle", + "offset": 0, + "parentId": "12300", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12303", + "kind": "Struct", + "name": "_FILE_LAYOUT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LAYOUT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12304", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12305", + "kind": "UInt32", + "name": "NextFileOffset", + "offset": 4, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12306", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12307", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 12, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12308", + "kind": "UInt64", + "name": "FileReferenceNumber", + "offset": 16, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12309", + "kind": "UInt32", + "name": "FirstNameOffset", + "offset": 24, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12310", + "kind": "UInt32", + "name": "FirstStreamOffset", + "offset": 28, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12311", + "kind": "UInt32", + "name": "ExtraInfoOffset", + "offset": 32, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12312", + "kind": "UInt32", + "name": "ExtraInfoLength", + "offset": 36, + "parentId": "12303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12313", + "kind": "Struct", + "name": "_MEMORY_PARTITION_PAGE_COMBINE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_PAGE_COMBINE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12314", + "kind": "Hex8", + "name": "StopHandle", + "offset": 0, + "parentId": "12313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12315", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "12313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12316", + "kind": "UInt64", + "name": "TotalNumberOfPages", + "offset": 5, + "parentId": "12313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12317", + "kind": "Struct", + "name": "_RTL_FEATURE_CONFIGURATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_FEATURE_CONFIGURATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12318", + "kind": "UInt32", + "name": "FeatureId", + "offset": 0, + "parentId": "12317", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12319", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "12317", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12320", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12319", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12321", + "kind": "UInt32", + "name": "VariantPayload", + "offset": 8, + "parentId": "12317", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12322", + "kind": "Struct", + "name": "_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12323", + "kind": "UInt8", + "name": "EnableIntegrity", + "offset": 0, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12324", + "kind": "UInt8", + "name": "KeepIntegrityStateUnchanged", + "offset": 1, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12325", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12326", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12327", + "kind": "UInt8", + "name": "Version", + "offset": 8, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12328", + "kind": "Hex8", + "name": "", + "offset": 9, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12329", + "kind": "Hex8", + "name": "", + "offset": 10, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12330", + "kind": "Hex8", + "name": "", + "offset": 11, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12331", + "kind": "Hex8", + "name": "", + "offset": 12, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12332", + "kind": "Hex8", + "name": "", + "offset": 13, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12333", + "kind": "Hex8", + "name": "", + "offset": 14, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12334", + "kind": "Hex8", + "name": "", + "offset": 15, + "parentId": "12322", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12335", + "kind": "Struct", + "name": "_RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "12336", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "12335", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12337", + "kind": "Struct", + "name": "_RTL_PROCESS_MODULES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12338", + "kind": "UInt32", + "name": "NumberOfModules", + "offset": 0, + "parentId": "12337", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12339", + "kind": "Array", + "name": "Modules", + "offset": 4, + "parentId": "12337", + "refId": "10584", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12340", + "kind": "Struct", + "name": "_MEMORY_REGION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_REGION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12341", + "kind": "Hex8", + "name": "AllocationBase", + "offset": 0, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12342", + "kind": "UInt32", + "name": "AllocationProtect", + "offset": 1, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12343", + "kind": "Struct", + "name": "", + "offset": 5, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12344", + "kind": "UInt32", + "name": "RegionType", + "offset": 0, + "parentId": "12343", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12345", + "kind": "UInt64", + "name": "RegionSize", + "offset": 9, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12346", + "kind": "UInt64", + "name": "CommitSize", + "offset": 17, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12347", + "kind": "UInt64", + "name": "PartitionId", + "offset": 25, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12348", + "kind": "UInt64", + "name": "NodePreference", + "offset": 33, + "parentId": "12340", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12349", + "kind": "Struct", + "name": "_FSCTL_OFFLOAD_WRITE_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_OFFLOAD_WRITE_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12350", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12351", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12352", + "kind": "UInt64", + "name": "FileOffset", + "offset": 8, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12353", + "kind": "UInt64", + "name": "CopyLength", + "offset": 16, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12354", + "kind": "UInt64", + "name": "TransferOffset", + "offset": 24, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 512, + "collapsed": false, + "elementKind": "UInt8", + "id": "12355", + "kind": "Array", + "name": "Token", + "offset": 32, + "parentId": "12349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12356", + "kind": "Struct", + "name": "_FSCTL_QUERY_REGION_INFO_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FSCTL_QUERY_REGION_INFO_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12357", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12358", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "12356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12359", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "12356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12360", + "kind": "UInt32", + "name": "NumberOfTierIds", + "offset": 12, + "parentId": "12356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12361", + "kind": "Array", + "name": "TierIds", + "offset": 16, + "parentId": "12356", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12362", + "kind": "Struct", + "name": "_SET_PURGE_FAILURE_MODE_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SET_PURGE_FAILURE_MODE_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12363", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12362", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12364", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12365", + "kind": "UInt32", + "name": "Magic", + "offset": 0, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12366", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 4, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12367", + "kind": "UInt32", + "name": "FormatVersion", + "offset": 8, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12368", + "kind": "UInt32", + "name": "TotalSize", + "offset": 12, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12369", + "kind": "UInt32", + "name": "DefaultTocOffset", + "offset": 16, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12370", + "kind": "UInt32", + "name": "ExtendedTocOffset", + "offset": 20, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12371", + "kind": "UInt32", + "name": "AssemblyRosterOffset", + "offset": 24, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12372", + "kind": "UInt32", + "name": "Flags", + "offset": 28, + "parentId": "12364", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12373", + "kind": "Struct", + "name": "_SYSTEM_FLAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FLAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12374", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12375", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_ISSUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_ISSUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12376", + "kind": "UInt64", + "name": "IssueType", + "offset": 0, + "parentId": "12375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12377", + "kind": "Hex8", + "name": "Address", + "offset": 8, + "parentId": "12375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt64", + "id": "12378", + "kind": "Array", + "name": "Parameters", + "offset": 9, + "parentId": "12375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12379", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_CANCELLATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_CANCELLATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12380", + "kind": "UInt32", + "name": "CancelProbability", + "offset": 0, + "parentId": "12379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12381", + "kind": "UInt32", + "name": "CancelThreshold", + "offset": 4, + "parentId": "12379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12382", + "kind": "UInt32", + "name": "CompletionThreshold", + "offset": 8, + "parentId": "12379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12383", + "kind": "UInt32", + "name": "CancellationVerifierDisabled", + "offset": 12, + "parentId": "12379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12384", + "kind": "UInt32", + "name": "AvailableIssues", + "offset": 16, + "parentId": "12379", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "12385", + "kind": "Array", + "name": "Issues", + "offset": 20, + "parentId": "12379", + "refId": "12375", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_ISSUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12386", + "kind": "Struct", + "name": "_SYSTEM_PERFORMANCE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PERFORMANCE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12387", + "kind": "Struct", + "name": "IdleProcessTime", + "offset": 0, + "parentId": "12386", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12388", + "kind": "Struct", + "name": "IoReadTransferCount", + "offset": 0, + "parentId": "12386", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12389", + "kind": "Struct", + "name": "IoWriteTransferCount", + "offset": 0, + "parentId": "12386", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12390", + "kind": "Struct", + "name": "IoOtherTransferCount", + "offset": 0, + "parentId": "12386", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12391", + "kind": "UInt32", + "name": "IoReadOperationCount", + "offset": 0, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12392", + "kind": "UInt32", + "name": "IoWriteOperationCount", + "offset": 4, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12393", + "kind": "UInt32", + "name": "IoOtherOperationCount", + "offset": 8, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12394", + "kind": "UInt32", + "name": "AvailablePages", + "offset": 12, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12395", + "kind": "UInt32", + "name": "CommittedPages", + "offset": 16, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12396", + "kind": "UInt32", + "name": "CommitLimit", + "offset": 20, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12397", + "kind": "UInt32", + "name": "PeakCommitment", + "offset": 24, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12398", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 28, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12399", + "kind": "UInt32", + "name": "CopyOnWriteCount", + "offset": 32, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12400", + "kind": "UInt32", + "name": "TransitionCount", + "offset": 36, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12401", + "kind": "UInt32", + "name": "CacheTransitionCount", + "offset": 40, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12402", + "kind": "UInt32", + "name": "DemandZeroCount", + "offset": 44, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12403", + "kind": "UInt32", + "name": "PageReadCount", + "offset": 48, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12404", + "kind": "UInt32", + "name": "PageReadIoCount", + "offset": 52, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12405", + "kind": "UInt32", + "name": "CacheReadCount", + "offset": 56, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12406", + "kind": "UInt32", + "name": "CacheIoCount", + "offset": 60, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12407", + "kind": "UInt32", + "name": "DirtyPagesWriteCount", + "offset": 64, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12408", + "kind": "UInt32", + "name": "DirtyWriteIoCount", + "offset": 68, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12409", + "kind": "UInt32", + "name": "MappedPagesWriteCount", + "offset": 72, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12410", + "kind": "UInt32", + "name": "MappedWriteIoCount", + "offset": 76, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12411", + "kind": "UInt32", + "name": "PagedPoolPages", + "offset": 80, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12412", + "kind": "UInt32", + "name": "NonPagedPoolPages", + "offset": 84, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12413", + "kind": "UInt32", + "name": "PagedPoolAllocs", + "offset": 88, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12414", + "kind": "UInt32", + "name": "PagedPoolFrees", + "offset": 92, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12415", + "kind": "UInt32", + "name": "NonPagedPoolAllocs", + "offset": 96, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12416", + "kind": "UInt32", + "name": "NonPagedPoolFrees", + "offset": 100, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12417", + "kind": "UInt32", + "name": "FreeSystemPtes", + "offset": 104, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12418", + "kind": "UInt32", + "name": "ResidentSystemCodePage", + "offset": 108, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12419", + "kind": "UInt32", + "name": "TotalSystemDriverPages", + "offset": 112, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12420", + "kind": "UInt32", + "name": "TotalSystemCodePages", + "offset": 116, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12421", + "kind": "UInt32", + "name": "NonPagedPoolLookasideHits", + "offset": 120, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12422", + "kind": "UInt32", + "name": "PagedPoolLookasideHits", + "offset": 124, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12423", + "kind": "UInt32", + "name": "AvailablePagedPoolPages", + "offset": 128, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12424", + "kind": "UInt32", + "name": "ResidentSystemCachePage", + "offset": 132, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12425", + "kind": "UInt32", + "name": "ResidentPagedPoolPage", + "offset": 136, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12426", + "kind": "UInt32", + "name": "ResidentSystemDriverPage", + "offset": 140, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12427", + "kind": "UInt32", + "name": "CcFastReadNoWait", + "offset": 144, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12428", + "kind": "UInt32", + "name": "CcFastReadWait", + "offset": 148, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12429", + "kind": "UInt32", + "name": "CcFastReadResourceMiss", + "offset": 152, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12430", + "kind": "UInt32", + "name": "CcFastReadNotPossible", + "offset": 156, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12431", + "kind": "UInt32", + "name": "CcFastMdlReadNoWait", + "offset": 160, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12432", + "kind": "UInt32", + "name": "CcFastMdlReadWait", + "offset": 164, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12433", + "kind": "UInt32", + "name": "CcFastMdlReadResourceMiss", + "offset": 168, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12434", + "kind": "UInt32", + "name": "CcFastMdlReadNotPossible", + "offset": 172, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12435", + "kind": "UInt32", + "name": "CcMapDataNoWait", + "offset": 176, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12436", + "kind": "UInt32", + "name": "CcMapDataWait", + "offset": 180, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12437", + "kind": "UInt32", + "name": "CcMapDataNoWaitMiss", + "offset": 184, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12438", + "kind": "UInt32", + "name": "CcMapDataWaitMiss", + "offset": 188, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12439", + "kind": "UInt32", + "name": "CcPinMappedDataCount", + "offset": 192, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12440", + "kind": "UInt32", + "name": "CcPinReadNoWait", + "offset": 196, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12441", + "kind": "UInt32", + "name": "CcPinReadWait", + "offset": 200, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12442", + "kind": "UInt32", + "name": "CcPinReadNoWaitMiss", + "offset": 204, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12443", + "kind": "UInt32", + "name": "CcPinReadWaitMiss", + "offset": 208, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12444", + "kind": "UInt32", + "name": "CcCopyReadNoWait", + "offset": 212, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12445", + "kind": "UInt32", + "name": "CcCopyReadWait", + "offset": 216, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12446", + "kind": "UInt32", + "name": "CcCopyReadNoWaitMiss", + "offset": 220, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12447", + "kind": "UInt32", + "name": "CcCopyReadWaitMiss", + "offset": 224, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12448", + "kind": "UInt32", + "name": "CcMdlReadNoWait", + "offset": 228, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12449", + "kind": "UInt32", + "name": "CcMdlReadWait", + "offset": 232, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12450", + "kind": "UInt32", + "name": "CcMdlReadNoWaitMiss", + "offset": 236, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12451", + "kind": "UInt32", + "name": "CcMdlReadWaitMiss", + "offset": 240, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12452", + "kind": "UInt32", + "name": "CcReadAheadIos", + "offset": 244, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12453", + "kind": "UInt32", + "name": "CcLazyWriteIos", + "offset": 248, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12454", + "kind": "UInt32", + "name": "CcLazyWritePages", + "offset": 252, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12455", + "kind": "UInt32", + "name": "CcDataFlushes", + "offset": 256, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12456", + "kind": "UInt32", + "name": "CcDataPages", + "offset": 260, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12457", + "kind": "UInt32", + "name": "ContextSwitches", + "offset": 264, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12458", + "kind": "UInt32", + "name": "FirstLevelTbFills", + "offset": 268, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12459", + "kind": "UInt32", + "name": "SecondLevelTbFills", + "offset": 272, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12460", + "kind": "UInt32", + "name": "SystemCalls", + "offset": 276, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12461", + "kind": "UInt64", + "name": "CcTotalDirtyPages", + "offset": 280, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12462", + "kind": "UInt64", + "name": "CcDirtyPageThreshold", + "offset": 288, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12463", + "kind": "Int64", + "name": "ResidentAvailablePages", + "offset": 296, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12464", + "kind": "UInt64", + "name": "SharedCommittedPages", + "offset": 304, + "parentId": "12386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12465", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12466", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "12465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12467", + "kind": "UInt32", + "name": "EntryCount", + "offset": 4, + "parentId": "12465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12468", + "kind": "UInt32", + "name": "FirstEntryOffset", + "offset": 8, + "parentId": "12465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12469", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "12465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12470", + "kind": "Struct", + "name": "_ATOM_TABLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ATOM_TABLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12471", + "kind": "UInt32", + "name": "NumberOfAtoms", + "offset": 0, + "parentId": "12470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt16", + "id": "12472", + "kind": "Array", + "name": "Atoms", + "offset": 4, + "parentId": "12470", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12473", + "kind": "Struct", + "name": "_SYSTEM_REF_TRACE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_REF_TRACE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12474", + "kind": "UInt8", + "name": "TraceEnable", + "offset": 0, + "parentId": "12473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12475", + "kind": "UInt8", + "name": "TracePermanent", + "offset": 1, + "parentId": "12473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12476", + "kind": "Struct", + "name": "TraceProcessName", + "offset": 2, + "parentId": "12473", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12477", + "kind": "Struct", + "name": "TracePoolTags", + "offset": 2, + "parentId": "12473", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12478", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12479", + "kind": "UInt32", + "name": "BucketTableEntryCount", + "offset": 0, + "parentId": "12478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12480", + "kind": "UInt32", + "name": "BucketTableOffset", + "offset": 4, + "parentId": "12478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12481", + "kind": "Struct", + "name": "_BCD_OBJECT_DATATYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_OBJECT_DATATYPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12482", + "kind": "UInt32", + "name": "PackedValue", + "offset": 0, + "parentId": "12481", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12483", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "12481", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12484", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12485", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12486", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12487", + "kind": "Struct", + "name": "PolicyCoherencyGuid", + "offset": 8, + "parentId": "12484", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12488", + "kind": "Struct", + "name": "PolicyOverrideGuid", + "offset": 8, + "parentId": "12484", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12489", + "kind": "UInt32", + "name": "ApplicationDirectoryPathType", + "offset": 8, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12490", + "kind": "UInt32", + "name": "ApplicationDirectoryLength", + "offset": 12, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12491", + "kind": "UInt32", + "name": "ApplicationDirectoryOffset", + "offset": 16, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12492", + "kind": "UInt32", + "name": "ResourceName", + "offset": 20, + "parentId": "12484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12493", + "kind": "Struct", + "name": "_SYSTEM_DPC_BEHAVIOR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_DPC_BEHAVIOR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12494", + "kind": "UInt32", + "name": "Spare", + "offset": 0, + "parentId": "12493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12495", + "kind": "UInt32", + "name": "DpcQueueDepth", + "offset": 4, + "parentId": "12493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12496", + "kind": "UInt32", + "name": "MinimumDpcRate", + "offset": 8, + "parentId": "12493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12497", + "kind": "UInt32", + "name": "AdjustDpcThreshold", + "offset": 12, + "parentId": "12493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12498", + "kind": "UInt32", + "name": "IdealDpcRate", + "offset": 16, + "parentId": "12493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12499", + "kind": "Struct", + "name": "_REFS_SMR_VOLUME_INFO_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REFS_SMR_VOLUME_INFO_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12500", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12501", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12502", + "kind": "Struct", + "name": "SizeOfRandomlyWritableTier", + "offset": 8, + "parentId": "12499", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12503", + "kind": "Struct", + "name": "FreeSpaceInRandomlyWritableTier", + "offset": 8, + "parentId": "12499", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12504", + "kind": "Struct", + "name": "SizeofSMRTier", + "offset": 8, + "parentId": "12499", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12505", + "kind": "Struct", + "name": "FreeSpaceInSMRTier", + "offset": 8, + "parentId": "12499", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12506", + "kind": "Struct", + "name": "UsableFreeSpaceInSMRTier", + "offset": 8, + "parentId": "12499", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12507", + "kind": "UInt32", + "name": "VolumeGcState", + "offset": 8, + "parentId": "12499", + "refId": "259", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12508", + "kind": "UInt32", + "name": "VolumeGcLastStatus", + "offset": 12, + "parentId": "12499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12509", + "kind": "UInt32", + "name": "CurrentGcBandFillPercentage", + "offset": 16, + "parentId": "12499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt64", + "id": "12510", + "kind": "Array", + "name": "Unused", + "offset": 20, + "parentId": "12499", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12511", + "kind": "Struct", + "name": "_SYSTEM_LEGACY_DRIVER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_LEGACY_DRIVER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12512", + "kind": "UInt32", + "name": "VetoType", + "offset": 0, + "parentId": "12511", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12513", + "kind": "Struct", + "name": "VetoList", + "offset": 4, + "parentId": "12511", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12514", + "kind": "Struct", + "name": "_SYSTEM_LOOKASIDE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_LOOKASIDE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12515", + "kind": "UInt16", + "name": "CurrentDepth", + "offset": 0, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12516", + "kind": "UInt16", + "name": "MaximumDepth", + "offset": 2, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12517", + "kind": "UInt32", + "name": "TotalAllocates", + "offset": 4, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12518", + "kind": "UInt32", + "name": "AllocateMisses", + "offset": 8, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12519", + "kind": "UInt32", + "name": "TotalFrees", + "offset": 12, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12520", + "kind": "UInt32", + "name": "FreeMisses", + "offset": 16, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12521", + "kind": "UInt32", + "name": "Type", + "offset": 20, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12522", + "kind": "UInt32", + "name": "Tag", + "offset": 24, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12523", + "kind": "UInt32", + "name": "Size", + "offset": 28, + "parentId": "12514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12524", + "kind": "Struct", + "name": "_SYSTEM_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12525", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12526", + "kind": "UInt32", + "name": "NumberOfThreads", + "offset": 4, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12527", + "kind": "Struct", + "name": "WorkingSetPrivateSize", + "offset": 8, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12528", + "kind": "UInt32", + "name": "HardFaultCount", + "offset": 8, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12529", + "kind": "UInt32", + "name": "NumberOfThreadsHighWatermark", + "offset": 12, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12530", + "kind": "UInt64", + "name": "CycleTime", + "offset": 16, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12531", + "kind": "Struct", + "name": "CreateTime", + "offset": 24, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12532", + "kind": "Struct", + "name": "UserTime", + "offset": 24, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12533", + "kind": "Struct", + "name": "KernelTime", + "offset": 24, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12534", + "kind": "Struct", + "name": "ImageName", + "offset": 24, + "parentId": "12524", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12535", + "kind": "Int32", + "name": "BasePriority", + "offset": 24, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12536", + "kind": "Hex8", + "name": "UniqueProcessId", + "offset": 28, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12537", + "kind": "Hex8", + "name": "InheritedFromUniqueProcessId", + "offset": 29, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12538", + "kind": "UInt32", + "name": "HandleCount", + "offset": 30, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12539", + "kind": "UInt32", + "name": "SessionId", + "offset": 34, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12540", + "kind": "UInt64", + "name": "UniqueProcessKey", + "offset": 38, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12541", + "kind": "UInt64", + "name": "PeakVirtualSize", + "offset": 46, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12542", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 54, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12543", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 62, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12544", + "kind": "UInt64", + "name": "PeakWorkingSetSize", + "offset": 66, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12545", + "kind": "UInt64", + "name": "WorkingSetSize", + "offset": 74, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12546", + "kind": "UInt64", + "name": "QuotaPeakPagedPoolUsage", + "offset": 82, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12547", + "kind": "UInt64", + "name": "QuotaPagedPoolUsage", + "offset": 90, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12548", + "kind": "UInt64", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 98, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12549", + "kind": "UInt64", + "name": "QuotaNonPagedPoolUsage", + "offset": 106, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12550", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 114, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12551", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 122, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12552", + "kind": "UInt64", + "name": "PrivatePageCount", + "offset": 130, + "parentId": "12524", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12553", + "kind": "Struct", + "name": "ReadOperationCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12554", + "kind": "Struct", + "name": "WriteOperationCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12555", + "kind": "Struct", + "name": "OtherOperationCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12556", + "kind": "Struct", + "name": "ReadTransferCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12557", + "kind": "Struct", + "name": "WriteTransferCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12558", + "kind": "Struct", + "name": "OtherTransferCount", + "offset": 138, + "parentId": "12524", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12559", + "kind": "Array", + "name": "Threads", + "offset": 138, + "parentId": "12524", + "refId": "9743", + "strLen": 64, + "structTypeName": "_SYSTEM_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12560", + "kind": "Struct", + "name": "_VIRTUALIZATION_INSTANCE_INFO_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIRTUALIZATION_INSTANCE_INFO_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12561", + "kind": "UInt32", + "name": "NumberOfWorkerThreads", + "offset": 0, + "parentId": "12560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12562", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "12560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12563", + "kind": "Struct", + "name": "_SM_STORE_CACHE_BACKED_PARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_CACHE_BACKED_PARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12564", + "kind": "UInt32", + "name": "SectorSize", + "offset": 0, + "parentId": "12563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12565", + "kind": "Struct", + "name": "EncryptionKey", + "offset": 4, + "parentId": "12563", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12566", + "kind": "UInt32", + "name": "EncryptionKeySize", + "offset": 4, + "parentId": "12563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12567", + "kind": "Struct", + "name": "FileInfo", + "offset": 8, + "parentId": "12563", + "refId": "12647", + "strLen": 64, + "structTypeName": "_SMKM_FILE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12568", + "kind": "Hex8", + "name": "EtaContext", + "offset": 8, + "parentId": "12563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12569", + "kind": "Struct", + "name": "StoreRegionBitmap", + "offset": 9, + "parentId": "12563", + "refId": "13584", + "strLen": 64, + "structTypeName": "_RTL_BITMAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12570", + "kind": "Struct", + "name": "_MEMORY_IMAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12571", + "kind": "Hex8", + "name": "ImageBase", + "offset": 0, + "parentId": "12570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12572", + "kind": "UInt64", + "name": "SizeOfImage", + "offset": 1, + "parentId": "12570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12573", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "12570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12574", + "kind": "UInt32", + "name": "ImageFlags", + "offset": 0, + "parentId": "12573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12575", + "kind": "Struct", + "name": "_MEMORY_ENCLAVE_IMAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_ENCLAVE_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12576", + "kind": "Struct", + "name": "ImageInfo", + "offset": 0, + "parentId": "12575", + "refId": "12570", + "strLen": 64, + "structTypeName": "_MEMORY_IMAGE_INFORMATION" + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "12577", + "kind": "Array", + "name": "UniqueID", + "offset": 0, + "parentId": "12575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "12578", + "kind": "Array", + "name": "AuthorID", + "offset": 32, + "parentId": "12575", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12579", + "kind": "Struct", + "name": "_VARIABLE_NAME_AND_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VARIABLE_NAME_AND_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12580", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "12579", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12581", + "kind": "UInt32", + "name": "ValueOffset", + "offset": 4, + "parentId": "12579", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12582", + "kind": "UInt32", + "name": "ValueLength", + "offset": 8, + "parentId": "12579", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12583", + "kind": "UInt32", + "name": "Attributes", + "offset": 12, + "parentId": "12579", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12584", + "kind": "Struct", + "name": "VendorGuid", + "offset": 16, + "parentId": "12579", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12585", + "kind": "Array", + "name": "Name", + "offset": 16, + "parentId": "12579", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12586", + "kind": "Struct", + "name": "_SECTION_IMAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECTION_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12587", + "kind": "Hex8", + "name": "TransferAddress", + "offset": 0, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12588", + "kind": "UInt32", + "name": "ZeroBits", + "offset": 1, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12589", + "kind": "UInt64", + "name": "MaximumStackSize", + "offset": 5, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12590", + "kind": "UInt64", + "name": "CommittedStackSize", + "offset": 13, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12591", + "kind": "UInt32", + "name": "SubSystemType", + "offset": 21, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12592", + "kind": "Struct", + "name": "", + "offset": 25, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12593", + "kind": "UInt32", + "name": "SubSystemVersion", + "offset": 0, + "parentId": "12592", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12594", + "kind": "Struct", + "name": "", + "offset": 29, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12595", + "kind": "UInt32", + "name": "OperatingSystemVersion", + "offset": 0, + "parentId": "12594", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12596", + "kind": "UInt16", + "name": "ImageCharacteristics", + "offset": 33, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12597", + "kind": "UInt16", + "name": "DllCharacteristics", + "offset": 35, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12598", + "kind": "UInt16", + "name": "Machine", + "offset": 37, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12599", + "kind": "UInt8", + "name": "ImageContainsCode", + "offset": 39, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12600", + "kind": "Struct", + "name": "", + "offset": 40, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12601", + "kind": "UInt8", + "name": "ImageFlags", + "offset": 0, + "parentId": "12600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12602", + "kind": "UInt32", + "name": "LoaderFlags", + "offset": 41, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12603", + "kind": "UInt32", + "name": "ImageFileSize", + "offset": 45, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12604", + "kind": "UInt32", + "name": "CheckSum", + "offset": 49, + "parentId": "12586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12605", + "kind": "Struct", + "name": "_SECTION_INTERNAL_IMAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECTION_INTERNAL_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12606", + "kind": "Struct", + "name": "SectionInformation", + "offset": 0, + "parentId": "12605", + "refId": "12586", + "strLen": 64, + "structTypeName": "_SECTION_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12607", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12605", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12608", + "kind": "UInt32", + "name": "ExtendedFlags", + "offset": 0, + "parentId": "12607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12609", + "kind": "Struct", + "name": "_SYSTEM_WRITE_CONSTRAINT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_WRITE_CONSTRAINT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12610", + "kind": "UInt32", + "name": "WriteConstraintPolicy", + "offset": 0, + "parentId": "12609", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12611", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "12609", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12612", + "kind": "Struct", + "name": "_BCD_ELEMENT_STRING", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12613", + "kind": "Array", + "name": "Value", + "offset": 0, + "parentId": "12612", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12614", + "kind": "Struct", + "name": "_BCD_ELEMENT_INTEGER_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_INTEGER_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "12615", + "kind": "Array", + "name": "Value", + "offset": 0, + "parentId": "12614", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12616", + "kind": "Struct", + "name": "BCD_ELEMENT_DESCRIPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "BCD_ELEMENT_DESCRIPTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12617", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12618", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "12616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12619", + "kind": "UInt32", + "name": "DataSize", + "offset": 8, + "parentId": "12616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12620", + "kind": "Struct", + "name": "_SYSTEM_NUMA_PROXIMITY_MAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_NUMA_PROXIMITY_MAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12621", + "kind": "UInt32", + "name": "NodeProximityId", + "offset": 0, + "parentId": "12620", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12622", + "kind": "UInt16", + "name": "NodeNumber", + "offset": 4, + "parentId": "12620", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12623", + "kind": "Struct", + "name": "_SYSTEM_SYSTEM_DISK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SYSTEM_DISK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12624", + "kind": "Struct", + "name": "SystemDisk", + "offset": 0, + "parentId": "12623", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12625", + "kind": "Struct", + "name": "_MEMORY_WORKING_SET_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_BLOCK" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 5, + "name": "Protection" + }, + { + "bitOffset": 5, + "bitWidth": 3, + "name": "ShareCount" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "Shared" + }, + { + "bitOffset": 9, + "bitWidth": 3, + "name": "Node" + }, + { + "bitOffset": 12, + "bitWidth": 52, + "name": "VirtualPage" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "12626", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12625", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12627", + "kind": "Struct", + "name": "_LDR_DLL_NOTIFICATION_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DLL_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12628", + "kind": "Struct", + "name": "Loaded", + "offset": 0, + "parentId": "12627", + "refId": "10358", + "strLen": 64, + "structTypeName": "_LDR_DLL_LOADED_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12629", + "kind": "Struct", + "name": "Unloaded", + "offset": 0, + "parentId": "12627", + "refId": "12080", + "strLen": 64, + "structTypeName": "_LDR_DLL_UNLOADED_NOTIFICATION_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12630", + "kind": "Struct", + "name": "_LDR_FAILURE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_FAILURE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12631", + "kind": "Int32", + "name": "Status", + "offset": 0, + "parentId": "12630", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "12632", + "kind": "Array", + "name": "DllName", + "offset": 4, + "parentId": "12630", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "12633", + "kind": "Array", + "name": "AdditionalInfo", + "offset": 4, + "parentId": "12630", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12634", + "kind": "Struct", + "name": "_ST_READ_LATENCY_BUCKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_READ_LATENCY_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12635", + "kind": "UInt32", + "name": "LatencyUs", + "offset": 0, + "parentId": "12634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12636", + "kind": "UInt32", + "name": "Count", + "offset": 4, + "parentId": "12634", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12637", + "kind": "Struct", + "name": "_ST_STATS_SPACE_BITMAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_STATS_SPACE_BITMAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12638", + "kind": "UInt64", + "name": "CompressedBytes", + "offset": 0, + "parentId": "12637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12639", + "kind": "UInt32", + "name": "BytesPerBit", + "offset": 8, + "parentId": "12637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12640", + "kind": "Array", + "name": "StoreBitmap", + "offset": 12, + "parentId": "12637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12641", + "kind": "Struct", + "name": "EVENT_INSTANCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "EVENT_INSTANCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12642", + "kind": "Hex8", + "name": "RegHandle", + "offset": 0, + "parentId": "12641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12643", + "kind": "UInt32", + "name": "InstanceId", + "offset": 1, + "parentId": "12641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12644", + "kind": "Struct", + "name": "_MMPFN_MEMSNAP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MMPFN_MEMSNAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12645", + "kind": "UInt64", + "name": "InitialPageFrameIndex", + "offset": 0, + "parentId": "12644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12646", + "kind": "UInt64", + "name": "Count", + "offset": 8, + "parentId": "12644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12647", + "kind": "Struct", + "name": "_SMKM_FILE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMKM_FILE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12648", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "12647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12649", + "kind": "Struct", + "name": "FileObject", + "offset": 1, + "parentId": "12647", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_OBJECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12650", + "kind": "Struct", + "name": "VolumeFileObject", + "offset": 1, + "parentId": "12647", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_OBJECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12651", + "kind": "Struct", + "name": "VolumeDeviceObject", + "offset": 1, + "parentId": "12647", + "refId": "0", + "strLen": 64, + "structTypeName": "_DEVICE_OBJECT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12652", + "kind": "Hex8", + "name": "VolumePnpHandle", + "offset": 1, + "parentId": "12647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12653", + "kind": "Struct", + "name": "UsageNotificationIrp", + "offset": 2, + "parentId": "12647", + "refId": "0", + "strLen": 64, + "structTypeName": "_IRP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12654", + "kind": "Struct", + "name": "Extents", + "offset": 2, + "parentId": "12647", + "refId": "12804", + "strLen": 64, + "structTypeName": "_SMKM_REGION_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12655", + "kind": "UInt32", + "name": "ExtentCount", + "offset": 2, + "parentId": "12647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12656", + "kind": "Struct", + "name": "_COVERAGE_MODULES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COVERAGE_MODULES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12657", + "kind": "UInt32", + "name": "ListAndReset", + "offset": 0, + "parentId": "12656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12658", + "kind": "UInt32", + "name": "NumberOfModules", + "offset": 4, + "parentId": "12656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12659", + "kind": "Struct", + "name": "ModuleRequestInfo", + "offset": 8, + "parentId": "12656", + "refId": "6110", + "strLen": 64, + "structTypeName": "_COVERAGE_MODULE_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12660", + "kind": "Array", + "name": "Modules", + "offset": 8, + "parentId": "12656", + "refId": "6030", + "strLen": 64, + "structTypeName": "_COVERAGE_MODULE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12661", + "kind": "Struct", + "name": "_SYSTEM_PAGEFILE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PAGEFILE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12662", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12663", + "kind": "Struct", + "name": "Info", + "offset": 0, + "parentId": "12662", + "refId": "11647", + "strLen": 64, + "structTypeName": "_SYSTEM_PAGEFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12664", + "kind": "UInt32", + "name": "MinimumSize", + "offset": 0, + "parentId": "12661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12665", + "kind": "UInt32", + "name": "MaximumSize", + "offset": 4, + "parentId": "12661", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12666", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_FAULTS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_FAULTS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12667", + "kind": "UInt32", + "name": "Probability", + "offset": 0, + "parentId": "12666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12668", + "kind": "UInt32", + "name": "MaxProbability", + "offset": 4, + "parentId": "12666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12669", + "kind": "Struct", + "name": "PoolTags", + "offset": 8, + "parentId": "12666", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12670", + "kind": "Struct", + "name": "Applications", + "offset": 8, + "parentId": "12666", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12671", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12672", + "kind": "UInt32", + "name": "Hits", + "offset": 0, + "parentId": "12671", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12673", + "kind": "UInt8", + "name": "PercentFrequency", + "offset": 4, + "parentId": "12671", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12674", + "kind": "Struct", + "name": "_SMC_CACHE_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_STATS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12675", + "kind": "UInt64", + "name": "TotalFileSize", + "offset": 0, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12676", + "kind": "UInt32", + "name": "StoreCount", + "offset": 8, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12677", + "kind": "UInt32", + "name": "RegionCount", + "offset": 12, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12678", + "kind": "UInt32", + "name": "RegionSizeBytes", + "offset": 16, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 6, + "name": "FileCount" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "PerformsFileIo" + }, + { + "bitOffset": 7, + "bitWidth": 25, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "12679", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "12680", + "kind": "Array", + "name": "StoreIds", + "offset": 24, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12681", + "kind": "UInt32", + "name": "PhysicalStoreBitmap", + "offset": 88, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12682", + "kind": "UInt32", + "name": "Priority", + "offset": 92, + "parentId": "12674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 512, + "collapsed": true, + "elementKind": "Struct", + "id": "12683", + "kind": "Array", + "name": "TemplateFilePath", + "offset": 96, + "parentId": "12674", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12684", + "kind": "Struct", + "name": "_SMC_CACHE_STATS_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_STATS_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "NoFilePath" + }, + { + "bitOffset": 9, + "bitWidth": 23, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "12685", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12686", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "12684", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12687", + "kind": "Struct", + "name": "CacheStats", + "offset": 8, + "parentId": "12684", + "refId": "12674", + "strLen": 64, + "structTypeName": "_SMC_CACHE_STATS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12688", + "kind": "Struct", + "name": "_SYSTEM_VA_LIST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VA_LIST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12689", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 0, + "parentId": "12688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12690", + "kind": "UInt64", + "name": "VirtualPeak", + "offset": 8, + "parentId": "12688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12691", + "kind": "UInt64", + "name": "VirtualLimit", + "offset": 16, + "parentId": "12688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12692", + "kind": "UInt64", + "name": "AllocationFailures", + "offset": 24, + "parentId": "12688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12693", + "kind": "Struct", + "name": "_SYSTEM_POOL_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12694", + "kind": "UInt8", + "name": "Allocated", + "offset": 0, + "parentId": "12693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12695", + "kind": "UInt8", + "name": "Spare0", + "offset": 1, + "parentId": "12693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12696", + "kind": "UInt16", + "name": "AllocatorBackTraceIndex", + "offset": 2, + "parentId": "12693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12697", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "12693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12698", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "12693", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "12699", + "kind": "Array", + "name": "Tag", + "offset": 0, + "parentId": "12698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12700", + "kind": "UInt32", + "name": "TagUlong", + "offset": 0, + "parentId": "12698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12701", + "kind": "Hex8", + "name": "ProcessChargedQuota", + "offset": 0, + "parentId": "12698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12702", + "kind": "Struct", + "name": "_SYSTEM_POOL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12703", + "kind": "UInt64", + "name": "TotalSize", + "offset": 0, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12704", + "kind": "Hex8", + "name": "FirstEntry", + "offset": 8, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12705", + "kind": "UInt16", + "name": "EntryOverhead", + "offset": 9, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12706", + "kind": "UInt8", + "name": "PoolTagPresent", + "offset": 11, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12707", + "kind": "UInt8", + "name": "Spare0", + "offset": 12, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12708", + "kind": "UInt32", + "name": "NumberOfEntries", + "offset": 13, + "parentId": "12702", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12709", + "kind": "Array", + "name": "Entries", + "offset": 17, + "parentId": "12702", + "refId": "12693", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12710", + "kind": "Struct", + "name": "_SYSTEM_BASIC_PERFORMANCE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BASIC_PERFORMANCE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12711", + "kind": "UInt64", + "name": "AvailablePages", + "offset": 0, + "parentId": "12710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12712", + "kind": "UInt64", + "name": "CommittedPages", + "offset": 8, + "parentId": "12710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12713", + "kind": "UInt64", + "name": "CommitLimit", + "offset": 16, + "parentId": "12710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12714", + "kind": "UInt64", + "name": "PeakCommitment", + "offset": 24, + "parentId": "12710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12715", + "kind": "Struct", + "name": "_SYSTEM_WATCHDOG_TIMER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_WATCHDOG_TIMER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12716", + "kind": "UInt32", + "name": "WdInfoClass", + "offset": 0, + "parentId": "12715", + "refId": "282", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12717", + "kind": "UInt32", + "name": "DataValue", + "offset": 4, + "parentId": "12715", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12718", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12719", + "kind": "UInt32", + "name": "ChainCount", + "offset": 0, + "parentId": "12718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12720", + "kind": "UInt32", + "name": "ChainOffset", + "offset": 4, + "parentId": "12718", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12721", + "kind": "Struct", + "name": "_SYSTEM_PROCESS_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESS_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12722", + "kind": "Hex8", + "name": "ProcessId", + "offset": 0, + "parentId": "12721", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12723", + "kind": "Struct", + "name": "ImageName", + "offset": 1, + "parentId": "12721", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12724", + "kind": "Struct", + "name": "_SYSTEM_POLICY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12725", + "kind": "Hex8", + "name": "InputData", + "offset": 0, + "parentId": "12724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12726", + "kind": "Hex8", + "name": "OutputData", + "offset": 1, + "parentId": "12724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12727", + "kind": "UInt32", + "name": "InputDataSize", + "offset": 2, + "parentId": "12724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12728", + "kind": "UInt32", + "name": "OutputDataSize", + "offset": 6, + "parentId": "12724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12729", + "kind": "UInt32", + "name": "Version", + "offset": 10, + "parentId": "12724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12730", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_INFORMATION_LEGACY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_INFORMATION_LEGACY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12731", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12732", + "kind": "UInt32", + "name": "Level", + "offset": 4, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12733", + "kind": "Struct", + "name": "DriverName", + "offset": 8, + "parentId": "12730", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12734", + "kind": "UInt32", + "name": "RaiseIrqls", + "offset": 8, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12735", + "kind": "UInt32", + "name": "AcquireSpinLocks", + "offset": 12, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12736", + "kind": "UInt32", + "name": "SynchronizeExecutions", + "offset": 16, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12737", + "kind": "UInt32", + "name": "AllocationsAttempted", + "offset": 20, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12738", + "kind": "UInt32", + "name": "AllocationsSucceeded", + "offset": 24, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12739", + "kind": "UInt32", + "name": "AllocationsSucceededSpecialPool", + "offset": 28, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12740", + "kind": "UInt32", + "name": "AllocationsWithNoTag", + "offset": 32, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12741", + "kind": "UInt32", + "name": "TrimRequests", + "offset": 36, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12742", + "kind": "UInt32", + "name": "Trims", + "offset": 40, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12743", + "kind": "UInt32", + "name": "AllocationsFailed", + "offset": 44, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12744", + "kind": "UInt32", + "name": "AllocationsFailedDeliberately", + "offset": 48, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12745", + "kind": "UInt32", + "name": "Loads", + "offset": 52, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12746", + "kind": "UInt32", + "name": "Unloads", + "offset": 56, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12747", + "kind": "UInt32", + "name": "UnTrackedPool", + "offset": 60, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12748", + "kind": "UInt32", + "name": "CurrentPagedPoolAllocations", + "offset": 64, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12749", + "kind": "UInt32", + "name": "CurrentNonPagedPoolAllocations", + "offset": 68, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12750", + "kind": "UInt32", + "name": "PeakPagedPoolAllocations", + "offset": 72, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12751", + "kind": "UInt32", + "name": "PeakNonPagedPoolAllocations", + "offset": 76, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12752", + "kind": "UInt64", + "name": "PagedPoolUsageInBytes", + "offset": 80, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12753", + "kind": "UInt64", + "name": "NonPagedPoolUsageInBytes", + "offset": 88, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12754", + "kind": "UInt64", + "name": "PeakPagedPoolUsageInBytes", + "offset": 96, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12755", + "kind": "UInt64", + "name": "PeakNonPagedPoolUsageInBytes", + "offset": 104, + "parentId": "12730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12756", + "kind": "Struct", + "name": "_MEMORY_PARTITION_PAGE_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_PAGE_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12757", + "kind": "UInt64", + "name": "StartPage", + "offset": 0, + "parentId": "12756", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12758", + "kind": "UInt64", + "name": "NumberOfPages", + "offset": 8, + "parentId": "12756", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12759", + "kind": "Struct", + "name": "_SYSTEM_VHD_BOOT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VHD_BOOT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12760", + "kind": "UInt8", + "name": "OsDiskIsVhd", + "offset": 0, + "parentId": "12759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12761", + "kind": "UInt32", + "name": "OsVhdFilePathOffset", + "offset": 1, + "parentId": "12759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12762", + "kind": "Array", + "name": "OsVhdParentVolume", + "offset": 5, + "parentId": "12759", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12763", + "kind": "Struct", + "name": "_MEMORY_PARTITION_INITIAL_ADD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_INITIAL_ADD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12764", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12765", + "kind": "UInt32", + "name": "NumberOfRanges", + "offset": 4, + "parentId": "12763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12766", + "kind": "UInt64", + "name": "NumberOfPagesAdded", + "offset": 8, + "parentId": "12763", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12767", + "kind": "Array", + "name": "PartitionRanges", + "offset": 16, + "parentId": "12763", + "refId": "12756", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_PAGE_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12768", + "kind": "Struct", + "name": "_SYSTEM_BIGPOOL_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BIGPOOL_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12769", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12770", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "12769", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "NonPaged" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "12771", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12769", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12772", + "kind": "UInt64", + "name": "SizeInBytes", + "offset": 1, + "parentId": "12768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12773", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "12768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "12774", + "kind": "Array", + "name": "Tag", + "offset": 0, + "parentId": "12773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12775", + "kind": "UInt32", + "name": "TagUlong", + "offset": 0, + "parentId": "12773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12776", + "kind": "Struct", + "name": "_TPM_BOOT_ENTROPY_NT_RESULT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TPM_BOOT_ENTROPY_NT_RESULT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12777", + "kind": "UInt64", + "name": "Policy", + "offset": 0, + "parentId": "12776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12778", + "kind": "UInt32", + "name": "ResultCode", + "offset": 8, + "parentId": "12776", + "refId": "306", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12779", + "kind": "Int32", + "name": "ResultStatus", + "offset": 12, + "parentId": "12776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12780", + "kind": "UInt64", + "name": "Time", + "offset": 16, + "parentId": "12776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12781", + "kind": "UInt32", + "name": "EntropyLength", + "offset": 24, + "parentId": "12776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 40, + "collapsed": false, + "elementKind": "UInt8", + "id": "12782", + "kind": "Array", + "name": "EntropyData", + "offset": 28, + "parentId": "12776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12783", + "kind": "Struct", + "name": "_SYSTEM_EDID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_EDID_INFORMATION" + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt8", + "id": "12784", + "kind": "Array", + "name": "Edid", + "offset": 0, + "parentId": "12783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12785", + "kind": "Struct", + "name": "_HV_DETAILS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt32", + "id": "12786", + "kind": "Array", + "name": "Data", + "offset": 0, + "parentId": "12785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12787", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_DETAIL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_DETAIL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12788", + "kind": "Struct", + "name": "HvVendorAndMaxFunction", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12789", + "kind": "Struct", + "name": "HypervisorInterface", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12790", + "kind": "Struct", + "name": "HypervisorVersion", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12791", + "kind": "Struct", + "name": "HvFeatures", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12792", + "kind": "Struct", + "name": "HwFeatures", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12793", + "kind": "Struct", + "name": "EnlightenmentInfo", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12794", + "kind": "Struct", + "name": "ImplementationLimits", + "offset": 0, + "parentId": "12787", + "refId": "12785", + "strLen": 64, + "structTypeName": "_HV_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12795", + "kind": "Struct", + "name": "_ST_STATS_REGION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_STATS_REGION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12796", + "kind": "UInt16", + "name": "SpaceUsed", + "offset": 0, + "parentId": "12795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12797", + "kind": "UInt8", + "name": "Priority", + "offset": 2, + "parentId": "12795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12798", + "kind": "UInt8", + "name": "Spare", + "offset": 3, + "parentId": "12795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12799", + "kind": "Struct", + "name": "_SYSTEM_POINTER_AUTH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POINTER_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12800", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12801", + "kind": "UInt16", + "name": "SupportedFlags", + "offset": 0, + "parentId": "12800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12802", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "12799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12803", + "kind": "UInt16", + "name": "EnabledFlags", + "offset": 0, + "parentId": "12802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12804", + "kind": "Struct", + "name": "_SMKM_REGION_EXTENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMKM_REGION_EXTENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12805", + "kind": "UInt32", + "name": "RegionCount", + "offset": 0, + "parentId": "12804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12806", + "kind": "UInt64", + "name": "ByteOffset", + "offset": 4, + "parentId": "12804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12807", + "kind": "Struct", + "name": "_SYSTEM_PHYSICAL_MEMORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PHYSICAL_MEMORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12808", + "kind": "UInt64", + "name": "TotalPhysicalBytes", + "offset": 0, + "parentId": "12807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12809", + "kind": "UInt64", + "name": "LowestPhysicalAddress", + "offset": 8, + "parentId": "12807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12810", + "kind": "UInt64", + "name": "HighestPhysicalAddress", + "offset": 16, + "parentId": "12807", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12811", + "kind": "Struct", + "name": "_SM_STORE_LIST_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_LIST_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 8, + "name": "StoreCount" + }, + { + "bitOffset": 16, + "bitWidth": 1, + "name": "ExtendedRequest" + }, + { + "bitOffset": 17, + "bitWidth": 15, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "12812", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt32", + "id": "12813", + "kind": "Array", + "name": "StoreId", + "offset": 4, + "parentId": "12811", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12814", + "kind": "Struct", + "name": "_SM_STORE_LIST_REQUEST_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_LIST_REQUEST_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12815", + "kind": "Struct", + "name": "Request", + "offset": 0, + "parentId": "12814", + "refId": "12811", + "strLen": 64, + "structTypeName": "_SM_STORE_LIST_REQUEST" + }, + { + "arrayLen": 2048, + "collapsed": true, + "elementKind": "Struct", + "id": "12816", + "kind": "Array", + "name": "NameBuffer", + "offset": 0, + "parentId": "12814", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12817", + "kind": "Struct", + "name": "_SYSTEM_REGISTRY_QUOTA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_REGISTRY_QUOTA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12818", + "kind": "UInt32", + "name": "RegistryQuotaAllowed", + "offset": 0, + "parentId": "12817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12819", + "kind": "UInt32", + "name": "RegistryQuotaUsed", + "offset": 4, + "parentId": "12817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12820", + "kind": "UInt64", + "name": "PagedPoolSize", + "offset": 8, + "parentId": "12817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12821", + "kind": "Struct", + "name": "_SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12822", + "kind": "Hex8", + "name": "FileHandle", + "offset": 0, + "parentId": "12821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12823", + "kind": "UInt32", + "name": "ImageSize", + "offset": 1, + "parentId": "12821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12824", + "kind": "Hex8", + "name": "Image", + "offset": 5, + "parentId": "12821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12825", + "kind": "Struct", + "name": "_OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12826", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12827", + "kind": "UInt32", + "name": "AbnormalResetOccurred", + "offset": 4, + "parentId": "12825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12828", + "kind": "UInt32", + "name": "OfflineMemoryDumpCapable", + "offset": 8, + "parentId": "12825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12829", + "kind": "Struct", + "name": "ResetDataAddress", + "offset": 12, + "parentId": "12825", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12830", + "kind": "UInt32", + "name": "ResetDataSize", + "offset": 12, + "parentId": "12825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12831", + "kind": "Struct", + "name": "_ST_IO_STATS_PERIOD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_IO_STATS_PERIOD" + }, + { + "arrayLen": 5, + "collapsed": false, + "elementKind": "UInt32", + "id": "12832", + "kind": "Array", + "name": "PageCounts", + "offset": 0, + "parentId": "12831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12833", + "kind": "Struct", + "name": "_ST_IO_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_IO_STATS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12834", + "kind": "UInt32", + "name": "PeriodCount", + "offset": 0, + "parentId": "12833", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "12835", + "kind": "Array", + "name": "Periods", + "offset": 4, + "parentId": "12833", + "refId": "12831", + "strLen": 64, + "structTypeName": "_ST_IO_STATS_PERIOD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12836", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_FEATURES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_FEATURES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12837", + "kind": "UInt64", + "name": "ProcessorFeatureBits", + "offset": 0, + "parentId": "12836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12838", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "12836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12839", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "12836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12840", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "12836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12841", + "kind": "Struct", + "name": "_QUERY_PERFORMANCE_COUNTER_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_QUERY_PERFORMANCE_COUNTER_FLAGS" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12842", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12841", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12843", + "kind": "UInt32", + "name": "ul", + "offset": 0, + "parentId": "12842", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12844", + "kind": "Struct", + "name": "_SYSTEM_SESSION_MAPPED_VIEW_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SESSION_MAPPED_VIEW_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12845", + "kind": "UInt64", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "12844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12846", + "kind": "UInt32", + "name": "SessionId", + "offset": 8, + "parentId": "12844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12847", + "kind": "UInt32", + "name": "ViewFailures", + "offset": 12, + "parentId": "12844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12848", + "kind": "UInt64", + "name": "NumberOfBytesAvailable", + "offset": 16, + "parentId": "12844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12849", + "kind": "UInt64", + "name": "NumberOfBytesAvailableContiguous", + "offset": 24, + "parentId": "12844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12850", + "kind": "Struct", + "name": "_SYSTEM_BOOT_GRAPHICS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BOOT_GRAPHICS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12851", + "kind": "Struct", + "name": "FrameBuffer", + "offset": 0, + "parentId": "12850", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12852", + "kind": "UInt32", + "name": "Width", + "offset": 0, + "parentId": "12850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12853", + "kind": "UInt32", + "name": "Height", + "offset": 4, + "parentId": "12850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12854", + "kind": "UInt32", + "name": "PixelStride", + "offset": 8, + "parentId": "12850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12855", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "12850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12856", + "kind": "UInt32", + "name": "Format", + "offset": 16, + "parentId": "12850", + "refId": "308", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12857", + "kind": "UInt32", + "name": "DisplayRotation", + "offset": 20, + "parentId": "12850", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12858", + "kind": "Struct", + "name": "_SYSTEM_CONSOLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CONSOLE_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "DriverLoaded" + }, + { + "bitOffset": 1, + "bitWidth": 31, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "12859", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12860", + "kind": "Struct", + "name": "_SYSTEM_VERIFIER_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VERIFIER_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12861", + "kind": "UInt32", + "name": "VerifyMode", + "offset": 0, + "parentId": "12860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12862", + "kind": "UInt32", + "name": "OptionChanges", + "offset": 4, + "parentId": "12860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12863", + "kind": "Struct", + "name": "PreviousBucketName", + "offset": 8, + "parentId": "12860", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12864", + "kind": "UInt32", + "name": "IrpCancelTimeoutMsec", + "offset": 8, + "parentId": "12860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12865", + "kind": "UInt32", + "name": "VerifierExtensionEnabled", + "offset": 12, + "parentId": "12860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12866", + "kind": "Hex32", + "name": "", + "offset": 16, + "parentId": "12860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12867", + "kind": "Struct", + "name": "_SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12868", + "kind": "Hex8", + "name": "KeyHandle", + "offset": 0, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12869", + "kind": "Struct", + "name": "ValueNamePointer", + "offset": 1, + "parentId": "12867", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12870", + "kind": "UInt32", + "name": "RequiredLengthPointer", + "offset": 1, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12871", + "kind": "UInt8", + "name": "Buffer", + "offset": 5, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12872", + "kind": "UInt32", + "name": "BufferLength", + "offset": 6, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12873", + "kind": "UInt32", + "name": "Type", + "offset": 10, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12874", + "kind": "UInt8", + "name": "AppendBuffer", + "offset": 14, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12875", + "kind": "UInt32", + "name": "AppendBufferLength", + "offset": 15, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12876", + "kind": "UInt8", + "name": "CreateIfDoesntExist", + "offset": 19, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12877", + "kind": "UInt8", + "name": "TruncateExistingValue", + "offset": 20, + "parentId": "12867", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12878", + "kind": "Struct", + "name": "_SYSTEM_ERROR_PORT_TIMEOUTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ERROR_PORT_TIMEOUTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12879", + "kind": "UInt32", + "name": "StartTimeout", + "offset": 0, + "parentId": "12878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12880", + "kind": "UInt32", + "name": "CommTimeout", + "offset": 4, + "parentId": "12878", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12881", + "kind": "Struct", + "name": "_SYSTEM_CODEINTEGRITYPOLICY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CODEINTEGRITYPOLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12882", + "kind": "UInt32", + "name": "Options", + "offset": 0, + "parentId": "12881", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12883", + "kind": "UInt32", + "name": "HVCIOptions", + "offset": 4, + "parentId": "12881", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12884", + "kind": "UInt64", + "name": "Version", + "offset": 8, + "parentId": "12881", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12885", + "kind": "Struct", + "name": "PolicyGuid", + "offset": 16, + "parentId": "12881", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12886", + "kind": "Struct", + "name": "_SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12887", + "kind": "UInt64", + "name": "TimeAdjustment", + "offset": 0, + "parentId": "12886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12888", + "kind": "UInt8", + "name": "Enable", + "offset": 8, + "parentId": "12886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12889", + "kind": "Struct", + "name": "_SYSTEM_ISOLATED_USER_MODE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ISOLATED_USER_MODE_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "SecureKernelRunning" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "HvciEnabled" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "HvciStrictMode" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "DebugEnabled" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "FirmwarePageProtection" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "EncryptionKeyAvailable" + }, + { + "bitOffset": 6, + "bitWidth": 2, + "name": "SpareFlags" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "TrustletRunning" + }, + { + "bitOffset": 9, + "bitWidth": 1, + "name": "HvciDisableAllowed" + }, + { + "bitOffset": 10, + "bitWidth": 6, + "name": "SpareFlags2" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "12890", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "12889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 6, + "collapsed": false, + "elementKind": "UInt8", + "id": "12891", + "kind": "Array", + "name": "Spare0", + "offset": 2, + "parentId": "12889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12892", + "kind": "UInt64", + "name": "Spare1", + "offset": 8, + "parentId": "12889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12893", + "kind": "Struct", + "name": "_SYSTEM_EXCEPTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_EXCEPTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12894", + "kind": "UInt32", + "name": "AlignmentFixupCount", + "offset": 0, + "parentId": "12893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12895", + "kind": "UInt32", + "name": "ExceptionDispatchCount", + "offset": 4, + "parentId": "12893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12896", + "kind": "UInt32", + "name": "FloatingEmulationCount", + "offset": 8, + "parentId": "12893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12897", + "kind": "UInt32", + "name": "ByteWordEmulationCount", + "offset": 12, + "parentId": "12893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12898", + "kind": "Struct", + "name": "_FILE_FS_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12899", + "kind": "Struct", + "name": "FreeSpaceStartFiltering", + "offset": 0, + "parentId": "12898", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12900", + "kind": "Struct", + "name": "FreeSpaceThreshold", + "offset": 0, + "parentId": "12898", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12901", + "kind": "Struct", + "name": "FreeSpaceStopFiltering", + "offset": 0, + "parentId": "12898", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12902", + "kind": "Struct", + "name": "DefaultQuotaThreshold", + "offset": 0, + "parentId": "12898", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12903", + "kind": "Struct", + "name": "DefaultQuotaLimit", + "offset": 0, + "parentId": "12898", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12904", + "kind": "UInt32", + "name": "FileSystemControlFlags", + "offset": 0, + "parentId": "12898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12905", + "kind": "Struct", + "name": "_SYSTEM_SINGLE_MODULE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SINGLE_MODULE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12906", + "kind": "Hex8", + "name": "TargetModuleAddress", + "offset": 0, + "parentId": "12905", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12907", + "kind": "Struct", + "name": "ExInfo", + "offset": 1, + "parentId": "12905", + "refId": "12109", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12908", + "kind": "Struct", + "name": "_SYSTEM_CRASH_DUMP_STATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CRASH_DUMP_STATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12909", + "kind": "UInt32", + "name": "CrashDumpConfigurationClass", + "offset": 0, + "parentId": "12908", + "refId": "278", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12910", + "kind": "Struct", + "name": "_SYSTEM_KERNEL_DEBUGGER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_KERNEL_DEBUGGER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12911", + "kind": "UInt8", + "name": "KernelDebuggerEnabled", + "offset": 0, + "parentId": "12910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12912", + "kind": "UInt8", + "name": "KernelDebuggerNotPresent", + "offset": 1, + "parentId": "12910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12913", + "kind": "Struct", + "name": "_FILE_DIRECTORY_NEXT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DIRECTORY_NEXT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12914", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "12913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12915", + "kind": "Struct", + "name": "_SYSTEM_MANUFACTURING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MANUFACTURING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12916", + "kind": "UInt32", + "name": "Options", + "offset": 0, + "parentId": "12915", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12917", + "kind": "Struct", + "name": "ProfileName", + "offset": 4, + "parentId": "12915", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12918", + "kind": "Struct", + "name": "_SYSTEM_CONTEXT_SWITCH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CONTEXT_SWITCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12919", + "kind": "UInt32", + "name": "ContextSwitches", + "offset": 0, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12920", + "kind": "UInt32", + "name": "FindAny", + "offset": 4, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12921", + "kind": "UInt32", + "name": "FindLast", + "offset": 8, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12922", + "kind": "UInt32", + "name": "FindIdeal", + "offset": 12, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12923", + "kind": "UInt32", + "name": "IdleAny", + "offset": 16, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12924", + "kind": "UInt32", + "name": "IdleCurrent", + "offset": 20, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12925", + "kind": "UInt32", + "name": "IdleLast", + "offset": 24, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12926", + "kind": "UInt32", + "name": "IdleIdeal", + "offset": 28, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12927", + "kind": "UInt32", + "name": "PreemptAny", + "offset": 32, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12928", + "kind": "UInt32", + "name": "PreemptCurrent", + "offset": 36, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12929", + "kind": "UInt32", + "name": "PreemptLast", + "offset": 40, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12930", + "kind": "UInt32", + "name": "SwitchToIdle", + "offset": 44, + "parentId": "12918", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12931", + "kind": "Struct", + "name": "_SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12932", + "kind": "UInt8", + "name": "Enabled", + "offset": 0, + "parentId": "12931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12933", + "kind": "Struct", + "name": "_OBJECT_HANDLE_FLAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_HANDLE_FLAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12934", + "kind": "UInt8", + "name": "Inherit", + "offset": 0, + "parentId": "12933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12935", + "kind": "UInt8", + "name": "ProtectFromClose", + "offset": 1, + "parentId": "12933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12936", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_IDLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_IDLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12937", + "kind": "UInt64", + "name": "IdleTime", + "offset": 0, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12938", + "kind": "UInt64", + "name": "C1Time", + "offset": 8, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12939", + "kind": "UInt64", + "name": "C2Time", + "offset": 16, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12940", + "kind": "UInt64", + "name": "C3Time", + "offset": 24, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12941", + "kind": "UInt32", + "name": "C1Transitions", + "offset": 32, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12942", + "kind": "UInt32", + "name": "C2Transitions", + "offset": 36, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12943", + "kind": "UInt32", + "name": "C3Transitions", + "offset": 40, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12944", + "kind": "UInt32", + "name": "Padding", + "offset": 44, + "parentId": "12936", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12945", + "kind": "Struct", + "name": "_ALPC_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12946", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12945", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12947", + "kind": "UInt32", + "name": "SequenceNo", + "offset": 4, + "parentId": "12945", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12948", + "kind": "Hex8", + "name": "PortContext", + "offset": 8, + "parentId": "12945", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12949", + "kind": "Struct", + "name": "_FILE_KNOWN_FOLDER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_KNOWN_FOLDER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12950", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "12949", + "refId": "302", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12951", + "kind": "Struct", + "name": "_SYSTEM_TPM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_TPM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12952", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "12951", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12953", + "kind": "Struct", + "name": "_ISOLATION_MANIFEST_PROPERTIES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ISOLATION_MANIFEST_PROPERTIES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12954", + "kind": "Struct", + "name": "InstancePath", + "offset": 0, + "parentId": "12953", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12955", + "kind": "Struct", + "name": "FriendlyName", + "offset": 0, + "parentId": "12953", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12956", + "kind": "Struct", + "name": "Description", + "offset": 0, + "parentId": "12953", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12957", + "kind": "UInt64", + "name": "Level", + "offset": 0, + "parentId": "12953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12958", + "kind": "Struct", + "name": "_ATOM_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ATOM_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12959", + "kind": "UInt16", + "name": "UsageCount", + "offset": 0, + "parentId": "12958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12960", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "12958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12961", + "kind": "UInt16", + "name": "NameLength", + "offset": 4, + "parentId": "12958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12962", + "kind": "Array", + "name": "Name", + "offset": 6, + "parentId": "12958", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12963", + "kind": "Struct", + "name": "_SYSTEM_RANGE_START_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_RANGE_START_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12964", + "kind": "UInt64", + "name": "SystemRangeStart", + "offset": 0, + "parentId": "12963", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12965", + "kind": "Struct", + "name": "_FILE_FS_VOLUME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_VOLUME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12966", + "kind": "Struct", + "name": "VolumeCreationTime", + "offset": 0, + "parentId": "12965", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12967", + "kind": "UInt32", + "name": "VolumeSerialNumber", + "offset": 0, + "parentId": "12965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12968", + "kind": "UInt32", + "name": "VolumeLabelLength", + "offset": 4, + "parentId": "12965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12969", + "kind": "UInt8", + "name": "SupportsObjects", + "offset": 8, + "parentId": "12965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12970", + "kind": "Array", + "name": "VolumeLabel", + "offset": 9, + "parentId": "12965", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12971", + "kind": "Struct", + "name": "_SYSTEM_KERNEL_DEBUGGER_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_KERNEL_DEBUGGER_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12972", + "kind": "UInt8", + "name": "KernelDebuggerIgnoreUmExceptions", + "offset": 0, + "parentId": "12971", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12973", + "kind": "Struct", + "name": "_SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12974", + "kind": "Hex8", + "name": "ImageFile", + "offset": 0, + "parentId": "12973", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12975", + "kind": "UInt32", + "name": "Type", + "offset": 1, + "parentId": "12973", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12976", + "kind": "Struct", + "name": "_SYSTEM_SESSION_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SESSION_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12977", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "12976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12978", + "kind": "UInt32", + "name": "SizeOfBuf", + "offset": 4, + "parentId": "12976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12979", + "kind": "Hex8", + "name": "Buffer", + "offset": 8, + "parentId": "12976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12980", + "kind": "Struct", + "name": "_PF_ROBUSTNESS_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_ROBUSTNESS_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12981", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "12980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12982", + "kind": "UInt32", + "name": "Command", + "offset": 4, + "parentId": "12980", + "refId": "305", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12983", + "kind": "UInt32", + "name": "DeprioProcessCount", + "offset": 8, + "parentId": "12980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12984", + "kind": "UInt32", + "name": "ExemptProcessCount", + "offset": 12, + "parentId": "12980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12985", + "kind": "UInt32", + "name": "DeprioFileCount", + "offset": 16, + "parentId": "12980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12986", + "kind": "UInt32", + "name": "ExemptFileCount", + "offset": 20, + "parentId": "12980", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12987", + "kind": "Array", + "name": "ProcessEntries", + "offset": 24, + "parentId": "12980", + "refId": "2281", + "strLen": 64, + "structTypeName": "_PF_ROBUST_PROCESS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "12988", + "kind": "Array", + "name": "FileEntries", + "offset": 24, + "parentId": "12980", + "refId": "10923", + "strLen": 64, + "structTypeName": "_PF_ROBUST_FILE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12989", + "kind": "Struct", + "name": "_SYSTEM_INTERRUPT_CPU_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INTERRUPT_CPU_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12990", + "kind": "UInt32", + "name": "Gsiv", + "offset": 0, + "parentId": "12989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12991", + "kind": "UInt16", + "name": "Group", + "offset": 4, + "parentId": "12989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12992", + "kind": "UInt64", + "name": "CpuSets", + "offset": 6, + "parentId": "12989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "12993", + "kind": "Struct", + "name": "_SYSTEM_NUMA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_NUMA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12994", + "kind": "UInt32", + "name": "HighestNodeNumber", + "offset": 0, + "parentId": "12993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "12995", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "12993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "12996", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "12993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "12997", + "kind": "Array", + "name": "ActiveProcessorsGroupAffinity", + "offset": 0, + "parentId": "12996", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt64", + "id": "12998", + "kind": "Array", + "name": "AvailableMemory", + "offset": 0, + "parentId": "12996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt64", + "id": "12999", + "kind": "Array", + "name": "Pad", + "offset": 0, + "parentId": "12996", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13000", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13001", + "kind": "UInt32", + "name": "BucketTableEntryCount", + "offset": 0, + "parentId": "13000", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13002", + "kind": "UInt32", + "name": "BucketTableOffset", + "offset": 4, + "parentId": "13000", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13003", + "kind": "Struct", + "name": "_SYSTEM_SECUREBOOT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECUREBOOT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13004", + "kind": "UInt8", + "name": "SecureBootEnabled", + "offset": 0, + "parentId": "13003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13005", + "kind": "UInt8", + "name": "SecureBootCapable", + "offset": 1, + "parentId": "13003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13006", + "kind": "Struct", + "name": "_SYSDBG_LIVEDUMP_CONTROL_ADDPAGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_CONTROL_ADDPAGES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13007", + "kind": "UInt32", + "name": "AsUlong", + "offset": 0, + "parentId": "13006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13008", + "kind": "Struct", + "name": "_SYSDBG_LIVEDUMP_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13009", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13010", + "kind": "UInt32", + "name": "BugCheckCode", + "offset": 4, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13011", + "kind": "UInt64", + "name": "BugCheckParam1", + "offset": 8, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13012", + "kind": "UInt64", + "name": "BugCheckParam2", + "offset": 16, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13013", + "kind": "UInt64", + "name": "BugCheckParam3", + "offset": 24, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13014", + "kind": "UInt64", + "name": "BugCheckParam4", + "offset": 32, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13015", + "kind": "Hex8", + "name": "DumpFileHandle", + "offset": 40, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13016", + "kind": "Hex8", + "name": "CancelEventHandle", + "offset": 41, + "parentId": "13008", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13017", + "kind": "Struct", + "name": "Flags", + "offset": 42, + "parentId": "13008", + "refId": "5350", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_CONTROL_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13018", + "kind": "Struct", + "name": "AddPagesControl", + "offset": 42, + "parentId": "13008", + "refId": "13006", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_CONTROL_ADDPAGES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13019", + "kind": "Struct", + "name": "SelectiveControl", + "offset": 42, + "parentId": "13008", + "refId": "13158", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_SELECTIVE_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13020", + "kind": "Struct", + "name": "_FILE_FS_DEVICE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_DEVICE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13021", + "kind": "UInt32", + "name": "DeviceType", + "offset": 0, + "parentId": "13020", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13022", + "kind": "UInt32", + "name": "Characteristics", + "offset": 4, + "parentId": "13020", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13023", + "kind": "Struct", + "name": "_FILE_VOLUME_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_VOLUME_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13024", + "kind": "UInt32", + "name": "DeviceNameLength", + "offset": 0, + "parentId": "13023", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13025", + "kind": "Array", + "name": "DeviceName", + "offset": 4, + "parentId": "13023", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13026", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_GUID_SECTION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_GUID_SECTION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13027", + "kind": "UInt32", + "name": "Magic", + "offset": 0, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13028", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 4, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13029", + "kind": "UInt32", + "name": "FormatVersion", + "offset": 8, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13030", + "kind": "UInt32", + "name": "DataFormatVersion", + "offset": 12, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13031", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13032", + "kind": "UInt32", + "name": "ElementCount", + "offset": 20, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13033", + "kind": "UInt32", + "name": "ElementListOffset", + "offset": 24, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13034", + "kind": "UInt32", + "name": "SearchStructureOffset", + "offset": 28, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13035", + "kind": "UInt32", + "name": "UserDataOffset", + "offset": 32, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13036", + "kind": "UInt32", + "name": "UserDataSize", + "offset": 36, + "parentId": "13026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13037", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_POWER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_POWER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13038", + "kind": "UInt8", + "name": "CurrentFrequency", + "offset": 0, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13039", + "kind": "UInt8", + "name": "ThermalLimitFrequency", + "offset": 1, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13040", + "kind": "UInt8", + "name": "ConstantThrottleFrequency", + "offset": 2, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13041", + "kind": "UInt8", + "name": "DegradedThrottleFrequency", + "offset": 3, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13042", + "kind": "UInt8", + "name": "LastBusyFrequency", + "offset": 4, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13043", + "kind": "UInt8", + "name": "LastC3Frequency", + "offset": 5, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13044", + "kind": "UInt8", + "name": "LastAdjustedBusyFrequency", + "offset": 6, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13045", + "kind": "UInt8", + "name": "ProcessorMinThrottle", + "offset": 7, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13046", + "kind": "UInt8", + "name": "ProcessorMaxThrottle", + "offset": 8, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13047", + "kind": "UInt32", + "name": "NumberOfFrequencies", + "offset": 9, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13048", + "kind": "UInt32", + "name": "PromotionCount", + "offset": 13, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13049", + "kind": "UInt32", + "name": "DemotionCount", + "offset": 17, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13050", + "kind": "UInt32", + "name": "ErrorCount", + "offset": 21, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13051", + "kind": "UInt32", + "name": "RetryCount", + "offset": 25, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13052", + "kind": "UInt64", + "name": "CurrentFrequencyTime", + "offset": 29, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13053", + "kind": "UInt64", + "name": "CurrentProcessorTime", + "offset": 37, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13054", + "kind": "UInt64", + "name": "CurrentProcessorIdleTime", + "offset": 45, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13055", + "kind": "UInt64", + "name": "LastProcessorTime", + "offset": 53, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13056", + "kind": "UInt64", + "name": "LastProcessorIdleTime", + "offset": 61, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13057", + "kind": "UInt64", + "name": "Energy", + "offset": 69, + "parentId": "13037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13058", + "kind": "Struct", + "name": "_SYSTEM_ROOT_SILO_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ROOT_SILO_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13059", + "kind": "UInt32", + "name": "NumberOfSilos", + "offset": 0, + "parentId": "13058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "13060", + "kind": "Array", + "name": "SiloIdList", + "offset": 4, + "parentId": "13058", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13061", + "kind": "Struct", + "name": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13062", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13063", + "kind": "UInt64", + "name": "UniqueProcessId", + "offset": 1, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13064", + "kind": "UInt64", + "name": "HandleValue", + "offset": 9, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13065", + "kind": "UInt32", + "name": "GrantedAccess", + "offset": 17, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13066", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 21, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13067", + "kind": "UInt16", + "name": "ObjectTypeIndex", + "offset": 23, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13068", + "kind": "UInt32", + "name": "HandleAttributes", + "offset": 25, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13069", + "kind": "UInt32", + "name": "Reserved", + "offset": 29, + "parentId": "13061", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13070", + "kind": "Struct", + "name": "_SYSTEM_HANDLE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13071", + "kind": "UInt64", + "name": "NumberOfHandles", + "offset": 0, + "parentId": "13070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13072", + "kind": "UInt64", + "name": "Reserved", + "offset": 8, + "parentId": "13070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13073", + "kind": "Array", + "name": "Handles", + "offset": 16, + "parentId": "13070", + "refId": "13061", + "strLen": 64, + "structTypeName": "_SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13074", + "kind": "Struct", + "name": "_PF_SYSTEM_PREFETCH_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_SYSTEM_PREFETCH_PARAMETERS" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "13075", + "kind": "Array", + "name": "EnableStatus", + "offset": 0, + "parentId": "13074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "13076", + "kind": "Array", + "name": "TraceLimits", + "offset": 8, + "parentId": "13074", + "refId": "9063", + "strLen": 64, + "structTypeName": "_PF_TRACE_LIMITS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13077", + "kind": "UInt32", + "name": "MaxNumActiveTraces", + "offset": 8, + "parentId": "13074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13078", + "kind": "UInt32", + "name": "MaxNumSavedTraces", + "offset": 12, + "parentId": "13074", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "13079", + "kind": "Array", + "name": "RootDirPath", + "offset": 16, + "parentId": "13074", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 128, + "collapsed": true, + "elementKind": "Struct", + "id": "13080", + "kind": "Array", + "name": "HostingApplicationList", + "offset": 16, + "parentId": "13074", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13081", + "kind": "Struct", + "name": "_FILE_GET_QUOTA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_GET_QUOTA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13082", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "13081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13083", + "kind": "UInt32", + "name": "SidLength", + "offset": 4, + "parentId": "13081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13084", + "kind": "Struct", + "name": "Sid", + "offset": 8, + "parentId": "13081", + "refId": "1131", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13085", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_TOC_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_TOC_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13086", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "13085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13087", + "kind": "UInt32", + "name": "EntryCount", + "offset": 4, + "parentId": "13085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13088", + "kind": "UInt32", + "name": "FirstEntryOffset", + "offset": 8, + "parentId": "13085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13089", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "13085", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13090", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "13091", + "kind": "Array", + "name": "Cycles", + "offset": 0, + "parentId": "13090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13092", + "kind": "Struct", + "name": "_SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13093", + "kind": "UInt32", + "name": "Gsiv", + "offset": 0, + "parentId": "13092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13094", + "kind": "UInt8", + "name": "ControllerInterrupt", + "offset": 4, + "parentId": "13092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13095", + "kind": "UInt8", + "name": "EdgeInterrupt", + "offset": 5, + "parentId": "13092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13096", + "kind": "UInt8", + "name": "IsPrimaryInterrupt", + "offset": 6, + "parentId": "13092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13097", + "kind": "Struct", + "name": "TargetAffinity", + "offset": 7, + "parentId": "13092", + "refId": "1437", + "strLen": 64, + "structTypeName": "_GROUP_AFFINITY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13098", + "kind": "Struct", + "name": "_SYSTEM_BIGPOOL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BIGPOOL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13099", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "13098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13100", + "kind": "Array", + "name": "AllocatedInfo", + "offset": 4, + "parentId": "13098", + "refId": "12768", + "strLen": 64, + "structTypeName": "_SYSTEM_BIGPOOL_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13101", + "kind": "Struct", + "name": "_BCD_OBJECT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_OBJECT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13102", + "kind": "Struct", + "name": "Identifer", + "offset": 0, + "parentId": "13101", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13103", + "kind": "Struct", + "name": "Description", + "offset": 0, + "parentId": "13101", + "refId": "13104", + "strLen": 64, + "structTypeName": "_BCD_OBJECT_DESCRIPTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13104", + "kind": "Struct", + "name": "_BCD_OBJECT_DESCRIPTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_OBJECT_DESCRIPTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13105", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13106", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "13104", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13107", + "kind": "Struct", + "name": "_SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13108", + "kind": "UInt32", + "name": "AsULONG", + "offset": 0, + "parentId": "13107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13109", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13110", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13111", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13112", + "kind": "UInt32", + "name": "TotalPathLength", + "offset": 8, + "parentId": "13109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13113", + "kind": "UInt32", + "name": "PathSegmentCount", + "offset": 12, + "parentId": "13109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13114", + "kind": "UInt32", + "name": "PathSegmentOffset", + "offset": 16, + "parentId": "13109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13115", + "kind": "Struct", + "name": "_SYSTEM_MEMORY_USAGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_USAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13116", + "kind": "UInt64", + "name": "TotalPhysicalBytes", + "offset": 0, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13117", + "kind": "UInt64", + "name": "AvailableBytes", + "offset": 8, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13118", + "kind": "Int64", + "name": "ResidentAvailableBytes", + "offset": 16, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13119", + "kind": "UInt64", + "name": "CommittedBytes", + "offset": 24, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13120", + "kind": "UInt64", + "name": "SharedCommittedBytes", + "offset": 32, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13121", + "kind": "UInt64", + "name": "CommitLimitBytes", + "offset": 40, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13122", + "kind": "UInt64", + "name": "PeakCommitmentBytes", + "offset": 48, + "parentId": "13115", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13123", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13124", + "kind": "Struct", + "name": "IdleTime", + "offset": 0, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13125", + "kind": "Struct", + "name": "KernelTime", + "offset": 0, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13126", + "kind": "Struct", + "name": "UserTime", + "offset": 0, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13127", + "kind": "Struct", + "name": "DpcTime", + "offset": 0, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13128", + "kind": "Struct", + "name": "InterruptTime", + "offset": 0, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13129", + "kind": "UInt32", + "name": "InterruptCount", + "offset": 0, + "parentId": "13123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13130", + "kind": "UInt32", + "name": "Spare0", + "offset": 4, + "parentId": "13123", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13131", + "kind": "Struct", + "name": "AvailableTime", + "offset": 8, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13132", + "kind": "Struct", + "name": "Spare1", + "offset": 8, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13133", + "kind": "Struct", + "name": "Spare2", + "offset": 8, + "parentId": "13123", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13134", + "kind": "Struct", + "name": "_MEMORY_PARTITION_CONFIGURATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_CONFIGURATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13135", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13136", + "kind": "UInt32", + "name": "NumaNode", + "offset": 4, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13137", + "kind": "UInt32", + "name": "Channel", + "offset": 8, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13138", + "kind": "UInt32", + "name": "NumberOfNumaNodes", + "offset": 12, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13139", + "kind": "UInt64", + "name": "ResidentAvailablePages", + "offset": 16, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13140", + "kind": "UInt64", + "name": "CommittedPages", + "offset": 24, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13141", + "kind": "UInt64", + "name": "CommitLimit", + "offset": 32, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13142", + "kind": "UInt64", + "name": "PeakCommitment", + "offset": 40, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13143", + "kind": "UInt64", + "name": "TotalNumberOfPages", + "offset": 48, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13144", + "kind": "UInt64", + "name": "AvailablePages", + "offset": 56, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13145", + "kind": "UInt64", + "name": "ZeroPages", + "offset": 64, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13146", + "kind": "UInt64", + "name": "FreePages", + "offset": 72, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13147", + "kind": "UInt64", + "name": "StandbyPages", + "offset": 80, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "13148", + "kind": "Array", + "name": "StandbyPageCountByPriority", + "offset": 88, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "13149", + "kind": "Array", + "name": "RepurposedPagesByPriority", + "offset": 152, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13150", + "kind": "UInt64", + "name": "MaximumCommitLimit", + "offset": 216, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13151", + "kind": "UInt64", + "name": "Reserved", + "offset": 224, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13152", + "kind": "UInt32", + "name": "PartitionId", + "offset": 232, + "parentId": "13134", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13153", + "kind": "Struct", + "name": "_SYSTEM_SESSION_POOLTAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SESSION_POOLTAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13154", + "kind": "UInt64", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "13153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13155", + "kind": "UInt32", + "name": "SessionId", + "offset": 8, + "parentId": "13153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13156", + "kind": "UInt32", + "name": "Count", + "offset": 12, + "parentId": "13153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13157", + "kind": "Array", + "name": "TagInfo", + "offset": 16, + "parentId": "13153", + "refId": "9437", + "strLen": 64, + "structTypeName": "_SYSTEM_POOLTAG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13158", + "kind": "Struct", + "name": "_SYSDBG_LIVEDUMP_SELECTIVE_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_LIVEDUMP_SELECTIVE_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13159", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13160", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13161", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13162", + "kind": "UInt64", + "name": "Flags", + "offset": 0, + "parentId": "13161", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13163", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13164", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13165", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13166", + "kind": "Hex64", + "name": "", + "offset": 40, + "parentId": "13158", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13167", + "kind": "Struct", + "name": "_SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13168", + "kind": "UInt8", + "name": "EfiLauncherEnabled", + "offset": 0, + "parentId": "13167", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13169", + "kind": "Struct", + "name": "_SYSTEM_WATCHDOG_HANDLER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_WATCHDOG_HANDLER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13170", + "kind": "Struct", + "name": "WdHandler", + "offset": 0, + "parentId": "13169", + "refId": "0", + "strLen": 64, + "structTypeName": "PSYSTEM_WATCHDOG_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13171", + "kind": "Hex8", + "name": "Context", + "offset": 0, + "parentId": "13169", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13172", + "kind": "Struct", + "name": "_SYSTEM_ELAM_CERTIFICATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ELAM_CERTIFICATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13173", + "kind": "Hex8", + "name": "ElamDriverFile", + "offset": 0, + "parentId": "13172", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13174", + "kind": "Struct", + "name": "_ALPC_CONTEXT_ATTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_CONTEXT_ATTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13175", + "kind": "Hex8", + "name": "PortContext", + "offset": 0, + "parentId": "13174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13176", + "kind": "Hex8", + "name": "MessageContext", + "offset": 1, + "parentId": "13174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13177", + "kind": "UInt32", + "name": "Sequence", + "offset": 2, + "parentId": "13174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13178", + "kind": "UInt32", + "name": "MessageId", + "offset": 6, + "parentId": "13174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13179", + "kind": "UInt32", + "name": "CallbackId", + "offset": 10, + "parentId": "13174", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13180", + "kind": "Struct", + "name": "_SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13181", + "kind": "UInt32", + "name": "ExtentCount", + "offset": 0, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13182", + "kind": "UInt32", + "name": "ValidStructureSize", + "offset": 4, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13183", + "kind": "UInt32", + "name": "NextExtentIndex", + "offset": 8, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13184", + "kind": "UInt32", + "name": "ExtentRestart", + "offset": 12, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13185", + "kind": "UInt32", + "name": "CycleCount", + "offset": 16, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13186", + "kind": "UInt32", + "name": "TimeoutCount", + "offset": 20, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13187", + "kind": "UInt64", + "name": "CycleTime", + "offset": 24, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13188", + "kind": "UInt64", + "name": "CycleTimeMax", + "offset": 32, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13189", + "kind": "UInt64", + "name": "ExtentTime", + "offset": 40, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13190", + "kind": "UInt32", + "name": "ExtentTimeIndex", + "offset": 48, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13191", + "kind": "UInt32", + "name": "ExtentTimeMaxIndex", + "offset": 52, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13192", + "kind": "UInt64", + "name": "ExtentTimeMax", + "offset": 56, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13193", + "kind": "UInt64", + "name": "HyperFlushTimeMax", + "offset": 64, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13194", + "kind": "UInt64", + "name": "TranslateVaTimeMax", + "offset": 72, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13195", + "kind": "UInt64", + "name": "DebugExemptionCount", + "offset": 80, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13196", + "kind": "UInt64", + "name": "TbHitCount", + "offset": 88, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13197", + "kind": "UInt64", + "name": "TbMissCount", + "offset": 96, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13198", + "kind": "UInt64", + "name": "VinaPendingYield", + "offset": 104, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13199", + "kind": "UInt64", + "name": "HashCycles", + "offset": 112, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13200", + "kind": "UInt32", + "name": "HistogramOffset", + "offset": 120, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13201", + "kind": "UInt32", + "name": "HistogramBuckets", + "offset": 124, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13202", + "kind": "UInt32", + "name": "HistogramShift", + "offset": 128, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13203", + "kind": "UInt32", + "name": "Reserved1", + "offset": 132, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13204", + "kind": "UInt64", + "name": "PageNotPresentCount", + "offset": 136, + "parentId": "13180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13205", + "kind": "Struct", + "name": "_SYSTEM_FIRMWARE_TABLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FIRMWARE_TABLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13206", + "kind": "UInt32", + "name": "ProviderSignature", + "offset": 0, + "parentId": "13205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13207", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "13205", + "refId": "283", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13208", + "kind": "UInt32", + "name": "TableID", + "offset": 8, + "parentId": "13205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13209", + "kind": "UInt32", + "name": "TableBufferLength", + "offset": 12, + "parentId": "13205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13210", + "kind": "Array", + "name": "TableBuffer", + "offset": 16, + "parentId": "13205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13211", + "kind": "Struct", + "name": "_SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13212", + "kind": "UInt32", + "name": "PlatformManifestSize", + "offset": 0, + "parentId": "13211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13213", + "kind": "Array", + "name": "PlatformManifest", + "offset": 4, + "parentId": "13211", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13214", + "kind": "Struct", + "name": "_MEMORY_RANGE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_RANGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13215", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "13214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13216", + "kind": "UInt64", + "name": "NumberOfBytes", + "offset": 1, + "parentId": "13214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13217", + "kind": "Struct", + "name": "_SYSTEM_FIRMWARE_TABLE_HANDLER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FIRMWARE_TABLE_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13218", + "kind": "UInt32", + "name": "ProviderSignature", + "offset": 0, + "parentId": "13217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13219", + "kind": "UInt8", + "name": "Register", + "offset": 4, + "parentId": "13217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13220", + "kind": "Struct", + "name": "FirmwareTableHandler", + "offset": 5, + "parentId": "13217", + "refId": "0", + "strLen": 64, + "structTypeName": "PFNFTH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13221", + "kind": "Hex8", + "name": "DriverObject", + "offset": 5, + "parentId": "13217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13222", + "kind": "Struct", + "name": "_PORT_MESSAGE64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_MESSAGE64" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13223", + "kind": "Struct", + "name": "u1", + "offset": 0, + "parentId": "13222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13224", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "13223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13225", + "kind": "Struct", + "name": "u2", + "offset": 4, + "parentId": "13222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13226", + "kind": "UInt32", + "name": "ZeroInit", + "offset": 0, + "parentId": "13225", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13227", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "13222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13228", + "kind": "Struct", + "name": "ClientId", + "offset": 0, + "parentId": "13227", + "refId": "2687", + "strLen": 64, + "structTypeName": "_CLIENT_ID64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13229", + "kind": "Double", + "name": "DoNotUseThisField", + "offset": 0, + "parentId": "13227", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13230", + "kind": "UInt32", + "name": "MessageId", + "offset": 16, + "parentId": "13222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13231", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "13222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13232", + "kind": "UInt64", + "name": "ClientViewSize", + "offset": 0, + "parentId": "13231", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13233", + "kind": "UInt32", + "name": "CallbackId", + "offset": 0, + "parentId": "13231", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13234", + "kind": "Struct", + "name": "_SYSDBG_BUS_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_BUS_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13235", + "kind": "UInt32", + "name": "Address", + "offset": 0, + "parentId": "13234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13236", + "kind": "Hex8", + "name": "Buffer", + "offset": 4, + "parentId": "13234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13237", + "kind": "UInt32", + "name": "Request", + "offset": 5, + "parentId": "13234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13238", + "kind": "UInt32", + "name": "BusDataType", + "offset": 9, + "parentId": "13234", + "refId": "70", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13239", + "kind": "UInt32", + "name": "BusNumber", + "offset": 13, + "parentId": "13234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13240", + "kind": "UInt32", + "name": "SlotNumber", + "offset": 17, + "parentId": "13234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13241", + "kind": "Struct", + "name": "_SYSTEM_MEMORY_CHANNEL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_MEMORY_CHANNEL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13242", + "kind": "UInt32", + "name": "ChannelNumber", + "offset": 0, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13243", + "kind": "UInt32", + "name": "ChannelHeatIndex", + "offset": 4, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13244", + "kind": "UInt64", + "name": "TotalPageCount", + "offset": 8, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13245", + "kind": "UInt64", + "name": "ZeroPageCount", + "offset": 16, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13246", + "kind": "UInt64", + "name": "FreePageCount", + "offset": 24, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13247", + "kind": "UInt64", + "name": "StandbyPageCount", + "offset": 32, + "parentId": "13241", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13248", + "kind": "Struct", + "name": "_SYSTEM_BOOT_LOGO_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_BOOT_LOGO_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13249", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13250", + "kind": "UInt32", + "name": "BitmapOffset", + "offset": 4, + "parentId": "13248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13251", + "kind": "Struct", + "name": "_PROCESS_UPTIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_UPTIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13252", + "kind": "UInt64", + "name": "QueryInterruptTime", + "offset": 0, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13253", + "kind": "UInt64", + "name": "QueryUnbiasedTime", + "offset": 8, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13254", + "kind": "UInt64", + "name": "EndInterruptTime", + "offset": 16, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13255", + "kind": "UInt64", + "name": "TimeSinceCreation", + "offset": 24, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13256", + "kind": "UInt64", + "name": "Uptime", + "offset": 32, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13257", + "kind": "UInt64", + "name": "SuspendedTime", + "offset": 40, + "parentId": "13251", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13258", + "kind": "Struct", + "name": "_BCD_ELEMENT_OBJECT_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_OBJECT_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13259", + "kind": "Array", + "name": "ObjectList", + "offset": 0, + "parentId": "13258", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13260", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13261", + "kind": "UInt64", + "name": "CycleTime", + "offset": 0, + "parentId": "13260", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13262", + "kind": "Struct", + "name": "_SYSTEM_PROCESS_INFORMATION_EXTENSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESS_INFORMATION_EXTENSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13263", + "kind": "Struct", + "name": "DiskCounters", + "offset": 0, + "parentId": "13262", + "refId": "4108", + "strLen": 64, + "structTypeName": "_PROCESS_DISK_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13264", + "kind": "UInt64", + "name": "ContextSwitches", + "offset": 0, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13265", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13266", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13267", + "kind": "UInt32", + "name": "UserSidOffset", + "offset": 12, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13268", + "kind": "UInt32", + "name": "PackageFullNameOffset", + "offset": 16, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13269", + "kind": "Struct", + "name": "EnergyValues", + "offset": 20, + "parentId": "13262", + "refId": "4116", + "strLen": 64, + "structTypeName": "_PROCESS_ENERGY_VALUES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13270", + "kind": "UInt32", + "name": "AppIdOffset", + "offset": 20, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13271", + "kind": "UInt64", + "name": "SharedCommitCharge", + "offset": 24, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13272", + "kind": "UInt32", + "name": "JobObjectId", + "offset": 32, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13273", + "kind": "UInt32", + "name": "SpareUlong", + "offset": 36, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13274", + "kind": "UInt64", + "name": "ProcessSequenceNumber", + "offset": 40, + "parentId": "13262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13275", + "kind": "Struct", + "name": "_FILE_STORAGE_RESERVE_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STORAGE_RESERVE_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13276", + "kind": "UInt32", + "name": "StorageReserveId", + "offset": 0, + "parentId": "13275", + "refId": "253", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13277", + "kind": "Struct", + "name": "_PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13278", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 0, + "parentId": "13277", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13279", + "kind": "Struct", + "name": "_SYSTEM_VSM_PROTECTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_VSM_PROTECTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13280", + "kind": "UInt8", + "name": "DmaProtectionsAvailable", + "offset": 0, + "parentId": "13279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13281", + "kind": "UInt8", + "name": "DmaProtectionsInUse", + "offset": 1, + "parentId": "13279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13282", + "kind": "UInt8", + "name": "HardwareMbecAvailable", + "offset": 2, + "parentId": "13279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13283", + "kind": "UInt8", + "name": "ApicVirtualizationAvailable", + "offset": 3, + "parentId": "13279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13284", + "kind": "Struct", + "name": "_BCD_ELEMENT_BOOLEAN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_BOOLEAN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13285", + "kind": "UInt8", + "name": "Value", + "offset": 0, + "parentId": "13284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13286", + "kind": "Struct", + "name": "_FILE_PIPE_PEEK_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_PEEK_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13287", + "kind": "UInt32", + "name": "NamedPipeState", + "offset": 0, + "parentId": "13286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13288", + "kind": "UInt32", + "name": "ReadDataAvailable", + "offset": 4, + "parentId": "13286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13289", + "kind": "UInt32", + "name": "NumberOfMessages", + "offset": 8, + "parentId": "13286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13290", + "kind": "UInt32", + "name": "MessageLength", + "offset": 12, + "parentId": "13286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13291", + "kind": "Array", + "name": "Data", + "offset": 16, + "parentId": "13286", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13292", + "kind": "Struct", + "name": "_FILE_PIPE_ASSIGN_EVENT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_ASSIGN_EVENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13293", + "kind": "Hex8", + "name": "EventHandle", + "offset": 0, + "parentId": "13292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13294", + "kind": "UInt32", + "name": "KeyValue", + "offset": 1, + "parentId": "13292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13295", + "kind": "Struct", + "name": "_SYSTEM_SPECIAL_POOL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SPECIAL_POOL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13296", + "kind": "UInt32", + "name": "PoolTag", + "offset": 0, + "parentId": "13295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13297", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13295", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13298", + "kind": "Struct", + "name": "_PEB_LDR_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEB_LDR_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13299", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13300", + "kind": "UInt8", + "name": "Initialized", + "offset": 4, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13301", + "kind": "Hex8", + "name": "SsHandle", + "offset": 5, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13302", + "kind": "Struct", + "name": "InLoadOrderModuleList", + "offset": 6, + "parentId": "13298", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13303", + "kind": "Struct", + "name": "InMemoryOrderModuleList", + "offset": 6, + "parentId": "13298", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13304", + "kind": "Struct", + "name": "InInitializationOrderModuleList", + "offset": 6, + "parentId": "13298", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13305", + "kind": "Hex8", + "name": "EntryInProgress", + "offset": 6, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13306", + "kind": "UInt8", + "name": "ShutdownInProgress", + "offset": 7, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13307", + "kind": "Hex8", + "name": "ShutdownThreadId", + "offset": 8, + "parentId": "13298", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13308", + "kind": "Struct", + "name": "_OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13309", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13310", + "kind": "UInt32", + "name": "AbnormalResetOccurred", + "offset": 4, + "parentId": "13308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13311", + "kind": "UInt32", + "name": "OfflineMemoryDumpCapable", + "offset": 8, + "parentId": "13308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13312", + "kind": "Struct", + "name": "_ALPC_SERVER_SESSION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_SERVER_SESSION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13313", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "13312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13314", + "kind": "UInt32", + "name": "ProcessId", + "offset": 4, + "parentId": "13312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13315", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_QUERY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_QUERY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13316", + "kind": "UInt8", + "name": "HypervisorConnected", + "offset": 0, + "parentId": "13315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13317", + "kind": "UInt8", + "name": "HypervisorDebuggingEnabled", + "offset": 1, + "parentId": "13315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13318", + "kind": "UInt8", + "name": "HypervisorPresent", + "offset": 2, + "parentId": "13315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 5, + "collapsed": false, + "elementKind": "UInt8", + "id": "13319", + "kind": "Array", + "name": "Spare0", + "offset": 3, + "parentId": "13315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13320", + "kind": "UInt64", + "name": "EnabledEnlightenments", + "offset": 8, + "parentId": "13315", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13321", + "kind": "Struct", + "name": "_INITIAL_TEB", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_INITIAL_TEB" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13322", + "kind": "Hex8", + "name": "StackBase", + "offset": 0, + "parentId": "13321", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13323", + "kind": "Hex8", + "name": "StackLimit", + "offset": 1, + "parentId": "13321", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13324", + "kind": "Hex8", + "name": "StackAllocationBase", + "offset": 2, + "parentId": "13321", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13325", + "kind": "Struct", + "name": "_OBJECT_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13326", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "13325", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13327", + "kind": "Struct", + "name": "_SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13328", + "kind": "UInt32", + "name": "FlagsToEnable", + "offset": 0, + "parentId": "13327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13329", + "kind": "UInt32", + "name": "FlagsToDisable", + "offset": 4, + "parentId": "13327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13330", + "kind": "Struct", + "name": "_FILE_PIPE_REMOTE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_REMOTE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13331", + "kind": "Struct", + "name": "CollectDataTime", + "offset": 0, + "parentId": "13330", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13332", + "kind": "UInt32", + "name": "MaximumCollectionCount", + "offset": 0, + "parentId": "13330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13333", + "kind": "Struct", + "name": "_SYSTEM_IOMMU_STATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_IOMMU_STATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13334", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "13333", + "refId": "325", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13335", + "kind": "Hex8", + "name": "Pdo", + "offset": 4, + "parentId": "13333", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13336", + "kind": "Struct", + "name": "_SYSTEM_PREFETCH_PATCH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PREFETCH_PATCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13337", + "kind": "UInt32", + "name": "PrefetchPatchCount", + "offset": 0, + "parentId": "13336", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13338", + "kind": "Struct", + "name": "_SYSTEM_FIRMWARE_RAMDISK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FIRMWARE_RAMDISK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13339", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13340", + "kind": "UInt32", + "name": "BlockSize", + "offset": 4, + "parentId": "13338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13341", + "kind": "UInt64", + "name": "BaseAddress", + "offset": 8, + "parentId": "13338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13342", + "kind": "UInt64", + "name": "Size", + "offset": 16, + "parentId": "13338", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13343", + "kind": "Struct", + "name": "_SYSTEM_ACPI_AUDIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACPI_AUDIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13344", + "kind": "UInt32", + "name": "RsdpCount", + "offset": 0, + "parentId": "13343", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "SameRsdt" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "SlicPresent" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "SlicDifferent" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "13345", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "13343", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13346", + "kind": "Struct", + "name": "_SYSTEM_SYSTEM_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SYSTEM_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13347", + "kind": "Struct", + "name": "SystemPartition", + "offset": 0, + "parentId": "13346", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13348", + "kind": "Struct", + "name": "_SYSTEM_SECURITY_MODEL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_SECURITY_MODEL_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13349", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13350", + "kind": "UInt32", + "name": "SecurityModelFlags", + "offset": 0, + "parentId": "13349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13351", + "kind": "Struct", + "name": "_SM_MEM_COMPRESSION_INFO_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_MEM_COMPRESSION_INFO_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13352", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13353", + "kind": "UInt32", + "name": "CompressionPid", + "offset": 4, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13354", + "kind": "UInt32", + "name": "WorkingSetSize", + "offset": 8, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13355", + "kind": "UInt64", + "name": "TotalDataCompressed", + "offset": 12, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13356", + "kind": "UInt64", + "name": "TotalCompressedSize", + "offset": 20, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13357", + "kind": "UInt64", + "name": "TotalUniqueDataCompressed", + "offset": 28, + "parentId": "13351", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13358", + "kind": "Struct", + "name": "_FILE_PIPE_SILO_ARRIVAL_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_SILO_ARRIVAL_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13359", + "kind": "Hex8", + "name": "JobHandle", + "offset": 0, + "parentId": "13358", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13360", + "kind": "Struct", + "name": "_FILE_STANDARD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STANDARD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13361", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "13360", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13362", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "13360", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13363", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 0, + "parentId": "13360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13364", + "kind": "UInt8", + "name": "DeletePending", + "offset": 4, + "parentId": "13360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13365", + "kind": "UInt8", + "name": "Directory", + "offset": 5, + "parentId": "13360", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13366", + "kind": "Struct", + "name": "_FILE_EA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_EA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13367", + "kind": "UInt32", + "name": "EaSize", + "offset": 0, + "parentId": "13366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13368", + "kind": "Struct", + "name": "_FILE_MODE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MODE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13369", + "kind": "UInt32", + "name": "Mode", + "offset": 0, + "parentId": "13368", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13370", + "kind": "Struct", + "name": "_FILE_ALIGNMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALIGNMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13371", + "kind": "UInt32", + "name": "AlignmentRequirement", + "offset": 0, + "parentId": "13370", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13372", + "kind": "Struct", + "name": "_FILE_ALL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13373", + "kind": "Struct", + "name": "BasicInformation", + "offset": 0, + "parentId": "13372", + "refId": "11247", + "strLen": 64, + "structTypeName": "_FILE_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13374", + "kind": "Struct", + "name": "StandardInformation", + "offset": 0, + "parentId": "13372", + "refId": "13360", + "strLen": 64, + "structTypeName": "_FILE_STANDARD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13375", + "kind": "Struct", + "name": "InternalInformation", + "offset": 0, + "parentId": "13372", + "refId": "10321", + "strLen": 64, + "structTypeName": "_FILE_INTERNAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13376", + "kind": "Struct", + "name": "EaInformation", + "offset": 0, + "parentId": "13372", + "refId": "13366", + "strLen": 64, + "structTypeName": "_FILE_EA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13377", + "kind": "Struct", + "name": "AccessInformation", + "offset": 0, + "parentId": "13372", + "refId": "10453", + "strLen": 64, + "structTypeName": "_FILE_ACCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13378", + "kind": "Struct", + "name": "PositionInformation", + "offset": 0, + "parentId": "13372", + "refId": "11282", + "strLen": 64, + "structTypeName": "_FILE_POSITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13379", + "kind": "Struct", + "name": "ModeInformation", + "offset": 0, + "parentId": "13372", + "refId": "13368", + "strLen": 64, + "structTypeName": "_FILE_MODE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13380", + "kind": "Struct", + "name": "AlignmentInformation", + "offset": 0, + "parentId": "13372", + "refId": "13370", + "strLen": 64, + "structTypeName": "_FILE_ALIGNMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13381", + "kind": "Struct", + "name": "NameInformation", + "offset": 0, + "parentId": "13372", + "refId": "10520", + "strLen": 64, + "structTypeName": "_FILE_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13382", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_GUID_SECTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_GUID_SECTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13383", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "13382", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13384", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "13382", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13385", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "13382", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13386", + "kind": "UInt32", + "name": "AssemblyRosterIndex", + "offset": 8, + "parentId": "13382", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13387", + "kind": "Struct", + "name": "_SYSTEM_POOL_LIMIT_MEM_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_LIMIT_MEM_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13388", + "kind": "UInt64", + "name": "MemoryLimit", + "offset": 0, + "parentId": "13387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13389", + "kind": "UInt64", + "name": "NotificationLimit", + "offset": 8, + "parentId": "13387", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13390", + "kind": "Struct", + "name": "_SYSTEM_POOL_LIMIT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_LIMIT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13391", + "kind": "UInt32", + "name": "PoolTag", + "offset": 0, + "parentId": "13390", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "13392", + "kind": "Array", + "name": "MemLimits", + "offset": 4, + "parentId": "13390", + "refId": "13387", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_LIMIT_MEM_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13393", + "kind": "Struct", + "name": "NotificationHandle", + "offset": 4, + "parentId": "13390", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13394", + "kind": "Struct", + "name": "_MOUNTDEV_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTDEV_NAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13395", + "kind": "UInt16", + "name": "NameLength", + "offset": 0, + "parentId": "13394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13396", + "kind": "Array", + "name": "Name", + "offset": 2, + "parentId": "13394", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13397", + "kind": "Struct", + "name": "_FILE_COMPLETION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_COMPLETION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13398", + "kind": "Hex8", + "name": "Port", + "offset": 0, + "parentId": "13397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13399", + "kind": "Hex8", + "name": "Key", + "offset": 1, + "parentId": "13397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13400", + "kind": "Struct", + "name": "_PF_SCENARIO_PHASE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_SCENARIO_PHASE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13401", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13400", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13402", + "kind": "UInt32", + "name": "ScenType", + "offset": 4, + "parentId": "13400", + "refId": "207", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13403", + "kind": "UInt32", + "name": "PhaseId", + "offset": 8, + "parentId": "13400", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13404", + "kind": "UInt32", + "name": "SequenceNumber", + "offset": 12, + "parentId": "13400", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13405", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "13400", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13406", + "kind": "UInt32", + "name": "FUSUserId", + "offset": 20, + "parentId": "13400", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13407", + "kind": "Struct", + "name": "_MEMORY_SCRUB_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_SCRUB_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13408", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "13407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13409", + "kind": "UInt32", + "name": "PagesScrubbed", + "offset": 1, + "parentId": "13407", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13410", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13411", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13412", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13413", + "kind": "UInt32", + "name": "EncodedAssemblyIdentityLength", + "offset": 8, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13414", + "kind": "UInt32", + "name": "EncodedAssemblyIdentityOffset", + "offset": 12, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13415", + "kind": "UInt32", + "name": "ManifestPathType", + "offset": 16, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13416", + "kind": "UInt32", + "name": "ManifestPathLength", + "offset": 20, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13417", + "kind": "UInt32", + "name": "ManifestPathOffset", + "offset": 24, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13418", + "kind": "Struct", + "name": "ManifestLastWriteTime", + "offset": 28, + "parentId": "13410", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13419", + "kind": "UInt32", + "name": "PolicyPathType", + "offset": 28, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13420", + "kind": "UInt32", + "name": "PolicyPathLength", + "offset": 32, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13421", + "kind": "UInt32", + "name": "PolicyPathOffset", + "offset": 36, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13422", + "kind": "Struct", + "name": "PolicyLastWriteTime", + "offset": 40, + "parentId": "13410", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13423", + "kind": "UInt32", + "name": "MetadataSatelliteRosterIndex", + "offset": 40, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13424", + "kind": "UInt32", + "name": "Unused2", + "offset": 44, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13425", + "kind": "UInt32", + "name": "ManifestVersionMajor", + "offset": 48, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13426", + "kind": "UInt32", + "name": "ManifestVersionMinor", + "offset": 52, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13427", + "kind": "UInt32", + "name": "PolicyVersionMajor", + "offset": 56, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13428", + "kind": "UInt32", + "name": "PolicyVersionMinor", + "offset": 60, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13429", + "kind": "UInt32", + "name": "AssemblyDirectoryNameLength", + "offset": 64, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13430", + "kind": "UInt32", + "name": "AssemblyDirectoryNameOffset", + "offset": 68, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13431", + "kind": "UInt32", + "name": "NumOfFilesInAssembly", + "offset": 72, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13432", + "kind": "UInt32", + "name": "LanguageLength", + "offset": 76, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13433", + "kind": "UInt32", + "name": "LanguageOffset", + "offset": 80, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13434", + "kind": "UInt32", + "name": "RunLevel", + "offset": 84, + "parentId": "13410", + "refId": "88", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13435", + "kind": "UInt32", + "name": "UiAccess", + "offset": 88, + "parentId": "13410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13436", + "kind": "Struct", + "name": "_SYSTEM_POOL_LIMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13437", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13438", + "kind": "UInt32", + "name": "EntryCount", + "offset": 4, + "parentId": "13436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13439", + "kind": "Array", + "name": "LimitEntries", + "offset": 8, + "parentId": "13436", + "refId": "13390", + "strLen": 64, + "structTypeName": "_SYSTEM_POOL_LIMIT_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13440", + "kind": "Struct", + "name": "_FILE_IO_COMPLETION_NOTIFICATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IO_COMPLETION_NOTIFICATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13441", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13440", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13442", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13443", + "kind": "UInt32", + "name": "ProcessorCount", + "offset": 0, + "parentId": "13442", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "13444", + "kind": "Array", + "name": "Offsets", + "offset": 4, + "parentId": "13442", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13445", + "kind": "Struct", + "name": "_SYSDBG_CONTROL_SPACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_CONTROL_SPACE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13446", + "kind": "UInt64", + "name": "Address", + "offset": 0, + "parentId": "13445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13447", + "kind": "Hex8", + "name": "Buffer", + "offset": 8, + "parentId": "13445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13448", + "kind": "UInt32", + "name": "Request", + "offset": 9, + "parentId": "13445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13449", + "kind": "UInt32", + "name": "Processor", + "offset": 13, + "parentId": "13445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13450", + "kind": "Struct", + "name": "_SYSTEM_DEVICE_DATA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_DEVICE_DATA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13451", + "kind": "Struct", + "name": "DeviceId", + "offset": 0, + "parentId": "13450", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13452", + "kind": "Struct", + "name": "DataName", + "offset": 0, + "parentId": "13450", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13453", + "kind": "UInt32", + "name": "DataType", + "offset": 0, + "parentId": "13450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13454", + "kind": "UInt32", + "name": "DataBufferLength", + "offset": 4, + "parentId": "13450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13455", + "kind": "Hex8", + "name": "DataBuffer", + "offset": 8, + "parentId": "13450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13456", + "kind": "Struct", + "name": "_SYSTEM_KERNEL_VA_SHADOW_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_KERNEL_VA_SHADOW_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13457", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13456", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13458", + "kind": "UInt32", + "name": "KvaShadowFlags", + "offset": 0, + "parentId": "13457", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13459", + "kind": "Struct", + "name": "_SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13460", + "kind": "UInt32", + "name": "RangeCount", + "offset": 0, + "parentId": "13459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "13461", + "kind": "Array", + "name": "RangeArray", + "offset": 4, + "parentId": "13459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13462", + "kind": "Struct", + "name": "_SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13463", + "kind": "Struct", + "name": "ProcessorProfileControlArea", + "offset": 0, + "parentId": "13462", + "refId": "5754", + "strLen": 64, + "structTypeName": "_PROCESSOR_PROFILE_CONTROL_AREA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13464", + "kind": "UInt8", + "name": "Allocate", + "offset": 0, + "parentId": "13462", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13465", + "kind": "Struct", + "name": "_FILE_REPARSE_POINT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_REPARSE_POINT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13466", + "kind": "Int64", + "name": "FileReference", + "offset": 0, + "parentId": "13465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13467", + "kind": "UInt32", + "name": "Tag", + "offset": 8, + "parentId": "13465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13468", + "kind": "Struct", + "name": "_FILE_STANDARD_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STANDARD_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13469", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "13468", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13470", + "kind": "Struct", + "name": "EndOfFile", + "offset": 0, + "parentId": "13468", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13471", + "kind": "UInt32", + "name": "NumberOfLinks", + "offset": 0, + "parentId": "13468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13472", + "kind": "UInt8", + "name": "DeletePending", + "offset": 4, + "parentId": "13468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13473", + "kind": "UInt8", + "name": "Directory", + "offset": 5, + "parentId": "13468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13474", + "kind": "UInt8", + "name": "AlternateStream", + "offset": 6, + "parentId": "13468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13475", + "kind": "UInt8", + "name": "MetadataAttribute", + "offset": 7, + "parentId": "13468", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13476", + "kind": "Struct", + "name": "_MEMORY_COMBINE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_COMBINE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13477", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "13476", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13478", + "kind": "UInt64", + "name": "PagesCombined", + "offset": 1, + "parentId": "13476", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13479", + "kind": "Struct", + "name": "_SYSTEM_STORE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_STORE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13480", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13481", + "kind": "UInt32", + "name": "StoreInformationClass", + "offset": 4, + "parentId": "13479", + "refId": "289", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13482", + "kind": "Hex8", + "name": "Data", + "offset": 8, + "parentId": "13479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13483", + "kind": "UInt32", + "name": "Length", + "offset": 9, + "parentId": "13479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13484", + "kind": "Struct", + "name": "_FILE_RENAME_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_RENAME_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13485", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13486", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 4, + "parentId": "13484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13487", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 5, + "parentId": "13484", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13488", + "kind": "Array", + "name": "FileName", + "offset": 9, + "parentId": "13484", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13489", + "kind": "Struct", + "name": "_MEMORY_WORKING_SET_EX_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_EX_BLOCK" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13490", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13489", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13491", + "kind": "Struct", + "name": "_MOUNTMGR_QUERY_AUTO_MOUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_QUERY_AUTO_MOUNT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13492", + "kind": "UInt32", + "name": "CurrentState", + "offset": 0, + "parentId": "13491", + "refId": "366", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13493", + "kind": "Struct", + "name": "_SM_STATS_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STATS_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 8, + "name": "DetailLevel" + }, + { + "bitOffset": 16, + "bitWidth": 16, + "name": "StoreId" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13494", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13495", + "kind": "UInt32", + "name": "BufferSize", + "offset": 4, + "parentId": "13493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13496", + "kind": "Hex8", + "name": "Buffer", + "offset": 8, + "parentId": "13493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13497", + "kind": "Struct", + "name": "_ST_DATA_MGR_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_DATA_MGR_STATS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13498", + "kind": "UInt32", + "name": "RegionCount", + "offset": 0, + "parentId": "13497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13499", + "kind": "UInt32", + "name": "PagesStored", + "offset": 4, + "parentId": "13497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13500", + "kind": "UInt32", + "name": "UniquePagesStored", + "offset": 8, + "parentId": "13497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13501", + "kind": "UInt32", + "name": "LazyCleanupRegionCount", + "offset": 12, + "parentId": "13497", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13502", + "kind": "Struct", + "name": "_SECTION_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECTION_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13503", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "13502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13504", + "kind": "UInt32", + "name": "AllocationAttributes", + "offset": 1, + "parentId": "13502", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13505", + "kind": "Struct", + "name": "MaximumSize", + "offset": 5, + "parentId": "13502", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13506", + "kind": "Struct", + "name": "_LPC_CLIENT_DIED_MSG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LPC_CLIENT_DIED_MSG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13507", + "kind": "Struct", + "name": "PortMsg", + "offset": 0, + "parentId": "13506", + "refId": "9788", + "strLen": 64, + "structTypeName": "_PORT_MESSAGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13508", + "kind": "Struct", + "name": "CreateTime", + "offset": 0, + "parentId": "13506", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13509", + "kind": "Struct", + "name": "_SYSTEM_PLATFORM_BINARY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_PLATFORM_BINARY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13510", + "kind": "UInt64", + "name": "PhysicalAddress", + "offset": 0, + "parentId": "13509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13511", + "kind": "Hex8", + "name": "HandoffBuffer", + "offset": 8, + "parentId": "13509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13512", + "kind": "Hex8", + "name": "CommandLineBuffer", + "offset": 9, + "parentId": "13509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13513", + "kind": "UInt32", + "name": "HandoffBufferSize", + "offset": 10, + "parentId": "13509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13514", + "kind": "UInt32", + "name": "CommandLineBufferSize", + "offset": 14, + "parentId": "13509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13515", + "kind": "Struct", + "name": "_SYSDBG_PHYSICAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_PHYSICAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13516", + "kind": "Struct", + "name": "Address", + "offset": 0, + "parentId": "13515", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13517", + "kind": "Hex8", + "name": "Buffer", + "offset": 0, + "parentId": "13515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13518", + "kind": "UInt32", + "name": "Request", + "offset": 1, + "parentId": "13515", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13519", + "kind": "Struct", + "name": "_SM_STORE_BASIC_PARAMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_BASIC_PARAMS" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13520", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13519", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13521", + "kind": "UInt32", + "name": "StoreFlags", + "offset": 0, + "parentId": "13520", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13522", + "kind": "UInt32", + "name": "Granularity", + "offset": 4, + "parentId": "13519", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13523", + "kind": "UInt32", + "name": "RegionSize", + "offset": 8, + "parentId": "13519", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13524", + "kind": "UInt32", + "name": "RegionCountMax", + "offset": 12, + "parentId": "13519", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13525", + "kind": "Struct", + "name": "_SMC_STORE_CREATE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_STORE_CREATE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13526", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13527", + "kind": "Struct", + "name": "StoreParams", + "offset": 4, + "parentId": "13525", + "refId": "13519", + "strLen": 64, + "structTypeName": "_SM_STORE_BASIC_PARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13528", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "13525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13529", + "kind": "UInt32", + "name": "StoreManagerType", + "offset": 8, + "parentId": "13525", + "refId": "301", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13530", + "kind": "UInt32", + "name": "StoreId", + "offset": 12, + "parentId": "13525", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13531", + "kind": "Struct", + "name": "_SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13532", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13533", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13532", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "13534", + "kind": "Array", + "name": "UnlockId", + "offset": 4, + "parentId": "13531", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13535", + "kind": "Struct", + "name": "_ST_READ_LATENCY_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_READ_LATENCY_STATS" + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "13536", + "kind": "Array", + "name": "Buckets", + "offset": 0, + "parentId": "13535", + "refId": "12634", + "strLen": 64, + "structTypeName": "_ST_READ_LATENCY_BUCKET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13537", + "kind": "Struct", + "name": "_SMC_STORE_DELETE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_STORE_DELETE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13538", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13539", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "13537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13540", + "kind": "UInt32", + "name": "StoreManagerType", + "offset": 8, + "parentId": "13537", + "refId": "301", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13541", + "kind": "UInt32", + "name": "StoreId", + "offset": 12, + "parentId": "13537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13542", + "kind": "Struct", + "name": "_SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13543", + "kind": "UInt64", + "name": "ChangeStamp", + "offset": 0, + "parentId": "13542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13544", + "kind": "Hex8", + "name": "Section", + "offset": 8, + "parentId": "13542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13545", + "kind": "UInt64", + "name": "Size", + "offset": 9, + "parentId": "13542", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13546", + "kind": "Struct", + "name": "_PS_CPU_QUOTA_QUERY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_CPU_QUOTA_QUERY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13547", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "13546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13548", + "kind": "UInt32", + "name": "Weight", + "offset": 4, + "parentId": "13546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13549", + "kind": "Struct", + "name": "_ST_STATS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ST_STATS" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 4, + "name": "Level" + }, + { + "bitOffset": 12, + "bitWidth": 4, + "name": "StoreType" + }, + { + "bitOffset": 16, + "bitWidth": 1, + "name": "NoDuplication" + }, + { + "bitOffset": 17, + "bitWidth": 1, + "name": "NoCompression" + }, + { + "bitOffset": 18, + "bitWidth": 12, + "name": "EncryptionStrength" + }, + { + "bitOffset": 30, + "bitWidth": 1, + "name": "VirtualRegions" + }, + { + "bitOffset": 31, + "bitWidth": 1, + "name": "Spare0" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13550", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13551", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "13549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13552", + "kind": "UInt16", + "name": "CompressionFormat", + "offset": 8, + "parentId": "13549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13553", + "kind": "UInt16", + "name": "Spare", + "offset": 10, + "parentId": "13549", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13554", + "kind": "Struct", + "name": "_SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13555", + "kind": "UInt64", + "name": "OverallChangeStamp", + "offset": 0, + "parentId": "13554", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "13556", + "kind": "Array", + "name": "Descriptors", + "offset": 8, + "parentId": "13554", + "refId": "13542", + "strLen": 64, + "structTypeName": "_SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13557", + "kind": "Struct", + "name": "_SYSTEM_FIRMWARE_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FIRMWARE_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13558", + "kind": "Struct", + "name": "FirmwarePartition", + "offset": 0, + "parentId": "13557", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13559", + "kind": "Struct", + "name": "_MEMORY_COMBINE_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_COMBINE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13560", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "13559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13561", + "kind": "UInt64", + "name": "PagesCombined", + "offset": 1, + "parentId": "13559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13562", + "kind": "UInt32", + "name": "Flags", + "offset": 9, + "parentId": "13559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13563", + "kind": "Struct", + "name": "_SM_STORE_RESIZE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_RESIZE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "AddRegions" + }, + { + "bitOffset": 9, + "bitWidth": 23, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13564", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13565", + "kind": "UInt32", + "name": "StoreId", + "offset": 4, + "parentId": "13563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13566", + "kind": "UInt32", + "name": "NumberOfRegions", + "offset": 8, + "parentId": "13563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13567", + "kind": "Struct", + "name": "RegionBitmap", + "offset": 12, + "parentId": "13563", + "refId": "13584", + "strLen": 64, + "structTypeName": "_RTL_BITMAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13568", + "kind": "Struct", + "name": "_SMC_STORE_RESIZE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_STORE_RESIZE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "AddRegions" + }, + { + "bitOffset": 9, + "bitWidth": 23, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13569", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13570", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "13568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13571", + "kind": "UInt32", + "name": "StoreId", + "offset": 8, + "parentId": "13568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13572", + "kind": "UInt32", + "name": "StoreManagerType", + "offset": 12, + "parentId": "13568", + "refId": "301", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13573", + "kind": "UInt32", + "name": "RegionCount", + "offset": 16, + "parentId": "13568", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13574", + "kind": "Struct", + "name": "_SYSTEM_ACTIVITY_MODERATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACTIVITY_MODERATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13575", + "kind": "Struct", + "name": "Identifier", + "offset": 0, + "parentId": "13574", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13576", + "kind": "UInt32", + "name": "ModerationState", + "offset": 0, + "parentId": "13574", + "refId": "321", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13577", + "kind": "UInt32", + "name": "AppType", + "offset": 4, + "parentId": "13574", + "refId": "317", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13578", + "kind": "Struct", + "name": "_SMC_CACHE_CREATE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SMC_CACHE_CREATE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13579", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13580", + "kind": "UInt32", + "name": "CacheId", + "offset": 4, + "parentId": "13578", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13581", + "kind": "Struct", + "name": "CacheCreateParams", + "offset": 8, + "parentId": "13578", + "refId": "6126", + "strLen": 64, + "structTypeName": "_SMC_CACHE_CREATE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13582", + "kind": "Struct", + "name": "_SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13583", + "kind": "Hex8", + "name": "UserKeyHandle", + "offset": 0, + "parentId": "13582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13584", + "kind": "Struct", + "name": "_RTL_BITMAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BITMAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13585", + "kind": "UInt32", + "name": "SizeOfBitMap", + "offset": 0, + "parentId": "13584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13586", + "kind": "UInt32", + "name": "Buffer", + "offset": 4, + "parentId": "13584", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13587", + "kind": "Struct", + "name": "_SYSTEM_FEATURE_CONFIGURATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FEATURE_CONFIGURATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13588", + "kind": "UInt64", + "name": "ChangeStamp", + "offset": 0, + "parentId": "13587", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13589", + "kind": "Struct", + "name": "Configuration", + "offset": 8, + "parentId": "13587", + "refId": "12317", + "strLen": 64, + "structTypeName": "_RTL_FEATURE_CONFIGURATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13590", + "kind": "Struct", + "name": "_MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13591", + "kind": "Struct", + "name": "Flags", + "offset": 0, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13592", + "kind": "UInt32", + "name": "AllFlags", + "offset": 0, + "parentId": "13591", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13593", + "kind": "UInt32", + "name": "HandleAttributes", + "offset": 4, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13594", + "kind": "UInt32", + "name": "DesiredAccess", + "offset": 8, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13595", + "kind": "Hex8", + "name": "LowCommitCondition", + "offset": 12, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13596", + "kind": "Hex8", + "name": "HighCommitCondition", + "offset": 13, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13597", + "kind": "Hex8", + "name": "MaximumCommitCondition", + "offset": 14, + "parentId": "13590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13598", + "kind": "Struct", + "name": "_SM_STORE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_STORE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13599", + "kind": "Struct", + "name": "Store", + "offset": 0, + "parentId": "13598", + "refId": "13519", + "strLen": 64, + "structTypeName": "_SM_STORE_BASIC_PARAMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13600", + "kind": "UInt32", + "name": "Priority", + "offset": 0, + "parentId": "13598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13601", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13598", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13602", + "kind": "Struct", + "name": "CacheBacked", + "offset": 8, + "parentId": "13598", + "refId": "12563", + "strLen": 64, + "structTypeName": "_SM_STORE_CACHE_BACKED_PARAMS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13603", + "kind": "Struct", + "name": "_SM_CREATE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_CREATE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "AcquireReference" + }, + { + "bitOffset": 9, + "bitWidth": 1, + "name": "KeyedStore" + }, + { + "bitOffset": 10, + "bitWidth": 22, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13604", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13605", + "kind": "Struct", + "name": "Params", + "offset": 4, + "parentId": "13603", + "refId": "13598", + "strLen": 64, + "structTypeName": "_SM_STORE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13606", + "kind": "UInt32", + "name": "StoreId", + "offset": 4, + "parentId": "13603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13607", + "kind": "Struct", + "name": "_ALPC_COMPLETION_LIST_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_COMPLETION_LIST_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13608", + "kind": "UInt64", + "name": "StartMagic", + "offset": 0, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13609", + "kind": "UInt32", + "name": "TotalSize", + "offset": 8, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13610", + "kind": "UInt32", + "name": "ListOffset", + "offset": 12, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13611", + "kind": "UInt32", + "name": "ListSize", + "offset": 16, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13612", + "kind": "UInt32", + "name": "BitmapOffset", + "offset": 20, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13613", + "kind": "UInt32", + "name": "BitmapSize", + "offset": 24, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13614", + "kind": "UInt32", + "name": "DataOffset", + "offset": 28, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13615", + "kind": "UInt32", + "name": "DataSize", + "offset": 32, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13616", + "kind": "UInt32", + "name": "AttributeFlags", + "offset": 36, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13617", + "kind": "UInt32", + "name": "AttributeSize", + "offset": 40, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13618", + "kind": "Struct", + "name": "State", + "offset": 44, + "parentId": "13607", + "refId": "10971", + "strLen": 64, + "structTypeName": "_ALPC_COMPLETION_LIST_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13619", + "kind": "UInt32", + "name": "LastMessageId", + "offset": 44, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13620", + "kind": "UInt32", + "name": "LastCallbackId", + "offset": 48, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13621", + "kind": "UInt32", + "name": "PostCount", + "offset": 52, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13622", + "kind": "UInt32", + "name": "ReturnCount", + "offset": 56, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13623", + "kind": "UInt32", + "name": "LogSequenceNumber", + "offset": 60, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13624", + "kind": "Struct", + "name": "UserLock", + "offset": 64, + "parentId": "13607", + "refId": "1874", + "strLen": 64, + "structTypeName": "_RTL_SRWLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13625", + "kind": "UInt64", + "name": "EndMagic", + "offset": 64, + "parentId": "13607", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13626", + "kind": "Struct", + "name": "_FILE_STREAM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STREAM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13627", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "13626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13628", + "kind": "UInt32", + "name": "StreamNameLength", + "offset": 4, + "parentId": "13626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13629", + "kind": "Struct", + "name": "StreamSize", + "offset": 8, + "parentId": "13626", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13630", + "kind": "Struct", + "name": "StreamAllocationSize", + "offset": 8, + "parentId": "13626", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13631", + "kind": "Array", + "name": "StreamName", + "offset": 8, + "parentId": "13626", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13632", + "kind": "Struct", + "name": "_SM_DELETE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_DELETE_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 24, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13633", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13634", + "kind": "UInt32", + "name": "StoreId", + "offset": 4, + "parentId": "13632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13635", + "kind": "Struct", + "name": "_SYSTEM_LOW_PRIORITY_IO_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_LOW_PRIORITY_IO_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13636", + "kind": "UInt32", + "name": "LowPriReadOperations", + "offset": 0, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13637", + "kind": "UInt32", + "name": "LowPriWriteOperations", + "offset": 4, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13638", + "kind": "UInt32", + "name": "KernelBumpedToNormalOperations", + "offset": 8, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13639", + "kind": "UInt32", + "name": "LowPriPagingReadOperations", + "offset": 12, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13640", + "kind": "UInt32", + "name": "KernelPagingReadsBumpedToNormal", + "offset": 16, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13641", + "kind": "UInt32", + "name": "LowPriPagingWriteOperations", + "offset": 20, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13642", + "kind": "UInt32", + "name": "KernelPagingWritesBumpedToNormal", + "offset": 24, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13643", + "kind": "UInt32", + "name": "BoostedIrpCount", + "offset": 28, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13644", + "kind": "UInt32", + "name": "BoostedPagingIrpCount", + "offset": 32, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13645", + "kind": "UInt32", + "name": "BlanketBoostCount", + "offset": 36, + "parentId": "13635", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13646", + "kind": "Struct", + "name": "_MOUNTMGR_MOUNT_POINTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_MOUNT_POINTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13647", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13646", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13648", + "kind": "UInt32", + "name": "NumberOfMountPoints", + "offset": 4, + "parentId": "13646", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13649", + "kind": "Array", + "name": "MountPoints", + "offset": 8, + "parentId": "13646", + "refId": "11344", + "strLen": 64, + "structTypeName": "_MOUNTMGR_MOUNT_POINT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13650", + "kind": "Struct", + "name": "_SECURE_SPECULATION_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURE_SPECULATION_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "KvaShadowSupported" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "KvaShadowEnabled" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "KvaShadowUserGlobal" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "KvaShadowPcid" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "MbClearEnabled" + }, + { + "bitOffset": 5, + "bitWidth": 1, + "name": "L1TFMitigated" + }, + { + "bitOffset": 6, + "bitWidth": 1, + "name": "BpbEnabled" + }, + { + "bitOffset": 7, + "bitWidth": 1, + "name": "IbrsPresent" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "EnhancedIbrs" + }, + { + "bitOffset": 9, + "bitWidth": 1, + "name": "StibpPresent" + }, + { + "bitOffset": 10, + "bitWidth": 1, + "name": "SsbdSupported" + }, + { + "bitOffset": 11, + "bitWidth": 1, + "name": "SsbdRequired" + }, + { + "bitOffset": 12, + "bitWidth": 1, + "name": "BpbKernelToUser" + }, + { + "bitOffset": 13, + "bitWidth": 1, + "name": "BpbUserToKernel" + }, + { + "bitOffset": 14, + "bitWidth": 1, + "name": "ReturnSpeculate" + }, + { + "bitOffset": 15, + "bitWidth": 1, + "name": "BranchConfusionSafe" + }, + { + "bitOffset": 16, + "bitWidth": 16, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13651", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13650", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13652", + "kind": "Struct", + "name": "_SYSTEM_DMA_GUARD_POLICY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_DMA_GUARD_POLICY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13653", + "kind": "UInt8", + "name": "DmaGuardPolicyEnabled", + "offset": 0, + "parentId": "13652", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13654", + "kind": "Struct", + "name": "_SM_CONFIG_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SM_CONFIG_REQUEST" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 16, + "name": "Spare" + }, + { + "bitOffset": 24, + "bitWidth": 8, + "name": "ConfigType" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "13655", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13656", + "kind": "UInt32", + "name": "ConfigValue", + "offset": 4, + "parentId": "13654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13657", + "kind": "Struct", + "name": "_FILE_PIPE_CLIENT_PROCESS_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_CLIENT_PROCESS_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13658", + "kind": "Hex8", + "name": "ClientSession", + "offset": 0, + "parentId": "13657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13659", + "kind": "Hex8", + "name": "ClientProcess", + "offset": 1, + "parentId": "13657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13660", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_STRING_SECTION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STRING_SECTION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13661", + "kind": "UInt32", + "name": "Magic", + "offset": 0, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13662", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 4, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13663", + "kind": "UInt32", + "name": "FormatVersion", + "offset": 8, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13664", + "kind": "UInt32", + "name": "DataFormatVersion", + "offset": 12, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13665", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13666", + "kind": "UInt32", + "name": "ElementCount", + "offset": 20, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13667", + "kind": "UInt32", + "name": "ElementListOffset", + "offset": 24, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13668", + "kind": "UInt32", + "name": "HashAlgorithm", + "offset": 28, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13669", + "kind": "UInt32", + "name": "SearchStructureOffset", + "offset": 32, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13670", + "kind": "UInt32", + "name": "UserDataOffset", + "offset": 36, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13671", + "kind": "UInt32", + "name": "UserDataSize", + "offset": 40, + "parentId": "13660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13672", + "kind": "Struct", + "name": "_FILE_OBJECTID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_OBJECTID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13673", + "kind": "Int64", + "name": "FileReference", + "offset": 0, + "parentId": "13672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "13674", + "kind": "Array", + "name": "ObjectId", + "offset": 8, + "parentId": "13672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13675", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "13672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 48, + "collapsed": false, + "elementKind": "UInt8", + "id": "13676", + "kind": "Array", + "name": "ExtendedInfo", + "offset": 0, + "parentId": "13675", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13677", + "kind": "Struct", + "name": "_PAGE_PRIORITY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PAGE_PRIORITY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13678", + "kind": "UInt32", + "name": "PagePriority", + "offset": 0, + "parentId": "13677", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13679", + "kind": "Struct", + "name": "_OBJECT_DIRECTORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_DIRECTORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13680", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "13679", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13681", + "kind": "Struct", + "name": "TypeName", + "offset": 0, + "parentId": "13679", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13682", + "kind": "Struct", + "name": "_VM_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VM_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13683", + "kind": "UInt64", + "name": "PeakVirtualSize", + "offset": 0, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13684", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 8, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13685", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 16, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13686", + "kind": "UInt64", + "name": "PeakWorkingSetSize", + "offset": 20, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13687", + "kind": "UInt64", + "name": "WorkingSetSize", + "offset": 28, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13688", + "kind": "UInt64", + "name": "QuotaPeakPagedPoolUsage", + "offset": 36, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13689", + "kind": "UInt64", + "name": "QuotaPagedPoolUsage", + "offset": 44, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13690", + "kind": "UInt64", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 52, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13691", + "kind": "UInt64", + "name": "QuotaNonPagedPoolUsage", + "offset": 60, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13692", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 68, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13693", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 76, + "parentId": "13682", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13694", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13695", + "kind": "Struct", + "name": "ExtensionGuid", + "offset": 0, + "parentId": "13694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13696", + "kind": "UInt32", + "name": "TocOffset", + "offset": 0, + "parentId": "13694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13697", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "13694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13698", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13699", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13700", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13701", + "kind": "UInt32", + "name": "ThreadingModel", + "offset": 8, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13702", + "kind": "Struct", + "name": "ReferenceClsid", + "offset": 12, + "parentId": "13698", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13703", + "kind": "Struct", + "name": "ConfiguredClsid", + "offset": 12, + "parentId": "13698", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13704", + "kind": "Struct", + "name": "ImplementedClsid", + "offset": 12, + "parentId": "13698", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13705", + "kind": "Struct", + "name": "TypeLibraryId", + "offset": 12, + "parentId": "13698", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13706", + "kind": "UInt32", + "name": "ModuleLength", + "offset": 12, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13707", + "kind": "UInt32", + "name": "ModuleOffset", + "offset": 16, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13708", + "kind": "UInt32", + "name": "ProgIdLength", + "offset": 20, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13709", + "kind": "UInt32", + "name": "ProgIdOffset", + "offset": 24, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13710", + "kind": "UInt32", + "name": "ShimDataLength", + "offset": 28, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13711", + "kind": "UInt32", + "name": "ShimDataOffset", + "offset": 32, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13712", + "kind": "UInt32", + "name": "MiscStatusDefault", + "offset": 36, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13713", + "kind": "UInt32", + "name": "MiscStatusContent", + "offset": 40, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13714", + "kind": "UInt32", + "name": "MiscStatusThumbnail", + "offset": 44, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13715", + "kind": "UInt32", + "name": "MiscStatusIcon", + "offset": 48, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13716", + "kind": "UInt32", + "name": "MiscStatusDocPrint", + "offset": 52, + "parentId": "13698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13717", + "kind": "Struct", + "name": "_PF_TIME_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_TIME_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13718", + "kind": "Int32", + "name": "TimeAdjustment", + "offset": 0, + "parentId": "13717", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13719", + "kind": "Struct", + "name": "_BCD_ELEMENT_DATATYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DATATYPE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13720", + "kind": "UInt32", + "name": "PackedValue", + "offset": 0, + "parentId": "13719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13721", + "kind": "Struct", + "name": "_PS_CPU_QUOTA_QUERY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_CPU_QUOTA_QUERY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13722", + "kind": "UInt32", + "name": "SessionCount", + "offset": 0, + "parentId": "13721", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13723", + "kind": "Array", + "name": "SessionInformation", + "offset": 4, + "parentId": "13721", + "refId": "13546", + "strLen": 64, + "structTypeName": "_PS_CPU_QUOTA_QUERY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13724", + "kind": "Struct", + "name": "_PF_BOOT_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_BOOT_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13725", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13726", + "kind": "UInt32", + "name": "DisableBootPrefetching", + "offset": 4, + "parentId": "13724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13727", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_TOC_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_TOC_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13728", + "kind": "UInt32", + "name": "Id", + "offset": 0, + "parentId": "13727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13729", + "kind": "UInt32", + "name": "Offset", + "offset": 4, + "parentId": "13727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13730", + "kind": "UInt32", + "name": "Length", + "offset": 8, + "parentId": "13727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13731", + "kind": "UInt32", + "name": "Format", + "offset": 12, + "parentId": "13727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13732", + "kind": "Struct", + "name": "_MEMORY_PARTITION_PAGEFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_PAGEFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13733", + "kind": "Struct", + "name": "PageFileName", + "offset": 0, + "parentId": "13732", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13734", + "kind": "Struct", + "name": "MinimumSize", + "offset": 0, + "parentId": "13732", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13735", + "kind": "Struct", + "name": "MaximumSize", + "offset": 0, + "parentId": "13732", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13736", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13732", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13737", + "kind": "Struct", + "name": "_REMOTE_PORT_VIEW64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REMOTE_PORT_VIEW64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13738", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "13737", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13739", + "kind": "UInt64", + "name": "ViewSize", + "offset": 4, + "parentId": "13737", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13740", + "kind": "UInt64", + "name": "ViewBase", + "offset": 12, + "parentId": "13737", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13741", + "kind": "Struct", + "name": "_OBJECT_BOUNDARY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_BOUNDARY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13742", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13743", + "kind": "UInt32", + "name": "Items", + "offset": 4, + "parentId": "13741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13744", + "kind": "UInt32", + "name": "TotalSize", + "offset": 8, + "parentId": "13741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13745", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "13741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13746", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13747", + "kind": "Struct", + "name": "_SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13748", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13749", + "kind": "Struct", + "name": "Flags", + "offset": 4, + "parentId": "13747", + "refId": "12841", + "strLen": 64, + "structTypeName": "_QUERY_PERFORMANCE_COUNTER_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13750", + "kind": "Struct", + "name": "ValidFlags", + "offset": 4, + "parentId": "13747", + "refId": "12841", + "strLen": 64, + "structTypeName": "_QUERY_PERFORMANCE_COUNTER_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13751", + "kind": "Struct", + "name": "_ALPC_PORT_MESSAGE_ZONE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_PORT_MESSAGE_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13752", + "kind": "Hex8", + "name": "Buffer", + "offset": 0, + "parentId": "13751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13753", + "kind": "UInt32", + "name": "Size", + "offset": 1, + "parentId": "13751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13754", + "kind": "Struct", + "name": "_FILE_IS_REMOTE_DEVICE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IS_REMOTE_DEVICE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13755", + "kind": "UInt8", + "name": "IsRemote", + "offset": 0, + "parentId": "13754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13756", + "kind": "Struct", + "name": "_LPC_CLIENT_DIED_MSG64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LPC_CLIENT_DIED_MSG64" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13757", + "kind": "Struct", + "name": "PortMsg", + "offset": 0, + "parentId": "13756", + "refId": "13222", + "strLen": 64, + "structTypeName": "_PORT_MESSAGE64" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13758", + "kind": "Struct", + "name": "CreateTime", + "offset": 0, + "parentId": "13756", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13759", + "kind": "Struct", + "name": "_OBJECT_BOUNDARY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_BOUNDARY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13760", + "kind": "UInt32", + "name": "EntryType", + "offset": 0, + "parentId": "13759", + "refId": "285", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13761", + "kind": "UInt32", + "name": "EntrySize", + "offset": 4, + "parentId": "13759", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13762", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13763", + "kind": "UInt32", + "name": "ElementCount", + "offset": 0, + "parentId": "13762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13764", + "kind": "Array", + "name": "Elements", + "offset": 4, + "parentId": "13762", + "refId": "11836", + "strLen": 64, + "structTypeName": "_COMPATIBILITY_CONTEXT_ELEMENT_LEGACY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13765", + "kind": "Struct", + "name": "_PF_SYSTEM_SUPERFETCH_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_SYSTEM_SUPERFETCH_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13766", + "kind": "UInt32", + "name": "EnabledComponents", + "offset": 0, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13767", + "kind": "UInt32", + "name": "BootID", + "offset": 4, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13768", + "kind": "UInt32", + "name": "SavedSectInfoTracesMax", + "offset": 8, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13769", + "kind": "UInt32", + "name": "SavedPageAccessTracesMax", + "offset": 12, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13770", + "kind": "UInt32", + "name": "ScenarioPrefetchTimeoutStandby", + "offset": 16, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13771", + "kind": "UInt32", + "name": "ScenarioPrefetchTimeoutHibernate", + "offset": 20, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13772", + "kind": "UInt32", + "name": "ScenarioPrefetchTimeoutHiberBoot", + "offset": 24, + "parentId": "13765", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13773", + "kind": "Struct", + "name": "_PREFETCHER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PREFETCHER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13774", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13775", + "kind": "UInt32", + "name": "Magic", + "offset": 4, + "parentId": "13773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13776", + "kind": "UInt32", + "name": "PrefetcherInformationClass", + "offset": 8, + "parentId": "13773", + "refId": "356", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13777", + "kind": "Hex8", + "name": "PrefetcherInformation", + "offset": 12, + "parentId": "13773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13778", + "kind": "UInt32", + "name": "PrefetcherInformationLength", + "offset": 13, + "parentId": "13773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13779", + "kind": "Struct", + "name": "_ALPC_REGISTER_CALLBACK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_REGISTER_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13780", + "kind": "Hex8", + "name": "CallbackObject", + "offset": 0, + "parentId": "13779", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13781", + "kind": "Hex8", + "name": "CallbackContext", + "offset": 1, + "parentId": "13779", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13782", + "kind": "Struct", + "name": "_OBJECT_TYPES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_TYPES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13783", + "kind": "UInt32", + "name": "NumberOfTypes", + "offset": 0, + "parentId": "13782", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13784", + "kind": "Struct", + "name": "_ALPC_SECURITY_ATTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_SECURITY_ATTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13785", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13786", + "kind": "Struct", + "name": "QoS", + "offset": 4, + "parentId": "13784", + "refId": "3465", + "strLen": 64, + "structTypeName": "_SECURITY_QUALITY_OF_SERVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13787", + "kind": "Hex8", + "name": "ContextHandle", + "offset": 4, + "parentId": "13784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13788", + "kind": "Struct", + "name": "_MOUNTMGR_CHANGE_NOTIFY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_CHANGE_NOTIFY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13789", + "kind": "UInt32", + "name": "EpicNumber", + "offset": 0, + "parentId": "13788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13790", + "kind": "Struct", + "name": "_MEMORY_WORKING_SET_EX_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_EX_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13791", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "13790", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13792", + "kind": "Struct", + "name": "u1", + "offset": 1, + "parentId": "13790", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13793", + "kind": "Struct", + "name": "VirtualAttributes", + "offset": 0, + "parentId": "13792", + "refId": "13489", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_EX_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13794", + "kind": "UInt64", + "name": "Long", + "offset": 0, + "parentId": "13792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13795", + "kind": "Struct", + "name": "_PROCESS_WORKING_SET_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WORKING_SET_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13796", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13797", + "kind": "UInt32", + "name": "Operation", + "offset": 4, + "parentId": "13795", + "refId": "310", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13798", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "13795", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13799", + "kind": "Struct", + "name": "_PROCESS_KEEPALIVE_COUNT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_KEEPALIVE_COUNT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13800", + "kind": "UInt32", + "name": "WakeCount", + "offset": 0, + "parentId": "13799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13801", + "kind": "UInt32", + "name": "NoWakeCount", + "offset": 4, + "parentId": "13799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13802", + "kind": "Struct", + "name": "_MOUNTMGR_VOLUME_PATHS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_VOLUME_PATHS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13803", + "kind": "UInt32", + "name": "MultiSzLength", + "offset": 0, + "parentId": "13802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13804", + "kind": "Array", + "name": "MultiSz", + "offset": 4, + "parentId": "13802", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13805", + "kind": "Struct", + "name": "_FILE_TRACKING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_TRACKING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13806", + "kind": "Hex8", + "name": "DestinationFile", + "offset": 0, + "parentId": "13805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13807", + "kind": "UInt32", + "name": "ObjectInformationLength", + "offset": 1, + "parentId": "13805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13808", + "kind": "Array", + "name": "ObjectInformation", + "offset": 5, + "parentId": "13805", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13809", + "kind": "Struct", + "name": "_MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13810", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13809", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13811", + "kind": "UInt32", + "name": "AllInformation", + "offset": 0, + "parentId": "13810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13812", + "kind": "Struct", + "name": "_FILE_IO_PRIORITY_HINT_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_IO_PRIORITY_HINT_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13813", + "kind": "UInt32", + "name": "PriorityHint", + "offset": 0, + "parentId": "13812", + "refId": "291", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13814", + "kind": "UInt8", + "name": "BoostOutstanding", + "offset": 4, + "parentId": "13812", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13815", + "kind": "Struct", + "name": "_MOUNTMGR_SET_AUTO_MOUNT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_SET_AUTO_MOUNT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13816", + "kind": "UInt32", + "name": "NewState", + "offset": 0, + "parentId": "13815", + "refId": "366", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13817", + "kind": "Struct", + "name": "_MEMORY_SHARED_COMMIT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_SHARED_COMMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13818", + "kind": "UInt64", + "name": "CommitSize", + "offset": 0, + "parentId": "13817", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13819", + "kind": "Struct", + "name": "_SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13820", + "kind": "UInt8", + "name": "DebuggerAllowed", + "offset": 0, + "parentId": "13819", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13821", + "kind": "UInt8", + "name": "DebuggerEnabled", + "offset": 1, + "parentId": "13819", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13822", + "kind": "UInt8", + "name": "DebuggerPresent", + "offset": 2, + "parentId": "13819", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13823", + "kind": "Struct", + "name": "_FILE_RENAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_RENAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13824", + "kind": "UInt8", + "name": "ReplaceIfExists", + "offset": 0, + "parentId": "13823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13825", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 1, + "parentId": "13823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13826", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 2, + "parentId": "13823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13827", + "kind": "Array", + "name": "FileName", + "offset": 6, + "parentId": "13823", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13828", + "kind": "Struct", + "name": "_BCD_ELEMENT_DEVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_DEVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13829", + "kind": "UInt32", + "name": "DeviceType", + "offset": 0, + "parentId": "13828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13830", + "kind": "Struct", + "name": "AdditionalOptions", + "offset": 4, + "parentId": "13828", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13831", + "kind": "Struct", + "name": "_SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13832", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13833", + "kind": "UInt8", + "name": "FeatureIsEnabled", + "offset": 4, + "parentId": "13831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13834", + "kind": "Struct", + "name": "_EXTENDED_CREATE_INFORMATION_32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EXTENDED_CREATE_INFORMATION_32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13835", + "kind": "Int64", + "name": "ExtendedCreateFlags", + "offset": 0, + "parentId": "13834", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13836", + "kind": "Struct", + "name": "EaBuffer", + "offset": 8, + "parentId": "13834", + "refId": "0", + "strLen": 64, + "structTypeName": "__ptr32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13837", + "kind": "UInt32", + "name": "EaLength", + "offset": 8, + "parentId": "13834", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13838", + "kind": "Struct", + "name": "_PROCESS_FOREGROUND_BACKGROUND", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_FOREGROUND_BACKGROUND" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13839", + "kind": "UInt8", + "name": "Foreground", + "offset": 0, + "parentId": "13838", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13840", + "kind": "Struct", + "name": "_FILE_PIPE_WAIT_FOR_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_WAIT_FOR_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13841", + "kind": "Struct", + "name": "Timeout", + "offset": 0, + "parentId": "13840", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13842", + "kind": "UInt32", + "name": "NameLength", + "offset": 0, + "parentId": "13840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13843", + "kind": "UInt8", + "name": "TimeoutSpecified", + "offset": 4, + "parentId": "13840", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13844", + "kind": "Array", + "name": "Name", + "offset": 5, + "parentId": "13840", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13845", + "kind": "Struct", + "name": "_PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13846", + "kind": "Pointer64", + "name": "DynamicFunctionTable", + "offset": 0, + "parentId": "13845", + "refId": "14359", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13847", + "kind": "UInt8", + "name": "Remove", + "offset": 8, + "parentId": "13845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13848", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_STRING_SECTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_STRING_SECTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13849", + "kind": "UInt32", + "name": "PseudoKey", + "offset": 0, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13850", + "kind": "UInt32", + "name": "KeyOffset", + "offset": 4, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13851", + "kind": "UInt32", + "name": "KeyLength", + "offset": 8, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13852", + "kind": "UInt32", + "name": "Offset", + "offset": 12, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13853", + "kind": "UInt32", + "name": "Length", + "offset": 16, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13854", + "kind": "UInt32", + "name": "AssemblyRosterIndex", + "offset": 20, + "parentId": "13848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13855", + "kind": "Struct", + "name": "_PROCESS_CYCLE_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_CYCLE_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13856", + "kind": "UInt64", + "name": "AccumulatedCycles", + "offset": 0, + "parentId": "13855", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13857", + "kind": "UInt64", + "name": "CurrentCycleCount", + "offset": 8, + "parentId": "13855", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13858", + "kind": "Struct", + "name": "_SILO_USER_SHARED_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SILO_USER_SHARED_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13859", + "kind": "UInt32", + "name": "ServiceSessionId", + "offset": 0, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13860", + "kind": "UInt32", + "name": "ActiveConsoleId", + "offset": 4, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13861", + "kind": "Int64", + "name": "ConsoleSessionForegroundProcessId", + "offset": 8, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13862", + "kind": "UInt32", + "name": "NtProductType", + "offset": 16, + "parentId": "13858", + "refId": "262", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13863", + "kind": "UInt32", + "name": "SuiteMask", + "offset": 20, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13864", + "kind": "UInt32", + "name": "SharedUserSessionId", + "offset": 24, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13865", + "kind": "UInt8", + "name": "IsMultiSessionSku", + "offset": 28, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 260, + "collapsed": true, + "elementKind": "Struct", + "id": "13866", + "kind": "Array", + "name": "NtSystemRoot", + "offset": 29, + "parentId": "13858", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt16", + "id": "13867", + "kind": "Array", + "name": "UserModeGlobalLogger", + "offset": 29, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13868", + "kind": "UInt32", + "name": "TimeZoneId", + "offset": 61, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13869", + "kind": "Int32", + "name": "TimeZoneBiasStamp", + "offset": 65, + "parentId": "13858", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13870", + "kind": "Struct", + "name": "TimeZoneBias", + "offset": 69, + "parentId": "13858", + "refId": "5449", + "strLen": 64, + "structTypeName": "_KSYSTEM_TIME" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13871", + "kind": "Struct", + "name": "TimeZoneBiasEffectiveStart", + "offset": 69, + "parentId": "13858", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13872", + "kind": "Struct", + "name": "TimeZoneBiasEffectiveEnd", + "offset": 69, + "parentId": "13858", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13873", + "kind": "Struct", + "name": "_JOBOBJECT_WAKE_INFORMATION_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_WAKE_INFORMATION_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13874", + "kind": "Hex8", + "name": "NotificationChannel", + "offset": 0, + "parentId": "13873", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt64", + "id": "13875", + "kind": "Array", + "name": "WakeCounters", + "offset": 1, + "parentId": "13873", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13876", + "kind": "Struct", + "name": "_NTPSS_MEMORY_BULK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NTPSS_MEMORY_BULK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13877", + "kind": "UInt32", + "name": "QueryFlags", + "offset": 0, + "parentId": "13876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13878", + "kind": "UInt32", + "name": "NumberOfEntries", + "offset": 4, + "parentId": "13876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13879", + "kind": "Hex8", + "name": "NextValidAddress", + "offset": 8, + "parentId": "13876", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13880", + "kind": "Struct", + "name": "_POWER_THROTTLING_PROCESS_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_THROTTLING_PROCESS_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13881", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13882", + "kind": "UInt32", + "name": "ControlMask", + "offset": 4, + "parentId": "13880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13883", + "kind": "UInt32", + "name": "StateMask", + "offset": 8, + "parentId": "13880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13884", + "kind": "Struct", + "name": "_PROCESS_HANDLE_SNAPSHOT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_SNAPSHOT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13885", + "kind": "UInt64", + "name": "NumberOfHandles", + "offset": 0, + "parentId": "13884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13886", + "kind": "UInt64", + "name": "Reserved", + "offset": 8, + "parentId": "13884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13887", + "kind": "Array", + "name": "Handles", + "offset": 16, + "parentId": "13884", + "refId": "11384", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TABLE_ENTRY_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13888", + "kind": "Struct", + "name": "_PROCESS_COMMIT_RELEASE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_COMMIT_RELEASE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13889", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "13888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13890", + "kind": "UInt64", + "name": "CommitDebt", + "offset": 4, + "parentId": "13888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13891", + "kind": "UInt64", + "name": "CommittedMemResetSize", + "offset": 12, + "parentId": "13888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13892", + "kind": "UInt64", + "name": "RepurposedMemResetSize", + "offset": 20, + "parentId": "13888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13893", + "kind": "Struct", + "name": "_SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13894", + "kind": "UInt32", + "name": "FeatureId", + "offset": 0, + "parentId": "13893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13895", + "kind": "UInt16", + "name": "ReportingKind", + "offset": 4, + "parentId": "13893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13896", + "kind": "UInt16", + "name": "ReportingOptions", + "offset": 6, + "parentId": "13893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13897", + "kind": "Struct", + "name": "ReportingTarget", + "offset": 8, + "parentId": "13893", + "refId": "12335", + "strLen": 64, + "structTypeName": "_RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13898", + "kind": "Struct", + "name": "_MEMORY_PARTITION_TRANSFER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_PARTITION_TRANSFER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13899", + "kind": "UInt64", + "name": "NumberOfPages", + "offset": 0, + "parentId": "13898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13900", + "kind": "UInt32", + "name": "NumaNode", + "offset": 8, + "parentId": "13898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13901", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "13898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13902", + "kind": "Struct", + "name": "_PROCESS_WS_WATCH_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WS_WATCH_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13903", + "kind": "Struct", + "name": "BasicInfo", + "offset": 0, + "parentId": "13902", + "refId": "4105", + "strLen": 64, + "structTypeName": "_PROCESS_WS_WATCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13904", + "kind": "UInt64", + "name": "FaultingThreadId", + "offset": 0, + "parentId": "13902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13905", + "kind": "UInt64", + "name": "Flags", + "offset": 8, + "parentId": "13902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13906", + "kind": "Struct", + "name": "_JOBOBJECT_FREEZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_FREEZE_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "13907", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "13906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13908", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13909", + "kind": "UInt8", + "name": "Freeze", + "offset": 4, + "parentId": "13906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13910", + "kind": "UInt8", + "name": "Swap", + "offset": 5, + "parentId": "13906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13911", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "13906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13912", + "kind": "Struct", + "name": "WakeFilter", + "offset": 8, + "parentId": "13906", + "refId": "11585", + "strLen": 64, + "structTypeName": "_JOBOBJECT_WAKE_FILTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13913", + "kind": "Struct", + "name": "_PROCESS_TLS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_TLS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13914", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13915", + "kind": "UInt32", + "name": "OperationType", + "offset": 4, + "parentId": "13913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13916", + "kind": "UInt32", + "name": "ThreadDataCount", + "offset": 8, + "parentId": "13913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13917", + "kind": "UInt32", + "name": "TlsIndex", + "offset": 12, + "parentId": "13913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13918", + "kind": "UInt32", + "name": "PreviousCount", + "offset": 16, + "parentId": "13913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "13919", + "kind": "Array", + "name": "ThreadData", + "offset": 20, + "parentId": "13913", + "refId": "11588", + "strLen": 64, + "structTypeName": "_THREAD_TLS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13920", + "kind": "Struct", + "name": "_PROCESS_HANDLE_TRACING_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TRACING_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13921", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "13920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13922", + "kind": "Struct", + "name": "ClientId", + "offset": 1, + "parentId": "13920", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13923", + "kind": "UInt32", + "name": "Type", + "offset": 1, + "parentId": "13920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "Hex8", + "id": "13924", + "kind": "Array", + "name": "Stacks", + "offset": 5, + "parentId": "13920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13925", + "kind": "Struct", + "name": "_SYSDBG_VIRTUAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_VIRTUAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13926", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "13925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13927", + "kind": "Hex8", + "name": "Buffer", + "offset": 1, + "parentId": "13925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13928", + "kind": "UInt32", + "name": "Request", + "offset": 2, + "parentId": "13925", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13929", + "kind": "Struct", + "name": "_JOBOBJECT_MEMORY_USAGE_INFORMATION_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_MEMORY_USAGE_INFORMATION_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13930", + "kind": "Struct", + "name": "BasicInfo", + "offset": 0, + "parentId": "13929", + "refId": "11841", + "strLen": 64, + "structTypeName": "_JOBOBJECT_MEMORY_USAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13931", + "kind": "UInt64", + "name": "JobSharedMemory", + "offset": 0, + "parentId": "13929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13932", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "13929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13933", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "13929", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13934", + "kind": "Struct", + "name": "_OBJECT_TYPE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OBJECT_TYPE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13935", + "kind": "Struct", + "name": "TypeName", + "offset": 0, + "parentId": "13934", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13936", + "kind": "UInt32", + "name": "TotalNumberOfObjects", + "offset": 0, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13937", + "kind": "UInt32", + "name": "TotalNumberOfHandles", + "offset": 4, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13938", + "kind": "UInt32", + "name": "TotalPagedPoolUsage", + "offset": 8, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13939", + "kind": "UInt32", + "name": "TotalNonPagedPoolUsage", + "offset": 12, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13940", + "kind": "UInt32", + "name": "TotalNamePoolUsage", + "offset": 16, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13941", + "kind": "UInt32", + "name": "TotalHandleTableUsage", + "offset": 20, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13942", + "kind": "UInt32", + "name": "HighWaterNumberOfObjects", + "offset": 24, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13943", + "kind": "UInt32", + "name": "HighWaterNumberOfHandles", + "offset": 28, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13944", + "kind": "UInt32", + "name": "HighWaterPagedPoolUsage", + "offset": 32, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13945", + "kind": "UInt32", + "name": "HighWaterNonPagedPoolUsage", + "offset": 36, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13946", + "kind": "UInt32", + "name": "HighWaterNamePoolUsage", + "offset": 40, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13947", + "kind": "UInt32", + "name": "HighWaterHandleTableUsage", + "offset": 44, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13948", + "kind": "UInt32", + "name": "InvalidAttributes", + "offset": 48, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13949", + "kind": "Struct", + "name": "GenericMapping", + "offset": 52, + "parentId": "13934", + "refId": "1835", + "strLen": 64, + "structTypeName": "_GENERIC_MAPPING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13950", + "kind": "UInt32", + "name": "ValidAccessMask", + "offset": 52, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13951", + "kind": "UInt8", + "name": "SecurityRequired", + "offset": 56, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13952", + "kind": "UInt8", + "name": "MaintainHandleCount", + "offset": 57, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13953", + "kind": "UInt8", + "name": "TypeIndex", + "offset": 58, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13954", + "kind": "Struct", + "name": "ReservedByte", + "offset": 59, + "parentId": "13934", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13955", + "kind": "UInt32", + "name": "PoolType", + "offset": 59, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13956", + "kind": "UInt32", + "name": "DefaultPagedPoolCharge", + "offset": 63, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13957", + "kind": "UInt32", + "name": "DefaultNonPagedPoolCharge", + "offset": 67, + "parentId": "13934", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13958", + "kind": "Struct", + "name": "_PROCESS_HANDLE_TRACING_ENABLE_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TRACING_ENABLE_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13959", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13960", + "kind": "UInt32", + "name": "TotalSlots", + "offset": 4, + "parentId": "13958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13961", + "kind": "Struct", + "name": "_SYSDBG_MSR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_MSR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13962", + "kind": "UInt32", + "name": "Msr", + "offset": 0, + "parentId": "13961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13963", + "kind": "UInt64", + "name": "Data", + "offset": 4, + "parentId": "13961", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13964", + "kind": "Struct", + "name": "_PROCESS_HANDLE_TRACING_ENABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TRACING_ENABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13965", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13964", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13966", + "kind": "Struct", + "name": "_PROCESS_MEMBERSHIP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_MEMBERSHIP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13967", + "kind": "UInt32", + "name": "ServerSiloId", + "offset": 0, + "parentId": "13966", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13968", + "kind": "Struct", + "name": "_SYSDBG_KD_PULL_REMOTE_FILE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSDBG_KD_PULL_REMOTE_FILE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13969", + "kind": "Struct", + "name": "ImageFileName", + "offset": 0, + "parentId": "13968", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13970", + "kind": "Struct", + "name": "_ALPC_WORK_ON_BEHALF_TICKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_WORK_ON_BEHALF_TICKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13971", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "13970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13972", + "kind": "UInt32", + "name": "ThreadCreationTimeLow", + "offset": 4, + "parentId": "13970", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13973", + "kind": "Struct", + "name": "_BCD_ELEMENT_INTEGER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_BCD_ELEMENT_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13974", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "13973", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13975", + "kind": "Struct", + "name": "_TEB_ACTIVE_FRAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13976", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13975", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13977", + "kind": "Pointer64", + "name": "Previous", + "offset": 4, + "parentId": "13975", + "refId": "13975", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13978", + "kind": "Struct", + "name": "Context", + "offset": 12, + "parentId": "13975", + "refId": "14078", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13979", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_CLR_SURROGATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_CLR_SURROGATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13980", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13981", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13982", + "kind": "Struct", + "name": "SurrogateIdent", + "offset": 8, + "parentId": "13979", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13983", + "kind": "UInt32", + "name": "VersionOffset", + "offset": 8, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13984", + "kind": "UInt32", + "name": "VersionLength", + "offset": 12, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13985", + "kind": "UInt32", + "name": "TypeNameOffset", + "offset": 16, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13986", + "kind": "UInt32", + "name": "TypeNameLength", + "offset": 20, + "parentId": "13979", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13987", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13988", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "13987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13989", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "13987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13990", + "kind": "UInt32", + "name": "ConfiguredClsidOffset", + "offset": 8, + "parentId": "13987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13991", + "kind": "Struct", + "name": "_THREAD_CYCLE_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_CYCLE_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13992", + "kind": "UInt64", + "name": "AccumulatedCycles", + "offset": 0, + "parentId": "13991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13993", + "kind": "UInt64", + "name": "CurrentCycleCount", + "offset": 8, + "parentId": "13991", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "13994", + "kind": "Struct", + "name": "_API_SET_VALUE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_API_SET_VALUE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13995", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "13994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13996", + "kind": "UInt32", + "name": "NameOffset", + "offset": 4, + "parentId": "13994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13997", + "kind": "UInt32", + "name": "NameLength", + "offset": 8, + "parentId": "13994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13998", + "kind": "UInt32", + "name": "ValueOffset", + "offset": 12, + "parentId": "13994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "13999", + "kind": "UInt32", + "name": "ValueLength", + "offset": 16, + "parentId": "13994", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14000", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14001", + "kind": "UInt16", + "name": "Major", + "offset": 0, + "parentId": "14000", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14002", + "kind": "UInt16", + "name": "Minor", + "offset": 2, + "parentId": "14000", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14003", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14004", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "14003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14005", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "14003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14006", + "kind": "Struct", + "name": "ProxyStubClsid32", + "offset": 8, + "parentId": "14003", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14007", + "kind": "UInt32", + "name": "NumMethods", + "offset": 8, + "parentId": "14003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14008", + "kind": "Struct", + "name": "TypeLibraryId", + "offset": 12, + "parentId": "14003", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14009", + "kind": "Struct", + "name": "BaseInterface", + "offset": 12, + "parentId": "14003", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14010", + "kind": "UInt32", + "name": "NameLength", + "offset": 12, + "parentId": "14003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14011", + "kind": "UInt32", + "name": "NameOffset", + "offset": 16, + "parentId": "14003", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14012", + "kind": "Struct", + "name": "_MEMORY_WORKING_SET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14013", + "kind": "UInt64", + "name": "NumberOfEntries", + "offset": 0, + "parentId": "14012", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14014", + "kind": "Array", + "name": "WorkingSetInfo", + "offset": 8, + "parentId": "14012", + "refId": "12625", + "strLen": 64, + "structTypeName": "_MEMORY_WORKING_SET_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14015", + "kind": "Struct", + "name": "_THREAD_PERFORMANCE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_PERFORMANCE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14016", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14017", + "kind": "UInt16", + "name": "Version", + "offset": 2, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14018", + "kind": "Struct", + "name": "ProcessorNumber", + "offset": 4, + "parentId": "14015", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14019", + "kind": "UInt32", + "name": "ContextSwitches", + "offset": 4, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14020", + "kind": "UInt32", + "name": "HwCountersCount", + "offset": 8, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14021", + "kind": "UInt64", + "name": "UpdateCount", + "offset": 12, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14022", + "kind": "UInt64", + "name": "WaitReasonBitMap", + "offset": 20, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14023", + "kind": "UInt64", + "name": "HardwareCounters", + "offset": 28, + "parentId": "14015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14024", + "kind": "Struct", + "name": "CycleTime", + "offset": 36, + "parentId": "14015", + "refId": "11912", + "strLen": 64, + "structTypeName": "_COUNTER_READING" + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "14025", + "kind": "Array", + "name": "HwCounters", + "offset": 36, + "parentId": "14015", + "refId": "11912", + "strLen": 64, + "structTypeName": "_COUNTER_READING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14026", + "kind": "Struct", + "name": "_PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14027", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 0, + "parentId": "14026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14028", + "kind": "UInt64", + "name": "CommitSize", + "offset": 8, + "parentId": "14026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14029", + "kind": "UInt32", + "name": "PreferredNode", + "offset": 16, + "parentId": "14026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14030", + "kind": "UInt32", + "name": "Reserved", + "offset": 20, + "parentId": "14026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14031", + "kind": "Hex8", + "name": "Ssp", + "offset": 24, + "parentId": "14026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14032", + "kind": "Struct", + "name": "_JOBOBJECT_ENERGY_TRACKING_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_ENERGY_TRACKING_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14033", + "kind": "UInt64", + "name": "Value", + "offset": 0, + "parentId": "14032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14034", + "kind": "UInt32", + "name": "UpdateMask", + "offset": 8, + "parentId": "14032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14035", + "kind": "UInt32", + "name": "DesiredState", + "offset": 12, + "parentId": "14032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14036", + "kind": "Struct", + "name": "_JOBOBJECT_PAGE_PRIORITY_LIMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_PAGE_PRIORITY_LIMIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14037", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14036", + "refId": "345", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14038", + "kind": "UInt32", + "name": "Priority", + "offset": 4, + "parentId": "14036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14039", + "kind": "Struct", + "name": "_PROCESS_TELEMETRY_ID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_TELEMETRY_ID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14040", + "kind": "UInt32", + "name": "HeaderSize", + "offset": 0, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14041", + "kind": "UInt32", + "name": "ProcessId", + "offset": 4, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14042", + "kind": "UInt64", + "name": "ProcessStartKey", + "offset": 8, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14043", + "kind": "UInt64", + "name": "CreateTime", + "offset": 16, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14044", + "kind": "UInt64", + "name": "CreateInterruptTime", + "offset": 24, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14045", + "kind": "UInt64", + "name": "CreateUnbiasedInterruptTime", + "offset": 32, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14046", + "kind": "UInt64", + "name": "ProcessSequenceNumber", + "offset": 40, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14047", + "kind": "UInt64", + "name": "SessionCreateTime", + "offset": 48, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14048", + "kind": "UInt32", + "name": "SessionId", + "offset": 56, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14049", + "kind": "UInt32", + "name": "BootId", + "offset": 60, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14050", + "kind": "UInt32", + "name": "ImageChecksum", + "offset": 64, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14051", + "kind": "UInt32", + "name": "ImageTimeDateStamp", + "offset": 68, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14052", + "kind": "UInt32", + "name": "UserSidOffset", + "offset": 72, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14053", + "kind": "UInt32", + "name": "ImagePathOffset", + "offset": 76, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14054", + "kind": "UInt32", + "name": "PackageNameOffset", + "offset": 80, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14055", + "kind": "UInt32", + "name": "RelativeAppNameOffset", + "offset": 84, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14056", + "kind": "UInt32", + "name": "CommandLineOffset", + "offset": 88, + "parentId": "14039", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14057", + "kind": "Struct", + "name": "_THREAD_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14058", + "kind": "Int32", + "name": "ExitStatus", + "offset": 0, + "parentId": "14057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14059", + "kind": "Struct", + "name": "TebBaseAddress", + "offset": 4, + "parentId": "14057", + "refId": "5879", + "strLen": 64, + "structTypeName": "_TEB" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14060", + "kind": "Struct", + "name": "ClientId", + "offset": 4, + "parentId": "14057", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14061", + "kind": "UInt64", + "name": "AffinityMask", + "offset": 4, + "parentId": "14057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14062", + "kind": "Int32", + "name": "Priority", + "offset": 12, + "parentId": "14057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14063", + "kind": "Int32", + "name": "BasePriority", + "offset": 16, + "parentId": "14057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14064", + "kind": "Struct", + "name": "_FILE_FS_ATTRIBUTE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_ATTRIBUTE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14065", + "kind": "UInt32", + "name": "FileSystemAttributes", + "offset": 0, + "parentId": "14064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14066", + "kind": "Int32", + "name": "MaximumComponentNameLength", + "offset": 4, + "parentId": "14064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14067", + "kind": "UInt32", + "name": "FileSystemNameLength", + "offset": 8, + "parentId": "14064", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14068", + "kind": "Array", + "name": "FileSystemName", + "offset": 12, + "parentId": "14064", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14069", + "kind": "Struct", + "name": "_TEB_ACTIVE_FRAME_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14070", + "kind": "Struct", + "name": "BasicFrame", + "offset": 0, + "parentId": "14069", + "refId": "13975", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14071", + "kind": "Hex8", + "name": "ExtensionIdentifier", + "offset": 0, + "parentId": "14069", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14072", + "kind": "Struct", + "name": "_PS_STD_HANDLE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_STD_HANDLE_INFO" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14073", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14074", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14075", + "kind": "UInt32", + "name": "StdHandleSubsystemType", + "offset": 4, + "parentId": "14072", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14076", + "kind": "Struct", + "name": "_THREAD_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14077", + "kind": "Struct", + "name": "ThreadName", + "offset": 0, + "parentId": "14076", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14078", + "kind": "Struct", + "name": "_TEB_ACTIVE_FRAME_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14079", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14078", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14080", + "kind": "Struct", + "name": "FrameName", + "offset": 4, + "parentId": "14078", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14081", + "kind": "Struct", + "name": "_TEB_ACTIVE_FRAME_CONTEXT_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME_CONTEXT_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14082", + "kind": "Struct", + "name": "BasicContext", + "offset": 0, + "parentId": "14081", + "refId": "14078", + "strLen": 64, + "structTypeName": "_TEB_ACTIVE_FRAME_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14083", + "kind": "Struct", + "name": "SourceLocation", + "offset": 0, + "parentId": "14081", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14084", + "kind": "Struct", + "name": "_TELEMETRY_COVERAGE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TELEMETRY_COVERAGE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14085", + "kind": "UInt8", + "name": "MajorVersion", + "offset": 0, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14086", + "kind": "UInt8", + "name": "MinorVersion", + "offset": 1, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14087", + "kind": "UInt32", + "name": "HashTableEntries", + "offset": 2, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14088", + "kind": "UInt32", + "name": "HashIndexMask", + "offset": 6, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14089", + "kind": "UInt32", + "name": "TableUpdateVersion", + "offset": 10, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14090", + "kind": "UInt32", + "name": "TableSizeInBytes", + "offset": 14, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14091", + "kind": "UInt32", + "name": "LastResetTick", + "offset": 18, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14092", + "kind": "UInt32", + "name": "ResetRound", + "offset": 22, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14093", + "kind": "UInt32", + "name": "Reserved2", + "offset": 26, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14094", + "kind": "UInt32", + "name": "RecordedCount", + "offset": 30, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14095", + "kind": "Hex64", + "name": "", + "offset": 34, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14096", + "kind": "Hex64", + "name": "", + "offset": 42, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "14097", + "kind": "Array", + "name": "HashTable", + "offset": 50, + "parentId": "14084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14098", + "kind": "Struct", + "name": "_PROCESS_WAKE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WAKE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14099", + "kind": "UInt64", + "name": "NotificationChannel", + "offset": 0, + "parentId": "14098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 7, + "collapsed": false, + "elementKind": "UInt32", + "id": "14100", + "kind": "Array", + "name": "WakeCounters", + "offset": 8, + "parentId": "14098", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14101", + "kind": "Struct", + "name": "WakeFilter", + "offset": 36, + "parentId": "14098", + "refId": "11585", + "strLen": 64, + "structTypeName": "_JOBOBJECT_WAKE_FILTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14102", + "kind": "Struct", + "name": "_FILE_INTEGRITY_STREAM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_INTEGRITY_STREAM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14103", + "kind": "UInt16", + "name": "ChecksumAlgorithm", + "offset": 0, + "parentId": "14102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14104", + "kind": "UInt8", + "name": "ChecksumChunkShift", + "offset": 2, + "parentId": "14102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14105", + "kind": "UInt8", + "name": "ClusterShift", + "offset": 3, + "parentId": "14102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14106", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "14102", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14107", + "kind": "Struct", + "name": "_FILE_ID_EXTD_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_EXTD_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14108", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14109", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14110", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14111", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14112", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14113", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14114", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14115", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "14107", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14116", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14117", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14118", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14119", + "kind": "UInt32", + "name": "ReparsePointTag", + "offset": 20, + "parentId": "14107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14120", + "kind": "Struct", + "name": "FileId", + "offset": 24, + "parentId": "14107", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14121", + "kind": "Array", + "name": "FileName", + "offset": 24, + "parentId": "14107", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14122", + "kind": "Struct", + "name": "_PF_LOG_EVENT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_LOG_EVENT_DATA" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 5, + "name": "EventType" + }, + { + "bitOffset": 5, + "bitWidth": 2, + "name": "Flags" + }, + { + "bitOffset": 7, + "bitWidth": 25, + "name": "DataSize" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14123", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14124", + "kind": "Hex8", + "name": "EventData", + "offset": 4, + "parentId": "14122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14125", + "kind": "Struct", + "name": "_FILE_FS_LABEL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_LABEL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14126", + "kind": "UInt32", + "name": "VolumeLabelLength", + "offset": 0, + "parentId": "14125", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14127", + "kind": "Array", + "name": "VolumeLabel", + "offset": 4, + "parentId": "14125", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14128", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14129", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14130", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14131", + "kind": "UInt32", + "name": "NameLength", + "offset": 8, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14132", + "kind": "UInt32", + "name": "NameOffset", + "offset": 12, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14133", + "kind": "UInt16", + "name": "ResourceId", + "offset": 16, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14134", + "kind": "UInt16", + "name": "LibraryFlags", + "offset": 18, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14135", + "kind": "UInt32", + "name": "HelpDirLength", + "offset": 20, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14136", + "kind": "UInt32", + "name": "HelpDirOffset", + "offset": 24, + "parentId": "14128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14137", + "kind": "Struct", + "name": "Version", + "offset": 28, + "parentId": "14128", + "refId": "14000", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14138", + "kind": "Struct", + "name": "_ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14139", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14140", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14141", + "kind": "UInt32", + "name": "SettingNamespaceLength", + "offset": 8, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14142", + "kind": "UInt32", + "name": "SettingNamespaceOffset", + "offset": 12, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14143", + "kind": "UInt32", + "name": "SettingNameLength", + "offset": 16, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14144", + "kind": "UInt32", + "name": "SettingNameOffset", + "offset": 20, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14145", + "kind": "UInt32", + "name": "SettingValueLength", + "offset": 24, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14146", + "kind": "UInt32", + "name": "SettingValueOffset", + "offset": 28, + "parentId": "14138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14147", + "kind": "Struct", + "name": "_FILE_FULL_EA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FULL_EA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14148", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14147", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14149", + "kind": "UInt8", + "name": "Flags", + "offset": 4, + "parentId": "14147", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14150", + "kind": "UInt8", + "name": "EaNameLength", + "offset": 5, + "parentId": "14147", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14151", + "kind": "UInt16", + "name": "EaValueLength", + "offset": 6, + "parentId": "14147", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14152", + "kind": "Array", + "name": "EaName", + "offset": 8, + "parentId": "14147", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14153", + "kind": "Struct", + "name": "_OPLOCK_KEY_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OPLOCK_KEY_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14154", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "14153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14155", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "14153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14156", + "kind": "Struct", + "name": "ParentOplockKey", + "offset": 4, + "parentId": "14153", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14157", + "kind": "Struct", + "name": "TargetOplockKey", + "offset": 4, + "parentId": "14153", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14158", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "14153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14159", + "kind": "Struct", + "name": "_API_SET_NAMESPACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_API_SET_NAMESPACE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14160", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14161", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14162", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14163", + "kind": "UInt32", + "name": "Count", + "offset": 12, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14164", + "kind": "UInt32", + "name": "EntryOffset", + "offset": 16, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14165", + "kind": "UInt32", + "name": "HashOffset", + "offset": 20, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14166", + "kind": "UInt32", + "name": "HashFactor", + "offset": 24, + "parentId": "14159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14167", + "kind": "Struct", + "name": "_FILE_QUOTA_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_QUOTA_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14168", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14167", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14169", + "kind": "UInt32", + "name": "SidLength", + "offset": 4, + "parentId": "14167", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14170", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14167", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14171", + "kind": "Struct", + "name": "QuotaUsed", + "offset": 8, + "parentId": "14167", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14172", + "kind": "Struct", + "name": "QuotaThreshold", + "offset": 8, + "parentId": "14167", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14173", + "kind": "Struct", + "name": "QuotaLimit", + "offset": 8, + "parentId": "14167", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14174", + "kind": "Struct", + "name": "Sid", + "offset": 8, + "parentId": "14167", + "refId": "1131", + "strLen": 64, + "structTypeName": "_SID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14175", + "kind": "Struct", + "name": "_FILE_FS_METADATA_SIZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_METADATA_SIZE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14176", + "kind": "Struct", + "name": "TotalMetadataAllocationUnits", + "offset": 0, + "parentId": "14175", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14177", + "kind": "UInt32", + "name": "SectorsPerAllocationUnit", + "offset": 0, + "parentId": "14175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14178", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 4, + "parentId": "14175", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14179", + "kind": "Struct", + "name": "_PS_TRUSTLET_CREATE_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_CREATE_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14180", + "kind": "UInt64", + "name": "TrustletIdentity", + "offset": 0, + "parentId": "14179", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14181", + "kind": "Array", + "name": "Attributes", + "offset": 8, + "parentId": "14179", + "refId": "11828", + "strLen": 64, + "structTypeName": "_PS_TRUSTLET_ATTRIBUTE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14182", + "kind": "Struct", + "name": "_ALPC_PORT_ATTRIBUTES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_PORT_ATTRIBUTES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14183", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14184", + "kind": "Struct", + "name": "SecurityQos", + "offset": 4, + "parentId": "14182", + "refId": "3465", + "strLen": 64, + "structTypeName": "_SECURITY_QUALITY_OF_SERVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14185", + "kind": "UInt64", + "name": "MaxMessageLength", + "offset": 4, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14186", + "kind": "UInt64", + "name": "MemoryBandwidth", + "offset": 12, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14187", + "kind": "UInt64", + "name": "MaxPoolUsage", + "offset": 20, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14188", + "kind": "UInt64", + "name": "MaxSectionSize", + "offset": 28, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14189", + "kind": "UInt64", + "name": "MaxViewSize", + "offset": 36, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14190", + "kind": "UInt64", + "name": "MaxTotalSectionSize", + "offset": 44, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14191", + "kind": "UInt32", + "name": "DupObjectTypes", + "offset": 52, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14192", + "kind": "UInt32", + "name": "Reserved", + "offset": 56, + "parentId": "14182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14193", + "kind": "Struct", + "name": "_FILE_FULL_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FULL_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14194", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14193", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14195", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "14193", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14196", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14197", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14198", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14199", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14200", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14201", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "14193", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14202", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "14193", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14203", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "14193", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14204", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "14193", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14205", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "14193", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14206", + "kind": "Struct", + "name": "_FILE_FS_SECTOR_SIZE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_FS_SECTOR_SIZE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14207", + "kind": "UInt32", + "name": "LogicalBytesPerSector", + "offset": 0, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14208", + "kind": "UInt32", + "name": "PhysicalBytesPerSectorForAtomicity", + "offset": 4, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14209", + "kind": "UInt32", + "name": "PhysicalBytesPerSectorForPerformance", + "offset": 8, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14210", + "kind": "UInt32", + "name": "FileSystemEffectivePhysicalBytesPerSectorForAtomicity", + "offset": 12, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14211", + "kind": "UInt32", + "name": "Flags", + "offset": 16, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14212", + "kind": "UInt32", + "name": "ByteOffsetForSectorAlignment", + "offset": 20, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14213", + "kind": "UInt32", + "name": "ByteOffsetForPartitionAlignment", + "offset": 24, + "parentId": "14206", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14214", + "kind": "Struct", + "name": "_REPARSE_DATA_BUFFER_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REPARSE_DATA_BUFFER_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14215", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14216", + "kind": "UInt32", + "name": "ExistingReparseTag", + "offset": 4, + "parentId": "14214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14217", + "kind": "Struct", + "name": "ExistingReparseGuid", + "offset": 8, + "parentId": "14214", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14218", + "kind": "UInt64", + "name": "Reserved", + "offset": 8, + "parentId": "14214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14219", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "14214", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14220", + "kind": "Struct", + "name": "ReparseDataBuffer", + "offset": 0, + "parentId": "14219", + "refId": "11580", + "strLen": 64, + "structTypeName": "_REPARSE_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14221", + "kind": "Struct", + "name": "ReparseGuidDataBuffer", + "offset": 0, + "parentId": "14219", + "refId": "2092", + "strLen": 64, + "structTypeName": "_REPARSE_GUID_DATA_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14222", + "kind": "Struct", + "name": "_FILE_PIPE_EVENT_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_EVENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14223", + "kind": "UInt32", + "name": "NamedPipeState", + "offset": 0, + "parentId": "14222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14224", + "kind": "UInt32", + "name": "EntryType", + "offset": 4, + "parentId": "14222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14225", + "kind": "UInt32", + "name": "ByteCount", + "offset": 8, + "parentId": "14222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14226", + "kind": "UInt32", + "name": "KeyValue", + "offset": 12, + "parentId": "14222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14227", + "kind": "UInt32", + "name": "NumberRequests", + "offset": 16, + "parentId": "14222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14228", + "kind": "Struct", + "name": "_FILE_ID_BOTH_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_BOTH_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14229", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14230", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "14228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14231", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14232", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14233", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14234", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14235", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14236", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14237", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "14228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14238", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "14228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14239", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "14228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14240", + "kind": "Struct", + "name": "ShortNameLength", + "offset": 20, + "parentId": "14228", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "14241", + "kind": "Array", + "name": "ShortName", + "offset": 20, + "parentId": "14228", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14242", + "kind": "Struct", + "name": "FileId", + "offset": 20, + "parentId": "14228", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14243", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "14228", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14244", + "kind": "Struct", + "name": "_VM_COUNTERS_EX2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VM_COUNTERS_EX2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14245", + "kind": "Struct", + "name": "CountersEx", + "offset": 0, + "parentId": "14244", + "refId": "11678", + "strLen": 64, + "structTypeName": "_VM_COUNTERS_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14246", + "kind": "UInt64", + "name": "PrivateWorkingSetSize", + "offset": 0, + "parentId": "14244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14247", + "kind": "UInt64", + "name": "SharedCommitUsage", + "offset": 8, + "parentId": "14244", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14248", + "kind": "Struct", + "name": "_FILE_ID_EXTD_BOTH_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_EXTD_BOTH_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14249", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14250", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14251", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14252", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14253", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14254", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14255", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14256", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "14248", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14257", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14258", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14259", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14260", + "kind": "UInt32", + "name": "ReparsePointTag", + "offset": 20, + "parentId": "14248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14261", + "kind": "Struct", + "name": "FileId", + "offset": 24, + "parentId": "14248", + "refId": "660", + "strLen": 64, + "structTypeName": "_FILE_ID_128" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14262", + "kind": "Struct", + "name": "ShortNameLength", + "offset": 24, + "parentId": "14248", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 12, + "collapsed": true, + "elementKind": "Struct", + "id": "14263", + "kind": "Array", + "name": "ShortName", + "offset": 24, + "parentId": "14248", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14264", + "kind": "Array", + "name": "FileName", + "offset": 24, + "parentId": "14248", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14265", + "kind": "Struct", + "name": "_JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14266", + "kind": "Struct", + "name": "BasicLimitInformation", + "offset": 0, + "parentId": "14265", + "refId": "1308", + "strLen": 64, + "structTypeName": "_JOBOBJECT_BASIC_LIMIT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14267", + "kind": "Struct", + "name": "IoInfo", + "offset": 0, + "parentId": "14265", + "refId": "1318", + "strLen": 64, + "structTypeName": "_IO_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14268", + "kind": "UInt64", + "name": "ProcessMemoryLimit", + "offset": 0, + "parentId": "14265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14269", + "kind": "UInt64", + "name": "JobMemoryLimit", + "offset": 8, + "parentId": "14265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14270", + "kind": "UInt64", + "name": "PeakProcessMemoryUsed", + "offset": 16, + "parentId": "14265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14271", + "kind": "UInt64", + "name": "PeakJobMemoryUsed", + "offset": 24, + "parentId": "14265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14272", + "kind": "UInt64", + "name": "JobTotalMemoryLimit", + "offset": 32, + "parentId": "14265", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14273", + "kind": "Struct", + "name": "_PROCESS_EXCEPTION_PORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_EXCEPTION_PORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14274", + "kind": "Hex8", + "name": "ExceptionPortHandle", + "offset": 0, + "parentId": "14273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14275", + "kind": "UInt32", + "name": "StateFlags", + "offset": 1, + "parentId": "14273", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14276", + "kind": "Struct", + "name": "_FILE_MEMORY_PARTITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MEMORY_PARTITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14277", + "kind": "Hex8", + "name": "OwnerPartitionHandle", + "offset": 0, + "parentId": "14276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14278", + "kind": "Struct", + "name": "Flags", + "offset": 1, + "parentId": "14276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14279", + "kind": "UInt32", + "name": "AllFlags", + "offset": 0, + "parentId": "14278", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14280", + "kind": "Struct", + "name": "_PROCESS_LDT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_LDT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14281", + "kind": "UInt32", + "name": "Start", + "offset": 0, + "parentId": "14280", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14282", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "14280", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14283", + "kind": "Array", + "name": "LdtEntries", + "offset": 8, + "parentId": "14280", + "refId": "2016", + "strLen": 64, + "structTypeName": "_LDT_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14284", + "kind": "Struct", + "name": "_FILE_PIPE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14285", + "kind": "UInt32", + "name": "ReadMode", + "offset": 0, + "parentId": "14284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14286", + "kind": "UInt32", + "name": "CompletionMode", + "offset": 4, + "parentId": "14284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14287", + "kind": "Struct", + "name": "_NAMED_PIPE_CREATE_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NAMED_PIPE_CREATE_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14288", + "kind": "UInt32", + "name": "NamedPipeType", + "offset": 0, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14289", + "kind": "UInt32", + "name": "ReadMode", + "offset": 4, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14290", + "kind": "UInt32", + "name": "CompletionMode", + "offset": 8, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14291", + "kind": "UInt32", + "name": "MaximumInstances", + "offset": 12, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14292", + "kind": "UInt32", + "name": "InboundQuota", + "offset": 16, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14293", + "kind": "UInt32", + "name": "OutboundQuota", + "offset": 20, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14294", + "kind": "Struct", + "name": "DefaultTimeout", + "offset": 24, + "parentId": "14287", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14295", + "kind": "UInt8", + "name": "TimeoutSpecified", + "offset": 24, + "parentId": "14287", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14296", + "kind": "Struct", + "name": "_FILE_LINK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_LINK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14297", + "kind": "UInt8", + "name": "ReplaceIfExists", + "offset": 0, + "parentId": "14296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14298", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 1, + "parentId": "14296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14299", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 2, + "parentId": "14296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14300", + "kind": "Array", + "name": "FileName", + "offset": 6, + "parentId": "14296", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14301", + "kind": "Struct", + "name": "_PF_MEMORY_LIST_NODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_MEMORY_LIST_NODE" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Node" + }, + { + "bitOffset": 8, + "bitWidth": 56, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "14302", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14303", + "kind": "UInt64", + "name": "StandbyLowPageCount", + "offset": 8, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14304", + "kind": "UInt64", + "name": "StandbyMediumPageCount", + "offset": 16, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14305", + "kind": "UInt64", + "name": "StandbyHighPageCount", + "offset": 24, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14306", + "kind": "UInt64", + "name": "FreePageCount", + "offset": 32, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14307", + "kind": "UInt64", + "name": "ModifiedPageCount", + "offset": 40, + "parentId": "14301", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14308", + "kind": "Struct", + "name": "_PROCESS_HANDLE_TRACING_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TRACING_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14309", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "14308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14310", + "kind": "UInt32", + "name": "TotalTraces", + "offset": 1, + "parentId": "14308", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14311", + "kind": "Array", + "name": "HandleTrace", + "offset": 5, + "parentId": "14308", + "refId": "13920", + "strLen": 64, + "structTypeName": "_PROCESS_HANDLE_TRACING_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14312", + "kind": "Struct", + "name": "_FILE_MOVE_CLUSTER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MOVE_CLUSTER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14313", + "kind": "UInt32", + "name": "ClusterCount", + "offset": 0, + "parentId": "14312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14314", + "kind": "Hex8", + "name": "RootDirectory", + "offset": 4, + "parentId": "14312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14315", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 5, + "parentId": "14312", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14316", + "kind": "Array", + "name": "FileName", + "offset": 9, + "parentId": "14312", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14317", + "kind": "Struct", + "name": "_THREAD_UMS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_UMS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14318", + "kind": "UInt32", + "name": "Command", + "offset": 0, + "parentId": "14317", + "refId": "358", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14319", + "kind": "Struct", + "name": "CompletionList", + "offset": 4, + "parentId": "14317", + "refId": "11632", + "strLen": 64, + "structTypeName": "_RTL_UMS_COMPLETION_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14320", + "kind": "Struct", + "name": "UmsContext", + "offset": 4, + "parentId": "14317", + "refId": "4172", + "strLen": 64, + "structTypeName": "_RTL_UMS_CONTEXT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14321", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "14317", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14322", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14321", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14323", + "kind": "Struct", + "name": "_PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14324", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14323", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14325", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "14323", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14326", + "kind": "Hex8", + "name": "Callback", + "offset": 8, + "parentId": "14323", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14327", + "kind": "Struct", + "name": "_PROCESS_STACK_ALLOCATION_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_STACK_ALLOCATION_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14328", + "kind": "UInt32", + "name": "PreferredNode", + "offset": 0, + "parentId": "14327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14329", + "kind": "UInt32", + "name": "Reserved0", + "offset": 4, + "parentId": "14327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14330", + "kind": "UInt32", + "name": "Reserved1", + "offset": 8, + "parentId": "14327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14331", + "kind": "UInt32", + "name": "Reserved2", + "offset": 12, + "parentId": "14327", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14332", + "kind": "Struct", + "name": "AllocInfo", + "offset": 16, + "parentId": "14327", + "refId": "11600", + "strLen": 64, + "structTypeName": "_PROCESS_STACK_ALLOCATION_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14333", + "kind": "Struct", + "name": "_PROCESS_AFFINITY_UPDATE_MODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_AFFINITY_UPDATE_MODE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14334", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14333", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14335", + "kind": "Struct", + "name": "_FILE_SFIO_VOLUME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_SFIO_VOLUME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14336", + "kind": "UInt32", + "name": "MaximumRequestsPerPeriod", + "offset": 0, + "parentId": "14335", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14337", + "kind": "UInt32", + "name": "MinimumPeriod", + "offset": 4, + "parentId": "14335", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14338", + "kind": "UInt32", + "name": "MinimumTransferSize", + "offset": 8, + "parentId": "14335", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14339", + "kind": "Struct", + "name": "_MANAGE_WRITES_TO_EXECUTABLE_MEMORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MANAGE_WRITES_TO_EXECUTABLE_MEMORY" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 8, + "name": "Version" + }, + { + "bitOffset": 8, + "bitWidth": 1, + "name": "ProcessEnableWriteExceptions" + }, + { + "bitOffset": 9, + "bitWidth": 1, + "name": "ThreadAllowWrites" + }, + { + "bitOffset": 10, + "bitWidth": 22, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14340", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14341", + "kind": "Hex8", + "name": "KernelWriteToExecutableSignal", + "offset": 4, + "parentId": "14339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14342", + "kind": "Struct", + "name": "_PROCESS_WINDOW_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_WINDOW_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14343", + "kind": "UInt32", + "name": "WindowFlags", + "offset": 0, + "parentId": "14342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14344", + "kind": "UInt16", + "name": "WindowTitleLength", + "offset": 4, + "parentId": "14342", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14345", + "kind": "Array", + "name": "WindowTitle", + "offset": 6, + "parentId": "14342", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14346", + "kind": "Struct", + "name": "_FILE_ATTRIBUTE_TAG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ATTRIBUTE_TAG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14347", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 0, + "parentId": "14346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14348", + "kind": "UInt32", + "name": "ReparseTag", + "offset": 4, + "parentId": "14346", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14349", + "kind": "Struct", + "name": "_MOUNTMGR_CREATE_POINT_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MOUNTMGR_CREATE_POINT_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14350", + "kind": "UInt16", + "name": "SymbolicLinkNameOffset", + "offset": 0, + "parentId": "14349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14351", + "kind": "UInt16", + "name": "SymbolicLinkNameLength", + "offset": 2, + "parentId": "14349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14352", + "kind": "UInt16", + "name": "DeviceNameOffset", + "offset": 4, + "parentId": "14349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14353", + "kind": "UInt16", + "name": "DeviceNameLength", + "offset": 6, + "parentId": "14349", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14354", + "kind": "Struct", + "name": "_FILE_STANDARD_LINK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_STANDARD_LINK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14355", + "kind": "UInt32", + "name": "NumberOfAccessibleLinks", + "offset": 0, + "parentId": "14354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14356", + "kind": "UInt32", + "name": "TotalNumberOfLinks", + "offset": 4, + "parentId": "14354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14357", + "kind": "UInt8", + "name": "DeletePending", + "offset": 8, + "parentId": "14354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14358", + "kind": "UInt8", + "name": "Directory", + "offset": 9, + "parentId": "14354", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14359", + "kind": "Struct", + "name": "_DYNAMIC_FUNCTION_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DYNAMIC_FUNCTION_TABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14360", + "kind": "Struct", + "name": "ListEntry", + "offset": 0, + "parentId": "14359", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14361", + "kind": "Struct", + "name": "FunctionTable", + "offset": 0, + "parentId": "14359", + "refId": "1506", + "strLen": 64, + "structTypeName": "_IMAGE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14362", + "kind": "Struct", + "name": "TimeStamp", + "offset": 0, + "parentId": "14359", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14363", + "kind": "UInt64", + "name": "MinimumAddress", + "offset": 0, + "parentId": "14359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14364", + "kind": "UInt64", + "name": "MaximumAddress", + "offset": 8, + "parentId": "14359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14365", + "kind": "UInt64", + "name": "BaseAddress", + "offset": 16, + "parentId": "14359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14366", + "kind": "Struct", + "name": "Callback", + "offset": 24, + "parentId": "14359", + "refId": "1506", + "strLen": 64, + "structTypeName": "_IMAGE_RUNTIME_FUNCTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14367", + "kind": "Hex8", + "name": "Context", + "offset": 24, + "parentId": "14359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14368", + "kind": "Struct", + "name": "OutOfProcessCallbackDll", + "offset": 25, + "parentId": "14359", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14369", + "kind": "UInt32", + "name": "Type", + "offset": 25, + "parentId": "14359", + "refId": "392", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14370", + "kind": "UInt32", + "name": "EntryCount", + "offset": 29, + "parentId": "14359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14371", + "kind": "Struct", + "name": "TreeNodeMin", + "offset": 33, + "parentId": "14359", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14372", + "kind": "Struct", + "name": "TreeNodeMax", + "offset": 33, + "parentId": "14359", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14373", + "kind": "Struct", + "name": "_RTL_WORK_ON_BEHALF_TICKET_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_WORK_ON_BEHALF_TICKET_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14374", + "kind": "Struct", + "name": "Ticket", + "offset": 0, + "parentId": "14373", + "refId": "13970", + "strLen": 64, + "structTypeName": "_ALPC_WORK_ON_BEHALF_TICKET" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14375", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14376", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14375", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14377", + "kind": "UInt32", + "name": "Reserved2", + "offset": 4, + "parentId": "14373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14378", + "kind": "Struct", + "name": "_PROCESS_FAULT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_FAULT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14379", + "kind": "UInt32", + "name": "FaultFlags", + "offset": 0, + "parentId": "14378", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14380", + "kind": "UInt32", + "name": "AdditionalInfo", + "offset": 4, + "parentId": "14378", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14381", + "kind": "Struct", + "name": "_FILE_DISPOSITION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_DISPOSITION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14382", + "kind": "UInt8", + "name": "DeleteFileA", + "offset": 0, + "parentId": "14381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14383", + "kind": "Struct", + "name": "_THREAD_PROFILING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_PROFILING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14384", + "kind": "UInt64", + "name": "HardwareCounters", + "offset": 0, + "parentId": "14383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14385", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "14383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14386", + "kind": "UInt32", + "name": "Enable", + "offset": 12, + "parentId": "14383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14387", + "kind": "Struct", + "name": "PerformanceData", + "offset": 16, + "parentId": "14383", + "refId": "14015", + "strLen": 64, + "structTypeName": "_THREAD_PERFORMANCE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14388", + "kind": "Struct", + "name": "_PROCESS_JOB_MEMORY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_JOB_MEMORY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14389", + "kind": "UInt64", + "name": "SharedCommitUsage", + "offset": 0, + "parentId": "14388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14390", + "kind": "UInt64", + "name": "PrivateCommitUsage", + "offset": 8, + "parentId": "14388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14391", + "kind": "UInt64", + "name": "PeakPrivateCommitUsage", + "offset": 16, + "parentId": "14388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14392", + "kind": "UInt64", + "name": "PrivateCommitLimit", + "offset": 24, + "parentId": "14388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14393", + "kind": "UInt64", + "name": "TotalCommitLimit", + "offset": 32, + "parentId": "14388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14394", + "kind": "Struct", + "name": "_FILE_PIPE_CLIENT_PROCESS_BUFFER_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_PIPE_CLIENT_PROCESS_BUFFER_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14395", + "kind": "UInt64", + "name": "ClientSession", + "offset": 0, + "parentId": "14394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14396", + "kind": "Hex8", + "name": "ClientProcess", + "offset": 8, + "parentId": "14394", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14397", + "kind": "Struct", + "name": "_PF_MEMORY_LIST_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_MEMORY_LIST_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14398", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14399", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "14397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14400", + "kind": "UInt32", + "name": "NodeCount", + "offset": 8, + "parentId": "14397", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14401", + "kind": "Array", + "name": "Nodes", + "offset": 12, + "parentId": "14397", + "refId": "14301", + "strLen": 64, + "structTypeName": "_PF_MEMORY_LIST_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14402", + "kind": "Struct", + "name": "_THREAD_TEB_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_THREAD_TEB_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14403", + "kind": "Hex8", + "name": "TebInformation", + "offset": 0, + "parentId": "14402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14404", + "kind": "UInt32", + "name": "TebOffset", + "offset": 1, + "parentId": "14402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14405", + "kind": "UInt32", + "name": "BytesToRead", + "offset": 5, + "parentId": "14402", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14406", + "kind": "Struct", + "name": "_ALPC_SERVER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_SERVER_INFORMATION" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14407", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14406", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14408", + "kind": "Struct", + "name": "_ALPC_PORT_COMPLETION_LIST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_PORT_COMPLETION_LIST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14409", + "kind": "Hex8", + "name": "Buffer", + "offset": 0, + "parentId": "14408", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14410", + "kind": "UInt32", + "name": "Size", + "offset": 1, + "parentId": "14408", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14411", + "kind": "UInt32", + "name": "ConcurrencyCount", + "offset": 5, + "parentId": "14408", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14412", + "kind": "UInt32", + "name": "AttributeFlags", + "offset": 9, + "parentId": "14408", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14413", + "kind": "Struct", + "name": "_FILE_ID_FULL_DIR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ID_FULL_DIR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14414", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14415", + "kind": "UInt32", + "name": "FileIndex", + "offset": 4, + "parentId": "14413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14416", + "kind": "Struct", + "name": "CreationTime", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14417", + "kind": "Struct", + "name": "LastAccessTime", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14418", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14419", + "kind": "Struct", + "name": "ChangeTime", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14420", + "kind": "Struct", + "name": "EndOfFile", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14421", + "kind": "Struct", + "name": "AllocationSize", + "offset": 8, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14422", + "kind": "UInt32", + "name": "FileAttributes", + "offset": 8, + "parentId": "14413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14423", + "kind": "UInt32", + "name": "FileNameLength", + "offset": 12, + "parentId": "14413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14424", + "kind": "UInt32", + "name": "EaSize", + "offset": 16, + "parentId": "14413", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14425", + "kind": "Struct", + "name": "FileId", + "offset": 20, + "parentId": "14413", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14426", + "kind": "Array", + "name": "FileName", + "offset": 20, + "parentId": "14413", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14427", + "kind": "Struct", + "name": "_PORT_VIEW64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PORT_VIEW64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14428", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14429", + "kind": "UInt64", + "name": "SectionHandle", + "offset": 4, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14430", + "kind": "UInt32", + "name": "SectionOffset", + "offset": 12, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14431", + "kind": "UInt64", + "name": "ViewSize", + "offset": 16, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14432", + "kind": "UInt64", + "name": "ViewBase", + "offset": 24, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14433", + "kind": "UInt64", + "name": "ViewRemoteBase", + "offset": 32, + "parentId": "14427", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14434", + "kind": "Struct", + "name": "_ALPC_DATA_VIEW_ATTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALPC_DATA_VIEW_ATTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14435", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14436", + "kind": "Hex8", + "name": "SectionHandle", + "offset": 4, + "parentId": "14434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14437", + "kind": "Hex8", + "name": "ViewBase", + "offset": 5, + "parentId": "14434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14438", + "kind": "UInt64", + "name": "ViewSize", + "offset": 6, + "parentId": "14434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14439", + "kind": "Struct", + "name": "_JOBOBJECT_CONTAINER_IDENTIFIER_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_JOBOBJECT_CONTAINER_IDENTIFIER_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14440", + "kind": "Struct", + "name": "ContainerId", + "offset": 0, + "parentId": "14439", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14441", + "kind": "Struct", + "name": "ContainerTelemetryId", + "offset": 0, + "parentId": "14439", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14442", + "kind": "UInt32", + "name": "JobId", + "offset": 0, + "parentId": "14439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14443", + "kind": "Struct", + "name": "_FILE_MAILSLOT_PEEK_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_MAILSLOT_PEEK_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14444", + "kind": "UInt32", + "name": "ReadDataAvailable", + "offset": 0, + "parentId": "14443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14445", + "kind": "UInt32", + "name": "NumberOfMessages", + "offset": 4, + "parentId": "14443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14446", + "kind": "UInt32", + "name": "MessageLength", + "offset": 8, + "parentId": "14443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14447", + "kind": "Struct", + "name": "_FILE_ALLOCATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_FILE_ALLOCATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14448", + "kind": "Struct", + "name": "AllocationSize", + "offset": 0, + "parentId": "14447", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14449", + "kind": "Struct", + "name": "_PF_PHYSICAL_MEMORY_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PHYSICAL_MEMORY_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14450", + "kind": "UInt64", + "name": "BasePfn", + "offset": 0, + "parentId": "14449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14451", + "kind": "UInt64", + "name": "PageCount", + "offset": 8, + "parentId": "14449", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14452", + "kind": "Struct", + "name": "_PF_PHYSICAL_MEMORY_RANGE_INFO_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PHYSICAL_MEMORY_RANGE_INFO_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14453", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14454", + "kind": "UInt32", + "name": "RangeCount", + "offset": 4, + "parentId": "14452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14455", + "kind": "Array", + "name": "Ranges", + "offset": 8, + "parentId": "14452", + "refId": "14449", + "strLen": 64, + "structTypeName": "_PF_PHYSICAL_MEMORY_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14456", + "kind": "Struct", + "name": "_PF_PHYSICAL_MEMORY_RANGE_INFO_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_PHYSICAL_MEMORY_RANGE_INFO_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14457", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14456", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14458", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "14456", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14459", + "kind": "UInt32", + "name": "RangeCount", + "offset": 8, + "parentId": "14456", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14460", + "kind": "Array", + "name": "Ranges", + "offset": 12, + "parentId": "14456", + "refId": "14449", + "strLen": 64, + "structTypeName": "_PF_PHYSICAL_MEMORY_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14461", + "kind": "Struct", + "name": "_PF_REPURPOSED_BY_PREFETCH_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_REPURPOSED_BY_PREFETCH_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14462", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14463", + "kind": "UInt64", + "name": "RepurposedByPrefetch", + "offset": 4, + "parentId": "14461", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14464", + "kind": "Struct", + "name": "_PF_VIRTUAL_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_VIRTUAL_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14465", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14464", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14466", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "14464", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14467", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14466", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14468", + "kind": "Hex8", + "name": "QueryBuffer", + "offset": 8, + "parentId": "14464", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14469", + "kind": "UInt64", + "name": "QueryBufferSize", + "offset": 9, + "parentId": "14464", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14470", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 17, + "parentId": "14464", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14471", + "kind": "Struct", + "name": "_PF_MIN_WS_AGE_RATE_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_MIN_WS_AGE_RATE_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14472", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14473", + "kind": "UInt32", + "name": "SecondsToOldestAge", + "offset": 4, + "parentId": "14471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14474", + "kind": "Struct", + "name": "_LSA_TRUST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TRUST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14475", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "14474", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14476", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "14474", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14477", + "kind": "Struct", + "name": "_PF_DEPRIORITIZE_OLD_PAGES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_DEPRIORITIZE_OLD_PAGES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14478", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14479", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "14477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14480", + "kind": "Struct", + "name": "", + "offset": 5, + "parentId": "14477", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14481", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14480", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14482", + "kind": "Struct", + "name": "_SR_SECURITY_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SR_SECURITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14483", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "14482", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14484", + "kind": "UInt8", + "name": "SecurityDescriptor", + "offset": 4, + "parentId": "14482", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14485", + "kind": "Struct", + "name": "_LOGON_HOURS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOGON_HOURS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14486", + "kind": "UInt16", + "name": "UnitsPerWeek", + "offset": 0, + "parentId": "14485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14487", + "kind": "UInt8", + "name": "LogonHours", + "offset": 2, + "parentId": "14485", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14488", + "kind": "Struct", + "name": "_USER_ALL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14489", + "kind": "Struct", + "name": "LastLogon", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14490", + "kind": "Struct", + "name": "LastLogoff", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14491", + "kind": "Struct", + "name": "PasswordLastSet", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14492", + "kind": "Struct", + "name": "AccountExpires", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14493", + "kind": "Struct", + "name": "PasswordCanChange", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14494", + "kind": "Struct", + "name": "PasswordMustChange", + "offset": 0, + "parentId": "14488", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14495", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14496", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14497", + "kind": "Struct", + "name": "HomeDirectory", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14498", + "kind": "Struct", + "name": "HomeDirectoryDrive", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14499", + "kind": "Struct", + "name": "ScriptPath", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14500", + "kind": "Struct", + "name": "ProfilePath", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14501", + "kind": "Struct", + "name": "AdminComment", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14502", + "kind": "Struct", + "name": "WorkStations", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14503", + "kind": "Struct", + "name": "UserComment", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14504", + "kind": "Struct", + "name": "Parameters", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14505", + "kind": "Struct", + "name": "LmPassword", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14506", + "kind": "Struct", + "name": "NtPassword", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14507", + "kind": "Struct", + "name": "PrivateData", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14508", + "kind": "Struct", + "name": "SecurityDescriptor", + "offset": 0, + "parentId": "14488", + "refId": "14482", + "strLen": 64, + "structTypeName": "_SR_SECURITY_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14509", + "kind": "UInt32", + "name": "UserId", + "offset": 0, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14510", + "kind": "UInt32", + "name": "PrimaryGroupId", + "offset": 4, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14511", + "kind": "UInt32", + "name": "UserAccountControl", + "offset": 8, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14512", + "kind": "UInt32", + "name": "WhichFields", + "offset": 12, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14513", + "kind": "Struct", + "name": "LogonHours", + "offset": 16, + "parentId": "14488", + "refId": "14485", + "strLen": 64, + "structTypeName": "_LOGON_HOURS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14514", + "kind": "UInt16", + "name": "BadPasswordCount", + "offset": 16, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14515", + "kind": "UInt16", + "name": "LogonCount", + "offset": 18, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14516", + "kind": "UInt16", + "name": "CountryCode", + "offset": 20, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14517", + "kind": "UInt16", + "name": "CodePage", + "offset": 22, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14518", + "kind": "UInt8", + "name": "LmPasswordPresent", + "offset": 24, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14519", + "kind": "UInt8", + "name": "NtPasswordPresent", + "offset": 25, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14520", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 26, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14521", + "kind": "UInt8", + "name": "PrivateDataSensitive", + "offset": 27, + "parentId": "14488", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14522", + "kind": "Struct", + "name": "_USER_INTERNAL6_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL6_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14523", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "14522", + "refId": "14488", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14524", + "kind": "Struct", + "name": "LastBadPasswordTime", + "offset": 0, + "parentId": "14522", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14525", + "kind": "UInt32", + "name": "ExtendedFields", + "offset": 0, + "parentId": "14522", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14526", + "kind": "UInt8", + "name": "UPNDefaulted", + "offset": 4, + "parentId": "14522", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14527", + "kind": "Struct", + "name": "UPN", + "offset": 5, + "parentId": "14522", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14528", + "kind": "Struct", + "name": "A2D2List", + "offset": 5, + "parentId": "14522", + "refId": "16784", + "strLen": 64, + "structTypeName": "_USER_ALLOWED_TO_DELEGATE_TO_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14529", + "kind": "Struct", + "name": "_ETW_CPU_CACHE_FLUSH_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CPU_CACHE_FLUSH_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14530", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14531", + "kind": "UInt64", + "name": "Bytes", + "offset": 1, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14532", + "kind": "UInt8", + "name": "Clean", + "offset": 9, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14533", + "kind": "UInt8", + "name": "FullFlush", + "offset": 10, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14534", + "kind": "UInt8", + "name": "Rectangle", + "offset": 11, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14535", + "kind": "UInt8", + "name": "Reserved0", + "offset": 12, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14536", + "kind": "UInt32", + "name": "Reserved1", + "offset": 13, + "parentId": "14529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14537", + "kind": "Struct", + "name": "_PF_GPU_UTILIZATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PF_GPU_UTILIZATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14538", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14539", + "kind": "UInt32", + "name": "SessionId", + "offset": 4, + "parentId": "14537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14540", + "kind": "UInt64", + "name": "GpuTime", + "offset": 8, + "parentId": "14537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14541", + "kind": "Struct", + "name": "_WMI_TRACE_PACKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_TRACE_PACKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14542", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "14541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14543", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "14541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14544", + "kind": "UInt16", + "name": "HookId", + "offset": 0, + "parentId": "14543", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14545", + "kind": "Struct", + "name": "_SYSTEM_TRACE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14546", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14547", + "kind": "UInt32", + "name": "Marker", + "offset": 0, + "parentId": "14546", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14548", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14549", + "kind": "UInt32", + "name": "Header", + "offset": 0, + "parentId": "14548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14550", + "kind": "Struct", + "name": "Packet", + "offset": 0, + "parentId": "14548", + "refId": "14541", + "strLen": 64, + "structTypeName": "_WMI_TRACE_PACKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14551", + "kind": "UInt32", + "name": "ThreadId", + "offset": 8, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14552", + "kind": "UInt32", + "name": "ProcessId", + "offset": 12, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14553", + "kind": "Struct", + "name": "SystemTime", + "offset": 16, + "parentId": "14545", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14554", + "kind": "UInt32", + "name": "KernelTime", + "offset": 16, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14555", + "kind": "UInt32", + "name": "UserTime", + "offset": 20, + "parentId": "14545", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14556", + "kind": "Struct", + "name": "_ETW_TP_EVENT_CALLBACK_START", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_CALLBACK_START" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14557", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14556", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14558", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "14556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14559", + "kind": "Hex8", + "name": "TaskId", + "offset": 1, + "parentId": "14556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14560", + "kind": "Hex8", + "name": "Callback", + "offset": 2, + "parentId": "14556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14561", + "kind": "Hex8", + "name": "Context", + "offset": 3, + "parentId": "14556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14562", + "kind": "Hex8", + "name": "SubProcessTag", + "offset": 4, + "parentId": "14556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14563", + "kind": "Struct", + "name": "_ENCRYPTED_PASSWORD_AES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_PASSWORD_AES" + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt8", + "id": "14564", + "kind": "Array", + "name": "AuthData", + "offset": 0, + "parentId": "14563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "14565", + "kind": "Array", + "name": "Salt", + "offset": 64, + "parentId": "14563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14566", + "kind": "UInt32", + "name": "cbCipher", + "offset": 80, + "parentId": "14563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14567", + "kind": "UInt8", + "name": "Cipher", + "offset": 84, + "parentId": "14563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14568", + "kind": "UInt64", + "name": "PBKDF2Iterations", + "offset": 85, + "parentId": "14563", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14569", + "kind": "Struct", + "name": "_USER_LOGON_UI_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_LOGON_UI_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14570", + "kind": "UInt8", + "name": "PasswordIsBlank", + "offset": 0, + "parentId": "14569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14571", + "kind": "UInt8", + "name": "AccountIsDisabled", + "offset": 1, + "parentId": "14569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14572", + "kind": "Struct", + "name": "_LSA_TRANSLATED_NAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TRANSLATED_NAME" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14573", + "kind": "UInt32", + "name": "Use", + "offset": 0, + "parentId": "14572", + "refId": "6", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14574", + "kind": "Struct", + "name": "Name", + "offset": 4, + "parentId": "14572", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14575", + "kind": "Int32", + "name": "DomainIndex", + "offset": 4, + "parentId": "14572", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14576", + "kind": "Struct", + "name": "_SUPERFETCH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SUPERFETCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14577", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14578", + "kind": "UInt32", + "name": "Magic", + "offset": 4, + "parentId": "14576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14579", + "kind": "UInt32", + "name": "SuperfetchInformationClass", + "offset": 8, + "parentId": "14576", + "refId": "367", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14580", + "kind": "Hex8", + "name": "SuperfetchInformation", + "offset": 12, + "parentId": "14576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14581", + "kind": "UInt32", + "name": "SuperfetchInformationLength", + "offset": 13, + "parentId": "14576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14582", + "kind": "Struct", + "name": "_SAM_BYTE_ARRAY_32K", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_BYTE_ARRAY_32K" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14583", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "14582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14584", + "kind": "UInt8", + "name": "Data", + "offset": 4, + "parentId": "14582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14585", + "kind": "Struct", + "name": "_PLUGPLAY_EVENT_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PLUGPLAY_EVENT_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14586", + "kind": "Struct", + "name": "EventGuid", + "offset": 0, + "parentId": "14585", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14587", + "kind": "UInt32", + "name": "EventCategory", + "offset": 0, + "parentId": "14585", + "refId": "368", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14588", + "kind": "UInt32", + "name": "Result", + "offset": 4, + "parentId": "14585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14589", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "14585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14590", + "kind": "UInt32", + "name": "TotalSize", + "offset": 12, + "parentId": "14585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14591", + "kind": "Hex8", + "name": "DeviceObject", + "offset": 16, + "parentId": "14585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14592", + "kind": "Struct", + "name": "u", + "offset": 17, + "parentId": "14585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14593", + "kind": "Struct", + "name": "_PROCESSOR_POWER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_POWER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14594", + "kind": "UInt32", + "name": "Number", + "offset": 0, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14595", + "kind": "UInt32", + "name": "MaxMhz", + "offset": 4, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14596", + "kind": "UInt32", + "name": "CurrentMhz", + "offset": 8, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14597", + "kind": "UInt32", + "name": "MhzLimit", + "offset": 12, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14598", + "kind": "UInt32", + "name": "MaxIdleState", + "offset": 16, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14599", + "kind": "UInt32", + "name": "CurrentIdleState", + "offset": 20, + "parentId": "14593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14600", + "kind": "Struct", + "name": "_SYSTEM_POWER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POWER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14601", + "kind": "UInt32", + "name": "MaxIdlenessAllowed", + "offset": 0, + "parentId": "14600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14602", + "kind": "UInt32", + "name": "Idleness", + "offset": 4, + "parentId": "14600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14603", + "kind": "UInt32", + "name": "TimeRemaining", + "offset": 8, + "parentId": "14600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14604", + "kind": "UInt8", + "name": "CoolingMode", + "offset": 12, + "parentId": "14600", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14605", + "kind": "Struct", + "name": "_SYSTEM_HIBERFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_HIBERFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14606", + "kind": "UInt32", + "name": "NumberOfMcbPairs", + "offset": 0, + "parentId": "14605", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14607", + "kind": "Array", + "name": "Mcb", + "offset": 4, + "parentId": "14605", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14608", + "kind": "Struct", + "name": "_POWER_REQUEST_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST_ACTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14609", + "kind": "Hex8", + "name": "PowerRequestHandle", + "offset": 0, + "parentId": "14608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14610", + "kind": "UInt32", + "name": "RequestType", + "offset": 1, + "parentId": "14608", + "refId": "374", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14611", + "kind": "UInt8", + "name": "SetAction", + "offset": 5, + "parentId": "14608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14612", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 6, + "parentId": "14608", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14613", + "kind": "Struct", + "name": "_POWER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14614", + "kind": "UInt32", + "name": "SystemState", + "offset": 0, + "parentId": "14613", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14615", + "kind": "UInt32", + "name": "DeviceState", + "offset": 4, + "parentId": "14613", + "refId": "13", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14616", + "kind": "Struct", + "name": "_SYSTEM_POWER_STATE_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SYSTEM_POWER_STATE_CONTEXT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14617", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14616", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14618", + "kind": "UInt32", + "name": "ContextAsUlong", + "offset": 0, + "parentId": "14617", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14619", + "kind": "Struct", + "name": "_COUNTED_REASON_CONTEXT_RELATIVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COUNTED_REASON_CONTEXT_RELATIVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14620", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14621", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "14619", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14622", + "kind": "UInt64", + "name": "SimpleStringOffset", + "offset": 0, + "parentId": "14621", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14623", + "kind": "Struct", + "name": "_DIAGNOSTIC_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DIAGNOSTIC_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14624", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "14623", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14625", + "kind": "UInt32", + "name": "CallerType", + "offset": 8, + "parentId": "14623", + "refId": "376", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14626", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "14623", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14627", + "kind": "UInt64", + "name": "ReasonOffset", + "offset": 12, + "parentId": "14623", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14628", + "kind": "Struct", + "name": "_WAKE_TIMER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WAKE_TIMER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14629", + "kind": "UInt64", + "name": "OffsetToNext", + "offset": 0, + "parentId": "14628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14630", + "kind": "Struct", + "name": "DueTime", + "offset": 8, + "parentId": "14628", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14631", + "kind": "UInt32", + "name": "Period", + "offset": 8, + "parentId": "14628", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14632", + "kind": "Struct", + "name": "ReasonContext", + "offset": 12, + "parentId": "14628", + "refId": "14623", + "strLen": 64, + "structTypeName": "_DIAGNOSTIC_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14633", + "kind": "Struct", + "name": "_PROCESSOR_PERF_CAP_HV", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_PERF_CAP_HV" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14634", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14635", + "kind": "UInt32", + "name": "InitialApicId", + "offset": 4, + "parentId": "14633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14636", + "kind": "UInt32", + "name": "Ppc", + "offset": 8, + "parentId": "14633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14637", + "kind": "UInt32", + "name": "Tpc", + "offset": 12, + "parentId": "14633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14638", + "kind": "UInt32", + "name": "ThermalCap", + "offset": 16, + "parentId": "14633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14639", + "kind": "Struct", + "name": "_KCONTINUE_ARGUMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KCONTINUE_ARGUMENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14640", + "kind": "UInt32", + "name": "ContinueType", + "offset": 0, + "parentId": "14639", + "refId": "405", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14641", + "kind": "UInt32", + "name": "ContinueFlags", + "offset": 4, + "parentId": "14639", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14642", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "14639", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14643", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "14639", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14644", + "kind": "Struct", + "name": "_USER_LOGON_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_LOGON_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14645", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14646", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14647", + "kind": "UInt32", + "name": "UserId", + "offset": 0, + "parentId": "14644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14648", + "kind": "UInt32", + "name": "PrimaryGroupId", + "offset": 4, + "parentId": "14644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14649", + "kind": "Struct", + "name": "HomeDirectory", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14650", + "kind": "Struct", + "name": "HomeDirectoryDrive", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14651", + "kind": "Struct", + "name": "ScriptPath", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14652", + "kind": "Struct", + "name": "ProfilePath", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14653", + "kind": "Struct", + "name": "WorkStations", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14654", + "kind": "Struct", + "name": "LastLogon", + "offset": 8, + "parentId": "14644", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14655", + "kind": "Struct", + "name": "LastLogoff", + "offset": 8, + "parentId": "14644", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14656", + "kind": "Struct", + "name": "PasswordLastSet", + "offset": 8, + "parentId": "14644", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14657", + "kind": "Struct", + "name": "PasswordCanChange", + "offset": 8, + "parentId": "14644", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14658", + "kind": "Struct", + "name": "PasswordMustChange", + "offset": 8, + "parentId": "14644", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14659", + "kind": "Struct", + "name": "LogonHours", + "offset": 8, + "parentId": "14644", + "refId": "14485", + "strLen": 64, + "structTypeName": "_LOGON_HOURS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14660", + "kind": "UInt16", + "name": "BadPasswordCount", + "offset": 8, + "parentId": "14644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14661", + "kind": "UInt16", + "name": "LogonCount", + "offset": 10, + "parentId": "14644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14662", + "kind": "UInt32", + "name": "UserAccountControl", + "offset": 12, + "parentId": "14644", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14663", + "kind": "Struct", + "name": "PROCESSOR_IDLE_TIMES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "PROCESSOR_IDLE_TIMES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14664", + "kind": "UInt64", + "name": "StartTime", + "offset": 0, + "parentId": "14663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14665", + "kind": "UInt64", + "name": "EndTime", + "offset": 8, + "parentId": "14663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14666", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "14663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14667", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "14663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14668", + "kind": "Struct", + "name": "_USER_PREFERENCES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_PREFERENCES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14669", + "kind": "Struct", + "name": "UserComment", + "offset": 0, + "parentId": "14668", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14670", + "kind": "Struct", + "name": "Reserved1", + "offset": 0, + "parentId": "14668", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14671", + "kind": "UInt16", + "name": "CountryCode", + "offset": 0, + "parentId": "14668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14672", + "kind": "UInt16", + "name": "CodePage", + "offset": 2, + "parentId": "14668", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14673", + "kind": "Struct", + "name": "_STACK_WALK_EVENT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_STACK_WALK_EVENT_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14674", + "kind": "UInt64", + "name": "TimeStamp", + "offset": 0, + "parentId": "14673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14675", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "14673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14676", + "kind": "UInt32", + "name": "ThreadId", + "offset": 12, + "parentId": "14673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "Hex8", + "id": "14677", + "kind": "Array", + "name": "Addresses", + "offset": 16, + "parentId": "14673", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14678", + "kind": "Struct", + "name": "_PROCESSOR_IDLE_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_IDLE_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14679", + "kind": "UInt8", + "name": "StateType", + "offset": 0, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14680", + "kind": "UInt32", + "name": "StateFlags", + "offset": 1, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14681", + "kind": "UInt32", + "name": "HardwareLatency", + "offset": 5, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14682", + "kind": "UInt32", + "name": "Power", + "offset": 9, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14683", + "kind": "UInt64", + "name": "Context", + "offset": 13, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14684", + "kind": "Int32", + "name": "Handler", + "offset": 21, + "parentId": "14678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14685", + "kind": "Struct", + "name": "_RTL_BALANCED_NODE32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE32" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14686", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14685", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "14687", + "kind": "Array", + "name": "Children", + "offset": 0, + "parentId": "14686", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14688", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "14685", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Red" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14689", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "Balance" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14690", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14691", + "kind": "UInt32", + "name": "ParentValue", + "offset": 0, + "parentId": "14688", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14692", + "kind": "Struct", + "name": "_RTL_RB_TREE32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_RB_TREE32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14693", + "kind": "UInt32", + "name": "Root", + "offset": 0, + "parentId": "14692", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14694", + "kind": "UInt32", + "name": "Min", + "offset": 4, + "parentId": "14692", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14695", + "kind": "Struct", + "name": "_USER_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14696", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "14695", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14697", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "14695", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14698", + "kind": "Struct", + "name": "_PROCESSOR_IDLE_STATES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_IDLE_STATES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14699", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "14698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14700", + "kind": "UInt32", + "name": "Revision", + "offset": 4, + "parentId": "14698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14701", + "kind": "UInt32", + "name": "Count", + "offset": 8, + "parentId": "14698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14702", + "kind": "UInt32", + "name": "Type", + "offset": 12, + "parentId": "14698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14703", + "kind": "UInt64", + "name": "TargetProcessors", + "offset": 16, + "parentId": "14698", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14704", + "kind": "Array", + "name": "State", + "offset": 24, + "parentId": "14698", + "refId": "14678", + "strLen": 64, + "structTypeName": "_PROCESSOR_IDLE_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14705", + "kind": "Struct", + "name": "_USER_ACCOUNT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ACCOUNT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14706", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14707", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14708", + "kind": "UInt32", + "name": "UserId", + "offset": 0, + "parentId": "14705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14709", + "kind": "UInt32", + "name": "PrimaryGroupId", + "offset": 4, + "parentId": "14705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14710", + "kind": "Struct", + "name": "HomeDirectory", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14711", + "kind": "Struct", + "name": "HomeDirectoryDrive", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14712", + "kind": "Struct", + "name": "ScriptPath", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14713", + "kind": "Struct", + "name": "ProfilePath", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14714", + "kind": "Struct", + "name": "AdminComment", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14715", + "kind": "Struct", + "name": "WorkStations", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14716", + "kind": "Struct", + "name": "LastLogon", + "offset": 8, + "parentId": "14705", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14717", + "kind": "Struct", + "name": "LastLogoff", + "offset": 8, + "parentId": "14705", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14718", + "kind": "Struct", + "name": "LogonHours", + "offset": 8, + "parentId": "14705", + "refId": "14485", + "strLen": 64, + "structTypeName": "_LOGON_HOURS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14719", + "kind": "UInt16", + "name": "BadPasswordCount", + "offset": 8, + "parentId": "14705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14720", + "kind": "UInt16", + "name": "LogonCount", + "offset": 10, + "parentId": "14705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14721", + "kind": "Struct", + "name": "PasswordLastSet", + "offset": 12, + "parentId": "14705", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14722", + "kind": "Struct", + "name": "AccountExpires", + "offset": 12, + "parentId": "14705", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14723", + "kind": "UInt32", + "name": "UserAccountControl", + "offset": 12, + "parentId": "14705", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14724", + "kind": "Struct", + "name": "_PROCESSOR_LOAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_LOAD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14725", + "kind": "Struct", + "name": "ProcessorNumber", + "offset": 0, + "parentId": "14724", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14726", + "kind": "UInt8", + "name": "BusyPercentage", + "offset": 0, + "parentId": "14724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14727", + "kind": "UInt8", + "name": "FrequencyPercentage", + "offset": 1, + "parentId": "14724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14728", + "kind": "UInt16", + "name": "Padding", + "offset": 2, + "parentId": "14724", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14729", + "kind": "Struct", + "name": "_CI_LOG_SCHEDULER_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_SCHEDULER_EVENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14730", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14729", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14731", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "14729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14732", + "kind": "UInt32", + "name": "ThreadId", + "offset": 4, + "parentId": "14729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14733", + "kind": "UInt32", + "name": "Priority", + "offset": 8, + "parentId": "14729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14734", + "kind": "UInt32", + "name": "TaskIndex", + "offset": 12, + "parentId": "14729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14735", + "kind": "Struct", + "name": "_PROCESSOR_CAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESSOR_CAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14736", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14737", + "kind": "Struct", + "name": "ProcessorNumber", + "offset": 4, + "parentId": "14735", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14738", + "kind": "UInt32", + "name": "PlatformCap", + "offset": 4, + "parentId": "14735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14739", + "kind": "UInt32", + "name": "ThermalCap", + "offset": 8, + "parentId": "14735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14740", + "kind": "UInt32", + "name": "LimitReasons", + "offset": 12, + "parentId": "14735", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14741", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14742", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "14741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "14743", + "kind": "Array", + "name": "Offsets", + "offset": 4, + "parentId": "14741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14744", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_HISTORY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HISTORY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14745", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "14744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "14746", + "kind": "Array", + "name": "Offsets", + "offset": 4, + "parentId": "14744", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14747", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14748", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "14747", + "refId": "377", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14749", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "14747", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14750", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_DEVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_DEVICE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14751", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14750", + "refId": "14747", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14752", + "kind": "Array", + "name": "InstancePath", + "offset": 0, + "parentId": "14750", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14753", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_FIXED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_FIXED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14754", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14753", + "refId": "14747", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14755", + "kind": "UInt32", + "name": "FixedWakeSourceType", + "offset": 0, + "parentId": "14753", + "refId": "379", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14756", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_INTERNAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_INTERNAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14757", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14756", + "refId": "14747", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14758", + "kind": "UInt32", + "name": "InternalWakeSourceType", + "offset": 0, + "parentId": "14756", + "refId": "378", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14759", + "kind": "Struct", + "name": "_PO_WAKE_SOURCE_TIMER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_TIMER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14760", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14759", + "refId": "14747", + "strLen": 64, + "structTypeName": "_PO_WAKE_SOURCE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14761", + "kind": "Struct", + "name": "Reason", + "offset": 0, + "parentId": "14759", + "refId": "14623", + "strLen": 64, + "structTypeName": "_DIAGNOSTIC_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14762", + "kind": "Struct", + "name": "_POWER_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14763", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14762", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14764", + "kind": "Struct", + "name": "_ETW_REF_CLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_REF_CLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14765", + "kind": "Struct", + "name": "StartTime", + "offset": 0, + "parentId": "14764", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14766", + "kind": "Struct", + "name": "StartPerfClock", + "offset": 0, + "parentId": "14764", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14767", + "kind": "Struct", + "name": "_POWER_REQUEST_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14768", + "kind": "UInt64", + "name": "Count", + "offset": 0, + "parentId": "14767", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt64", + "id": "14769", + "kind": "Array", + "name": "PowerRequestOffsets", + "offset": 8, + "parentId": "14767", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14770", + "kind": "Struct", + "name": "_PERFINFO_PPM_THERMAL_CONSTRAINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_THERMAL_CONSTRAINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14771", + "kind": "UInt32", + "name": "Constraint", + "offset": 0, + "parentId": "14770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14772", + "kind": "UInt64", + "name": "Processors", + "offset": 4, + "parentId": "14770", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14773", + "kind": "Struct", + "name": "_TRACE_ENABLE_FLAG_EXTENSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_ENABLE_FLAG_EXTENSION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14774", + "kind": "UInt16", + "name": "Offset", + "offset": 0, + "parentId": "14773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14775", + "kind": "UInt8", + "name": "Length", + "offset": 2, + "parentId": "14773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14776", + "kind": "UInt8", + "name": "Flag", + "offset": 3, + "parentId": "14773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14777", + "kind": "Struct", + "name": "_POWER_STATE_HANDLER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STATE_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14778", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "14777", + "refId": "380", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14779", + "kind": "UInt8", + "name": "RtcWake", + "offset": 4, + "parentId": "14777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": false, + "elementKind": "UInt8", + "id": "14780", + "kind": "Array", + "name": "Spare", + "offset": 5, + "parentId": "14777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14781", + "kind": "Struct", + "name": "Handler", + "offset": 8, + "parentId": "14777", + "refId": "0", + "strLen": 64, + "structTypeName": "PENTER_STATE_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14782", + "kind": "Hex8", + "name": "Context", + "offset": 8, + "parentId": "14777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14783", + "kind": "Struct", + "name": "_POWER_STATE_NOTIFY_HANDLER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STATE_NOTIFY_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14784", + "kind": "Struct", + "name": "Handler", + "offset": 0, + "parentId": "14783", + "refId": "0", + "strLen": 64, + "structTypeName": "PENTER_STATE_NOTIFY_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14785", + "kind": "Hex8", + "name": "Context", + "offset": 0, + "parentId": "14783", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14786", + "kind": "Struct", + "name": "_POWER_REQUEST_ACTION_INTERNAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_REQUEST_ACTION_INTERNAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14787", + "kind": "Hex8", + "name": "PowerRequestPointer", + "offset": 0, + "parentId": "14786", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14788", + "kind": "UInt32", + "name": "RequestType", + "offset": 1, + "parentId": "14786", + "refId": "374", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14789", + "kind": "UInt8", + "name": "SetAction", + "offset": 5, + "parentId": "14786", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14790", + "kind": "Struct", + "name": "_POWER_S0_LOW_POWER_IDLE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_S0_LOW_POWER_IDLE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14791", + "kind": "UInt32", + "name": "DisconnectedReason", + "offset": 0, + "parentId": "14790", + "refId": "382", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14792", + "kind": "Struct", + "name": "CsDeviceCompliance", + "offset": 4, + "parentId": "14790", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Storage" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14793", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "WiFi" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14794", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Mbn" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14795", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "Ethernet" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14796", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 4, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14797", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14798", + "kind": "UInt8", + "name": "AsUCHAR", + "offset": 0, + "parentId": "14792", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14799", + "kind": "Struct", + "name": "Policy", + "offset": 5, + "parentId": "14790", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "DisconnectInStandby" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14800", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "EnforceDs" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14801", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 6, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "14802", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14803", + "kind": "UInt8", + "name": "AsUCHAR", + "offset": 0, + "parentId": "14799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14804", + "kind": "Struct", + "name": "_POWER_INFORMATION_INTERNAL_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14805", + "kind": "UInt32", + "name": "InternalType", + "offset": 0, + "parentId": "14804", + "refId": "381", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14806", + "kind": "UInt32", + "name": "Version", + "offset": 4, + "parentId": "14804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14807", + "kind": "Struct", + "name": "_POWER_USER_ABSENCE_PREDICTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_USER_ABSENCE_PREDICTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14808", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14807", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14809", + "kind": "Struct", + "name": "ReturnTime", + "offset": 0, + "parentId": "14807", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14810", + "kind": "Struct", + "name": "_POWER_USER_ABSENCE_PREDICTION_CAPABILITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_USER_ABSENCE_PREDICTION_CAPABILITY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14811", + "kind": "UInt8", + "name": "AbsencePredictionCapability", + "offset": 0, + "parentId": "14810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14812", + "kind": "Struct", + "name": "_POWER_PROCESSOR_LATENCY_HINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_PROCESSOR_LATENCY_HINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14813", + "kind": "Struct", + "name": "PowerInformationInternalHeader", + "offset": 0, + "parentId": "14812", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14814", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "14812", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14815", + "kind": "Struct", + "name": "_POWER_STANDBY_NETWORK_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_STANDBY_NETWORK_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14816", + "kind": "Struct", + "name": "PowerInformationInternalHeader", + "offset": 0, + "parentId": "14815", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14817", + "kind": "UInt8", + "name": "Active", + "offset": 0, + "parentId": "14815", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14818", + "kind": "Struct", + "name": "_POWER_SET_BACKGROUND_TASK_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SET_BACKGROUND_TASK_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14819", + "kind": "Struct", + "name": "PowerInformationInternalHeader", + "offset": 0, + "parentId": "14818", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14820", + "kind": "UInt8", + "name": "Engaged", + "offset": 0, + "parentId": "14818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14821", + "kind": "Struct", + "name": "_POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14822", + "kind": "UInt32", + "name": "StandbyTotalTime", + "offset": 0, + "parentId": "14821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14823", + "kind": "UInt32", + "name": "DripsTotalTime", + "offset": 4, + "parentId": "14821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14824", + "kind": "UInt32", + "name": "ActivatorClientTotalActiveTime", + "offset": 8, + "parentId": "14821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 98, + "collapsed": false, + "elementKind": "UInt32", + "id": "14825", + "kind": "Array", + "name": "PerActivatorClientTotalActiveTime", + "offset": 12, + "parentId": "14821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14826", + "kind": "Struct", + "name": "_POWER_SESSION_POWER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_SESSION_POWER_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14827", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14826", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14828", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "14826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14829", + "kind": "UInt8", + "name": "On", + "offset": 4, + "parentId": "14826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14830", + "kind": "UInt8", + "name": "IsConsole", + "offset": 5, + "parentId": "14826", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14831", + "kind": "UInt32", + "name": "RequestReason", + "offset": 6, + "parentId": "14826", + "refId": "64", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14832", + "kind": "Struct", + "name": "_POWER_INTERNAL_PROCESSOR_QOS_SUPPORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INTERNAL_PROCESSOR_QOS_SUPPORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14833", + "kind": "UInt8", + "name": "QosSupportedAndConfigured", + "offset": 0, + "parentId": "14832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14834", + "kind": "UInt8", + "name": "SchedulerDirectedPerfStatesSupported", + "offset": 1, + "parentId": "14832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14835", + "kind": "UInt8", + "name": "QosGroupPolicyDisable", + "offset": 2, + "parentId": "14832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14836", + "kind": "Struct", + "name": "_POWER_INTERNAL_HOST_ENERGY_SAVER_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INTERNAL_HOST_ENERGY_SAVER_STATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14837", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14836", + "refId": "14804", + "strLen": 64, + "structTypeName": "_POWER_INFORMATION_INTERNAL_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14838", + "kind": "UInt8", + "name": "EsEnabledOnHost", + "offset": 0, + "parentId": "14836", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14839", + "kind": "Struct", + "name": "_POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14840", + "kind": "UInt32", + "name": "InternalType", + "offset": 0, + "parentId": "14839", + "refId": "381", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14841", + "kind": "Struct", + "name": "ProcessorNumber", + "offset": 4, + "parentId": "14839", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14842", + "kind": "Struct", + "name": "_POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14843", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "14842", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14844", + "kind": "UInt32", + "name": "NominalFrequency", + "offset": 4, + "parentId": "14842", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14845", + "kind": "Struct", + "name": "_POWER_INTERNAL_BOOTAPP_DIAGNOSTIC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POWER_INTERNAL_BOOTAPP_DIAGNOSTIC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14846", + "kind": "UInt32", + "name": "BootAppErrorDiagCode", + "offset": 0, + "parentId": "14845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14847", + "kind": "UInt32", + "name": "BootAppFailureStatus", + "offset": 4, + "parentId": "14845", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14848", + "kind": "Struct", + "name": "_KEY_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14849", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "14848", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14850", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14851", + "kind": "UInt32", + "name": "NameLength", + "offset": 4, + "parentId": "14848", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14852", + "kind": "Array", + "name": "Name", + "offset": 8, + "parentId": "14848", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14853", + "kind": "Struct", + "name": "_KEY_NODE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_NODE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14854", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "14853", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14855", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14856", + "kind": "UInt32", + "name": "ClassOffset", + "offset": 4, + "parentId": "14853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14857", + "kind": "UInt32", + "name": "ClassLength", + "offset": 8, + "parentId": "14853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14858", + "kind": "UInt32", + "name": "NameLength", + "offset": 12, + "parentId": "14853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14859", + "kind": "Array", + "name": "Name", + "offset": 16, + "parentId": "14853", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14860", + "kind": "Struct", + "name": "_KEY_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14861", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "14860", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14862", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14863", + "kind": "UInt32", + "name": "ClassOffset", + "offset": 4, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14864", + "kind": "UInt32", + "name": "ClassLength", + "offset": 8, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14865", + "kind": "UInt32", + "name": "SubKeys", + "offset": 12, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14866", + "kind": "UInt32", + "name": "MaxNameLength", + "offset": 16, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14867", + "kind": "UInt32", + "name": "MaxClassLength", + "offset": 20, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14868", + "kind": "UInt32", + "name": "Values", + "offset": 24, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14869", + "kind": "UInt32", + "name": "MaxValueNameLength", + "offset": 28, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14870", + "kind": "UInt32", + "name": "MaxValueDataLength", + "offset": 32, + "parentId": "14860", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14871", + "kind": "Array", + "name": "Class", + "offset": 36, + "parentId": "14860", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14872", + "kind": "Struct", + "name": "_KEY_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14873", + "kind": "UInt32", + "name": "NameLength", + "offset": 0, + "parentId": "14872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14874", + "kind": "Array", + "name": "Name", + "offset": 4, + "parentId": "14872", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14875", + "kind": "Struct", + "name": "_KEY_CACHED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_CACHED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14876", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "14875", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14877", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14878", + "kind": "UInt32", + "name": "SubKeys", + "offset": 4, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14879", + "kind": "UInt32", + "name": "MaxNameLength", + "offset": 8, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14880", + "kind": "UInt32", + "name": "Values", + "offset": 12, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14881", + "kind": "UInt32", + "name": "MaxValueNameLength", + "offset": 16, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14882", + "kind": "UInt32", + "name": "MaxValueDataLength", + "offset": 20, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14883", + "kind": "UInt32", + "name": "NameLength", + "offset": 24, + "parentId": "14875", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14884", + "kind": "Array", + "name": "Name", + "offset": 28, + "parentId": "14875", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14885", + "kind": "Struct", + "name": "_KEY_FLAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_FLAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14886", + "kind": "UInt32", + "name": "Wow64Flags", + "offset": 0, + "parentId": "14885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14887", + "kind": "UInt32", + "name": "KeyFlags", + "offset": 4, + "parentId": "14885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14888", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 8, + "parentId": "14885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14889", + "kind": "Struct", + "name": "_LSA_ADT_SID_LIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_ADT_SID_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14890", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "14889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14891", + "kind": "Hex8", + "name": "Sid", + "offset": 4, + "parentId": "14889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14892", + "kind": "Struct", + "name": "_KEY_VIRTUALIZATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VIRTUALIZATION_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "VirtualizationCandidate" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "VirtualizationEnabled" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "VirtualTarget" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "VirtualStore" + }, + { + "bitOffset": 4, + "bitWidth": 1, + "name": "VirtualSource" + }, + { + "bitOffset": 5, + "bitWidth": 27, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14893", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14894", + "kind": "Struct", + "name": "_KEY_TRUST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_TRUST_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "TrustedKey" + }, + { + "bitOffset": 1, + "bitWidth": 31, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14895", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14894", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14896", + "kind": "Struct", + "name": "_ETW_THREAD_EVENT_SUBPROCESSTAG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_THREAD_EVENT_SUBPROCESSTAG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14897", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14896", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14898", + "kind": "UInt32", + "name": "OldTag", + "offset": 0, + "parentId": "14896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14899", + "kind": "UInt32", + "name": "NewTag", + "offset": 4, + "parentId": "14896", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14900", + "kind": "Struct", + "name": "_KEY_LAYER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_LAYER_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "IsTombstone" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "IsSupersedeLocal" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "IsSupersedeTree" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "ClassIsInherited" + }, + { + "bitOffset": 4, + "bitWidth": 28, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14901", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14900", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14902", + "kind": "Struct", + "name": "_LSA_ADT_SID_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_ADT_SID_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14903", + "kind": "UInt32", + "name": "cSids", + "offset": 0, + "parentId": "14902", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14904", + "kind": "Struct", + "name": "Sids", + "offset": 4, + "parentId": "14902", + "refId": "14889", + "strLen": 64, + "structTypeName": "_LSA_ADT_SID_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14905", + "kind": "Struct", + "name": "_SAM_VALIDATE_PASSWORD_HASH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_HASH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14906", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "14905", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14907", + "kind": "UInt8", + "name": "Hash", + "offset": 4, + "parentId": "14905", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14908", + "kind": "Struct", + "name": "_KEY_WRITE_TIME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_WRITE_TIME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14909", + "kind": "Struct", + "name": "LastWriteTime", + "offset": 0, + "parentId": "14908", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14910", + "kind": "Struct", + "name": "_KEY_WOW64_FLAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_WOW64_FLAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14911", + "kind": "UInt32", + "name": "UserFlags", + "offset": 0, + "parentId": "14910", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14912", + "kind": "Struct", + "name": "_SAM_VALIDATE_PERSISTED_FIELDS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PERSISTED_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14913", + "kind": "UInt32", + "name": "PresentFields", + "offset": 0, + "parentId": "14912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14914", + "kind": "Struct", + "name": "PasswordLastSet", + "offset": 4, + "parentId": "14912", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14915", + "kind": "Struct", + "name": "BadPasswordTime", + "offset": 4, + "parentId": "14912", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14916", + "kind": "Struct", + "name": "LockoutTime", + "offset": 4, + "parentId": "14912", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14917", + "kind": "UInt32", + "name": "BadPasswordCount", + "offset": 4, + "parentId": "14912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14918", + "kind": "UInt32", + "name": "PasswordHistoryLength", + "offset": 8, + "parentId": "14912", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14919", + "kind": "Struct", + "name": "PasswordHistory", + "offset": 12, + "parentId": "14912", + "refId": "14905", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_HASH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14920", + "kind": "Struct", + "name": "_SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14921", + "kind": "Struct", + "name": "InputPersistedFields", + "offset": 0, + "parentId": "14920", + "refId": "14912", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PERSISTED_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14922", + "kind": "Struct", + "name": "ClearPassword", + "offset": 0, + "parentId": "14920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14923", + "kind": "Struct", + "name": "UserAccountName", + "offset": 0, + "parentId": "14920", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14924", + "kind": "Struct", + "name": "HashedPassword", + "offset": 0, + "parentId": "14920", + "refId": "14905", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_HASH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14925", + "kind": "UInt8", + "name": "PasswordMatch", + "offset": 0, + "parentId": "14920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14926", + "kind": "Struct", + "name": "_ETW_WNF_EVENT_NAME_SUB_RUNDOWN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_WNF_EVENT_NAME_SUB_RUNDOWN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14927", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "14926", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14928", + "kind": "Struct", + "name": "StateName", + "offset": 0, + "parentId": "14926", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14929", + "kind": "Hex8", + "name": "NameSub", + "offset": 0, + "parentId": "14926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14930", + "kind": "Struct", + "name": "_SAM_VALIDATE_AUTHENTICATION_INPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_AUTHENTICATION_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14931", + "kind": "Struct", + "name": "InputPersistedFields", + "offset": 0, + "parentId": "14930", + "refId": "14912", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PERSISTED_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14932", + "kind": "UInt8", + "name": "PasswordMatched", + "offset": 0, + "parentId": "14930", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14933", + "kind": "Struct", + "name": "_KEY_HANDLE_TAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_HANDLE_TAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14934", + "kind": "UInt32", + "name": "HandleTags", + "offset": 0, + "parentId": "14933", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14935", + "kind": "Struct", + "name": "_KEY_SET_LAYER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_SET_LAYER_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "IsTombstone" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "IsSupersedeLocal" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "IsSupersedeTree" + }, + { + "bitOffset": 3, + "bitWidth": 1, + "name": "ClassIsInherited" + }, + { + "bitOffset": 4, + "bitWidth": 28, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14936", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14935", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14937", + "kind": "Struct", + "name": "_KEY_CONTROL_FLAGS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_CONTROL_FLAGS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14938", + "kind": "UInt32", + "name": "ControlFlags", + "offset": 0, + "parentId": "14937", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14939", + "kind": "Struct", + "name": "_KEY_SET_VIRTUALIZATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_SET_VIRTUALIZATION_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "VirtualTarget" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "VirtualStore" + }, + { + "bitOffset": 2, + "bitWidth": 1, + "name": "VirtualSource" + }, + { + "bitOffset": 3, + "bitWidth": 29, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14940", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14939", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14941", + "kind": "Struct", + "name": "_KEY_VALUE_BASIC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_BASIC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14942", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14943", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "14941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14944", + "kind": "UInt32", + "name": "NameLength", + "offset": 8, + "parentId": "14941", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14945", + "kind": "Array", + "name": "Name", + "offset": 12, + "parentId": "14941", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14946", + "kind": "Struct", + "name": "_KEY_VALUE_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14947", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14948", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "14946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14949", + "kind": "UInt32", + "name": "DataOffset", + "offset": 8, + "parentId": "14946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14950", + "kind": "UInt32", + "name": "DataLength", + "offset": 12, + "parentId": "14946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14951", + "kind": "UInt32", + "name": "NameLength", + "offset": 16, + "parentId": "14946", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14952", + "kind": "Array", + "name": "Name", + "offset": 20, + "parentId": "14946", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14953", + "kind": "Struct", + "name": "_KEY_VALUE_PARTIAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_PARTIAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14954", + "kind": "UInt32", + "name": "TitleIndex", + "offset": 0, + "parentId": "14953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14955", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "14953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14956", + "kind": "UInt32", + "name": "DataLength", + "offset": 8, + "parentId": "14953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14957", + "kind": "Array", + "name": "Data", + "offset": 12, + "parentId": "14953", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14958", + "kind": "Struct", + "name": "_KEY_VALUE_PARTIAL_INFORMATION_ALIGN64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_PARTIAL_INFORMATION_ALIGN64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14959", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "14958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14960", + "kind": "UInt32", + "name": "DataLength", + "offset": 4, + "parentId": "14958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14961", + "kind": "Array", + "name": "Data", + "offset": 8, + "parentId": "14958", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14962", + "kind": "Struct", + "name": "_KEY_VALUE_LAYER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_LAYER_INFORMATION" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "IsTombstone" + }, + { + "bitOffset": 1, + "bitWidth": 31, + "name": "Reserved" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "14963", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14964", + "kind": "Struct", + "name": "_CM_EXTENDED_PARAMETER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_EXTENDED_PARAMETER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "14965", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "14964", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14966", + "kind": "UInt64", + "name": "ULong64", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14967", + "kind": "Hex8", + "name": "Pointer", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14968", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14969", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14970", + "kind": "UInt32", + "name": "ULong", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14971", + "kind": "UInt32", + "name": "AccessMask", + "offset": 0, + "parentId": "14965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14972", + "kind": "Struct", + "name": "_KEY_VALUE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_VALUE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14973", + "kind": "Struct", + "name": "ValueName", + "offset": 0, + "parentId": "14972", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14974", + "kind": "UInt32", + "name": "DataLength", + "offset": 0, + "parentId": "14972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14975", + "kind": "UInt32", + "name": "DataOffset", + "offset": 4, + "parentId": "14972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14976", + "kind": "UInt32", + "name": "Type", + "offset": 8, + "parentId": "14972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14977", + "kind": "Struct", + "name": "_REG_NOTIFY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_REG_NOTIFY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14978", + "kind": "UInt32", + "name": "NextEntryOffset", + "offset": 0, + "parentId": "14977", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14979", + "kind": "UInt32", + "name": "Action", + "offset": 4, + "parentId": "14977", + "refId": "388", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14980", + "kind": "UInt32", + "name": "KeyLength", + "offset": 8, + "parentId": "14977", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14981", + "kind": "Array", + "name": "Key", + "offset": 12, + "parentId": "14977", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14982", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_COLLISION_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_COLLISION_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14983", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "14982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14984", + "kind": "UInt32", + "name": "Type", + "offset": 4, + "parentId": "14982", + "refId": "418", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14985", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "14982", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14986", + "kind": "Struct", + "name": "Name", + "offset": 12, + "parentId": "14982", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14987", + "kind": "Struct", + "name": "_KEY_PID_ARRAY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_PID_ARRAY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14988", + "kind": "Hex8", + "name": "ProcessId", + "offset": 0, + "parentId": "14987", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14989", + "kind": "Struct", + "name": "KeyName", + "offset": 1, + "parentId": "14987", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14990", + "kind": "Struct", + "name": "_KEY_OPEN_SUBKEYS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_KEY_OPEN_SUBKEYS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14991", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "14990", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "14992", + "kind": "Array", + "name": "KeyArray", + "offset": 4, + "parentId": "14990", + "refId": "14987", + "strLen": 64, + "structTypeName": "_KEY_PID_ARRAY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14993", + "kind": "Struct", + "name": "_VR_INITIALIZE_JOB_FOR_VREG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_INITIALIZE_JOB_FOR_VREG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14994", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "14993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "14995", + "kind": "Struct", + "name": "_VR_LOAD_DIFFERENCING_HIVE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_LOAD_DIFFERENCING_HIVE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14996", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14997", + "kind": "UInt32", + "name": "NextLayerIsHost", + "offset": 1, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14998", + "kind": "UInt32", + "name": "Flags", + "offset": 5, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "14999", + "kind": "UInt32", + "name": "LoadFlags", + "offset": 9, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15000", + "kind": "UInt16", + "name": "KeyPathLength", + "offset": 13, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15001", + "kind": "UInt16", + "name": "HivePathLength", + "offset": 15, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15002", + "kind": "UInt16", + "name": "NextLayerKeyPathLength", + "offset": 17, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15003", + "kind": "Hex8", + "name": "FileAccessToken", + "offset": 19, + "parentId": "14995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15004", + "kind": "Array", + "name": "Strings", + "offset": 20, + "parentId": "14995", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15005", + "kind": "Struct", + "name": "_LSA_ENUMERATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_ENUMERATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15006", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "15005", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15007", + "kind": "Struct", + "name": "_VR_CREATE_NAMESPACE_NODE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_CREATE_NAMESPACE_NODE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15008", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "15007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15009", + "kind": "UInt16", + "name": "ContainerPathLength", + "offset": 1, + "parentId": "15007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15010", + "kind": "UInt16", + "name": "HostPathLength", + "offset": 3, + "parentId": "15007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15011", + "kind": "UInt32", + "name": "Flags", + "offset": 5, + "parentId": "15007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15012", + "kind": "UInt32", + "name": "AccessMask", + "offset": 9, + "parentId": "15007", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15013", + "kind": "Array", + "name": "Strings", + "offset": 13, + "parentId": "15007", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15014", + "kind": "Struct", + "name": "_RTL_UNLOAD_EVENT_TRACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UNLOAD_EVENT_TRACE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15015", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15016", + "kind": "UInt64", + "name": "SizeOfImage", + "offset": 1, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15017", + "kind": "UInt32", + "name": "Sequence", + "offset": 9, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15018", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 13, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15019", + "kind": "UInt32", + "name": "CheckSum", + "offset": 17, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "15020", + "kind": "Array", + "name": "ImageName", + "offset": 21, + "parentId": "15014", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "15021", + "kind": "Array", + "name": "Version", + "offset": 21, + "parentId": "15014", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15022", + "kind": "Struct", + "name": "_VR_MODIFY_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_MODIFY_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15023", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "15022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15024", + "kind": "UInt32", + "name": "AddFlags", + "offset": 1, + "parentId": "15022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15025", + "kind": "UInt32", + "name": "RemoveFlags", + "offset": 5, + "parentId": "15022", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15026", + "kind": "Struct", + "name": "_NAMESPACE_NODE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NAMESPACE_NODE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15027", + "kind": "UInt32", + "name": "AccessMask", + "offset": 0, + "parentId": "15026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15028", + "kind": "UInt16", + "name": "ContainerPathLength", + "offset": 4, + "parentId": "15026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15029", + "kind": "UInt16", + "name": "HostPathLength", + "offset": 6, + "parentId": "15026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15030", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "15026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15031", + "kind": "Array", + "name": "Strings", + "offset": 12, + "parentId": "15026", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15032", + "kind": "Struct", + "name": "_VR_CREATE_MULTIPLE_NAMESPACE_NODES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_CREATE_MULTIPLE_NAMESPACE_NODES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15033", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "15032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15034", + "kind": "UInt32", + "name": "NumNewKeys", + "offset": 1, + "parentId": "15032", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15035", + "kind": "Array", + "name": "Keys", + "offset": 5, + "parentId": "15032", + "refId": "15026", + "strLen": 64, + "structTypeName": "_NAMESPACE_NODE_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15036", + "kind": "Struct", + "name": "_VR_UNLOAD_DYNAMICALLY_LOADED_HIVES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_UNLOAD_DYNAMICALLY_LOADED_HIVES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15037", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "15036", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15038", + "kind": "Struct", + "name": "_VR_GET_VIRTUAL_ROOT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_GET_VIRTUAL_ROOT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15039", + "kind": "Hex8", + "name": "Job", + "offset": 0, + "parentId": "15038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15040", + "kind": "UInt32", + "name": "Index", + "offset": 1, + "parentId": "15038", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15041", + "kind": "Struct", + "name": "_VR_GET_VIRTUAL_ROOT_RESULT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_GET_VIRTUAL_ROOT_RESULT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15042", + "kind": "Hex8", + "name": "Key", + "offset": 0, + "parentId": "15041", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15043", + "kind": "Struct", + "name": "_VR_LOAD_DIFFERENCING_HIVE_FOR_HOST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_LOAD_DIFFERENCING_HIVE_FOR_HOST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15044", + "kind": "UInt32", + "name": "LoadFlags", + "offset": 0, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15045", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15046", + "kind": "UInt16", + "name": "KeyPathLength", + "offset": 8, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15047", + "kind": "UInt16", + "name": "HivePathLength", + "offset": 10, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15048", + "kind": "UInt16", + "name": "NextLayerKeyPathLength", + "offset": 12, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15049", + "kind": "Hex8", + "name": "FileAccessToken", + "offset": 14, + "parentId": "15043", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15050", + "kind": "Array", + "name": "Strings", + "offset": 15, + "parentId": "15043", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15051", + "kind": "Struct", + "name": "_VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15052", + "kind": "UInt32", + "name": "Reserved", + "offset": 0, + "parentId": "15051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15053", + "kind": "UInt16", + "name": "TargetKeyPathLength", + "offset": 4, + "parentId": "15051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15054", + "kind": "Array", + "name": "TargetKeyPath", + "offset": 6, + "parentId": "15051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15055", + "kind": "Struct", + "name": "_RTL_BALANCED_LINKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_LINKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15056", + "kind": "Pointer64", + "name": "Parent", + "offset": 0, + "parentId": "15055", + "refId": "15055", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15057", + "kind": "Pointer64", + "name": "LeftChild", + "offset": 8, + "parentId": "15055", + "refId": "15055", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15058", + "kind": "Pointer64", + "name": "RightChild", + "offset": 16, + "parentId": "15055", + "refId": "15055", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15059", + "kind": "Struct", + "name": "Balance", + "offset": 24, + "parentId": "15055", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15060", + "kind": "Hex8", + "name": "", + "offset": 24, + "parentId": "15055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15061", + "kind": "Hex8", + "name": "", + "offset": 25, + "parentId": "15055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15062", + "kind": "Hex8", + "name": "", + "offset": 26, + "parentId": "15055", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15063", + "kind": "Struct", + "name": "_RTL_AVL_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_AVL_TABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15064", + "kind": "Struct", + "name": "BalancedRoot", + "offset": 0, + "parentId": "15063", + "refId": "15055", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_LINKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15065", + "kind": "Hex8", + "name": "OrderedPointer", + "offset": 0, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15066", + "kind": "UInt32", + "name": "WhichOrderedElement", + "offset": 1, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15067", + "kind": "UInt32", + "name": "NumberGenericTableElements", + "offset": 5, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15068", + "kind": "UInt32", + "name": "DepthOfTree", + "offset": 9, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15069", + "kind": "Struct", + "name": "RestartKey", + "offset": 13, + "parentId": "15063", + "refId": "15055", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_LINKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15070", + "kind": "UInt32", + "name": "DeleteCount", + "offset": 13, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15071", + "kind": "Struct", + "name": "CompareRoutine", + "offset": 17, + "parentId": "15063", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_AVL_COMPARE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15072", + "kind": "Struct", + "name": "AllocateRoutine", + "offset": 17, + "parentId": "15063", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_AVL_ALLOCATE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15073", + "kind": "Struct", + "name": "FreeRoutine", + "offset": 17, + "parentId": "15063", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_AVL_FREE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15074", + "kind": "Hex8", + "name": "TableContext", + "offset": 17, + "parentId": "15063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15075", + "kind": "Struct", + "name": "_RTL_SPLAY_LINKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SPLAY_LINKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15076", + "kind": "Pointer64", + "name": "Parent", + "offset": 0, + "parentId": "15075", + "refId": "15075", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15077", + "kind": "Pointer64", + "name": "LeftChild", + "offset": 8, + "parentId": "15075", + "refId": "15075", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15078", + "kind": "Pointer64", + "name": "RightChild", + "offset": 16, + "parentId": "15075", + "refId": "15075", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15079", + "kind": "Struct", + "name": "_RTL_GENERIC_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_GENERIC_TABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15080", + "kind": "Struct", + "name": "TableRoot", + "offset": 0, + "parentId": "15079", + "refId": "15075", + "strLen": 64, + "structTypeName": "_RTL_SPLAY_LINKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15081", + "kind": "Struct", + "name": "InsertOrderList", + "offset": 0, + "parentId": "15079", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15082", + "kind": "Struct", + "name": "OrderedPointer", + "offset": 0, + "parentId": "15079", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15083", + "kind": "UInt32", + "name": "WhichOrderedElement", + "offset": 0, + "parentId": "15079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15084", + "kind": "UInt32", + "name": "NumberGenericTableElements", + "offset": 4, + "parentId": "15079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15085", + "kind": "Struct", + "name": "CompareRoutine", + "offset": 8, + "parentId": "15079", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_GENERIC_COMPARE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15086", + "kind": "Struct", + "name": "AllocateRoutine", + "offset": 8, + "parentId": "15079", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_GENERIC_ALLOCATE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15087", + "kind": "Struct", + "name": "FreeRoutine", + "offset": 8, + "parentId": "15079", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_GENERIC_FREE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15088", + "kind": "Hex8", + "name": "TableContext", + "offset": 8, + "parentId": "15079", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15089", + "kind": "Struct", + "name": "_RTL_RB_TREE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_RB_TREE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15090", + "kind": "Struct", + "name": "Root", + "offset": 0, + "parentId": "15089", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15091", + "kind": "Struct", + "name": "Min", + "offset": 0, + "parentId": "15089", + "refId": "9542", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15092", + "kind": "Struct", + "name": "_RTL_DYNAMIC_HASH_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DYNAMIC_HASH_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15093", + "kind": "Struct", + "name": "Linkage", + "offset": 0, + "parentId": "15092", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15094", + "kind": "UInt64", + "name": "Signature", + "offset": 0, + "parentId": "15092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15095", + "kind": "Struct", + "name": "_RTL_DYNAMIC_HASH_TABLE_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DYNAMIC_HASH_TABLE_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15096", + "kind": "Struct", + "name": "ChainHead", + "offset": 0, + "parentId": "15095", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15097", + "kind": "Struct", + "name": "PrevLinkage", + "offset": 0, + "parentId": "15095", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15098", + "kind": "UInt64", + "name": "Signature", + "offset": 0, + "parentId": "15095", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15099", + "kind": "Struct", + "name": "_RTL_DYNAMIC_HASH_TABLE_ENUMERATOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DYNAMIC_HASH_TABLE_ENUMERATOR" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15100", + "kind": "Struct", + "name": "HashEntry", + "offset": 0, + "parentId": "15099", + "refId": "15092", + "strLen": 64, + "structTypeName": "_RTL_DYNAMIC_HASH_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15101", + "kind": "Struct", + "name": "ChainHead", + "offset": 0, + "parentId": "15099", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15102", + "kind": "UInt32", + "name": "BucketIndex", + "offset": 0, + "parentId": "15099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15103", + "kind": "Struct", + "name": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15104", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "15103", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15105", + "kind": "UInt32", + "name": "Total", + "offset": 4, + "parentId": "15103", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15106", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "15103", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15107", + "kind": "Struct", + "name": "_POLICY_AUDIT_FULL_SET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_FULL_SET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15108", + "kind": "UInt8", + "name": "ShutDownOnFull", + "offset": 0, + "parentId": "15107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15109", + "kind": "Struct", + "name": "_RTL_DYNAMIC_HASH_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DYNAMIC_HASH_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15110", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15111", + "kind": "UInt32", + "name": "Shift", + "offset": 4, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15112", + "kind": "UInt32", + "name": "TableSize", + "offset": 8, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15113", + "kind": "UInt32", + "name": "Pivot", + "offset": 12, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15114", + "kind": "UInt32", + "name": "DivisorMask", + "offset": 16, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15115", + "kind": "UInt32", + "name": "NumEntries", + "offset": 20, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15116", + "kind": "UInt32", + "name": "NonEmptyBuckets", + "offset": 24, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15117", + "kind": "UInt32", + "name": "NumEnumerators", + "offset": 28, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15118", + "kind": "Hex8", + "name": "Directory", + "offset": 32, + "parentId": "15109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15119", + "kind": "Struct", + "name": "_POLICY_MODIFICATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_MODIFICATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15120", + "kind": "Struct", + "name": "ModifiedId", + "offset": 0, + "parentId": "15119", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15121", + "kind": "Struct", + "name": "DatabaseCreationTime", + "offset": 0, + "parentId": "15119", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15122", + "kind": "Struct", + "name": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15123", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "15122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15124", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "15122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15125", + "kind": "UInt64", + "name": "DataSize", + "offset": 5, + "parentId": "15122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15126", + "kind": "Struct", + "name": "_RTL_RESOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_RESOURCE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15127", + "kind": "Struct", + "name": "CriticalSection", + "offset": 0, + "parentId": "15126", + "refId": "462", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15128", + "kind": "Hex8", + "name": "SharedSemaphore", + "offset": 0, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15129", + "kind": "UInt32", + "name": "NumberOfWaitingShared", + "offset": 1, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15130", + "kind": "Hex8", + "name": "ExclusiveSemaphore", + "offset": 5, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15131", + "kind": "UInt32", + "name": "NumberOfWaitingExclusive", + "offset": 6, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15132", + "kind": "Int32", + "name": "NumberOfActive", + "offset": 10, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15133", + "kind": "Hex8", + "name": "ExclusiveOwnerThread", + "offset": 14, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15134", + "kind": "UInt32", + "name": "Flags", + "offset": 15, + "parentId": "15126", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15135", + "kind": "Struct", + "name": "DebugInfo", + "offset": 19, + "parentId": "15126", + "refId": "3922", + "strLen": 64, + "structTypeName": "_RTL_CRITICAL_SECTION_DEBUG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15136", + "kind": "Struct", + "name": "_WMI_PNP_RECORD_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PNP_RECORD_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15137", + "kind": "UInt32", + "name": "IDLength", + "offset": 0, + "parentId": "15136", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15138", + "kind": "UInt32", + "name": "DescriptionLength", + "offset": 4, + "parentId": "15136", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15139", + "kind": "UInt32", + "name": "FriendlyNameLength", + "offset": 8, + "parentId": "15136", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15140", + "kind": "Array", + "name": "Strings", + "offset": 12, + "parentId": "15136", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15141", + "kind": "Struct", + "name": "_WMI_IRQ_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IRQ_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15142", + "kind": "UInt64", + "name": "IRQAffinity", + "offset": 0, + "parentId": "15141", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15143", + "kind": "UInt16", + "name": "IRQGroup", + "offset": 8, + "parentId": "15141", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15144", + "kind": "UInt16", + "name": "Reserved", + "offset": 10, + "parentId": "15141", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15145", + "kind": "UInt32", + "name": "IRQNum", + "offset": 12, + "parentId": "15141", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15146", + "kind": "UInt32", + "name": "DeviceDescriptionLen", + "offset": 16, + "parentId": "15141", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15147", + "kind": "Array", + "name": "DeviceDescription", + "offset": 20, + "parentId": "15141", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15148", + "kind": "Struct", + "name": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "Hex8", + "id": "15149", + "kind": "Array", + "name": "StackFrame", + "offset": 0, + "parentId": "15148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15150", + "kind": "Struct", + "name": "_POLICY_DOMAIN_EFS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_DOMAIN_EFS_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15151", + "kind": "UInt32", + "name": "InfoLength", + "offset": 0, + "parentId": "15150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15152", + "kind": "UInt8", + "name": "EfsBlob", + "offset": 4, + "parentId": "15150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15153", + "kind": "Struct", + "name": "_PREFIX_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PREFIX_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15154", + "kind": "Int16", + "name": "NodeTypeCode", + "offset": 0, + "parentId": "15153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15155", + "kind": "Int16", + "name": "NameLength", + "offset": 2, + "parentId": "15153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15156", + "kind": "Pointer64", + "name": "NextPrefixTree", + "offset": 4, + "parentId": "15153", + "refId": "15153", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15157", + "kind": "Struct", + "name": "Links", + "offset": 12, + "parentId": "15153", + "refId": "15075", + "strLen": 64, + "structTypeName": "_RTL_SPLAY_LINKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15158", + "kind": "Struct", + "name": "Prefix", + "offset": 12, + "parentId": "15153", + "refId": "5109", + "strLen": 64, + "structTypeName": "_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15159", + "kind": "Struct", + "name": "_PREFIX_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PREFIX_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15160", + "kind": "Int16", + "name": "NodeTypeCode", + "offset": 0, + "parentId": "15159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15161", + "kind": "Int16", + "name": "NameLength", + "offset": 2, + "parentId": "15159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15162", + "kind": "Struct", + "name": "NextPrefixTree", + "offset": 4, + "parentId": "15159", + "refId": "15153", + "strLen": 64, + "structTypeName": "_PREFIX_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15163", + "kind": "Struct", + "name": "_WMI_PNP_RECORD_V5", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PNP_RECORD_V5" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15164", + "kind": "Struct", + "name": "ClassGuid", + "offset": 0, + "parentId": "15163", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15165", + "kind": "UInt32", + "name": "UpperFilterCount", + "offset": 0, + "parentId": "15163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15166", + "kind": "UInt32", + "name": "LowerFilterCount", + "offset": 4, + "parentId": "15163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15167", + "kind": "UInt32", + "name": "DevStatus", + "offset": 8, + "parentId": "15163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15168", + "kind": "UInt32", + "name": "DevProblem", + "offset": 12, + "parentId": "15163", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15169", + "kind": "Array", + "name": "Strings", + "offset": 16, + "parentId": "15163", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15170", + "kind": "Struct", + "name": "_UNICODE_PREFIX_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNICODE_PREFIX_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15171", + "kind": "Int16", + "name": "NodeTypeCode", + "offset": 0, + "parentId": "15170", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15172", + "kind": "Int16", + "name": "NameLength", + "offset": 2, + "parentId": "15170", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15173", + "kind": "Pointer64", + "name": "NextPrefixTree", + "offset": 4, + "parentId": "15170", + "refId": "15170", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15174", + "kind": "Pointer64", + "name": "CaseMatch", + "offset": 12, + "parentId": "15170", + "refId": "15170", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15175", + "kind": "Struct", + "name": "Links", + "offset": 20, + "parentId": "15170", + "refId": "15075", + "strLen": 64, + "structTypeName": "_RTL_SPLAY_LINKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15176", + "kind": "Struct", + "name": "Prefix", + "offset": 20, + "parentId": "15170", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15177", + "kind": "Struct", + "name": "_UNICODE_PREFIX_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_UNICODE_PREFIX_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15178", + "kind": "Int16", + "name": "NodeTypeCode", + "offset": 0, + "parentId": "15177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15179", + "kind": "Int16", + "name": "NameLength", + "offset": 2, + "parentId": "15177", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15180", + "kind": "Struct", + "name": "NextPrefixTree", + "offset": 4, + "parentId": "15177", + "refId": "15170", + "strLen": 64, + "structTypeName": "_UNICODE_PREFIX_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15181", + "kind": "Struct", + "name": "LastNextEntry", + "offset": 4, + "parentId": "15177", + "refId": "15170", + "strLen": 64, + "structTypeName": "_UNICODE_PREFIX_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15182", + "kind": "Struct", + "name": "_COMPRESSED_DATA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPRESSED_DATA_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15183", + "kind": "UInt16", + "name": "CompressionFormatAndEngine", + "offset": 0, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15184", + "kind": "UInt8", + "name": "CompressionUnitShift", + "offset": 2, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15185", + "kind": "UInt8", + "name": "ChunkShift", + "offset": 3, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15186", + "kind": "UInt8", + "name": "ClusterShift", + "offset": 4, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15187", + "kind": "UInt8", + "name": "Reserved", + "offset": 5, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15188", + "kind": "UInt16", + "name": "NumberOfChunks", + "offset": 6, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "15189", + "kind": "Array", + "name": "CompressedChunkSizes", + "offset": 8, + "parentId": "15182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15190", + "kind": "Struct", + "name": "_RTL_USER_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_USER_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15191", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "15190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15192", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "15190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15193", + "kind": "Hex8", + "name": "ThreadHandle", + "offset": 5, + "parentId": "15190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15194", + "kind": "Struct", + "name": "ClientId", + "offset": 6, + "parentId": "15190", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15195", + "kind": "Struct", + "name": "ImageInformation", + "offset": 6, + "parentId": "15190", + "refId": "12586", + "strLen": 64, + "structTypeName": "_SECTION_IMAGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15196", + "kind": "Struct", + "name": "_RTL_USER_PROCESS_EXTENDED_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_USER_PROCESS_EXTENDED_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15197", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15198", + "kind": "UInt16", + "name": "NodeNumber", + "offset": 2, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15199", + "kind": "Hex8", + "name": "ProcessSecurityDescriptor", + "offset": 4, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15200", + "kind": "Hex8", + "name": "ThreadSecurityDescriptor", + "offset": 5, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15201", + "kind": "Hex8", + "name": "ParentProcess", + "offset": 6, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15202", + "kind": "Hex8", + "name": "DebugPort", + "offset": 7, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15203", + "kind": "Hex8", + "name": "TokenHandle", + "offset": 8, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15204", + "kind": "Hex8", + "name": "JobHandle", + "offset": 9, + "parentId": "15196", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15205", + "kind": "Struct", + "name": "_RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15206", + "kind": "Hex8", + "name": "ReflectionProcessHandle", + "offset": 0, + "parentId": "15205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15207", + "kind": "Hex8", + "name": "ReflectionThreadHandle", + "offset": 1, + "parentId": "15205", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15208", + "kind": "Struct", + "name": "ReflectionClientId", + "offset": 2, + "parentId": "15205", + "refId": "5797", + "strLen": 64, + "structTypeName": "_CLIENT_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15209", + "kind": "Struct", + "name": "_CONTEXT_CHUNK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTEXT_CHUNK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15210", + "kind": "Int32", + "name": "Offset", + "offset": 0, + "parentId": "15209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15211", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "15209", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15212", + "kind": "Struct", + "name": "_CONTEXT_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CONTEXT_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15213", + "kind": "Struct", + "name": "All", + "offset": 0, + "parentId": "15212", + "refId": "15209", + "strLen": 64, + "structTypeName": "_CONTEXT_CHUNK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15214", + "kind": "Struct", + "name": "Legacy", + "offset": 0, + "parentId": "15212", + "refId": "15209", + "strLen": 64, + "structTypeName": "_CONTEXT_CHUNK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15215", + "kind": "Struct", + "name": "XState", + "offset": 0, + "parentId": "15212", + "refId": "15209", + "strLen": 64, + "structTypeName": "_CONTEXT_CHUNK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15216", + "kind": "Struct", + "name": "KernelCet", + "offset": 0, + "parentId": "15212", + "refId": "15209", + "strLen": 64, + "structTypeName": "_CONTEXT_CHUNK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15217", + "kind": "Struct", + "name": "_HEAP_EVENT_SUBSEGMENT_ALLOC_FREE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_SUBSEGMENT_ALLOC_FREE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15218", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "15217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15219", + "kind": "Hex8", + "name": "SubSegment", + "offset": 1, + "parentId": "15217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15220", + "kind": "UInt64", + "name": "SubSegmentSize", + "offset": 2, + "parentId": "15217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15221", + "kind": "UInt64", + "name": "BlockSize", + "offset": 10, + "parentId": "15217", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15222", + "kind": "Struct", + "name": "_DOMAIN_LOCALIZABLE_ACCOUNTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCALIZABLE_ACCOUNTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15223", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "15222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15224", + "kind": "Pointer64", + "name": "Entries", + "offset": 4, + "parentId": "15222", + "refId": "15228", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15225", + "kind": "Struct", + "name": "_IMAGE_ARM64EC_REDIRECTION_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64EC_REDIRECTION_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15226", + "kind": "UInt32", + "name": "Source", + "offset": 0, + "parentId": "15225", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15227", + "kind": "UInt32", + "name": "Destination", + "offset": 4, + "parentId": "15225", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15228", + "kind": "Struct", + "name": "_DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15229", + "kind": "UInt32", + "name": "Rid", + "offset": 0, + "parentId": "15228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15230", + "kind": "UInt32", + "name": "Use", + "offset": 4, + "parentId": "15228", + "refId": "6", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15231", + "kind": "Struct", + "name": "Name", + "offset": 8, + "parentId": "15228", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15232", + "kind": "Struct", + "name": "AdminComment", + "offset": 8, + "parentId": "15228", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15233", + "kind": "Struct", + "name": "_IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "Offset" + }, + { + "bitOffset": 12, + "bitWidth": 2, + "name": "Type" + }, + { + "bitOffset": 14, + "bitWidth": 1, + "name": "Sign" + }, + { + "bitOffset": 15, + "bitWidth": 1, + "name": "Scale" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "15234", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15233", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15235", + "kind": "Struct", + "name": "_IMAGE_DVRT_ARM64X_FIXUP_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DVRT_ARM64X_FIXUP_RECORD" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "Offset" + }, + { + "bitOffset": 12, + "bitWidth": 2, + "name": "Type" + }, + { + "bitOffset": 14, + "bitWidth": 2, + "name": "Size" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "15236", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15235", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15237", + "kind": "Struct", + "name": "_RTLP_CURDIR_REF", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_CURDIR_REF" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15238", + "kind": "Int32", + "name": "ReferenceCount", + "offset": 0, + "parentId": "15237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15239", + "kind": "Hex8", + "name": "DirectoryHandle", + "offset": 4, + "parentId": "15237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15240", + "kind": "Struct", + "name": "_HEAP_SUBSEGMENT_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_SUBSEGMENT_INIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15241", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "15240", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15242", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "15240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15243", + "kind": "Hex8", + "name": "SubSegment", + "offset": 1, + "parentId": "15240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15244", + "kind": "UInt64", + "name": "BlockSize", + "offset": 2, + "parentId": "15240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15245", + "kind": "UInt64", + "name": "BlockCount", + "offset": 10, + "parentId": "15240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15246", + "kind": "UInt32", + "name": "AffinityIndex", + "offset": 18, + "parentId": "15240", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15247", + "kind": "Struct", + "name": "_DOMAIN_LOCALIZABLE_INFO_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCALIZABLE_INFO_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15248", + "kind": "Struct", + "name": "Basic", + "offset": 0, + "parentId": "15247", + "refId": "15222", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCALIZABLE_ACCOUNTS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15249", + "kind": "Struct", + "name": "_RTL_RELATIVE_NAME_U", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_RELATIVE_NAME_U" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15250", + "kind": "Struct", + "name": "RelativeName", + "offset": 0, + "parentId": "15249", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15251", + "kind": "Hex8", + "name": "ContainingDirectory", + "offset": 0, + "parentId": "15249", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15252", + "kind": "Struct", + "name": "CurDirRef", + "offset": 1, + "parentId": "15249", + "refId": "15237", + "strLen": 64, + "structTypeName": "_RTLP_CURDIR_REF" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15253", + "kind": "Struct", + "name": "_GROUP_MEMBERSHIP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_MEMBERSHIP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15254", + "kind": "UInt32", + "name": "RelativeId", + "offset": 0, + "parentId": "15253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15255", + "kind": "UInt32", + "name": "Attributes", + "offset": 4, + "parentId": "15253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15256", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15257", + "kind": "Hex8", + "name": "pValue", + "offset": 0, + "parentId": "15256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15258", + "kind": "UInt32", + "name": "ValueLength", + "offset": 1, + "parentId": "15256", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15259", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15260", + "kind": "UInt64", + "name": "Version", + "offset": 0, + "parentId": "15259", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15261", + "kind": "Struct", + "name": "Name", + "offset": 8, + "parentId": "15259", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15262", + "kind": "Struct", + "name": "_RTL_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15263", + "kind": "UInt8", + "name": "Buffer", + "offset": 0, + "parentId": "15262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15264", + "kind": "UInt8", + "name": "StaticBuffer", + "offset": 1, + "parentId": "15262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15265", + "kind": "UInt64", + "name": "Size", + "offset": 2, + "parentId": "15262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15266", + "kind": "UInt64", + "name": "StaticSize", + "offset": 10, + "parentId": "15262", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15267", + "kind": "Struct", + "name": "_RTL_UNICODE_STRING_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UNICODE_STRING_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15268", + "kind": "Struct", + "name": "String", + "offset": 0, + "parentId": "15267", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15269", + "kind": "Struct", + "name": "ByteBuffer", + "offset": 0, + "parentId": "15267", + "refId": "15262", + "strLen": 64, + "structTypeName": "_RTL_BUFFER" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt8", + "id": "15270", + "kind": "Array", + "name": "MinimumStaticBufferForTerminalNul", + "offset": 0, + "parentId": "15267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15271", + "kind": "Struct", + "name": "_GENERATE_NAME_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GENERATE_NAME_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15272", + "kind": "UInt16", + "name": "Checksum", + "offset": 0, + "parentId": "15271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15273", + "kind": "UInt8", + "name": "CheckSumInserted", + "offset": 2, + "parentId": "15271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15274", + "kind": "UInt8", + "name": "NameLength", + "offset": 3, + "parentId": "15271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "15275", + "kind": "Array", + "name": "NameBuffer", + "offset": 4, + "parentId": "15271", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15276", + "kind": "UInt32", + "name": "ExtensionLength", + "offset": 4, + "parentId": "15271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": true, + "elementKind": "Struct", + "id": "15277", + "kind": "Array", + "name": "ExtensionBuffer", + "offset": 8, + "parentId": "15271", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15278", + "kind": "UInt32", + "name": "LastIndexValue", + "offset": 8, + "parentId": "15271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15279", + "kind": "Struct", + "name": "_RTL_HEAP_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15280", + "kind": "UInt64", + "name": "Size", + "offset": 0, + "parentId": "15279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15281", + "kind": "UInt16", + "name": "Flags", + "offset": 8, + "parentId": "15279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15282", + "kind": "UInt16", + "name": "AllocatorBackTraceIndex", + "offset": 10, + "parentId": "15279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15283", + "kind": "Struct", + "name": "u", + "offset": 12, + "parentId": "15279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15284", + "kind": "Struct", + "name": "_RTL_HEAP_TAG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_TAG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15285", + "kind": "UInt32", + "name": "NumberOfAllocations", + "offset": 0, + "parentId": "15284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15286", + "kind": "UInt32", + "name": "NumberOfFrees", + "offset": 4, + "parentId": "15284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15287", + "kind": "UInt64", + "name": "BytesAllocated", + "offset": 8, + "parentId": "15284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15288", + "kind": "UInt16", + "name": "TagIndex", + "offset": 16, + "parentId": "15284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15289", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 18, + "parentId": "15284", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 24, + "collapsed": true, + "elementKind": "Struct", + "id": "15290", + "kind": "Array", + "name": "TagName", + "offset": 20, + "parentId": "15284", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15291", + "kind": "Struct", + "name": "_RTL_HEAP_INFORMATION_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_INFORMATION_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15292", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15293", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15294", + "kind": "UInt16", + "name": "EntryOverhead", + "offset": 5, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15295", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 7, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15296", + "kind": "UInt64", + "name": "BytesAllocated", + "offset": 9, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15297", + "kind": "UInt64", + "name": "BytesCommitted", + "offset": 17, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15298", + "kind": "UInt32", + "name": "NumberOfTags", + "offset": 25, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15299", + "kind": "UInt32", + "name": "NumberOfEntries", + "offset": 29, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15300", + "kind": "UInt32", + "name": "NumberOfPseudoTags", + "offset": 33, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15301", + "kind": "UInt32", + "name": "PseudoTagGranularity", + "offset": 37, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15302", + "kind": "Hex32", + "name": "", + "offset": 41, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15303", + "kind": "Hex32", + "name": "", + "offset": 45, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15304", + "kind": "Hex32", + "name": "", + "offset": 49, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15305", + "kind": "Hex32", + "name": "", + "offset": 53, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15306", + "kind": "Hex32", + "name": "", + "offset": 57, + "parentId": "15291", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15307", + "kind": "Struct", + "name": "Tags", + "offset": 61, + "parentId": "15291", + "refId": "15284", + "strLen": 64, + "structTypeName": "_RTL_HEAP_TAG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15308", + "kind": "Struct", + "name": "Entries", + "offset": 61, + "parentId": "15291", + "refId": "15279", + "strLen": 64, + "structTypeName": "_RTL_HEAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15309", + "kind": "Struct", + "name": "_RTL_HEAP_INFORMATION_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_INFORMATION_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15310", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15311", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15312", + "kind": "UInt16", + "name": "EntryOverhead", + "offset": 5, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15313", + "kind": "UInt16", + "name": "CreatorBackTraceIndex", + "offset": 7, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15314", + "kind": "UInt64", + "name": "BytesAllocated", + "offset": 9, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15315", + "kind": "UInt64", + "name": "BytesCommitted", + "offset": 17, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15316", + "kind": "UInt32", + "name": "NumberOfTags", + "offset": 25, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15317", + "kind": "UInt32", + "name": "NumberOfEntries", + "offset": 29, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15318", + "kind": "UInt32", + "name": "NumberOfPseudoTags", + "offset": 33, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15319", + "kind": "UInt32", + "name": "PseudoTagGranularity", + "offset": 37, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15320", + "kind": "Hex32", + "name": "", + "offset": 41, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15321", + "kind": "Hex32", + "name": "", + "offset": 45, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15322", + "kind": "Hex32", + "name": "", + "offset": 49, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15323", + "kind": "Hex32", + "name": "", + "offset": 53, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15324", + "kind": "Hex32", + "name": "", + "offset": 57, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15325", + "kind": "Struct", + "name": "Tags", + "offset": 61, + "parentId": "15309", + "refId": "15284", + "strLen": 64, + "structTypeName": "_RTL_HEAP_TAG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15326", + "kind": "Struct", + "name": "Entries", + "offset": 61, + "parentId": "15309", + "refId": "15279", + "strLen": 64, + "structTypeName": "_RTL_HEAP_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15327", + "kind": "UInt64", + "name": "HeapTag", + "offset": 61, + "parentId": "15309", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15328", + "kind": "Struct", + "name": "_RTL_PROCESS_HEAPS_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_HEAPS_V1" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15329", + "kind": "UInt32", + "name": "NumberOfHeaps", + "offset": 0, + "parentId": "15328", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15330", + "kind": "Array", + "name": "Heaps", + "offset": 4, + "parentId": "15328", + "refId": "15291", + "strLen": 64, + "structTypeName": "_RTL_HEAP_INFORMATION_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15331", + "kind": "Struct", + "name": "_RTL_PROCESS_HEAPS_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_HEAPS_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15332", + "kind": "UInt32", + "name": "NumberOfHeaps", + "offset": 0, + "parentId": "15331", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15333", + "kind": "Array", + "name": "Heaps", + "offset": 4, + "parentId": "15331", + "refId": "15309", + "strLen": 64, + "structTypeName": "_RTL_HEAP_INFORMATION_V2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15334", + "kind": "Struct", + "name": "_RTL_SEGMENT_HEAP_VA_CALLBACKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SEGMENT_HEAP_VA_CALLBACKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15335", + "kind": "Hex8", + "name": "CallbackContext", + "offset": 0, + "parentId": "15334", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15336", + "kind": "Int32", + "name": "AllocateVirtualMemory", + "offset": 1, + "parentId": "15334", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15337", + "kind": "Int32", + "name": "FreeVirtualMemory", + "offset": 5, + "parentId": "15334", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15338", + "kind": "Int32", + "name": "QueryVirtualMemory", + "offset": 9, + "parentId": "15334", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15339", + "kind": "Struct", + "name": "_RTL_SEGMENT_HEAP_MEMORY_SOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SEGMENT_HEAP_MEMORY_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15340", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15341", + "kind": "UInt32", + "name": "MemoryTypeMask", + "offset": 4, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15342", + "kind": "UInt32", + "name": "NumaNode", + "offset": 8, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15343", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15344", + "kind": "Hex8", + "name": "PartitionHandle", + "offset": 0, + "parentId": "15343", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15345", + "kind": "Pointer64", + "name": "Callbacks", + "offset": 0, + "parentId": "15343", + "refId": "15334", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15346", + "kind": "Hex64", + "name": "", + "offset": 20, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15347", + "kind": "Hex64", + "name": "", + "offset": 28, + "parentId": "15339", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15348", + "kind": "Struct", + "name": "_RTL_SEGMENT_HEAP_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_SEGMENT_HEAP_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15349", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15350", + "kind": "UInt16", + "name": "Size", + "offset": 2, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15351", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15352", + "kind": "Struct", + "name": "MemorySource", + "offset": 8, + "parentId": "15348", + "refId": "15339", + "strLen": 64, + "structTypeName": "_RTL_SEGMENT_HEAP_MEMORY_SOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15353", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15354", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15355", + "kind": "Hex64", + "name": "", + "offset": 24, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15356", + "kind": "Hex64", + "name": "", + "offset": 32, + "parentId": "15348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15357", + "kind": "Struct", + "name": "_RTL_HEAP_PARAMETERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_PARAMETERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15358", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15359", + "kind": "UInt64", + "name": "SegmentReserve", + "offset": 4, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15360", + "kind": "UInt64", + "name": "SegmentCommit", + "offset": 12, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15361", + "kind": "UInt64", + "name": "DeCommitFreeBlockThreshold", + "offset": 20, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15362", + "kind": "UInt64", + "name": "DeCommitTotalFreeThreshold", + "offset": 28, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15363", + "kind": "UInt64", + "name": "MaximumAllocationSize", + "offset": 36, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15364", + "kind": "UInt64", + "name": "VirtualMemoryThreshold", + "offset": 44, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15365", + "kind": "UInt64", + "name": "InitialCommit", + "offset": 52, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15366", + "kind": "UInt64", + "name": "InitialReserve", + "offset": 60, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15367", + "kind": "Struct", + "name": "CommitRoutine", + "offset": 68, + "parentId": "15357", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_HEAP_COMMIT_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15368", + "kind": "Hex64", + "name": "", + "offset": 68, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15369", + "kind": "Hex64", + "name": "", + "offset": 76, + "parentId": "15357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15370", + "kind": "Struct", + "name": "_RTL_HEAP_TAG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_TAG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15371", + "kind": "UInt32", + "name": "NumberOfAllocations", + "offset": 0, + "parentId": "15370", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15372", + "kind": "UInt32", + "name": "NumberOfFrees", + "offset": 4, + "parentId": "15370", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15373", + "kind": "UInt64", + "name": "BytesAllocated", + "offset": 8, + "parentId": "15370", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15374", + "kind": "Struct", + "name": "_RTL_HEAP_USAGE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_USAGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15375", + "kind": "Pointer64", + "name": "Next", + "offset": 0, + "parentId": "15374", + "refId": "15374", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15376", + "kind": "Hex8", + "name": "Address", + "offset": 8, + "parentId": "15374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15377", + "kind": "UInt64", + "name": "Size", + "offset": 9, + "parentId": "15374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15378", + "kind": "UInt16", + "name": "AllocatorBackTraceIndex", + "offset": 17, + "parentId": "15374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15379", + "kind": "UInt16", + "name": "TagIndex", + "offset": 19, + "parentId": "15374", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15380", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15381", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15382", + "kind": "Struct", + "name": "EnableExportAddressFilter", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15383", + "kind": "Struct", + "name": "EnableExportAddressFilterPlus", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15384", + "kind": "Struct", + "name": "EnableImportAddressFilter", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15385", + "kind": "Struct", + "name": "EnableRopStackPivot", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15386", + "kind": "Struct", + "name": "EnableRopCallerCheck", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15387", + "kind": "Struct", + "name": "EnableRopSimExec", + "offset": 0, + "parentId": "15381", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 512, + "collapsed": true, + "elementKind": "Struct", + "id": "15388", + "kind": "Array", + "name": "EafPlusModuleList", + "offset": 0, + "parentId": "15381", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15389", + "kind": "Struct", + "name": "_LSA_REGISTRATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_REGISTRATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15390", + "kind": "UInt32", + "name": "RegisteredCount", + "offset": 0, + "parentId": "15389", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15391", + "kind": "Pointer64", + "name": "UserRegistrationInfo", + "offset": 4, + "parentId": "15389", + "refId": "15392", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15392", + "kind": "Struct", + "name": "_LSA_USER_REGISTRATION_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_USER_REGISTRATION_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15393", + "kind": "Struct", + "name": "Sid", + "offset": 0, + "parentId": "15392", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15394", + "kind": "Struct", + "name": "DeviceId", + "offset": 0, + "parentId": "15392", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15395", + "kind": "Struct", + "name": "Username", + "offset": 0, + "parentId": "15392", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15396", + "kind": "Struct", + "name": "Thumbprint", + "offset": 0, + "parentId": "15392", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15397", + "kind": "Struct", + "name": "RegistrationTime", + "offset": 0, + "parentId": "15392", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15398", + "kind": "Struct", + "name": "_RTL_HEAP_USAGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_USAGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15399", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15400", + "kind": "UInt64", + "name": "BytesAllocated", + "offset": 4, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15401", + "kind": "UInt64", + "name": "BytesCommitted", + "offset": 12, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15402", + "kind": "UInt64", + "name": "BytesReserved", + "offset": 20, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15403", + "kind": "UInt64", + "name": "BytesReservedMaximum", + "offset": 28, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15404", + "kind": "Struct", + "name": "Entries", + "offset": 36, + "parentId": "15398", + "refId": "15374", + "strLen": 64, + "structTypeName": "_RTL_HEAP_USAGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15405", + "kind": "Struct", + "name": "AddedEntries", + "offset": 36, + "parentId": "15398", + "refId": "15374", + "strLen": 64, + "structTypeName": "_RTL_HEAP_USAGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15406", + "kind": "Struct", + "name": "RemovedEntries", + "offset": 36, + "parentId": "15398", + "refId": "15374", + "strLen": 64, + "structTypeName": "_RTL_HEAP_USAGE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15407", + "kind": "Hex64", + "name": "", + "offset": 36, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15408", + "kind": "Hex64", + "name": "", + "offset": 44, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15409", + "kind": "Hex64", + "name": "", + "offset": 52, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15410", + "kind": "Hex64", + "name": "", + "offset": 60, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15411", + "kind": "Hex64", + "name": "", + "offset": 68, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15412", + "kind": "Hex64", + "name": "", + "offset": 76, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15413", + "kind": "Hex64", + "name": "", + "offset": 84, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15414", + "kind": "Hex64", + "name": "", + "offset": 92, + "parentId": "15398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15415", + "kind": "Struct", + "name": "_WMI_WAIT_OBJECT_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_WAIT_OBJECT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15416", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "15415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15417", + "kind": "UInt8", + "name": "ObjectType", + "offset": 1, + "parentId": "15415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15418", + "kind": "Struct", + "name": "_RTL_HEAP_WALK_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_WALK_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15419", + "kind": "Hex8", + "name": "DataAddress", + "offset": 0, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15420", + "kind": "UInt64", + "name": "DataSize", + "offset": 1, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15421", + "kind": "UInt8", + "name": "OverheadBytes", + "offset": 9, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15422", + "kind": "UInt8", + "name": "SegmentIndex", + "offset": 10, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15423", + "kind": "UInt16", + "name": "Flags", + "offset": 11, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15424", + "kind": "Struct", + "name": "", + "offset": 13, + "parentId": "15418", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15425", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15426", + "kind": "Struct", + "name": "DisallowChildProcessCreation", + "offset": 0, + "parentId": "15425", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15427", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_HEAP_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_HEAP_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15428", + "kind": "Struct", + "name": "TerminateOnHeapErrors", + "offset": 0, + "parentId": "15427", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15429", + "kind": "Struct", + "name": "_SAM_RID_ENUMERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_RID_ENUMERATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15430", + "kind": "UInt32", + "name": "RelativeId", + "offset": 0, + "parentId": "15429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15431", + "kind": "Struct", + "name": "Name", + "offset": 4, + "parentId": "15429", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15432", + "kind": "Struct", + "name": "_RTLP_TAG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_TAG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15433", + "kind": "Struct", + "name": "Id", + "offset": 0, + "parentId": "15432", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15434", + "kind": "UInt64", + "name": "CurrentAllocatedBytes", + "offset": 0, + "parentId": "15432", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15435", + "kind": "Struct", + "name": "_RTLP_HEAP_TAGGING_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_HEAP_TAGGING_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15436", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15437", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "15435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15438", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "15435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15439", + "kind": "UInt64", + "name": "EntriesCount", + "offset": 5, + "parentId": "15435", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15440", + "kind": "Array", + "name": "Entries", + "offset": 13, + "parentId": "15435", + "refId": "15432", + "strLen": 64, + "structTypeName": "_RTLP_TAG_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15441", + "kind": "Struct", + "name": "_PROCESS_HEAP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PROCESS_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15442", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 0, + "parentId": "15441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15443", + "kind": "UInt64", + "name": "CommitSize", + "offset": 8, + "parentId": "15441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15444", + "kind": "UInt32", + "name": "NumberOfHeaps", + "offset": 16, + "parentId": "15441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15445", + "kind": "UInt64", + "name": "FirstHeapInformationOffset", + "offset": 20, + "parentId": "15441", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15446", + "kind": "Struct", + "name": "_HEAP_REGION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_REGION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15447", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "15446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15448", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 1, + "parentId": "15446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15449", + "kind": "UInt64", + "name": "CommitSize", + "offset": 9, + "parentId": "15446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15450", + "kind": "UInt64", + "name": "FirstRangeInformationOffset", + "offset": 17, + "parentId": "15446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15451", + "kind": "UInt64", + "name": "NextRegionInformationOffset", + "offset": 25, + "parentId": "15446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15452", + "kind": "Struct", + "name": "_HEAP_RANGE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_RANGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15453", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15454", + "kind": "UInt64", + "name": "Size", + "offset": 1, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15455", + "kind": "UInt32", + "name": "Type", + "offset": 9, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15456", + "kind": "UInt32", + "name": "Protection", + "offset": 13, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15457", + "kind": "UInt64", + "name": "FirstBlockInformationOffset", + "offset": 17, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15458", + "kind": "UInt64", + "name": "NextRangeInformationOffset", + "offset": 25, + "parentId": "15452", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15459", + "kind": "Struct", + "name": "_HEAP_BLOCK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_BLOCK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15460", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "15459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15461", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "15459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15462", + "kind": "UInt64", + "name": "DataSize", + "offset": 5, + "parentId": "15459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15463", + "kind": "UInt64", + "name": "OverheadSize", + "offset": 13, + "parentId": "15459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15464", + "kind": "UInt64", + "name": "NextBlockInformationOffset", + "offset": 21, + "parentId": "15459", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15465", + "kind": "Struct", + "name": "_HEAP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15466", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15467", + "kind": "UInt32", + "name": "Mode", + "offset": 1, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15468", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 5, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15469", + "kind": "UInt64", + "name": "CommitSize", + "offset": 13, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15470", + "kind": "UInt64", + "name": "FirstRegionInformationOffset", + "offset": 21, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15471", + "kind": "UInt64", + "name": "NextHeapInformationOffset", + "offset": 29, + "parentId": "15465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15472", + "kind": "Struct", + "name": "_SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15473", + "kind": "UInt64", + "name": "SegmentReserveSize", + "offset": 0, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15474", + "kind": "UInt64", + "name": "SegmentCommitSize", + "offset": 8, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15475", + "kind": "UInt64", + "name": "SegmentCount", + "offset": 16, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15476", + "kind": "UInt64", + "name": "AllocatedSize", + "offset": 24, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15477", + "kind": "UInt64", + "name": "LargeAllocReserveSize", + "offset": 32, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15478", + "kind": "UInt64", + "name": "LargeAllocCommitSize", + "offset": 40, + "parentId": "15472", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15479", + "kind": "Struct", + "name": "_HEAP_PERFORMANCE_COUNTERS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_PERFORMANCE_COUNTERS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15480", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15481", + "kind": "UInt32", + "name": "Version", + "offset": 4, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15482", + "kind": "UInt32", + "name": "HeapIndex", + "offset": 8, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15483", + "kind": "UInt32", + "name": "LastHeapIndex", + "offset": 12, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15484", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 16, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15485", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 17, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15486", + "kind": "UInt64", + "name": "CommitSize", + "offset": 25, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15487", + "kind": "UInt32", + "name": "SegmentCount", + "offset": 33, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15488", + "kind": "UInt64", + "name": "LargeUCRMemory", + "offset": 37, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15489", + "kind": "UInt32", + "name": "UCRLength", + "offset": 45, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15490", + "kind": "UInt64", + "name": "AllocatedSpace", + "offset": 49, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15491", + "kind": "UInt64", + "name": "FreeSpace", + "offset": 57, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15492", + "kind": "UInt32", + "name": "FreeListLength", + "offset": 65, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15493", + "kind": "UInt32", + "name": "Contention", + "offset": 69, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15494", + "kind": "UInt32", + "name": "VirtualBlocks", + "offset": 73, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15495", + "kind": "UInt32", + "name": "CommitRate", + "offset": 77, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15496", + "kind": "UInt32", + "name": "DecommitRate", + "offset": 81, + "parentId": "15479", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15497", + "kind": "Struct", + "name": "SegmentHeapPerfInformation", + "offset": 85, + "parentId": "15479", + "refId": "15472", + "strLen": 64, + "structTypeName": "_SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15498", + "kind": "Struct", + "name": "_HEAP_INFORMATION_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_INFORMATION_ITEM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15499", + "kind": "UInt32", + "name": "Level", + "offset": 0, + "parentId": "15498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15500", + "kind": "UInt64", + "name": "Size", + "offset": 4, + "parentId": "15498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15501", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "15498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15502", + "kind": "Struct", + "name": "ProcessHeapInformation", + "offset": 0, + "parentId": "15501", + "refId": "15441", + "strLen": 64, + "structTypeName": "_PROCESS_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15503", + "kind": "Struct", + "name": "HeapInformation", + "offset": 0, + "parentId": "15501", + "refId": "15465", + "strLen": 64, + "structTypeName": "_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15504", + "kind": "Struct", + "name": "HeapRegionInformation", + "offset": 0, + "parentId": "15501", + "refId": "15446", + "strLen": 64, + "structTypeName": "_HEAP_REGION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15505", + "kind": "Struct", + "name": "HeapRangeInformation", + "offset": 0, + "parentId": "15501", + "refId": "15452", + "strLen": 64, + "structTypeName": "_HEAP_RANGE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15506", + "kind": "Struct", + "name": "HeapBlockInformation", + "offset": 0, + "parentId": "15501", + "refId": "15459", + "strLen": 64, + "structTypeName": "_HEAP_BLOCK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15507", + "kind": "Struct", + "name": "HeapPerfInformation", + "offset": 0, + "parentId": "15501", + "refId": "15479", + "strLen": 64, + "structTypeName": "_HEAP_PERFORMANCE_COUNTERS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15508", + "kind": "UInt64", + "name": "DynamicStart", + "offset": 0, + "parentId": "15501", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15509", + "kind": "Struct", + "name": "_HEAP_EXTENDED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_EXTENDED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15510", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 0, + "parentId": "15509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15511", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 1, + "parentId": "15509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15512", + "kind": "UInt32", + "name": "Level", + "offset": 2, + "parentId": "15509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15513", + "kind": "Struct", + "name": "CallbackRoutine", + "offset": 6, + "parentId": "15509", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_HEAP_EXTENDED_ENUMERATION_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15514", + "kind": "Hex8", + "name": "CallbackContext", + "offset": 6, + "parentId": "15509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15515", + "kind": "Struct", + "name": "", + "offset": 7, + "parentId": "15509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15516", + "kind": "Struct", + "name": "ProcessHeapInformation", + "offset": 0, + "parentId": "15515", + "refId": "15441", + "strLen": 64, + "structTypeName": "_PROCESS_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15517", + "kind": "Struct", + "name": "HeapInformation", + "offset": 0, + "parentId": "15515", + "refId": "15465", + "strLen": 64, + "structTypeName": "_HEAP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15518", + "kind": "Struct", + "name": "_ETW_DFSS_RELEASE_THREAD_ON_IDLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DFSS_RELEASE_THREAD_ON_IDLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15519", + "kind": "UInt32", + "name": "CurrentGeneration", + "offset": 0, + "parentId": "15518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15520", + "kind": "UInt32", + "name": "SessionSelectedToRun", + "offset": 4, + "parentId": "15518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15521", + "kind": "UInt64", + "name": "CycleBaseAllowance", + "offset": 8, + "parentId": "15518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15522", + "kind": "Int64", + "name": "CyclesRemaining", + "offset": 16, + "parentId": "15518", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15523", + "kind": "Struct", + "name": "_ETW_PER_SESSION_QUOTA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PER_SESSION_QUOTA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15524", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "15523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15525", + "kind": "UInt32", + "name": "CpuShareWeight", + "offset": 4, + "parentId": "15523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15526", + "kind": "Int64", + "name": "CapturedWeightData", + "offset": 8, + "parentId": "15523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15527", + "kind": "UInt64", + "name": "CyclesAccumulated", + "offset": 16, + "parentId": "15523", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15528", + "kind": "Struct", + "name": "_ETW_DFSS_START_NEW_INTERVAL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DFSS_START_NEW_INTERVAL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15529", + "kind": "UInt32", + "name": "CurrentGeneration", + "offset": 0, + "parentId": "15528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15530", + "kind": "UInt32", + "name": "SessionCount", + "offset": 4, + "parentId": "15528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15531", + "kind": "UInt64", + "name": "TotalCycleCredit", + "offset": 8, + "parentId": "15528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15532", + "kind": "UInt64", + "name": "TotalCyclesAccumulated", + "offset": 16, + "parentId": "15528", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15533", + "kind": "Array", + "name": "SessionQuota", + "offset": 24, + "parentId": "15528", + "refId": "15523", + "strLen": 64, + "structTypeName": "_ETW_PER_SESSION_QUOTA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15534", + "kind": "Struct", + "name": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15535", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15536", + "kind": "UInt16", + "name": "PointerSize", + "offset": 2, + "parentId": "15534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15537", + "kind": "Hex8", + "name": "Heap", + "offset": 4, + "parentId": "15534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15538", + "kind": "UInt64", + "name": "TotalCommit", + "offset": 5, + "parentId": "15534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15539", + "kind": "UInt64", + "name": "TotalReserve", + "offset": 13, + "parentId": "15534", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15540", + "kind": "Struct", + "name": "_RTL_HEAP_STACK_QUERY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_STACK_QUERY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15541", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "15540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15542", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "15540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15543", + "kind": "Struct", + "name": "WriteRoutine", + "offset": 5, + "parentId": "15540", + "refId": "0", + "strLen": 64, + "structTypeName": "RTL_HEAP_STACK_WRITE_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15544", + "kind": "Hex8", + "name": "SerializationContext", + "offset": 5, + "parentId": "15540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15545", + "kind": "UInt8", + "name": "QueryLevel", + "offset": 6, + "parentId": "15540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15546", + "kind": "UInt8", + "name": "Flags", + "offset": 7, + "parentId": "15540", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15547", + "kind": "Struct", + "name": "_RTL_HEAP_STACK_CONTROL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HEAP_STACK_CONTROL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15548", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15549", + "kind": "UInt16", + "name": "Flags", + "offset": 2, + "parentId": "15547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15550", + "kind": "Hex8", + "name": "ProcessHandle", + "offset": 4, + "parentId": "15547", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15551", + "kind": "Struct", + "name": "_HEAP_DEBUGGING_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_DEBUGGING_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15552", + "kind": "Struct", + "name": "InterceptorFunction", + "offset": 0, + "parentId": "15551", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_HEAP_DEBUGGING_INTERCEPTOR_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15553", + "kind": "UInt16", + "name": "InterceptorValue", + "offset": 0, + "parentId": "15551", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15554", + "kind": "UInt32", + "name": "ExtendedOptions", + "offset": 2, + "parentId": "15551", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15555", + "kind": "UInt32", + "name": "StackTraceDepth", + "offset": 6, + "parentId": "15551", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15556", + "kind": "UInt64", + "name": "MinTotalBlockSize", + "offset": 10, + "parentId": "15551", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15557", + "kind": "UInt64", + "name": "MaxTotalBlockSize", + "offset": 18, + "parentId": "15551", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15558", + "kind": "Struct", + "name": "HeapLeakEnumerationRoutine", + "offset": 26, + "parentId": "15551", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_HEAP_LEAK_ENUMERATION_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15559", + "kind": "Struct", + "name": "_RTL_MEMORY_ZONE_SEGMENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_MEMORY_ZONE_SEGMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15560", + "kind": "Pointer64", + "name": "NextSegment", + "offset": 0, + "parentId": "15559", + "refId": "15559", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15561", + "kind": "UInt64", + "name": "Size", + "offset": 8, + "parentId": "15559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15562", + "kind": "Hex8", + "name": "Next", + "offset": 16, + "parentId": "15559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15563", + "kind": "Hex8", + "name": "Limit", + "offset": 17, + "parentId": "15559", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15564", + "kind": "Struct", + "name": "_RTL_MEMORY_ZONE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_MEMORY_ZONE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15565", + "kind": "Struct", + "name": "Segment", + "offset": 0, + "parentId": "15564", + "refId": "15559", + "strLen": 64, + "structTypeName": "_RTL_MEMORY_ZONE_SEGMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15566", + "kind": "Struct", + "name": "Lock", + "offset": 0, + "parentId": "15564", + "refId": "1874", + "strLen": 64, + "structTypeName": "_RTL_SRWLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15567", + "kind": "UInt32", + "name": "LockCount", + "offset": 0, + "parentId": "15564", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15568", + "kind": "Struct", + "name": "FirstSegment", + "offset": 4, + "parentId": "15564", + "refId": "15559", + "strLen": 64, + "structTypeName": "_RTL_MEMORY_ZONE_SEGMENT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15569", + "kind": "Struct", + "name": "_RTL_PROCESS_VERIFIER_OPTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_VERIFIER_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15570", + "kind": "UInt32", + "name": "SizeStruct", + "offset": 0, + "parentId": "15569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15571", + "kind": "UInt32", + "name": "Option", + "offset": 4, + "parentId": "15569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15572", + "kind": "Array", + "name": "OptionData", + "offset": 8, + "parentId": "15569", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15573", + "kind": "Struct", + "name": "_RTL_DEBUG_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DEBUG_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15574", + "kind": "Hex8", + "name": "SectionHandleClient", + "offset": 0, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15575", + "kind": "Hex8", + "name": "ViewBaseClient", + "offset": 1, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15576", + "kind": "Hex8", + "name": "ViewBaseTarget", + "offset": 2, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15577", + "kind": "UInt64", + "name": "ViewBaseDelta", + "offset": 3, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15578", + "kind": "Hex8", + "name": "EventPairClient", + "offset": 11, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15579", + "kind": "Hex8", + "name": "EventPairTarget", + "offset": 12, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15580", + "kind": "Hex8", + "name": "TargetProcessId", + "offset": 13, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15581", + "kind": "Hex8", + "name": "TargetThreadHandle", + "offset": 14, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15582", + "kind": "UInt32", + "name": "Flags", + "offset": 15, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15583", + "kind": "UInt64", + "name": "OffsetFree", + "offset": 19, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15584", + "kind": "UInt64", + "name": "CommitSize", + "offset": 27, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15585", + "kind": "UInt64", + "name": "ViewSize", + "offset": 35, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15586", + "kind": "Struct", + "name": "", + "offset": 43, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15587", + "kind": "Struct", + "name": "Modules", + "offset": 0, + "parentId": "15586", + "refId": "12337", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15588", + "kind": "Struct", + "name": "ModulesEx", + "offset": 0, + "parentId": "15586", + "refId": "12109", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_MODULE_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15589", + "kind": "Struct", + "name": "BackTraces", + "offset": 43, + "parentId": "15573", + "refId": "10784", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_BACKTRACES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15590", + "kind": "Hex8", + "name": "Heaps", + "offset": 43, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15591", + "kind": "Struct", + "name": "Locks", + "offset": 44, + "parentId": "15573", + "refId": "11042", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_LOCKS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15592", + "kind": "Hex8", + "name": "SpecificHeap", + "offset": 44, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15593", + "kind": "Hex8", + "name": "TargetProcessHandle", + "offset": 45, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15594", + "kind": "Struct", + "name": "VerifierOptions", + "offset": 46, + "parentId": "15573", + "refId": "15569", + "strLen": 64, + "structTypeName": "_RTL_PROCESS_VERIFIER_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15595", + "kind": "Hex8", + "name": "ProcessHeap", + "offset": 46, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15596", + "kind": "Hex8", + "name": "CriticalSectionHandle", + "offset": 47, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15597", + "kind": "Hex8", + "name": "CriticalSectionOwnerThread", + "offset": 48, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15598", + "kind": "Hex32", + "name": "", + "offset": 49, + "parentId": "15573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15599", + "kind": "Struct", + "name": "_PARSE_MESSAGE_CONTEXT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PARSE_MESSAGE_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15600", + "kind": "UInt32", + "name": "fFlags", + "offset": 0, + "parentId": "15599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15601", + "kind": "UInt32", + "name": "cwSavColumn", + "offset": 4, + "parentId": "15599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15602", + "kind": "UInt64", + "name": "iwSrc", + "offset": 8, + "parentId": "15599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15603", + "kind": "UInt64", + "name": "iwDst", + "offset": 16, + "parentId": "15599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15604", + "kind": "UInt64", + "name": "iwDstSpace", + "offset": 24, + "parentId": "15599", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15605", + "kind": "Struct", + "name": "lpvArgStart", + "offset": 32, + "parentId": "15599", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15606", + "kind": "Struct", + "name": "_TIME_FIELDS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TIME_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15607", + "kind": "Int16", + "name": "Year", + "offset": 0, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15608", + "kind": "Int16", + "name": "Month", + "offset": 2, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15609", + "kind": "Int16", + "name": "Day", + "offset": 4, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15610", + "kind": "Int16", + "name": "Hour", + "offset": 6, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15611", + "kind": "Int16", + "name": "Minute", + "offset": 8, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15612", + "kind": "Int16", + "name": "Second", + "offset": 10, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15613", + "kind": "Int16", + "name": "Milliseconds", + "offset": 12, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15614", + "kind": "Int16", + "name": "Weekday", + "offset": 14, + "parentId": "15606", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15615", + "kind": "Struct", + "name": "_RTL_TIME_ZONE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_TIME_ZONE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15616", + "kind": "Int32", + "name": "Bias", + "offset": 0, + "parentId": "15615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "15617", + "kind": "Array", + "name": "StandardName", + "offset": 4, + "parentId": "15615", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15618", + "kind": "Struct", + "name": "StandardStart", + "offset": 4, + "parentId": "15615", + "refId": "15606", + "strLen": 64, + "structTypeName": "_TIME_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15619", + "kind": "Int32", + "name": "StandardBias", + "offset": 4, + "parentId": "15615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "15620", + "kind": "Array", + "name": "DaylightName", + "offset": 8, + "parentId": "15615", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15621", + "kind": "Struct", + "name": "DaylightStart", + "offset": 8, + "parentId": "15615", + "refId": "15606", + "strLen": 64, + "structTypeName": "_TIME_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15622", + "kind": "Int32", + "name": "DaylightBias", + "offset": 8, + "parentId": "15615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15623", + "kind": "Struct", + "name": "_RTL_BITMAP_RUN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BITMAP_RUN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15624", + "kind": "UInt32", + "name": "StartingIndex", + "offset": 0, + "parentId": "15623", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15625", + "kind": "UInt32", + "name": "NumberOfBits", + "offset": 4, + "parentId": "15623", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15626", + "kind": "Struct", + "name": "_RTL_BITMAP_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BITMAP_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15627", + "kind": "UInt64", + "name": "SizeOfBitMap", + "offset": 0, + "parentId": "15626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15628", + "kind": "UInt64", + "name": "Buffer", + "offset": 8, + "parentId": "15626", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15629", + "kind": "Struct", + "name": "_RTL_HANDLE_TABLE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15630", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15629", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15631", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15630", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15632", + "kind": "Pointer64", + "name": "NextFree", + "offset": 0, + "parentId": "15630", + "refId": "15629", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15633", + "kind": "Struct", + "name": "_RTL_HANDLE_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15634", + "kind": "UInt32", + "name": "MaximumNumberOfHandles", + "offset": 0, + "parentId": "15633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15635", + "kind": "UInt32", + "name": "SizeOfHandleTableEntry", + "offset": 4, + "parentId": "15633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15636", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "15633", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15637", + "kind": "Struct", + "name": "FreeHandles", + "offset": 16, + "parentId": "15633", + "refId": "15629", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15638", + "kind": "Struct", + "name": "CommittedHandles", + "offset": 16, + "parentId": "15633", + "refId": "15629", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15639", + "kind": "Struct", + "name": "UnCommittedHandles", + "offset": 16, + "parentId": "15633", + "refId": "15629", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15640", + "kind": "Struct", + "name": "MaxReservedHandles", + "offset": 16, + "parentId": "15633", + "refId": "15629", + "strLen": 64, + "structTypeName": "_RTL_HANDLE_TABLE_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15641", + "kind": "Struct", + "name": "_COMPOUND_ACCESS_ALLOWED_ACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_COMPOUND_ACCESS_ALLOWED_ACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15642", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "15641", + "refId": "504", + "strLen": 64, + "structTypeName": "_ACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15643", + "kind": "UInt32", + "name": "Mask", + "offset": 0, + "parentId": "15641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15644", + "kind": "UInt16", + "name": "CompoundAceType", + "offset": 4, + "parentId": "15641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15645", + "kind": "UInt16", + "name": "Reserved", + "offset": 6, + "parentId": "15641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15646", + "kind": "UInt32", + "name": "SidStart", + "offset": 8, + "parentId": "15641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15647", + "kind": "Struct", + "name": "_RTL_ACE_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_ACE_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15648", + "kind": "UInt8", + "name": "AceType", + "offset": 0, + "parentId": "15647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15649", + "kind": "UInt8", + "name": "InheritFlags", + "offset": 1, + "parentId": "15647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15650", + "kind": "UInt8", + "name": "AceFlags", + "offset": 2, + "parentId": "15647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15651", + "kind": "UInt32", + "name": "AccessMask", + "offset": 3, + "parentId": "15647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15652", + "kind": "Pointer64", + "name": "Sid", + "offset": 7, + "parentId": "15647", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15653", + "kind": "Struct", + "name": "_ETW_CRITSEC_EVENT_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CRITSEC_EVENT_INIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15654", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "15653", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15655", + "kind": "Hex8", + "name": "SpinCount", + "offset": 0, + "parentId": "15653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15656", + "kind": "Hex8", + "name": "Address", + "offset": 1, + "parentId": "15653", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15657", + "kind": "Struct", + "name": "_RTL_QUERY_REGISTRY_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_QUERY_REGISTRY_TABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15658", + "kind": "Struct", + "name": "QueryRoutine", + "offset": 0, + "parentId": "15657", + "refId": "0", + "strLen": 64, + "structTypeName": "PRTL_QUERY_REGISTRY_ROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15659", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15660", + "kind": "Struct", + "name": "Name", + "offset": 4, + "parentId": "15657", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15661", + "kind": "Hex8", + "name": "EntryContext", + "offset": 4, + "parentId": "15657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15662", + "kind": "UInt32", + "name": "DefaultType", + "offset": 5, + "parentId": "15657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15663", + "kind": "Hex8", + "name": "DefaultData", + "offset": 9, + "parentId": "15657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15664", + "kind": "UInt32", + "name": "DefaultLength", + "offset": 10, + "parentId": "15657", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15665", + "kind": "Struct", + "name": "_CM_PERF_COUNTERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CM_PERF_COUNTERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15666", + "kind": "UInt64", + "name": "OpenedKeys", + "offset": 0, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15667", + "kind": "UInt64", + "name": "DelayCloseKCBs", + "offset": 8, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15668", + "kind": "UInt64", + "name": "PrivateAllocPages", + "offset": 16, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15669", + "kind": "UInt64", + "name": "PrivateAllocFree", + "offset": 24, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15670", + "kind": "UInt64", + "name": "PrivateAllocUsed", + "offset": 32, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15671", + "kind": "UInt64", + "name": "LookupCacheHit", + "offset": 40, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15672", + "kind": "UInt64", + "name": "LookupCacheMissFound", + "offset": 48, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15673", + "kind": "UInt64", + "name": "LookupCacheMissNotFound", + "offset": 56, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15674", + "kind": "UInt64", + "name": "ViewMap", + "offset": 64, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15675", + "kind": "UInt64", + "name": "ViewUnMap", + "offset": 72, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15676", + "kind": "UInt64", + "name": "HiveShrink", + "offset": 80, + "parentId": "15665", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15677", + "kind": "Struct", + "name": "_RTL_ELEVATION_FLAGS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_ELEVATION_FLAGS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15678", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15677", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15679", + "kind": "Struct", + "name": "_RTL_UNLOAD_EVENT_TRACE32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_UNLOAD_EVENT_TRACE32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15680", + "kind": "UInt32", + "name": "BaseAddress", + "offset": 0, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15681", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 4, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15682", + "kind": "UInt32", + "name": "Sequence", + "offset": 8, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15683", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 12, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15684", + "kind": "UInt32", + "name": "CheckSum", + "offset": 16, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "15685", + "kind": "Array", + "name": "ImageName", + "offset": 20, + "parentId": "15679", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "15686", + "kind": "Array", + "name": "Version", + "offset": 20, + "parentId": "15679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15687", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_DEP_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_DEP_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15688", + "kind": "Struct", + "name": "Dep", + "offset": 0, + "parentId": "15687", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15689", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_ASLR_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_ASLR_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15690", + "kind": "Struct", + "name": "ForceRelocateImages", + "offset": 0, + "parentId": "15689", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15691", + "kind": "Struct", + "name": "BottomUpRandomization", + "offset": 0, + "parentId": "15689", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15692", + "kind": "Struct", + "name": "HighEntropyRandomization", + "offset": 0, + "parentId": "15689", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15693", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15694", + "kind": "Struct", + "name": "BlockDynamicCode", + "offset": 0, + "parentId": "15693", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15695", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15696", + "kind": "Struct", + "name": "StrictHandleChecks", + "offset": 0, + "parentId": "15695", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15697", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15698", + "kind": "Struct", + "name": "BlockWin32kSystemCalls", + "offset": 0, + "parentId": "15697", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15699", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15700", + "kind": "Struct", + "name": "DisableExtensionPoints", + "offset": 0, + "parentId": "15699", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15701", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15702", + "kind": "Struct", + "name": "ControlFlowGuard", + "offset": 0, + "parentId": "15701", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15703", + "kind": "Struct", + "name": "StrictControlFlowGuard", + "offset": 0, + "parentId": "15701", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15704", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15705", + "kind": "Struct", + "name": "BlockNonMicrosoftSignedBinaries", + "offset": 0, + "parentId": "15704", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15706", + "kind": "Struct", + "name": "EnforceSigningOnModuleDependencies", + "offset": 0, + "parentId": "15704", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15707", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15708", + "kind": "Struct", + "name": "DisableNonSystemFonts", + "offset": 0, + "parentId": "15707", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15709", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15710", + "kind": "Struct", + "name": "BlockRemoteImageLoads", + "offset": 0, + "parentId": "15709", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15711", + "kind": "Struct", + "name": "BlockLowLabelImageLoads", + "offset": 0, + "parentId": "15709", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15712", + "kind": "Struct", + "name": "PreferSystem32", + "offset": 0, + "parentId": "15709", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15713", + "kind": "Struct", + "name": "_PERFINFO_PPM_PERF_STATE_CHANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_PERF_STATE_CHANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15714", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "15713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15715", + "kind": "UInt32", + "name": "NewState", + "offset": 4, + "parentId": "15713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15716", + "kind": "UInt32", + "name": "OldState", + "offset": 8, + "parentId": "15713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15717", + "kind": "Int32", + "name": "Result", + "offset": 12, + "parentId": "15713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15718", + "kind": "UInt64", + "name": "Processors", + "offset": 16, + "parentId": "15713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15719", + "kind": "Struct", + "name": "_PERFINFO_PPM_IDLE_EXIT_LATENCY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_IDLE_EXIT_LATENCY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15720", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15721", + "kind": "UInt32", + "name": "PlatformState", + "offset": 4, + "parentId": "15719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15722", + "kind": "UInt32", + "name": "ProcessorState", + "offset": 8, + "parentId": "15719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15723", + "kind": "UInt32", + "name": "ReturnLatency", + "offset": 12, + "parentId": "15719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15724", + "kind": "UInt32", + "name": "TotalLatency", + "offset": 16, + "parentId": "15719", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15725", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_SEHOP_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_SEHOP_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15726", + "kind": "Struct", + "name": "Sehop", + "offset": 0, + "parentId": "15725", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15727", + "kind": "Struct", + "name": "_PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15728", + "kind": "Hex8", + "name": "SectionObject", + "offset": 0, + "parentId": "15727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15729", + "kind": "Hex8", + "name": "RangeBase", + "offset": 1, + "parentId": "15727", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15730", + "kind": "Struct", + "name": "_PERFINFO_PFMAPPED_SECTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PFMAPPED_SECTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15731", + "kind": "Hex8", + "name": "RangeBase", + "offset": 0, + "parentId": "15730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15732", + "kind": "Hex8", + "name": "RangeEnd", + "offset": 1, + "parentId": "15730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15733", + "kind": "UInt32", + "name": "CreatingProcessId", + "offset": 2, + "parentId": "15730", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15734", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15735", + "kind": "Struct", + "name": "UserShadowStack", + "offset": 0, + "parentId": "15734", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15736", + "kind": "Struct", + "name": "SetContextIpValidation", + "offset": 0, + "parentId": "15734", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15737", + "kind": "Struct", + "name": "BlockNonCetBinaries", + "offset": 0, + "parentId": "15734", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15738", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15739", + "kind": "Struct", + "name": "BlockUntrustedRedirections", + "offset": 0, + "parentId": "15738", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15740", + "kind": "Struct", + "name": "_RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15741", + "kind": "Struct", + "name": "PointerAuthUserIp", + "offset": 0, + "parentId": "15740", + "refId": "15380", + "strLen": 64, + "structTypeName": "_RTL_IMAGE_MITIGATION_POLICY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15742", + "kind": "Struct", + "name": "_PS_PKG_CLAIM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PS_PKG_CLAIM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15743", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15742", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15744", + "kind": "UInt32", + "name": "Origin", + "offset": 4, + "parentId": "15742", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15745", + "kind": "Struct", + "name": "_RTL_BSD_DATA_POWER_TRANSITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BSD_DATA_POWER_TRANSITION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15746", + "kind": "Struct", + "name": "PowerButtonTimestamp", + "offset": 0, + "parentId": "15745", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15747", + "kind": "UInt8", + "name": "ConnectedStandbyScenarioInstanceId", + "offset": 0, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15748", + "kind": "UInt8", + "name": "ConnectedStandbyEntryReason", + "offset": 1, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15749", + "kind": "UInt8", + "name": "ConnectedStandbyExitReason", + "offset": 2, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15750", + "kind": "UInt16", + "name": "SystemSleepTransitionCount", + "offset": 3, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15751", + "kind": "Struct", + "name": "LastReferenceTime", + "offset": 5, + "parentId": "15745", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15752", + "kind": "UInt32", + "name": "LastReferenceTimeChecksum", + "offset": 5, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15753", + "kind": "UInt32", + "name": "LastUpdateBootId", + "offset": 9, + "parentId": "15745", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15754", + "kind": "Struct", + "name": "_RTL_BSD_DATA_ERROR_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BSD_DATA_ERROR_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15755", + "kind": "UInt32", + "name": "BootId", + "offset": 0, + "parentId": "15754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15756", + "kind": "UInt32", + "name": "RepeatCount", + "offset": 4, + "parentId": "15754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15757", + "kind": "UInt32", + "name": "OtherErrorCount", + "offset": 8, + "parentId": "15754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15758", + "kind": "UInt32", + "name": "Code", + "offset": 12, + "parentId": "15754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15759", + "kind": "UInt32", + "name": "OtherErrorCount2", + "offset": 16, + "parentId": "15754", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15760", + "kind": "Struct", + "name": "_RTL_BSD_POWER_BUTTON_PRESS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BSD_POWER_BUTTON_PRESS_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15761", + "kind": "Struct", + "name": "LastPressTime", + "offset": 0, + "parentId": "15760", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15762", + "kind": "UInt32", + "name": "CumulativePressCount", + "offset": 0, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15763", + "kind": "UInt16", + "name": "LastPressBootId", + "offset": 4, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15764", + "kind": "UInt8", + "name": "LastPowerWatchdogStage", + "offset": 6, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15765", + "kind": "Struct", + "name": "LastReleaseTime", + "offset": 7, + "parentId": "15760", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15766", + "kind": "UInt32", + "name": "CumulativeReleaseCount", + "offset": 7, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15767", + "kind": "UInt16", + "name": "LastReleaseBootId", + "offset": 11, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15768", + "kind": "UInt16", + "name": "ErrorCount", + "offset": 13, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15769", + "kind": "UInt8", + "name": "CurrentConnectedStandbyPhase", + "offset": 15, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15770", + "kind": "UInt32", + "name": "TransitionLatestCheckpointId", + "offset": 16, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15771", + "kind": "UInt32", + "name": "TransitionLatestCheckpointType", + "offset": 20, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15772", + "kind": "UInt32", + "name": "TransitionLatestCheckpointSequenceNumber", + "offset": 24, + "parentId": "15760", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15773", + "kind": "Struct", + "name": "_RTL_BSD_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_BSD_ITEM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15774", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "15773", + "refId": "401", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15775", + "kind": "Hex8", + "name": "DataBuffer", + "offset": 4, + "parentId": "15773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15776", + "kind": "UInt32", + "name": "DataLength", + "offset": 5, + "parentId": "15773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15777", + "kind": "Struct", + "name": "__RTL_FEATURE_USAGE_REPORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "__RTL_FEATURE_USAGE_REPORT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15778", + "kind": "UInt32", + "name": "FeatureId", + "offset": 0, + "parentId": "15777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15779", + "kind": "UInt16", + "name": "ReportingKind", + "offset": 4, + "parentId": "15777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15780", + "kind": "UInt16", + "name": "ReportingOptions", + "offset": 6, + "parentId": "15777", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15781", + "kind": "Struct", + "name": "_IMAGE_DEBUG_POGO_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DEBUG_POGO_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15782", + "kind": "UInt32", + "name": "Rva", + "offset": 0, + "parentId": "15781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15783", + "kind": "UInt32", + "name": "Size", + "offset": 4, + "parentId": "15781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15784", + "kind": "Array", + "name": "Name", + "offset": 8, + "parentId": "15781", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15785", + "kind": "Struct", + "name": "_IMAGE_DEBUG_POGO_SIGNATURE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_DEBUG_POGO_SIGNATURE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15786", + "kind": "UInt32", + "name": "Signature", + "offset": 0, + "parentId": "15785", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15787", + "kind": "Struct", + "name": "_IMAGE_RELOCATION_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_RELOCATION_RECORD" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 12, + "name": "Offset" + }, + { + "bitOffset": 12, + "bitWidth": 4, + "name": "Type" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "15788", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15787", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15789", + "kind": "Struct", + "name": "_IMAGE_CHPE_METADATA_X86", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_CHPE_METADATA_X86" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15790", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15791", + "kind": "UInt32", + "name": "CHPECodeAddressRangeOffset", + "offset": 4, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15792", + "kind": "UInt32", + "name": "CHPECodeAddressRangeCount", + "offset": 8, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15793", + "kind": "UInt32", + "name": "WowA64ExceptionHandlerFunctionPointer", + "offset": 12, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15794", + "kind": "UInt32", + "name": "WowA64DispatchCallFunctionPointer", + "offset": 16, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15795", + "kind": "UInt32", + "name": "WowA64DispatchIndirectCallFunctionPointer", + "offset": 20, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15796", + "kind": "UInt32", + "name": "WowA64DispatchIndirectCallCfgFunctionPointer", + "offset": 24, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15797", + "kind": "UInt32", + "name": "WowA64DispatchRetFunctionPointer", + "offset": 28, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15798", + "kind": "UInt32", + "name": "WowA64DispatchRetLeafFunctionPointer", + "offset": 32, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15799", + "kind": "UInt32", + "name": "WowA64DispatchJumpFunctionPointer", + "offset": 36, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15800", + "kind": "UInt32", + "name": "CompilerIATPointer", + "offset": 40, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15801", + "kind": "UInt32", + "name": "WowA64RdtscFunctionPointer", + "offset": 44, + "parentId": "15789", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15802", + "kind": "Struct", + "name": "_IMAGE_CHPE_RANGE_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_CHPE_RANGE_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15803", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15804", + "kind": "UInt32", + "name": "StartOffset", + "offset": 0, + "parentId": "15803", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15805", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "15802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15806", + "kind": "Struct", + "name": "_IMAGE_ARM64EC_METADATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64EC_METADATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15807", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15808", + "kind": "UInt32", + "name": "CodeMap", + "offset": 4, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15809", + "kind": "UInt32", + "name": "CodeMapCount", + "offset": 8, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15810", + "kind": "UInt32", + "name": "CodeRangesToEntryPoints", + "offset": 12, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15811", + "kind": "UInt32", + "name": "RedirectionMetadata", + "offset": 16, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15812", + "kind": "UInt32", + "name": "tbd__os_arm64x_dispatch_call_no_redirect", + "offset": 20, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15813", + "kind": "UInt32", + "name": "tbd__os_arm64x_dispatch_ret", + "offset": 24, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15814", + "kind": "UInt32", + "name": "tbd__os_arm64x_dispatch_call", + "offset": 28, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15815", + "kind": "UInt32", + "name": "tbd__os_arm64x_dispatch_icall", + "offset": 32, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15816", + "kind": "UInt32", + "name": "tbd__os_arm64x_dispatch_icall_cfg", + "offset": 36, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15817", + "kind": "UInt32", + "name": "AlternateEntryPoint", + "offset": 40, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15818", + "kind": "UInt32", + "name": "AuxiliaryIAT", + "offset": 44, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15819", + "kind": "UInt32", + "name": "CodeRangesToEntryPointsCount", + "offset": 48, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15820", + "kind": "UInt32", + "name": "RedirectionMetadataCount", + "offset": 52, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15821", + "kind": "UInt32", + "name": "GetX64InformationFunctionPointer", + "offset": 56, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15822", + "kind": "UInt32", + "name": "SetX64InformationFunctionPointer", + "offset": 60, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15823", + "kind": "UInt32", + "name": "ExtraRFETable", + "offset": 64, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15824", + "kind": "UInt32", + "name": "ExtraRFETableSize", + "offset": 68, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15825", + "kind": "UInt32", + "name": "__os_arm64x_dispatch_fptr", + "offset": 72, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15826", + "kind": "UInt32", + "name": "AuxiliaryIATCopy", + "offset": 76, + "parentId": "15806", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15827", + "kind": "Struct", + "name": "_IMAGE_ARM64EC_CODE_MAP_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64EC_CODE_MAP_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15828", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15829", + "kind": "UInt32", + "name": "StartOffset", + "offset": 0, + "parentId": "15828", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15830", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "15827", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15831", + "kind": "Struct", + "name": "_ETW_WNF_EVENT_SUBSCRIBE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_WNF_EVENT_SUBSCRIBE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15832", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "15831", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15833", + "kind": "Struct", + "name": "StateName", + "offset": 0, + "parentId": "15831", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15834", + "kind": "Hex8", + "name": "Subscription", + "offset": 0, + "parentId": "15831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15835", + "kind": "Hex8", + "name": "NameSub", + "offset": 1, + "parentId": "15831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15836", + "kind": "Hex8", + "name": "Callback", + "offset": 2, + "parentId": "15831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15837", + "kind": "UInt32", + "name": "RefCount", + "offset": 3, + "parentId": "15831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15838", + "kind": "UInt32", + "name": "DeliveryFlags", + "offset": 7, + "parentId": "15831", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15839", + "kind": "Struct", + "name": "_IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15840", + "kind": "UInt32", + "name": "StartRva", + "offset": 0, + "parentId": "15839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15841", + "kind": "UInt32", + "name": "EndRva", + "offset": 4, + "parentId": "15839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15842", + "kind": "UInt32", + "name": "EntryPoint", + "offset": 8, + "parentId": "15839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15843", + "kind": "Struct", + "name": "_ETW_WNF_EVENT_PUBLISH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_WNF_EVENT_PUBLISH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15844", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "15843", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15845", + "kind": "Struct", + "name": "StateName", + "offset": 0, + "parentId": "15843", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15846", + "kind": "UInt32", + "name": "DataLength", + "offset": 0, + "parentId": "15843", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15847", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTE_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15848", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "15847", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15849", + "kind": "UInt16", + "name": "ValueType", + "offset": 0, + "parentId": "15847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15850", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "15847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15851", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "15847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15852", + "kind": "UInt32", + "name": "ValueCount", + "offset": 8, + "parentId": "15847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15853", + "kind": "Struct", + "name": "Values", + "offset": 12, + "parentId": "15847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15854", + "kind": "Int64", + "name": "pInt64", + "offset": 0, + "parentId": "15853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15855", + "kind": "UInt64", + "name": "pUint64", + "offset": 0, + "parentId": "15853", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15856", + "kind": "Struct", + "name": "pString", + "offset": 0, + "parentId": "15853", + "refId": "3277", + "strLen": 64, + "structTypeName": "_UNICODE_STRING" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15857", + "kind": "Struct", + "name": "pFqbn", + "offset": 0, + "parentId": "15853", + "refId": "15259", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15858", + "kind": "Struct", + "name": "pOctetString", + "offset": 0, + "parentId": "15853", + "refId": "15256", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15859", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15860", + "kind": "UInt16", + "name": "Version", + "offset": 0, + "parentId": "15859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15861", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "15859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15862", + "kind": "UInt32", + "name": "AttributeCount", + "offset": 4, + "parentId": "15859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15863", + "kind": "Struct", + "name": "Attribute", + "offset": 8, + "parentId": "15859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15864", + "kind": "Struct", + "name": "pAttributeV1", + "offset": 0, + "parentId": "15863", + "refId": "15847", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTE_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15865", + "kind": "Struct", + "name": "_TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15866", + "kind": "Struct", + "name": "Attributes", + "offset": 0, + "parentId": "15865", + "refId": "15859", + "strLen": 64, + "structTypeName": "_TOKEN_SECURITY_ATTRIBUTES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15867", + "kind": "UInt32", + "name": "Operations", + "offset": 0, + "parentId": "15865", + "refId": "403", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15868", + "kind": "Struct", + "name": "_TOKEN_PROCESS_TRUST_LEVEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TOKEN_PROCESS_TRUST_LEVEL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15869", + "kind": "Hex8", + "name": "TrustLevelSid", + "offset": 0, + "parentId": "15868", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15870", + "kind": "Struct", + "name": "_SE_FILE_CACHE_CLAIM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_FILE_CACHE_CLAIM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15871", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "15870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15872", + "kind": "Hex8", + "name": "Claim", + "offset": 4, + "parentId": "15870", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15873", + "kind": "Struct", + "name": "_SE_SET_FILE_CACHE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_SET_FILE_CACHE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15874", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "15873", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15875", + "kind": "Struct", + "name": "CatalogDirectoryPath", + "offset": 4, + "parentId": "15873", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15876", + "kind": "Struct", + "name": "OriginClaimInfo", + "offset": 4, + "parentId": "15873", + "refId": "15870", + "strLen": 64, + "structTypeName": "_SE_FILE_CACHE_CLAIM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15877", + "kind": "Struct", + "name": "_ETW_OPTICALIO_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_OPTICALIO_INIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15878", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "15877", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15879", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 1, + "parentId": "15877", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15880", + "kind": "Struct", + "name": "_ETW_OPTICALIO_FLUSH_BUFFERS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_OPTICALIO_FLUSH_BUFFERS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15881", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "15880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15882", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "15880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15883", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 8, + "parentId": "15880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15884", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 16, + "parentId": "15880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15885", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 17, + "parentId": "15880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15886", + "kind": "Struct", + "name": "_ETW_REGNOTIF_REGISTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_REGNOTIF_REGISTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15887", + "kind": "Hex8", + "name": "Notification", + "offset": 0, + "parentId": "15886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15888", + "kind": "Hex8", + "name": "Kcb", + "offset": 1, + "parentId": "15886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15889", + "kind": "UInt8", + "name": "Type", + "offset": 2, + "parentId": "15886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15890", + "kind": "UInt8", + "name": "WatchTree", + "offset": 3, + "parentId": "15886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15891", + "kind": "UInt8", + "name": "Primary", + "offset": 4, + "parentId": "15886", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15892", + "kind": "Struct", + "name": "_WMI_TXR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_TXR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15893", + "kind": "Int64", + "name": "InitialTime", + "offset": 0, + "parentId": "15892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15894", + "kind": "Struct", + "name": "TxRGUID", + "offset": 8, + "parentId": "15892", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15895", + "kind": "UInt32", + "name": "Status", + "offset": 8, + "parentId": "15892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15896", + "kind": "UInt32", + "name": "UowCount", + "offset": 12, + "parentId": "15892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "15897", + "kind": "Array", + "name": "Hive", + "offset": 16, + "parentId": "15892", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15898", + "kind": "Struct", + "name": "_PEB_LDR_DATA32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEB_LDR_DATA32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15899", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15900", + "kind": "UInt8", + "name": "Initialized", + "offset": 4, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15901", + "kind": "UInt32", + "name": "SsHandle", + "offset": 5, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15902", + "kind": "Struct", + "name": "InLoadOrderModuleList", + "offset": 9, + "parentId": "15898", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15903", + "kind": "Struct", + "name": "InMemoryOrderModuleList", + "offset": 9, + "parentId": "15898", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15904", + "kind": "Struct", + "name": "InInitializationOrderModuleList", + "offset": 9, + "parentId": "15898", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15905", + "kind": "UInt32", + "name": "EntryInProgress", + "offset": 9, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15906", + "kind": "UInt8", + "name": "ShutdownInProgress", + "offset": 13, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15907", + "kind": "UInt32", + "name": "ShutdownThreadId", + "offset": 14, + "parentId": "15898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15908", + "kind": "Struct", + "name": "_LDR_SERVICE_TAG_RECORD32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_SERVICE_TAG_RECORD32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15909", + "kind": "UInt32", + "name": "Next", + "offset": 0, + "parentId": "15908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15910", + "kind": "UInt32", + "name": "ServiceTag", + "offset": 4, + "parentId": "15908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15911", + "kind": "Struct", + "name": "_LDRP_CSLIST32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15912", + "kind": "UInt32", + "name": "Tail", + "offset": 0, + "parentId": "15911", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15913", + "kind": "Struct", + "name": "_LDR_DDAG_NODE32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DDAG_NODE32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15914", + "kind": "Struct", + "name": "Modules", + "offset": 0, + "parentId": "15913", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15915", + "kind": "UInt32", + "name": "ServiceTagList", + "offset": 0, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15916", + "kind": "UInt32", + "name": "LoadCount", + "offset": 4, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15917", + "kind": "UInt32", + "name": "LoadWhileUnloadingCount", + "offset": 8, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15918", + "kind": "UInt32", + "name": "LowestLink", + "offset": 12, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15919", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15920", + "kind": "Struct", + "name": "Dependencies", + "offset": 0, + "parentId": "15919", + "refId": "15911", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15921", + "kind": "Struct", + "name": "RemovalLink", + "offset": 0, + "parentId": "15919", + "refId": "12032", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15922", + "kind": "Struct", + "name": "IncomingDependencies", + "offset": 16, + "parentId": "15913", + "refId": "15911", + "strLen": 64, + "structTypeName": "_LDRP_CSLIST32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15923", + "kind": "UInt32", + "name": "State", + "offset": 16, + "parentId": "15913", + "refId": "273", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15924", + "kind": "Struct", + "name": "CondenseLink", + "offset": 20, + "parentId": "15913", + "refId": "12032", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15925", + "kind": "UInt32", + "name": "PreorderNumber", + "offset": 20, + "parentId": "15913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15926", + "kind": "Struct", + "name": "_LDR_DATA_TABLE_ENTRY32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDR_DATA_TABLE_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15927", + "kind": "Struct", + "name": "InLoadOrderLinks", + "offset": 0, + "parentId": "15926", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15928", + "kind": "Struct", + "name": "InMemoryOrderLinks", + "offset": 0, + "parentId": "15926", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15929", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15930", + "kind": "Struct", + "name": "InInitializationOrderLinks", + "offset": 0, + "parentId": "15929", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15931", + "kind": "Struct", + "name": "InProgressLinks", + "offset": 0, + "parentId": "15929", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15932", + "kind": "UInt32", + "name": "DllBase", + "offset": 0, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15933", + "kind": "UInt32", + "name": "EntryPoint", + "offset": 4, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15934", + "kind": "UInt32", + "name": "SizeOfImage", + "offset": 8, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15935", + "kind": "Struct", + "name": "FullDllName", + "offset": 12, + "parentId": "15926", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15936", + "kind": "Struct", + "name": "BaseDllName", + "offset": 12, + "parentId": "15926", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "15937", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "15938", + "kind": "Array", + "name": "FlagGroup", + "offset": 0, + "parentId": "15937", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15939", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "15937", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15940", + "kind": "UInt16", + "name": "ObsoleteLoadCount", + "offset": 16, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15941", + "kind": "UInt16", + "name": "TlsIndex", + "offset": 18, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15942", + "kind": "Struct", + "name": "HashLinks", + "offset": 20, + "parentId": "15926", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15943", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 20, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15944", + "kind": "UInt32", + "name": "EntryPointActivationContext", + "offset": 24, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15945", + "kind": "UInt32", + "name": "Lock", + "offset": 28, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15946", + "kind": "UInt32", + "name": "DdagNode", + "offset": 32, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15947", + "kind": "Struct", + "name": "NodeModuleLink", + "offset": 36, + "parentId": "15926", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15948", + "kind": "UInt32", + "name": "LoadContext", + "offset": 36, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15949", + "kind": "UInt32", + "name": "ParentDllBase", + "offset": 40, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15950", + "kind": "UInt32", + "name": "SwitchBackContext", + "offset": 44, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15951", + "kind": "Struct", + "name": "BaseAddressIndexNode", + "offset": 48, + "parentId": "15926", + "refId": "14685", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15952", + "kind": "Struct", + "name": "MappingInfoIndexNode", + "offset": 48, + "parentId": "15926", + "refId": "14685", + "strLen": 64, + "structTypeName": "_RTL_BALANCED_NODE32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15953", + "kind": "UInt32", + "name": "OriginalBase", + "offset": 48, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15954", + "kind": "Struct", + "name": "LoadTime", + "offset": 52, + "parentId": "15926", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15955", + "kind": "UInt32", + "name": "BaseNameHashValue", + "offset": 52, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15956", + "kind": "UInt32", + "name": "LoadReason", + "offset": 56, + "parentId": "15926", + "refId": "272", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15957", + "kind": "UInt32", + "name": "ImplicitPathOptions", + "offset": 60, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15958", + "kind": "UInt32", + "name": "ReferenceCount", + "offset": 64, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15959", + "kind": "UInt32", + "name": "DependentLoadFlags", + "offset": 68, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15960", + "kind": "UInt8", + "name": "SigningLevel", + "offset": 72, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15961", + "kind": "UInt32", + "name": "CheckSum", + "offset": 73, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15962", + "kind": "UInt32", + "name": "ActivePatchImageBase", + "offset": 77, + "parentId": "15926", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15963", + "kind": "UInt32", + "name": "HotPatchState", + "offset": 81, + "parentId": "15926", + "refId": "266", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15964", + "kind": "Struct", + "name": "_CURDIR32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CURDIR32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15965", + "kind": "Struct", + "name": "DosPath", + "offset": 0, + "parentId": "15964", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15966", + "kind": "UInt32", + "name": "Handle", + "offset": 0, + "parentId": "15964", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15967", + "kind": "Struct", + "name": "_RTL_DRIVE_LETTER_CURDIR32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_DRIVE_LETTER_CURDIR32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15968", + "kind": "UInt16", + "name": "Flags", + "offset": 0, + "parentId": "15967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15969", + "kind": "UInt16", + "name": "Length", + "offset": 2, + "parentId": "15967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15970", + "kind": "UInt32", + "name": "TimeStamp", + "offset": 4, + "parentId": "15967", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15971", + "kind": "Struct", + "name": "DosPath", + "offset": 8, + "parentId": "15967", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15972", + "kind": "Struct", + "name": "_RTL_USER_PROCESS_PARAMETERS32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_RTL_USER_PROCESS_PARAMETERS32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15973", + "kind": "UInt32", + "name": "MaximumLength", + "offset": 0, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15974", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15975", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15976", + "kind": "UInt32", + "name": "DebugFlags", + "offset": 12, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15977", + "kind": "UInt32", + "name": "ConsoleHandle", + "offset": 16, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15978", + "kind": "UInt32", + "name": "ConsoleFlags", + "offset": 20, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15979", + "kind": "UInt32", + "name": "StandardInput", + "offset": 24, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15980", + "kind": "UInt32", + "name": "StandardOutput", + "offset": 28, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15981", + "kind": "UInt32", + "name": "StandardError", + "offset": 32, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15982", + "kind": "Struct", + "name": "CurrentDirectory", + "offset": 36, + "parentId": "15972", + "refId": "15964", + "strLen": 64, + "structTypeName": "_CURDIR32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15983", + "kind": "Struct", + "name": "DllPath", + "offset": 36, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15984", + "kind": "Struct", + "name": "ImagePathName", + "offset": 36, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15985", + "kind": "Struct", + "name": "CommandLine", + "offset": 36, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15986", + "kind": "UInt32", + "name": "Environment", + "offset": 36, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15987", + "kind": "UInt32", + "name": "StartingX", + "offset": 40, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15988", + "kind": "UInt32", + "name": "StartingY", + "offset": 44, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15989", + "kind": "UInt32", + "name": "CountX", + "offset": 48, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15990", + "kind": "UInt32", + "name": "CountY", + "offset": 52, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15991", + "kind": "UInt32", + "name": "CountCharsX", + "offset": 56, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15992", + "kind": "UInt32", + "name": "CountCharsY", + "offset": 60, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15993", + "kind": "UInt32", + "name": "FillAttribute", + "offset": 64, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15994", + "kind": "UInt32", + "name": "WindowFlags", + "offset": 68, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "15995", + "kind": "UInt32", + "name": "ShowWindowFlags", + "offset": 72, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15996", + "kind": "Struct", + "name": "WindowTitle", + "offset": 76, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15997", + "kind": "Struct", + "name": "DesktopInfo", + "offset": 76, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15998", + "kind": "Struct", + "name": "ShellInfo", + "offset": 76, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "15999", + "kind": "Struct", + "name": "RuntimeData", + "offset": 76, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "16000", + "kind": "Array", + "name": "CurrentDirectories", + "offset": 76, + "parentId": "15972", + "refId": "15967", + "strLen": 64, + "structTypeName": "_RTL_DRIVE_LETTER_CURDIR32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16001", + "kind": "UInt32", + "name": "EnvironmentSize", + "offset": 76, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16002", + "kind": "UInt32", + "name": "EnvironmentVersion", + "offset": 80, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16003", + "kind": "UInt32", + "name": "PackageDependencyData", + "offset": 84, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16004", + "kind": "UInt32", + "name": "ProcessGroupId", + "offset": 88, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16005", + "kind": "UInt32", + "name": "LoaderThreads", + "offset": 92, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16006", + "kind": "Struct", + "name": "RedirectionDllName", + "offset": 96, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16007", + "kind": "Struct", + "name": "HeapPartitionName", + "offset": 96, + "parentId": "15972", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16008", + "kind": "UInt32", + "name": "DefaultThreadpoolCpuSetMasks", + "offset": 96, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16009", + "kind": "UInt32", + "name": "DefaultThreadpoolCpuSetMaskCount", + "offset": 100, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16010", + "kind": "UInt32", + "name": "DefaultThreadpoolThreadMaximum", + "offset": 104, + "parentId": "15972", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16011", + "kind": "Struct", + "name": "_PEB32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEB32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16012", + "kind": "UInt8", + "name": "InheritedAddressSpace", + "offset": 0, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16013", + "kind": "UInt8", + "name": "ReadImageFileExecOptions", + "offset": 1, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16014", + "kind": "UInt8", + "name": "BeingDebugged", + "offset": 2, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16015", + "kind": "Struct", + "name": "", + "offset": 3, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16016", + "kind": "UInt8", + "name": "BitField", + "offset": 0, + "parentId": "16015", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16017", + "kind": "UInt32", + "name": "Mutant", + "offset": 4, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16018", + "kind": "UInt32", + "name": "ImageBaseAddress", + "offset": 8, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16019", + "kind": "UInt32", + "name": "Ldr", + "offset": 12, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16020", + "kind": "UInt32", + "name": "ProcessParameters", + "offset": 16, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16021", + "kind": "UInt32", + "name": "SubSystemData", + "offset": 20, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16022", + "kind": "UInt32", + "name": "ProcessHeap", + "offset": 24, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16023", + "kind": "UInt32", + "name": "FastPebLock", + "offset": 28, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16024", + "kind": "UInt32", + "name": "AtlThunkSListPtr", + "offset": 32, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16025", + "kind": "UInt32", + "name": "IFEOKey", + "offset": 36, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16026", + "kind": "Struct", + "name": "", + "offset": 40, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16027", + "kind": "UInt32", + "name": "CrossProcessFlags", + "offset": 0, + "parentId": "16026", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16028", + "kind": "Struct", + "name": "", + "offset": 44, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16029", + "kind": "UInt32", + "name": "KernelCallbackTable", + "offset": 0, + "parentId": "16028", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16030", + "kind": "UInt32", + "name": "UserSharedInfoPtr", + "offset": 0, + "parentId": "16028", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16031", + "kind": "UInt32", + "name": "SystemReserved", + "offset": 48, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16032", + "kind": "UInt32", + "name": "AtlThunkSListPtr32", + "offset": 52, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16033", + "kind": "UInt32", + "name": "ApiSetMap", + "offset": 56, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16034", + "kind": "UInt32", + "name": "TlsExpansionCounter", + "offset": 60, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16035", + "kind": "UInt32", + "name": "TlsBitmap", + "offset": 64, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "16036", + "kind": "Array", + "name": "TlsBitmapBits", + "offset": 68, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16037", + "kind": "UInt32", + "name": "ReadOnlySharedMemoryBase", + "offset": 76, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16038", + "kind": "UInt32", + "name": "SharedData", + "offset": 80, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16039", + "kind": "UInt32", + "name": "ReadOnlyStaticServerData", + "offset": 84, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16040", + "kind": "UInt32", + "name": "AnsiCodePageData", + "offset": 88, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16041", + "kind": "UInt32", + "name": "OemCodePageData", + "offset": 92, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16042", + "kind": "UInt32", + "name": "UnicodeCaseTableData", + "offset": 96, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16043", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 100, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16044", + "kind": "UInt32", + "name": "NtGlobalFlag", + "offset": 104, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16045", + "kind": "Struct", + "name": "CriticalSectionTimeout", + "offset": 108, + "parentId": "16011", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16046", + "kind": "UInt32", + "name": "HeapSegmentReserve", + "offset": 108, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16047", + "kind": "UInt32", + "name": "HeapSegmentCommit", + "offset": 112, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16048", + "kind": "UInt32", + "name": "HeapDeCommitTotalFreeThreshold", + "offset": 116, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16049", + "kind": "UInt32", + "name": "HeapDeCommitFreeBlockThreshold", + "offset": 120, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16050", + "kind": "UInt32", + "name": "NumberOfHeaps", + "offset": 124, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16051", + "kind": "UInt32", + "name": "MaximumNumberOfHeaps", + "offset": 128, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16052", + "kind": "UInt32", + "name": "ProcessHeaps", + "offset": 132, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16053", + "kind": "UInt32", + "name": "GdiSharedHandleTable", + "offset": 136, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16054", + "kind": "UInt32", + "name": "ProcessStarterHelper", + "offset": 140, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16055", + "kind": "UInt32", + "name": "GdiDCAttributeList", + "offset": 144, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16056", + "kind": "UInt32", + "name": "LoaderLock", + "offset": 148, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16057", + "kind": "UInt32", + "name": "OSMajorVersion", + "offset": 152, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16058", + "kind": "UInt32", + "name": "OSMinorVersion", + "offset": 156, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16059", + "kind": "UInt16", + "name": "OSBuildNumber", + "offset": 160, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16060", + "kind": "UInt16", + "name": "OSCSDVersion", + "offset": 162, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16061", + "kind": "UInt32", + "name": "OSPlatformId", + "offset": 164, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16062", + "kind": "UInt32", + "name": "ImageSubsystem", + "offset": 168, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16063", + "kind": "UInt32", + "name": "ImageSubsystemMajorVersion", + "offset": 172, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16064", + "kind": "UInt32", + "name": "ImageSubsystemMinorVersion", + "offset": 176, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16065", + "kind": "UInt32", + "name": "ActiveProcessAffinityMask", + "offset": 180, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16066", + "kind": "UInt32", + "name": "GdiHandleBuffer", + "offset": 184, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16067", + "kind": "UInt32", + "name": "PostProcessInitRoutine", + "offset": 188, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16068", + "kind": "UInt32", + "name": "TlsExpansionBitmap", + "offset": 192, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt32", + "id": "16069", + "kind": "Array", + "name": "TlsExpansionBitmapBits", + "offset": 196, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16070", + "kind": "UInt32", + "name": "SessionId", + "offset": 324, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16071", + "kind": "Struct", + "name": "AppCompatFlags", + "offset": 328, + "parentId": "16011", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16072", + "kind": "Struct", + "name": "AppCompatFlagsUser", + "offset": 328, + "parentId": "16011", + "refId": "787", + "strLen": 64, + "structTypeName": "_ULARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16073", + "kind": "UInt32", + "name": "pShimData", + "offset": 328, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16074", + "kind": "UInt32", + "name": "AppCompatInfo", + "offset": 332, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16075", + "kind": "Struct", + "name": "CSDVersion", + "offset": 336, + "parentId": "16011", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16076", + "kind": "UInt32", + "name": "ActivationContextData", + "offset": 336, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16077", + "kind": "UInt32", + "name": "ProcessAssemblyStorageMap", + "offset": 340, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16078", + "kind": "UInt32", + "name": "SystemDefaultActivationContextData", + "offset": 344, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16079", + "kind": "UInt32", + "name": "SystemAssemblyStorageMap", + "offset": 348, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16080", + "kind": "UInt32", + "name": "MinimumStackCommit", + "offset": 352, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "16081", + "kind": "Array", + "name": "SparePointers", + "offset": 356, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16082", + "kind": "UInt32", + "name": "PatchLoaderData", + "offset": 364, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16083", + "kind": "UInt32", + "name": "ChpeV2ProcessInfo", + "offset": 368, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16084", + "kind": "UInt32", + "name": "AppModelFeatureState", + "offset": 372, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "16085", + "kind": "Array", + "name": "SpareUlongs", + "offset": 376, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16086", + "kind": "UInt16", + "name": "ActiveCodePage", + "offset": 384, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16087", + "kind": "UInt16", + "name": "OemCodePage", + "offset": 386, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16088", + "kind": "UInt16", + "name": "UseCaseMapping", + "offset": 388, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16089", + "kind": "UInt16", + "name": "UnusedNlsField", + "offset": 390, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16090", + "kind": "UInt32", + "name": "WerRegistrationData", + "offset": 392, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16091", + "kind": "UInt32", + "name": "WerShipAssertPtr", + "offset": 396, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16092", + "kind": "Struct", + "name": "", + "offset": 400, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16093", + "kind": "UInt32", + "name": "pContextData", + "offset": 0, + "parentId": "16092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16094", + "kind": "UInt32", + "name": "pUnused", + "offset": 0, + "parentId": "16092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16095", + "kind": "UInt32", + "name": "EcCodeBitMap", + "offset": 0, + "parentId": "16092", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16096", + "kind": "UInt32", + "name": "pImageHeaderHash", + "offset": 404, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16097", + "kind": "Struct", + "name": "", + "offset": 408, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16098", + "kind": "UInt32", + "name": "TracingFlags", + "offset": 0, + "parentId": "16097", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16099", + "kind": "UInt64", + "name": "CsrServerReadOnlySharedMemoryBase", + "offset": 412, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16100", + "kind": "UInt32", + "name": "TppWorkerpListLock", + "offset": 420, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16101", + "kind": "Struct", + "name": "TppWorkerpList", + "offset": 424, + "parentId": "16011", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 128, + "collapsed": false, + "elementKind": "UInt32", + "id": "16102", + "kind": "Array", + "name": "WaitOnAddressHashTable", + "offset": 424, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16103", + "kind": "UInt32", + "name": "TelemetryCoverageHeader", + "offset": 936, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16104", + "kind": "UInt32", + "name": "CloudFileFlags", + "offset": 940, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16105", + "kind": "UInt32", + "name": "CloudFileDiagFlags", + "offset": 944, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16106", + "kind": "Struct", + "name": "PlaceholderCompatibilityMode", + "offset": 948, + "parentId": "16011", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 7, + "collapsed": true, + "elementKind": "Struct", + "id": "16107", + "kind": "Array", + "name": "PlaceholderCompatibilityModeReserved", + "offset": 948, + "parentId": "16011", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16108", + "kind": "UInt32", + "name": "LeapSecondData", + "offset": 948, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16109", + "kind": "Struct", + "name": "", + "offset": 952, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16110", + "kind": "UInt32", + "name": "LeapSecondFlags", + "offset": 0, + "parentId": "16109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16111", + "kind": "UInt32", + "name": "NtGlobalFlag2", + "offset": 956, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16112", + "kind": "UInt64", + "name": "ExtendedFeatureDisableMask", + "offset": 960, + "parentId": "16011", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16113", + "kind": "Struct", + "name": "_GDI_TEB_BATCH32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GDI_TEB_BATCH32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16114", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "16113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16115", + "kind": "UInt32", + "name": "HDC", + "offset": 4, + "parentId": "16113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 310, + "collapsed": false, + "elementKind": "UInt32", + "id": "16116", + "kind": "Array", + "name": "Buffer", + "offset": 8, + "parentId": "16113", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16117", + "kind": "Struct", + "name": "_TEB32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TEB32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16118", + "kind": "Struct", + "name": "NtTib", + "offset": 0, + "parentId": "16117", + "refId": "1474", + "strLen": 64, + "structTypeName": "_NT_TIB32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16119", + "kind": "UInt32", + "name": "EnvironmentPointer", + "offset": 0, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16120", + "kind": "Struct", + "name": "ClientId", + "offset": 4, + "parentId": "16117", + "refId": "11925", + "strLen": 64, + "structTypeName": "_CLIENT_ID32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16121", + "kind": "UInt32", + "name": "ActiveRpcHandle", + "offset": 4, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16122", + "kind": "UInt32", + "name": "ThreadLocalStoragePointer", + "offset": 8, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16123", + "kind": "UInt32", + "name": "ProcessEnvironmentBlock", + "offset": 12, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16124", + "kind": "UInt32", + "name": "LastErrorValue", + "offset": 16, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16125", + "kind": "UInt32", + "name": "CountOfOwnedCriticalSections", + "offset": 20, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16126", + "kind": "UInt32", + "name": "CsrClientThread", + "offset": 24, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16127", + "kind": "UInt32", + "name": "Win32ThreadInfo", + "offset": 28, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 26, + "collapsed": false, + "elementKind": "UInt32", + "id": "16128", + "kind": "Array", + "name": "User32Reserved", + "offset": 32, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 5, + "collapsed": false, + "elementKind": "UInt32", + "id": "16129", + "kind": "Array", + "name": "UserReserved", + "offset": 136, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16130", + "kind": "UInt32", + "name": "WOW32Reserved", + "offset": 156, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16131", + "kind": "UInt32", + "name": "CurrentLocale", + "offset": 160, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16132", + "kind": "UInt32", + "name": "FpSoftwareStatusRegister", + "offset": 164, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16133", + "kind": "Hex64", + "name": "", + "offset": 168, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16134", + "kind": "Hex64", + "name": "", + "offset": 176, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16135", + "kind": "Hex64", + "name": "", + "offset": 184, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16136", + "kind": "Hex64", + "name": "", + "offset": 192, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16137", + "kind": "Hex64", + "name": "", + "offset": 200, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16138", + "kind": "Hex64", + "name": "", + "offset": 208, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16139", + "kind": "Hex64", + "name": "", + "offset": 216, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16140", + "kind": "Hex64", + "name": "", + "offset": 224, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 36, + "collapsed": false, + "elementKind": "UInt32", + "id": "16141", + "kind": "Array", + "name": "SystemReserved1", + "offset": 232, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt8", + "id": "16142", + "kind": "Array", + "name": "WorkingOnBehalfTicket", + "offset": 376, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16143", + "kind": "Int32", + "name": "ExceptionCode", + "offset": 384, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16144", + "kind": "UInt32", + "name": "ActivationContextStackPointer", + "offset": 388, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16145", + "kind": "UInt32", + "name": "InstrumentationCallbackSp", + "offset": 392, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16146", + "kind": "UInt32", + "name": "InstrumentationCallbackPreviousPc", + "offset": 396, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16147", + "kind": "UInt32", + "name": "InstrumentationCallbackPreviousSp", + "offset": 400, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16148", + "kind": "UInt8", + "name": "InstrumentationCallbackDisabled", + "offset": 404, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 23, + "collapsed": false, + "elementKind": "UInt8", + "id": "16149", + "kind": "Array", + "name": "SpareBytes", + "offset": 405, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16150", + "kind": "UInt32", + "name": "TxFsContext", + "offset": 428, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16151", + "kind": "Struct", + "name": "GdiTebBatch", + "offset": 432, + "parentId": "16117", + "refId": "16113", + "strLen": 64, + "structTypeName": "_GDI_TEB_BATCH32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16152", + "kind": "Struct", + "name": "RealClientId", + "offset": 432, + "parentId": "16117", + "refId": "11925", + "strLen": 64, + "structTypeName": "_CLIENT_ID32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16153", + "kind": "UInt32", + "name": "GdiCachedProcessHandle", + "offset": 432, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16154", + "kind": "UInt32", + "name": "GdiClientPID", + "offset": 436, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16155", + "kind": "UInt32", + "name": "GdiClientTID", + "offset": 440, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16156", + "kind": "UInt32", + "name": "GdiThreadLocalInfo", + "offset": 444, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 62, + "collapsed": false, + "elementKind": "UInt32", + "id": "16157", + "kind": "Array", + "name": "Win32ClientInfo", + "offset": 448, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 233, + "collapsed": false, + "elementKind": "UInt32", + "id": "16158", + "kind": "Array", + "name": "glDispatchTable", + "offset": 696, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 29, + "collapsed": false, + "elementKind": "UInt32", + "id": "16159", + "kind": "Array", + "name": "glReserved1", + "offset": 1628, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16160", + "kind": "UInt32", + "name": "glReserved2", + "offset": 1744, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16161", + "kind": "UInt32", + "name": "glSectionInfo", + "offset": 1748, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16162", + "kind": "UInt32", + "name": "glSection", + "offset": 1752, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16163", + "kind": "UInt32", + "name": "glTable", + "offset": 1756, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16164", + "kind": "UInt32", + "name": "glCurrentRC", + "offset": 1760, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16165", + "kind": "UInt32", + "name": "glContext", + "offset": 1764, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16166", + "kind": "Int32", + "name": "LastStatusValue", + "offset": 1768, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16167", + "kind": "Struct", + "name": "StaticUnicodeString", + "offset": 1772, + "parentId": "16117", + "refId": "9764", + "strLen": 64, + "structTypeName": "_STRING32" + }, + { + "arrayLen": 261, + "collapsed": true, + "elementKind": "Struct", + "id": "16168", + "kind": "Array", + "name": "StaticUnicodeBuffer", + "offset": 1772, + "parentId": "16117", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16169", + "kind": "UInt32", + "name": "DeallocationStack", + "offset": 1772, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": false, + "elementKind": "UInt32", + "id": "16170", + "kind": "Array", + "name": "TlsSlots", + "offset": 1776, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16171", + "kind": "Struct", + "name": "TlsLinks", + "offset": 2032, + "parentId": "16117", + "refId": "1965", + "strLen": 64, + "structTypeName": "LIST_ENTRY32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16172", + "kind": "UInt32", + "name": "Vdm", + "offset": 2032, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16173", + "kind": "UInt32", + "name": "ReservedForNtRpc", + "offset": 2036, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt32", + "id": "16174", + "kind": "Array", + "name": "DbgSsReserved", + "offset": 2040, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16175", + "kind": "UInt32", + "name": "HardErrorMode", + "offset": 2048, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 9, + "collapsed": false, + "elementKind": "UInt32", + "id": "16176", + "kind": "Array", + "name": "Instrumentation", + "offset": 2052, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16177", + "kind": "Struct", + "name": "ActivityId", + "offset": 2088, + "parentId": "16117", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16178", + "kind": "UInt32", + "name": "SubProcessTag", + "offset": 2088, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16179", + "kind": "UInt32", + "name": "PerflibData", + "offset": 2092, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16180", + "kind": "UInt32", + "name": "EtwTraceData", + "offset": 2096, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16181", + "kind": "UInt32", + "name": "WinSockData", + "offset": 2100, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16182", + "kind": "UInt32", + "name": "GdiBatchCount", + "offset": 2104, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16183", + "kind": "Struct", + "name": "", + "offset": 2108, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16184", + "kind": "Struct", + "name": "CurrentIdealProcessor", + "offset": 0, + "parentId": "16183", + "refId": "1174", + "strLen": 64, + "structTypeName": "_PROCESSOR_NUMBER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16185", + "kind": "UInt32", + "name": "IdealProcessorValue", + "offset": 0, + "parentId": "16183", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16186", + "kind": "UInt32", + "name": "GuaranteedStackBytes", + "offset": 2112, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16187", + "kind": "UInt32", + "name": "ReservedForPerf", + "offset": 2116, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16188", + "kind": "UInt32", + "name": "ReservedForOle", + "offset": 2120, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16189", + "kind": "UInt32", + "name": "WaitingOnLoaderLock", + "offset": 2124, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16190", + "kind": "UInt32", + "name": "SavedPriorityState", + "offset": 2128, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16191", + "kind": "UInt32", + "name": "ReservedForCodeCoverage", + "offset": 2132, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16192", + "kind": "UInt32", + "name": "ThreadPoolData", + "offset": 2136, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16193", + "kind": "UInt32", + "name": "TlsExpansionSlots", + "offset": 2140, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16194", + "kind": "UInt32", + "name": "MuiGeneration", + "offset": 2144, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16195", + "kind": "UInt32", + "name": "IsImpersonating", + "offset": 2148, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16196", + "kind": "UInt32", + "name": "NlsCache", + "offset": 2152, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16197", + "kind": "UInt32", + "name": "pShimData", + "offset": 2156, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16198", + "kind": "UInt16", + "name": "HeapVirtualAffinity", + "offset": 2160, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16199", + "kind": "UInt16", + "name": "LowFragHeapDataSlot", + "offset": 2162, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16200", + "kind": "UInt32", + "name": "CurrentTransactionHandle", + "offset": 2164, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16201", + "kind": "UInt32", + "name": "ActiveFrame", + "offset": 2168, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16202", + "kind": "UInt32", + "name": "FlsData", + "offset": 2172, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16203", + "kind": "UInt32", + "name": "PreferredLanguages", + "offset": 2176, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16204", + "kind": "UInt32", + "name": "UserPrefLanguages", + "offset": 2180, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16205", + "kind": "UInt32", + "name": "MergedPrefLanguages", + "offset": 2184, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16206", + "kind": "UInt32", + "name": "MuiImpersonation", + "offset": 2188, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16207", + "kind": "Struct", + "name": "", + "offset": 2192, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16208", + "kind": "UInt16", + "name": "CrossTebFlags", + "offset": 0, + "parentId": "16207", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 16, + "name": "SpareCrossTebBits" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "16209", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "16207", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16210", + "kind": "Struct", + "name": "", + "offset": 2194, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16211", + "kind": "UInt16", + "name": "SameTebFlags", + "offset": 0, + "parentId": "16210", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16212", + "kind": "UInt32", + "name": "TxnScopeEnterCallback", + "offset": 2196, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16213", + "kind": "UInt32", + "name": "TxnScopeExitCallback", + "offset": 2200, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16214", + "kind": "UInt32", + "name": "TxnScopeContext", + "offset": 2204, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16215", + "kind": "UInt32", + "name": "LockCount", + "offset": 2208, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16216", + "kind": "Int32", + "name": "WowTebOffset", + "offset": 2212, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16217", + "kind": "UInt32", + "name": "ResourceRetValue", + "offset": 2216, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16218", + "kind": "UInt32", + "name": "ReservedForWdf", + "offset": 2220, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16219", + "kind": "UInt64", + "name": "ReservedForCrt", + "offset": 2224, + "parentId": "16117", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16220", + "kind": "Struct", + "name": "EffectiveContainerId", + "offset": 2232, + "parentId": "16117", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16221", + "kind": "Struct", + "name": "_WOW64_EXECUTE_OPTIONS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64_EXECUTE_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16222", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "16221", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16223", + "kind": "Struct", + "name": "_WOW64INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WOW64INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16224", + "kind": "UInt32", + "name": "NativeSystemPageSize", + "offset": 0, + "parentId": "16223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16225", + "kind": "UInt32", + "name": "CpuFlags", + "offset": 4, + "parentId": "16223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16226", + "kind": "Struct", + "name": "Wow64ExecuteFlags", + "offset": 8, + "parentId": "16223", + "refId": "16221", + "strLen": 64, + "structTypeName": "_WOW64_EXECUTE_OPTIONS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16227", + "kind": "UInt32", + "name": "InstrumentationCallback", + "offset": 8, + "parentId": "16223", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16228", + "kind": "Struct", + "name": "_PEB32_WITH_WOW64INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PEB32_WITH_WOW64INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16229", + "kind": "Struct", + "name": "Peb32", + "offset": 0, + "parentId": "16228", + "refId": "16011", + "strLen": 64, + "structTypeName": "_PEB32" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16230", + "kind": "Struct", + "name": "Wow64Info", + "offset": 0, + "parentId": "16228", + "refId": "16223", + "strLen": 64, + "structTypeName": "_WOW64INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16231", + "kind": "Struct", + "name": "_LSA_REFERENCED_DOMAIN_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_REFERENCED_DOMAIN_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16232", + "kind": "UInt32", + "name": "Entries", + "offset": 0, + "parentId": "16231", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16233", + "kind": "Struct", + "name": "Domains", + "offset": 4, + "parentId": "16231", + "refId": "14474", + "strLen": 64, + "structTypeName": "_LSA_TRUST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16234", + "kind": "Struct", + "name": "_LSA_TRANSLATED_SID2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TRANSLATED_SID2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16235", + "kind": "UInt32", + "name": "Use", + "offset": 0, + "parentId": "16234", + "refId": "6", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16236", + "kind": "Hex8", + "name": "Sid", + "offset": 4, + "parentId": "16234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16237", + "kind": "Int32", + "name": "DomainIndex", + "offset": 5, + "parentId": "16234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16238", + "kind": "UInt32", + "name": "Flags", + "offset": 9, + "parentId": "16234", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16239", + "kind": "Struct", + "name": "_POLICY_ACCOUNT_DOMAIN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_ACCOUNT_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16240", + "kind": "Struct", + "name": "DomainName", + "offset": 0, + "parentId": "16239", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16241", + "kind": "Hex8", + "name": "DomainSid", + "offset": 0, + "parentId": "16239", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16242", + "kind": "Struct", + "name": "_POLICY_DNS_DOMAIN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_DNS_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16243", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16242", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16244", + "kind": "Struct", + "name": "DnsDomainName", + "offset": 0, + "parentId": "16242", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16245", + "kind": "Struct", + "name": "DnsForestName", + "offset": 0, + "parentId": "16242", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16246", + "kind": "Struct", + "name": "DomainGuid", + "offset": 0, + "parentId": "16242", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16247", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16242", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16248", + "kind": "Struct", + "name": "_SE_ADT_OBJECT_TYPE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_OBJECT_TYPE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16249", + "kind": "Struct", + "name": "ObjectType", + "offset": 0, + "parentId": "16248", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16250", + "kind": "UInt16", + "name": "Flags", + "offset": 0, + "parentId": "16248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16251", + "kind": "UInt16", + "name": "Level", + "offset": 2, + "parentId": "16248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16252", + "kind": "UInt32", + "name": "AccessMask", + "offset": 4, + "parentId": "16248", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16253", + "kind": "Struct", + "name": "_SE_ADT_PARAMETER_ARRAY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_ARRAY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16254", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "16253", + "refId": "409", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16255", + "kind": "UInt32", + "name": "Length", + "offset": 4, + "parentId": "16253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 2, + "collapsed": false, + "elementKind": "UInt64", + "id": "16256", + "kind": "Array", + "name": "Data", + "offset": 8, + "parentId": "16253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16257", + "kind": "Hex8", + "name": "Address", + "offset": 24, + "parentId": "16253", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16258", + "kind": "Struct", + "name": "_SE_ADT_ACCESS_REASON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_ACCESS_REASON" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16259", + "kind": "UInt32", + "name": "AccessMask", + "offset": 0, + "parentId": "16258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt32", + "id": "16260", + "kind": "Array", + "name": "AccessReasons", + "offset": 4, + "parentId": "16258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16261", + "kind": "UInt32", + "name": "ObjectTypeIndex", + "offset": 132, + "parentId": "16258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16262", + "kind": "UInt32", + "name": "AccessGranted", + "offset": 136, + "parentId": "16258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16263", + "kind": "Hex8", + "name": "SecurityDescriptor", + "offset": 140, + "parentId": "16258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16264", + "kind": "Struct", + "name": "_SE_ADT_CLAIMS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_CLAIMS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16265", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "16264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16266", + "kind": "Hex8", + "name": "Claims", + "offset": 4, + "parentId": "16264", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16267", + "kind": "Struct", + "name": "_SE_ADT_PARAMETER_ARRAY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_ARRAY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16268", + "kind": "UInt32", + "name": "CategoryId", + "offset": 0, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16269", + "kind": "UInt32", + "name": "AuditId", + "offset": 4, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16270", + "kind": "UInt32", + "name": "ParameterCount", + "offset": 8, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16271", + "kind": "UInt32", + "name": "Length", + "offset": 12, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16272", + "kind": "UInt16", + "name": "FlatSubCategoryId", + "offset": 16, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16273", + "kind": "UInt16", + "name": "Type", + "offset": 18, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16274", + "kind": "UInt32", + "name": "Flags", + "offset": 20, + "parentId": "16267", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "16275", + "kind": "Array", + "name": "Parameters", + "offset": 24, + "parentId": "16267", + "refId": "16253", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_ARRAY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16276", + "kind": "Struct", + "name": "_SE_ADT_PARAMETER_ARRAY_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_ARRAY_EX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16277", + "kind": "UInt32", + "name": "CategoryId", + "offset": 0, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16278", + "kind": "UInt32", + "name": "AuditId", + "offset": 4, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16279", + "kind": "UInt32", + "name": "Version", + "offset": 8, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16280", + "kind": "UInt32", + "name": "ParameterCount", + "offset": 12, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16281", + "kind": "UInt32", + "name": "Length", + "offset": 16, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16282", + "kind": "UInt16", + "name": "FlatSubCategoryId", + "offset": 20, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16283", + "kind": "UInt16", + "name": "Type", + "offset": 22, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16284", + "kind": "UInt32", + "name": "Flags", + "offset": 24, + "parentId": "16276", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": true, + "elementKind": "Struct", + "id": "16285", + "kind": "Array", + "name": "Parameters", + "offset": 28, + "parentId": "16276", + "refId": "16253", + "strLen": 64, + "structTypeName": "_SE_ADT_PARAMETER_ARRAY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16286", + "kind": "Struct", + "name": "_LSA_ADT_STRING_LIST_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_ADT_STRING_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16287", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "16286", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16288", + "kind": "Struct", + "name": "String", + "offset": 4, + "parentId": "16286", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16289", + "kind": "Struct", + "name": "_LSA_ADT_STRING_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_ADT_STRING_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16290", + "kind": "UInt32", + "name": "cStrings", + "offset": 0, + "parentId": "16289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16291", + "kind": "Struct", + "name": "Strings", + "offset": 4, + "parentId": "16289", + "refId": "16286", + "strLen": 64, + "structTypeName": "_LSA_ADT_STRING_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16292", + "kind": "Struct", + "name": "_HEAP_EVENT_COMMIT_DECOMMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_COMMIT_DECOMMIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16293", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "16292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16294", + "kind": "Hex8", + "name": "Block", + "offset": 1, + "parentId": "16292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16295", + "kind": "UInt64", + "name": "Size", + "offset": 2, + "parentId": "16292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16296", + "kind": "UInt32", + "name": "Caller", + "offset": 10, + "parentId": "16292", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16297", + "kind": "Struct", + "name": "_HEAP_COMMIT_DECOMMIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_COMMIT_DECOMMIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16298", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16297", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16299", + "kind": "Struct", + "name": "Event", + "offset": 0, + "parentId": "16297", + "refId": "16292", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_COMMIT_DECOMMIT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16300", + "kind": "Struct", + "name": "_HEAP_SUBSEGMENT_ALLOC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_SUBSEGMENT_ALLOC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16301", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16300", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16302", + "kind": "Struct", + "name": "Event", + "offset": 0, + "parentId": "16300", + "refId": "15217", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_SUBSEGMENT_ALLOC_FREE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16303", + "kind": "Struct", + "name": "_HEAP_SUBSEGMENT_FREE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_SUBSEGMENT_FREE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16304", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16303", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16305", + "kind": "Struct", + "name": "Event", + "offset": 0, + "parentId": "16303", + "refId": "15217", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_SUBSEGMENT_ALLOC_FREE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16306", + "kind": "Struct", + "name": "_LSA_AUTH_CALLBACKS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_AUTH_CALLBACKS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16307", + "kind": "Struct", + "name": "LsaCallAuthPkgFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LSA_CALL_AUTH_PKG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16308", + "kind": "Struct", + "name": "LsaDeregisterProcFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LSA_DEREGISTER_PROC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16309", + "kind": "Struct", + "name": "LsaFreeReturnBufferFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LSA_FREE_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16310", + "kind": "Struct", + "name": "LsaLogonUserFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LSA_LOGON_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16311", + "kind": "Struct", + "name": "LsaLookupAuthPkgFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LOOKUP_AUTH_PKG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16312", + "kind": "Struct", + "name": "LsaRegisterProcFn", + "offset": 0, + "parentId": "16306", + "refId": "0", + "strLen": 64, + "structTypeName": "PFN_LSA_REGISTER_PROC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16313", + "kind": "Struct", + "name": "_LSA_TOKEN_INFORMATION_NULL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TOKEN_INFORMATION_NULL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16314", + "kind": "Struct", + "name": "ExpirationTime", + "offset": 0, + "parentId": "16313", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16315", + "kind": "Struct", + "name": "Groups", + "offset": 0, + "parentId": "16313", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16316", + "kind": "Struct", + "name": "_LSA_TOKEN_INFORMATION_V1", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TOKEN_INFORMATION_V1" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16317", + "kind": "Struct", + "name": "ExpirationTime", + "offset": 0, + "parentId": "16316", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16318", + "kind": "Struct", + "name": "User", + "offset": 0, + "parentId": "16316", + "refId": "1858", + "strLen": 64, + "structTypeName": "_TOKEN_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16319", + "kind": "Struct", + "name": "Groups", + "offset": 0, + "parentId": "16316", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16320", + "kind": "Struct", + "name": "PrimaryGroup", + "offset": 0, + "parentId": "16316", + "refId": "1963", + "strLen": 64, + "structTypeName": "_TOKEN_PRIMARY_GROUP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16321", + "kind": "Struct", + "name": "Privileges", + "offset": 0, + "parentId": "16316", + "refId": "1883", + "strLen": 64, + "structTypeName": "_TOKEN_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16322", + "kind": "Struct", + "name": "Owner", + "offset": 0, + "parentId": "16316", + "refId": "3245", + "strLen": 64, + "structTypeName": "_TOKEN_OWNER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16323", + "kind": "Struct", + "name": "DefaultDacl", + "offset": 0, + "parentId": "16316", + "refId": "651", + "strLen": 64, + "structTypeName": "_TOKEN_DEFAULT_DACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16324", + "kind": "Struct", + "name": "_LSA_TOKEN_INFORMATION_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TOKEN_INFORMATION_V3" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16325", + "kind": "Struct", + "name": "ExpirationTime", + "offset": 0, + "parentId": "16324", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16326", + "kind": "Struct", + "name": "User", + "offset": 0, + "parentId": "16324", + "refId": "1858", + "strLen": 64, + "structTypeName": "_TOKEN_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16327", + "kind": "Struct", + "name": "Groups", + "offset": 0, + "parentId": "16324", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16328", + "kind": "Struct", + "name": "PrimaryGroup", + "offset": 0, + "parentId": "16324", + "refId": "1963", + "strLen": 64, + "structTypeName": "_TOKEN_PRIMARY_GROUP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16329", + "kind": "Struct", + "name": "Privileges", + "offset": 0, + "parentId": "16324", + "refId": "1883", + "strLen": 64, + "structTypeName": "_TOKEN_PRIVILEGES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16330", + "kind": "Struct", + "name": "Owner", + "offset": 0, + "parentId": "16324", + "refId": "3245", + "strLen": 64, + "structTypeName": "_TOKEN_OWNER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16331", + "kind": "Struct", + "name": "DefaultDacl", + "offset": 0, + "parentId": "16324", + "refId": "651", + "strLen": 64, + "structTypeName": "_TOKEN_DEFAULT_DACL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16332", + "kind": "Struct", + "name": "UserClaims", + "offset": 0, + "parentId": "16324", + "refId": "3259", + "strLen": 64, + "structTypeName": "_TOKEN_USER_CLAIMS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16333", + "kind": "Struct", + "name": "DeviceClaims", + "offset": 0, + "parentId": "16324", + "refId": "1041", + "strLen": 64, + "structTypeName": "_TOKEN_DEVICE_CLAIMS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16334", + "kind": "Struct", + "name": "DeviceGroups", + "offset": 0, + "parentId": "16324", + "refId": "1855", + "strLen": 64, + "structTypeName": "_TOKEN_GROUPS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16335", + "kind": "Struct", + "name": "_LSA_DISPATCH_TABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_DISPATCH_TABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16336", + "kind": "Struct", + "name": "CreateLogonSession", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_CREATE_LOGON_SESSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16337", + "kind": "Struct", + "name": "DeleteLogonSession", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_DELETE_LOGON_SESSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16338", + "kind": "Struct", + "name": "AddCredential", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_ADD_CREDENTIAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16339", + "kind": "Struct", + "name": "GetCredentials", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_GET_CREDENTIALS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16340", + "kind": "Struct", + "name": "DeleteCredential", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_DELETE_CREDENTIAL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16341", + "kind": "Struct", + "name": "AllocateLsaHeap", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_ALLOCATE_LSA_HEAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16342", + "kind": "Struct", + "name": "FreeLsaHeap", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_FREE_LSA_HEAP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16343", + "kind": "Struct", + "name": "AllocateClientBuffer", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_ALLOCATE_CLIENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16344", + "kind": "Struct", + "name": "FreeClientBuffer", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_FREE_CLIENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16345", + "kind": "Struct", + "name": "CopyToClientBuffer", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_COPY_TO_CLIENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16346", + "kind": "Struct", + "name": "CopyFromClientBuffer", + "offset": 0, + "parentId": "16335", + "refId": "0", + "strLen": 64, + "structTypeName": "PLSA_COPY_FROM_CLIENT_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16347", + "kind": "Struct", + "name": "_WMI_WAIT_MULTIPLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_WAIT_MULTIPLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16348", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "16347", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16349", + "kind": "UInt8", + "name": "WaitType", + "offset": 4, + "parentId": "16347", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16350", + "kind": "UInt8", + "name": "ObjectCount", + "offset": 5, + "parentId": "16347", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 64, + "collapsed": true, + "elementKind": "Struct", + "id": "16351", + "kind": "Array", + "name": "ObjectRecord", + "offset": 6, + "parentId": "16347", + "refId": "15415", + "strLen": 64, + "structTypeName": "_WMI_WAIT_OBJECT_RECORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16352", + "kind": "Struct", + "name": "_ETW_READY_THREAD_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_READY_THREAD_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16353", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "16352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16354", + "kind": "UInt8", + "name": "AdjustReason", + "offset": 4, + "parentId": "16352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16355", + "kind": "Int8", + "name": "AdjustIncrement", + "offset": 5, + "parentId": "16352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16356", + "kind": "Struct", + "name": "", + "offset": 6, + "parentId": "16352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16357", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "16356", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16358", + "kind": "UInt8", + "name": "SpareByte", + "offset": 7, + "parentId": "16352", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16359", + "kind": "Struct", + "name": "_LSA_TRANSLATED_SID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_TRANSLATED_SID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16360", + "kind": "UInt32", + "name": "Use", + "offset": 0, + "parentId": "16359", + "refId": "6", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16361", + "kind": "UInt32", + "name": "RelativeId", + "offset": 4, + "parentId": "16359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16362", + "kind": "Int32", + "name": "DomainIndex", + "offset": 8, + "parentId": "16359", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16363", + "kind": "Struct", + "name": "_POLICY_PRIVILEGE_DEFINITION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_PRIVILEGE_DEFINITION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16364", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16363", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16365", + "kind": "Struct", + "name": "LocalValue", + "offset": 0, + "parentId": "16363", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16366", + "kind": "Struct", + "name": "_POLICY_AUDIT_LOG_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_LOG_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16367", + "kind": "UInt32", + "name": "AuditLogPercentFull", + "offset": 0, + "parentId": "16366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16368", + "kind": "UInt32", + "name": "MaximumLogSize", + "offset": 4, + "parentId": "16366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16369", + "kind": "Struct", + "name": "AuditRetentionPeriod", + "offset": 8, + "parentId": "16366", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16370", + "kind": "UInt8", + "name": "AuditLogFullShutdownInProgress", + "offset": 8, + "parentId": "16366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16371", + "kind": "Struct", + "name": "TimeToShutdown", + "offset": 9, + "parentId": "16366", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16372", + "kind": "UInt32", + "name": "NextAuditRecordId", + "offset": 9, + "parentId": "16366", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16373", + "kind": "Struct", + "name": "_POLICY_AUDIT_EVENTS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_EVENTS_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16374", + "kind": "UInt8", + "name": "AuditingMode", + "offset": 0, + "parentId": "16373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16375", + "kind": "UInt32", + "name": "EventAuditingOptions", + "offset": 1, + "parentId": "16373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16376", + "kind": "UInt32", + "name": "MaximumAuditEventCount", + "offset": 5, + "parentId": "16373", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16377", + "kind": "Struct", + "name": "_POLICY_AUDIT_SUBCATEGORIES_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_SUBCATEGORIES_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16378", + "kind": "UInt32", + "name": "MaximumSubCategoryCount", + "offset": 0, + "parentId": "16377", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16379", + "kind": "UInt32", + "name": "EventAuditingOptions", + "offset": 4, + "parentId": "16377", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16380", + "kind": "Struct", + "name": "_POLICY_AUDIT_CATEGORIES_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_CATEGORIES_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16381", + "kind": "UInt32", + "name": "MaximumCategoryCount", + "offset": 0, + "parentId": "16380", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16382", + "kind": "Struct", + "name": "SubCategoriesInfo", + "offset": 4, + "parentId": "16380", + "refId": "16377", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_SUBCATEGORIES_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16383", + "kind": "Struct", + "name": "_POLICY_PRIMARY_DOMAIN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_PRIMARY_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16384", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16383", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16385", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16383", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16386", + "kind": "Struct", + "name": "_POLICY_PD_ACCOUNT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_PD_ACCOUNT_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16387", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16386", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16388", + "kind": "Struct", + "name": "_POLICY_LSA_SERVER_ROLE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_LSA_SERVER_ROLE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16389", + "kind": "UInt32", + "name": "LsaServerRole", + "offset": 0, + "parentId": "16388", + "refId": "412", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16390", + "kind": "Struct", + "name": "_POLICY_REPLICA_SOURCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_REPLICA_SOURCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16391", + "kind": "Struct", + "name": "ReplicaSource", + "offset": 0, + "parentId": "16390", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16392", + "kind": "Struct", + "name": "ReplicaAccountName", + "offset": 0, + "parentId": "16390", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16393", + "kind": "Struct", + "name": "_POLICY_DEFAULT_QUOTA_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_DEFAULT_QUOTA_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16394", + "kind": "Struct", + "name": "QuotaLimits", + "offset": 0, + "parentId": "16393", + "refId": "2301", + "strLen": 64, + "structTypeName": "_QUOTA_LIMITS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16395", + "kind": "Struct", + "name": "_POLICY_AUDIT_FULL_QUERY_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_AUDIT_FULL_QUERY_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16396", + "kind": "UInt8", + "name": "ShutDownOnFull", + "offset": 0, + "parentId": "16395", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16397", + "kind": "UInt8", + "name": "LogIsFull", + "offset": 1, + "parentId": "16395", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16398", + "kind": "Struct", + "name": "_ETW_TP_EVENT_CALLBACK_ENQUEUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_CALLBACK_ENQUEUE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16399", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16398", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16400", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "16398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16401", + "kind": "Hex8", + "name": "TaskId", + "offset": 1, + "parentId": "16398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16402", + "kind": "Hex8", + "name": "Callback", + "offset": 2, + "parentId": "16398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16403", + "kind": "Hex8", + "name": "Context", + "offset": 3, + "parentId": "16398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16404", + "kind": "Hex8", + "name": "SubProcessTag", + "offset": 4, + "parentId": "16398", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16405", + "kind": "Struct", + "name": "_POLICY_DOMAIN_KERBEROS_TICKET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_DOMAIN_KERBEROS_TICKET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16406", + "kind": "UInt32", + "name": "AuthenticationOptions", + "offset": 0, + "parentId": "16405", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16407", + "kind": "Struct", + "name": "MaxServiceTicketAge", + "offset": 4, + "parentId": "16405", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16408", + "kind": "Struct", + "name": "MaxTicketAge", + "offset": 4, + "parentId": "16405", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16409", + "kind": "Struct", + "name": "MaxRenewAge", + "offset": 4, + "parentId": "16405", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16410", + "kind": "Struct", + "name": "MaxClockSkew", + "offset": 4, + "parentId": "16405", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16411", + "kind": "Struct", + "name": "Reserved", + "offset": 4, + "parentId": "16405", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16412", + "kind": "Struct", + "name": "_POLICY_MACHINE_ACCT_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_MACHINE_ACCT_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16413", + "kind": "UInt32", + "name": "Rid", + "offset": 0, + "parentId": "16412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16414", + "kind": "Hex8", + "name": "Sid", + "offset": 4, + "parentId": "16412", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16415", + "kind": "Struct", + "name": "_POLICY_MACHINE_ACCT_INFO2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_POLICY_MACHINE_ACCT_INFO2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16416", + "kind": "UInt32", + "name": "Rid", + "offset": 0, + "parentId": "16415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16417", + "kind": "Hex8", + "name": "Sid", + "offset": 4, + "parentId": "16415", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16418", + "kind": "Struct", + "name": "ObjectGuid", + "offset": 5, + "parentId": "16415", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16419", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_NAME_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_NAME_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16420", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16419", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16421", + "kind": "Struct", + "name": "_TRUSTED_CONTROLLERS_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_CONTROLLERS_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16422", + "kind": "UInt32", + "name": "Entries", + "offset": 0, + "parentId": "16421", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16423", + "kind": "Struct", + "name": "Names", + "offset": 4, + "parentId": "16421", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16424", + "kind": "Struct", + "name": "_TRUSTED_POSIX_OFFSET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_POSIX_OFFSET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16425", + "kind": "UInt32", + "name": "Offset", + "offset": 0, + "parentId": "16424", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16426", + "kind": "Struct", + "name": "_TRUSTED_PASSWORD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_PASSWORD_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16427", + "kind": "Struct", + "name": "Password", + "offset": 0, + "parentId": "16426", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16428", + "kind": "Struct", + "name": "OldPassword", + "offset": 0, + "parentId": "16426", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16429", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_INFORMATION_EX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16430", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16429", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16431", + "kind": "Struct", + "name": "FlatName", + "offset": 0, + "parentId": "16429", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16432", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16433", + "kind": "UInt32", + "name": "TrustDirection", + "offset": 1, + "parentId": "16429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16434", + "kind": "UInt32", + "name": "TrustType", + "offset": 5, + "parentId": "16429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16435", + "kind": "UInt32", + "name": "TrustAttributes", + "offset": 9, + "parentId": "16429", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16436", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_INFORMATION_EX2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_INFORMATION_EX2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16437", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16436", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16438", + "kind": "Struct", + "name": "FlatName", + "offset": 0, + "parentId": "16436", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16439", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16440", + "kind": "UInt32", + "name": "TrustDirection", + "offset": 1, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16441", + "kind": "UInt32", + "name": "TrustType", + "offset": 5, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16442", + "kind": "UInt32", + "name": "TrustAttributes", + "offset": 9, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16443", + "kind": "UInt32", + "name": "ForestTrustLength", + "offset": 13, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16444", + "kind": "UInt8", + "name": "ForestTrustInfo", + "offset": 17, + "parentId": "16436", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16445", + "kind": "Struct", + "name": "_LSA_AUTH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16446", + "kind": "Struct", + "name": "LastUpdateTime", + "offset": 0, + "parentId": "16445", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16447", + "kind": "UInt32", + "name": "AuthType", + "offset": 0, + "parentId": "16445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16448", + "kind": "UInt32", + "name": "AuthInfoLength", + "offset": 4, + "parentId": "16445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16449", + "kind": "UInt8", + "name": "AuthInfo", + "offset": 8, + "parentId": "16445", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16450", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_AUTH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16451", + "kind": "UInt32", + "name": "IncomingAuthInfos", + "offset": 0, + "parentId": "16450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16452", + "kind": "Struct", + "name": "IncomingAuthenticationInformation", + "offset": 4, + "parentId": "16450", + "refId": "16445", + "strLen": 64, + "structTypeName": "_LSA_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16453", + "kind": "Struct", + "name": "IncomingPreviousAuthenticationInformation", + "offset": 4, + "parentId": "16450", + "refId": "16445", + "strLen": 64, + "structTypeName": "_LSA_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16454", + "kind": "UInt32", + "name": "OutgoingAuthInfos", + "offset": 4, + "parentId": "16450", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16455", + "kind": "Struct", + "name": "OutgoingAuthenticationInformation", + "offset": 8, + "parentId": "16450", + "refId": "16445", + "strLen": 64, + "structTypeName": "_LSA_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16456", + "kind": "Struct", + "name": "OutgoingPreviousAuthenticationInformation", + "offset": 8, + "parentId": "16450", + "refId": "16445", + "strLen": 64, + "structTypeName": "_LSA_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16457", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_FULL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_FULL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16458", + "kind": "Struct", + "name": "Information", + "offset": 0, + "parentId": "16457", + "refId": "16429", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_INFORMATION_EX" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16459", + "kind": "Struct", + "name": "PosixOffset", + "offset": 0, + "parentId": "16457", + "refId": "16424", + "strLen": 64, + "structTypeName": "_TRUSTED_POSIX_OFFSET_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16460", + "kind": "Struct", + "name": "AuthInformation", + "offset": 0, + "parentId": "16457", + "refId": "16450", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16461", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_FULL_INFORMATION2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_FULL_INFORMATION2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16462", + "kind": "Struct", + "name": "Information", + "offset": 0, + "parentId": "16461", + "refId": "16436", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_INFORMATION_EX2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16463", + "kind": "Struct", + "name": "PosixOffset", + "offset": 0, + "parentId": "16461", + "refId": "16424", + "strLen": 64, + "structTypeName": "_TRUSTED_POSIX_OFFSET_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16464", + "kind": "Struct", + "name": "AuthInformation", + "offset": 0, + "parentId": "16461", + "refId": "16450", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_AUTH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16465", + "kind": "Struct", + "name": "_TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16466", + "kind": "UInt32", + "name": "SupportedEncryptionTypes", + "offset": 0, + "parentId": "16465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16467", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_DOMAIN_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16468", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16467", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16469", + "kind": "Struct", + "name": "DnsName", + "offset": 1, + "parentId": "16467", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16470", + "kind": "Struct", + "name": "NetbiosName", + "offset": 1, + "parentId": "16467", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16471", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_SCANNER_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_SCANNER_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16472", + "kind": "Hex8", + "name": "DomainSid", + "offset": 0, + "parentId": "16471", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16473", + "kind": "Struct", + "name": "DnsName", + "offset": 1, + "parentId": "16471", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16474", + "kind": "Struct", + "name": "NetbiosName", + "offset": 1, + "parentId": "16471", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16475", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_BINARY_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_BINARY_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16476", + "kind": "UInt32", + "name": "Length", + "offset": 0, + "parentId": "16475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16477", + "kind": "UInt8", + "name": "Buffer", + "offset": 4, + "parentId": "16475", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16478", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16479", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "16478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16480", + "kind": "UInt32", + "name": "ForestTrustType", + "offset": 4, + "parentId": "16478", + "refId": "417", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16481", + "kind": "Struct", + "name": "Time", + "offset": 8, + "parentId": "16478", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16482", + "kind": "Struct", + "name": "ForestTrustData", + "offset": 8, + "parentId": "16478", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16483", + "kind": "Struct", + "name": "TopLevelName", + "offset": 0, + "parentId": "16482", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16484", + "kind": "Struct", + "name": "DomainInfo", + "offset": 0, + "parentId": "16482", + "refId": "16467", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16485", + "kind": "Struct", + "name": "Data", + "offset": 0, + "parentId": "16482", + "refId": "16475", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_BINARY_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16486", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_RECORD2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_RECORD2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16487", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "16486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16488", + "kind": "UInt32", + "name": "ForestTrustType", + "offset": 4, + "parentId": "16486", + "refId": "417", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16489", + "kind": "Struct", + "name": "Time", + "offset": 8, + "parentId": "16486", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16490", + "kind": "Struct", + "name": "ForestTrustData", + "offset": 8, + "parentId": "16486", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16491", + "kind": "Struct", + "name": "TopLevelName", + "offset": 0, + "parentId": "16490", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16492", + "kind": "Struct", + "name": "DomainInfo", + "offset": 0, + "parentId": "16490", + "refId": "16467", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_DOMAIN_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16493", + "kind": "Struct", + "name": "BinaryData", + "offset": 0, + "parentId": "16490", + "refId": "16475", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_BINARY_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16494", + "kind": "Struct", + "name": "ScannerInfo", + "offset": 0, + "parentId": "16490", + "refId": "16471", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_SCANNER_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16495", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16496", + "kind": "UInt32", + "name": "RecordCount", + "offset": 0, + "parentId": "16495", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16497", + "kind": "Pointer64", + "name": "Entries", + "offset": 4, + "parentId": "16495", + "refId": "16478", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16498", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_INFORMATION2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_INFORMATION2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16499", + "kind": "UInt32", + "name": "RecordCount", + "offset": 0, + "parentId": "16498", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16500", + "kind": "Pointer64", + "name": "Entries", + "offset": 4, + "parentId": "16498", + "refId": "16486", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16501", + "kind": "Struct", + "name": "_LOAD_DLL_EVENT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOAD_DLL_EVENT_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "16502", + "kind": "Array", + "name": "ImageName", + "offset": 0, + "parentId": "16501", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16503", + "kind": "Struct", + "name": "_LSA_FOREST_TRUST_COLLISION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_FOREST_TRUST_COLLISION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16504", + "kind": "UInt32", + "name": "RecordCount", + "offset": 0, + "parentId": "16503", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16505", + "kind": "Pointer64", + "name": "Entries", + "offset": 4, + "parentId": "16503", + "refId": "14982", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16506", + "kind": "Struct", + "name": "_CI_LOG_SCHEDULER_WAKEUP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_SCHEDULER_WAKEUP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16507", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16506", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16508", + "kind": "UInt32", + "name": "Reason", + "offset": 0, + "parentId": "16506", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16509", + "kind": "Struct", + "name": "_LSA_LAST_INTER_LOGON_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LSA_LAST_INTER_LOGON_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16510", + "kind": "Struct", + "name": "LastSuccessfulLogon", + "offset": 0, + "parentId": "16509", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16511", + "kind": "Struct", + "name": "LastFailedLogon", + "offset": 0, + "parentId": "16509", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16512", + "kind": "UInt32", + "name": "FailedAttemptCountSinceLastSuccessfulLogon", + "offset": 0, + "parentId": "16509", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16513", + "kind": "Struct", + "name": "_SECURITY_LOGON_SESSION_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SECURITY_LOGON_SESSION_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16514", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "16513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16515", + "kind": "Struct", + "name": "LogonId", + "offset": 4, + "parentId": "16513", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16516", + "kind": "Struct", + "name": "UserName", + "offset": 4, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16517", + "kind": "Struct", + "name": "LogonDomain", + "offset": 4, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16518", + "kind": "Struct", + "name": "AuthenticationPackage", + "offset": 4, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16519", + "kind": "UInt32", + "name": "LogonType", + "offset": 4, + "parentId": "16513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16520", + "kind": "UInt32", + "name": "Session", + "offset": 8, + "parentId": "16513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16521", + "kind": "Hex8", + "name": "Sid", + "offset": 12, + "parentId": "16513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16522", + "kind": "Struct", + "name": "LogonTime", + "offset": 13, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16523", + "kind": "Struct", + "name": "LogonServer", + "offset": 13, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16524", + "kind": "Struct", + "name": "DnsDomainName", + "offset": 13, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16525", + "kind": "Struct", + "name": "Upn", + "offset": 13, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16526", + "kind": "UInt32", + "name": "UserFlags", + "offset": 13, + "parentId": "16513", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16527", + "kind": "Struct", + "name": "LastLogonInfo", + "offset": 17, + "parentId": "16513", + "refId": "16509", + "strLen": 64, + "structTypeName": "_LSA_LAST_INTER_LOGON_INFO" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16528", + "kind": "Struct", + "name": "LogonScript", + "offset": 17, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16529", + "kind": "Struct", + "name": "ProfilePath", + "offset": 17, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16530", + "kind": "Struct", + "name": "HomeDirectory", + "offset": 17, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16531", + "kind": "Struct", + "name": "HomeDirectoryDrive", + "offset": 17, + "parentId": "16513", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16532", + "kind": "Struct", + "name": "LogoffTime", + "offset": 17, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16533", + "kind": "Struct", + "name": "KickOffTime", + "offset": 17, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16534", + "kind": "Struct", + "name": "PasswordLastSet", + "offset": 17, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16535", + "kind": "Struct", + "name": "PasswordCanChange", + "offset": 17, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16536", + "kind": "Struct", + "name": "PasswordMustChange", + "offset": 17, + "parentId": "16513", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16537", + "kind": "Struct", + "name": "_CENTRAL_ACCESS_POLICY_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CENTRAL_ACCESS_POLICY_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16538", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16539", + "kind": "Struct", + "name": "Description", + "offset": 0, + "parentId": "16537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16540", + "kind": "Struct", + "name": "ChangeId", + "offset": 0, + "parentId": "16537", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16541", + "kind": "UInt32", + "name": "LengthAppliesTo", + "offset": 0, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16542", + "kind": "UInt8", + "name": "AppliesTo", + "offset": 4, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16543", + "kind": "UInt32", + "name": "LengthSD", + "offset": 5, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16544", + "kind": "Hex8", + "name": "SD", + "offset": 9, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16545", + "kind": "UInt32", + "name": "LengthStagedSD", + "offset": 10, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16546", + "kind": "Hex8", + "name": "StagedSD", + "offset": 14, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16547", + "kind": "UInt32", + "name": "Flags", + "offset": 15, + "parentId": "16537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16548", + "kind": "Struct", + "name": "_CENTRAL_ACCESS_POLICY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CENTRAL_ACCESS_POLICY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16549", + "kind": "Hex8", + "name": "CAPID", + "offset": 0, + "parentId": "16548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16550", + "kind": "Struct", + "name": "Name", + "offset": 1, + "parentId": "16548", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16551", + "kind": "Struct", + "name": "Description", + "offset": 1, + "parentId": "16548", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16552", + "kind": "Struct", + "name": "ChangeId", + "offset": 1, + "parentId": "16548", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16553", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "16548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16554", + "kind": "UInt32", + "name": "CAPECount", + "offset": 5, + "parentId": "16548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16555", + "kind": "Pointer64", + "name": "CAPEs", + "offset": 9, + "parentId": "16548", + "refId": "16537", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16556", + "kind": "Struct", + "name": "_NEGOTIATE_PACKAGE_PREFIX", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_PACKAGE_PREFIX" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16557", + "kind": "UInt64", + "name": "PackageId", + "offset": 0, + "parentId": "16556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16558", + "kind": "Hex8", + "name": "PackageDataA", + "offset": 8, + "parentId": "16556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16559", + "kind": "Hex8", + "name": "PackageDataW", + "offset": 9, + "parentId": "16556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16560", + "kind": "UInt64", + "name": "PrefixLen", + "offset": 10, + "parentId": "16556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "16561", + "kind": "Array", + "name": "Prefix", + "offset": 18, + "parentId": "16556", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16562", + "kind": "Struct", + "name": "_NEGOTIATE_PACKAGE_PREFIXES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_PACKAGE_PREFIXES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16563", + "kind": "UInt32", + "name": "MessageType", + "offset": 0, + "parentId": "16562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16564", + "kind": "UInt32", + "name": "PrefixCount", + "offset": 4, + "parentId": "16562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16565", + "kind": "UInt32", + "name": "Offset", + "offset": 8, + "parentId": "16562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16566", + "kind": "UInt32", + "name": "Pad", + "offset": 12, + "parentId": "16562", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16567", + "kind": "Struct", + "name": "_NEGOTIATE_CALLER_NAME_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_CALLER_NAME_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16568", + "kind": "UInt32", + "name": "MessageType", + "offset": 0, + "parentId": "16567", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16569", + "kind": "Struct", + "name": "LogonId", + "offset": 4, + "parentId": "16567", + "refId": "450", + "strLen": 64, + "structTypeName": "_LUID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16570", + "kind": "Struct", + "name": "_NEGOTIATE_CALLER_NAME_RESPONSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_CALLER_NAME_RESPONSE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16571", + "kind": "UInt32", + "name": "MessageType", + "offset": 0, + "parentId": "16570", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16572", + "kind": "Struct", + "name": "CallerName", + "offset": 4, + "parentId": "16570", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16573", + "kind": "Struct", + "name": "_NEGOTIATE_PACKAGE_NAMES", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_PACKAGE_NAMES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16574", + "kind": "UInt32", + "name": "NamesCount", + "offset": 0, + "parentId": "16573", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "16575", + "kind": "Array", + "name": "Names", + "offset": 4, + "parentId": "16573", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16576", + "kind": "Struct", + "name": "_NEGOTIATE_PACKAGE_PREFIX_WOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_PACKAGE_PREFIX_WOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16577", + "kind": "UInt32", + "name": "PackageId", + "offset": 0, + "parentId": "16576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16578", + "kind": "UInt32", + "name": "PackageDataA", + "offset": 4, + "parentId": "16576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16579", + "kind": "UInt32", + "name": "PackageDataW", + "offset": 8, + "parentId": "16576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16580", + "kind": "UInt32", + "name": "PrefixLen", + "offset": 12, + "parentId": "16576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 32, + "collapsed": false, + "elementKind": "UInt8", + "id": "16581", + "kind": "Array", + "name": "Prefix", + "offset": 16, + "parentId": "16576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16582", + "kind": "Struct", + "name": "_NEGOTIATE_CALLER_NAME_RESPONSE_WOW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NEGOTIATE_CALLER_NAME_RESPONSE_WOW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16583", + "kind": "UInt32", + "name": "MessageType", + "offset": 0, + "parentId": "16582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16584", + "kind": "UInt32", + "name": "CallerName", + "offset": 4, + "parentId": "16582", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16585", + "kind": "Struct", + "name": "_PERFINFO_FILEOBJECT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILEOBJECT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16586", + "kind": "Hex8", + "name": "FileObject", + "offset": 0, + "parentId": "16585", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16587", + "kind": "Struct", + "name": "_SAM_SID_ENUMERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_SID_ENUMERATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16588", + "kind": "Hex8", + "name": "Sid", + "offset": 0, + "parentId": "16587", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16589", + "kind": "Struct", + "name": "Name", + "offset": 1, + "parentId": "16587", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16590", + "kind": "Struct", + "name": "_SAM_BYTE_ARRAY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_BYTE_ARRAY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16591", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "16590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16592", + "kind": "UInt8", + "name": "Data", + "offset": 4, + "parentId": "16590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16593", + "kind": "Struct", + "name": "_DOMAIN_GENERAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_GENERAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16594", + "kind": "Struct", + "name": "ForceLogoff", + "offset": 0, + "parentId": "16593", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16595", + "kind": "Struct", + "name": "OemInformation", + "offset": 0, + "parentId": "16593", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16596", + "kind": "Struct", + "name": "DomainName", + "offset": 0, + "parentId": "16593", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16597", + "kind": "Struct", + "name": "ReplicaSourceNodeName", + "offset": 0, + "parentId": "16593", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16598", + "kind": "Struct", + "name": "DomainModifiedCount", + "offset": 0, + "parentId": "16593", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16599", + "kind": "UInt32", + "name": "DomainServerState", + "offset": 0, + "parentId": "16593", + "refId": "422", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16600", + "kind": "UInt32", + "name": "DomainServerRole", + "offset": 4, + "parentId": "16593", + "refId": "423", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16601", + "kind": "UInt8", + "name": "UasCompatibilityRequired", + "offset": 8, + "parentId": "16593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16602", + "kind": "UInt32", + "name": "UserCount", + "offset": 9, + "parentId": "16593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16603", + "kind": "UInt32", + "name": "GroupCount", + "offset": 13, + "parentId": "16593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16604", + "kind": "UInt32", + "name": "AliasCount", + "offset": 17, + "parentId": "16593", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16605", + "kind": "Struct", + "name": "_DOMAIN_GENERAL_INFORMATION2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_GENERAL_INFORMATION2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16606", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "16605", + "refId": "16593", + "strLen": 64, + "structTypeName": "_DOMAIN_GENERAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16607", + "kind": "Struct", + "name": "LockoutDuration", + "offset": 0, + "parentId": "16605", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16608", + "kind": "Struct", + "name": "LockoutObservationWindow", + "offset": 0, + "parentId": "16605", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16609", + "kind": "UInt16", + "name": "LockoutThreshold", + "offset": 0, + "parentId": "16605", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16610", + "kind": "Struct", + "name": "_DOMAIN_UAS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_UAS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16611", + "kind": "UInt8", + "name": "UasCompatibilityRequired", + "offset": 0, + "parentId": "16610", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16612", + "kind": "Struct", + "name": "_DOMAIN_PASSWORD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_PASSWORD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16613", + "kind": "UInt16", + "name": "MinPasswordLength", + "offset": 0, + "parentId": "16612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16614", + "kind": "UInt16", + "name": "PasswordHistoryLength", + "offset": 2, + "parentId": "16612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16615", + "kind": "UInt32", + "name": "PasswordProperties", + "offset": 4, + "parentId": "16612", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16616", + "kind": "Struct", + "name": "MaxPasswordAge", + "offset": 8, + "parentId": "16612", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16617", + "kind": "Struct", + "name": "MinPasswordAge", + "offset": 8, + "parentId": "16612", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16618", + "kind": "Struct", + "name": "_DOMAIN_LOGOFF_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOGOFF_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16619", + "kind": "Struct", + "name": "ForceLogoff", + "offset": 0, + "parentId": "16618", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16620", + "kind": "Struct", + "name": "_DOMAIN_OEM_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_OEM_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16621", + "kind": "Struct", + "name": "OemInformation", + "offset": 0, + "parentId": "16620", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16622", + "kind": "Struct", + "name": "_DOMAIN_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16623", + "kind": "Struct", + "name": "DomainName", + "offset": 0, + "parentId": "16622", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16624", + "kind": "Struct", + "name": "_DOMAIN_SERVER_ROLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_SERVER_ROLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16625", + "kind": "UInt32", + "name": "DomainServerRole", + "offset": 0, + "parentId": "16624", + "refId": "423", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16626", + "kind": "Struct", + "name": "_DOMAIN_REPLICATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_REPLICATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16627", + "kind": "Struct", + "name": "ReplicaSourceNodeName", + "offset": 0, + "parentId": "16626", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16628", + "kind": "Struct", + "name": "_DOMAIN_MODIFIED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_MODIFIED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16629", + "kind": "Struct", + "name": "DomainModifiedCount", + "offset": 0, + "parentId": "16628", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16630", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "16628", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16631", + "kind": "Struct", + "name": "_DOMAIN_MODIFIED_INFORMATION2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_MODIFIED_INFORMATION2" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16632", + "kind": "Struct", + "name": "DomainModifiedCount", + "offset": 0, + "parentId": "16631", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16633", + "kind": "Struct", + "name": "CreationTime", + "offset": 0, + "parentId": "16631", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16634", + "kind": "Struct", + "name": "ModifiedCountAtLastPromotion", + "offset": 0, + "parentId": "16631", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16635", + "kind": "Struct", + "name": "_DOMAIN_STATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_STATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16636", + "kind": "UInt32", + "name": "DomainServerState", + "offset": 0, + "parentId": "16635", + "refId": "422", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16637", + "kind": "Struct", + "name": "_DOMAIN_LOCKOUT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_LOCKOUT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16638", + "kind": "Struct", + "name": "LockoutDuration", + "offset": 0, + "parentId": "16637", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16639", + "kind": "Struct", + "name": "LockoutObservationWindow", + "offset": 0, + "parentId": "16637", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16640", + "kind": "UInt16", + "name": "LockoutThreshold", + "offset": 0, + "parentId": "16637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16641", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_USER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_USER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16642", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "16641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16643", + "kind": "UInt32", + "name": "Rid", + "offset": 4, + "parentId": "16641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16644", + "kind": "UInt32", + "name": "AccountControl", + "offset": 8, + "parentId": "16641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16645", + "kind": "Struct", + "name": "LogonName", + "offset": 12, + "parentId": "16641", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16646", + "kind": "Struct", + "name": "AdminComment", + "offset": 12, + "parentId": "16641", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16647", + "kind": "Struct", + "name": "FullName", + "offset": 12, + "parentId": "16641", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16648", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_MACHINE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_MACHINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16649", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "16648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16650", + "kind": "UInt32", + "name": "Rid", + "offset": 4, + "parentId": "16648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16651", + "kind": "UInt32", + "name": "AccountControl", + "offset": 8, + "parentId": "16648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16652", + "kind": "Struct", + "name": "Machine", + "offset": 12, + "parentId": "16648", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16653", + "kind": "Struct", + "name": "Comment", + "offset": 12, + "parentId": "16648", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16654", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_GROUP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_GROUP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16655", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "16654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16656", + "kind": "UInt32", + "name": "Rid", + "offset": 4, + "parentId": "16654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16657", + "kind": "UInt32", + "name": "Attributes", + "offset": 8, + "parentId": "16654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16658", + "kind": "Struct", + "name": "Group", + "offset": 12, + "parentId": "16654", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16659", + "kind": "Struct", + "name": "Comment", + "offset": 12, + "parentId": "16654", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16660", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_OEM_USER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_OEM_USER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16661", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "16660", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16662", + "kind": "Struct", + "name": "User", + "offset": 4, + "parentId": "16660", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16663", + "kind": "Struct", + "name": "_DOMAIN_DISPLAY_OEM_GROUP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_DOMAIN_DISPLAY_OEM_GROUP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16664", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "16663", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16665", + "kind": "Struct", + "name": "Group", + "offset": 4, + "parentId": "16663", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16666", + "kind": "Struct", + "name": "_PERFINFO_MARK_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MARK_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16667", + "kind": "UInt32", + "name": "TranId", + "offset": 0, + "parentId": "16666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16668", + "kind": "UInt8", + "name": "Level", + "offset": 4, + "parentId": "16666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16669", + "kind": "UInt8", + "name": "AppId", + "offset": 5, + "parentId": "16666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16670", + "kind": "UInt16", + "name": "OpId", + "offset": 6, + "parentId": "16666", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "16671", + "kind": "Array", + "name": "Text", + "offset": 8, + "parentId": "16666", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16672", + "kind": "Struct", + "name": "_GROUP_GENERAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_GENERAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16673", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16672", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16674", + "kind": "UInt32", + "name": "Attributes", + "offset": 0, + "parentId": "16672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16675", + "kind": "UInt32", + "name": "MemberCount", + "offset": 4, + "parentId": "16672", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16676", + "kind": "Struct", + "name": "AdminComment", + "offset": 8, + "parentId": "16672", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16677", + "kind": "Struct", + "name": "_GROUP_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16678", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16677", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16679", + "kind": "Struct", + "name": "_GROUP_ATTRIBUTE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_ATTRIBUTE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16680", + "kind": "UInt32", + "name": "Attributes", + "offset": 0, + "parentId": "16679", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16681", + "kind": "Struct", + "name": "_GROUP_ADM_COMMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_GROUP_ADM_COMMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16682", + "kind": "Struct", + "name": "AdminComment", + "offset": 0, + "parentId": "16681", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16683", + "kind": "Struct", + "name": "_ALIAS_GENERAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALIAS_GENERAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16684", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16683", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16685", + "kind": "UInt32", + "name": "MemberCount", + "offset": 0, + "parentId": "16683", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16686", + "kind": "Struct", + "name": "AdminComment", + "offset": 4, + "parentId": "16683", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16687", + "kind": "Struct", + "name": "_ALIAS_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALIAS_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16688", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "16687", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16689", + "kind": "Struct", + "name": "_ALIAS_ADM_COMMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALIAS_ADM_COMMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16690", + "kind": "Struct", + "name": "AdminComment", + "offset": 0, + "parentId": "16689", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16691", + "kind": "Struct", + "name": "_ALIAS_EXTENDED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ALIAS_EXTENDED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16692", + "kind": "UInt32", + "name": "WhichFields", + "offset": 0, + "parentId": "16691", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16693", + "kind": "Struct", + "name": "ShellAdminObjectProperties", + "offset": 4, + "parentId": "16691", + "refId": "14582", + "strLen": 64, + "structTypeName": "_SAM_BYTE_ARRAY_32K" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16694", + "kind": "Struct", + "name": "_USER_GENERAL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_GENERAL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16695", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "16694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16696", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "16694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16697", + "kind": "UInt32", + "name": "PrimaryGroupId", + "offset": 0, + "parentId": "16694", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16698", + "kind": "Struct", + "name": "AdminComment", + "offset": 4, + "parentId": "16694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16699", + "kind": "Struct", + "name": "UserComment", + "offset": 4, + "parentId": "16694", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16700", + "kind": "Struct", + "name": "_WMI_DISKIO_IO_REDIRECTED_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_DISKIO_IO_REDIRECTED_INIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16701", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "16700", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16702", + "kind": "Hex8", + "name": "FileKey", + "offset": 1, + "parentId": "16700", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16703", + "kind": "Struct", + "name": "_PERFINFO_FILE_SIMPLE_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_SIMPLE_OPERATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16704", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "16703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16705", + "kind": "UInt64", + "name": "FileObject", + "offset": 8, + "parentId": "16703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16706", + "kind": "UInt64", + "name": "FileKey", + "offset": 16, + "parentId": "16703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16707", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 24, + "parentId": "16703", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16708", + "kind": "Struct", + "name": "_USER_LOGON_HOURS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_LOGON_HOURS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16709", + "kind": "Struct", + "name": "LogonHours", + "offset": 0, + "parentId": "16708", + "refId": "14485", + "strLen": 64, + "structTypeName": "_LOGON_HOURS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16710", + "kind": "Struct", + "name": "_PERFINFO_FILE_OPERATION_END", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_OPERATION_END" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16711", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "16710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16712", + "kind": "UInt64", + "name": "ExtraInformation", + "offset": 8, + "parentId": "16710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16713", + "kind": "Int32", + "name": "Status", + "offset": 16, + "parentId": "16710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16714", + "kind": "Struct", + "name": "_USER_ACCOUNT_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ACCOUNT_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16715", + "kind": "Struct", + "name": "UserName", + "offset": 0, + "parentId": "16714", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16716", + "kind": "Struct", + "name": "_PERFINFO_FLT_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FLT_OPERATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16717", + "kind": "Hex8", + "name": "RoutineAddr", + "offset": 0, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16718", + "kind": "Hex8", + "name": "FileObject", + "offset": 1, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16719", + "kind": "Hex8", + "name": "FsContext", + "offset": 2, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16720", + "kind": "Hex8", + "name": "IrpPtr", + "offset": 3, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16721", + "kind": "Hex8", + "name": "CbdPtr", + "offset": 4, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16722", + "kind": "Int32", + "name": "MajorFunction", + "offset": 5, + "parentId": "16716", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16723", + "kind": "Struct", + "name": "_USER_FULL_NAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_FULL_NAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16724", + "kind": "Struct", + "name": "FullName", + "offset": 0, + "parentId": "16723", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16725", + "kind": "Struct", + "name": "_USER_PRIMARY_GROUP_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_PRIMARY_GROUP_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16726", + "kind": "UInt32", + "name": "PrimaryGroupId", + "offset": 0, + "parentId": "16725", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16727", + "kind": "Struct", + "name": "_USER_HOME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_HOME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16728", + "kind": "Struct", + "name": "HomeDirectory", + "offset": 0, + "parentId": "16727", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16729", + "kind": "Struct", + "name": "HomeDirectoryDrive", + "offset": 0, + "parentId": "16727", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16730", + "kind": "Struct", + "name": "_USER_SCRIPT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_SCRIPT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16731", + "kind": "Struct", + "name": "ScriptPath", + "offset": 0, + "parentId": "16730", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16732", + "kind": "Struct", + "name": "_USER_PROFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_PROFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16733", + "kind": "Struct", + "name": "ProfilePath", + "offset": 0, + "parentId": "16732", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16734", + "kind": "Struct", + "name": "_USER_ADMIN_COMMENT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ADMIN_COMMENT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16735", + "kind": "Struct", + "name": "AdminComment", + "offset": 0, + "parentId": "16734", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16736", + "kind": "Struct", + "name": "_USER_WORKSTATIONS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_WORKSTATIONS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16737", + "kind": "Struct", + "name": "WorkStations", + "offset": 0, + "parentId": "16736", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16738", + "kind": "Struct", + "name": "_USER_SET_PASSWORD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_SET_PASSWORD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16739", + "kind": "Struct", + "name": "Password", + "offset": 0, + "parentId": "16738", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16740", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 0, + "parentId": "16738", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16741", + "kind": "Struct", + "name": "_USER_CONTROL_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_CONTROL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16742", + "kind": "UInt32", + "name": "UserAccountControl", + "offset": 0, + "parentId": "16741", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16743", + "kind": "Struct", + "name": "_USER_EXPIRES_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_EXPIRES_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16744", + "kind": "Struct", + "name": "AccountExpires", + "offset": 0, + "parentId": "16743", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16745", + "kind": "Struct", + "name": "_CYPHER_BLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CYPHER_BLOCK" + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "16746", + "kind": "Array", + "name": "data", + "offset": 0, + "parentId": "16745", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16747", + "kind": "Struct", + "name": "_ENCRYPTED_NT_OWF_PASSWORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_NT_OWF_PASSWORD" + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "16748", + "kind": "Array", + "name": "data", + "offset": 0, + "parentId": "16747", + "refId": "16745", + "strLen": 64, + "structTypeName": "_CYPHER_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16749", + "kind": "Struct", + "name": "_ENCRYPTED_LM_OWF_PASSWORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_LM_OWF_PASSWORD" + }, + { + "arrayLen": 2, + "collapsed": true, + "elementKind": "Struct", + "id": "16750", + "kind": "Array", + "name": "data", + "offset": 0, + "parentId": "16749", + "refId": "16745", + "strLen": 64, + "structTypeName": "_CYPHER_BLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16751", + "kind": "Struct", + "name": "_USER_INTERNAL1_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL1_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16752", + "kind": "Struct", + "name": "EncryptedNtOwfPassword", + "offset": 0, + "parentId": "16751", + "refId": "16747", + "strLen": 64, + "structTypeName": "_ENCRYPTED_NT_OWF_PASSWORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16753", + "kind": "Struct", + "name": "EncryptedLmOwfPassword", + "offset": 0, + "parentId": "16751", + "refId": "16749", + "strLen": 64, + "structTypeName": "_ENCRYPTED_LM_OWF_PASSWORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16754", + "kind": "UInt8", + "name": "NtPasswordPresent", + "offset": 0, + "parentId": "16751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16755", + "kind": "UInt8", + "name": "LmPasswordPresent", + "offset": 1, + "parentId": "16751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16756", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 2, + "parentId": "16751", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16757", + "kind": "Struct", + "name": "_USER_INTERNAL2_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL2_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16758", + "kind": "UInt32", + "name": "StatisticsToApply", + "offset": 0, + "parentId": "16757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16759", + "kind": "Struct", + "name": "LastLogon", + "offset": 4, + "parentId": "16757", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16760", + "kind": "Struct", + "name": "LastLogoff", + "offset": 4, + "parentId": "16757", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16761", + "kind": "UInt16", + "name": "BadPasswordCount", + "offset": 4, + "parentId": "16757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16762", + "kind": "UInt16", + "name": "LogonCount", + "offset": 6, + "parentId": "16757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16763", + "kind": "Struct", + "name": "_USER_PARAMETERS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_PARAMETERS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16764", + "kind": "Struct", + "name": "Parameters", + "offset": 0, + "parentId": "16763", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16765", + "kind": "Struct", + "name": "_USER_INTERNAL3_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL3_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16766", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "16765", + "refId": "14488", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16767", + "kind": "Struct", + "name": "LastBadPasswordTime", + "offset": 0, + "parentId": "16765", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16768", + "kind": "Struct", + "name": "_ENCRYPTED_USER_PASSWORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD" + }, + { + "arrayLen": 516, + "collapsed": false, + "elementKind": "UInt8", + "id": "16769", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "16768", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16770", + "kind": "Struct", + "name": "_USER_INTERNAL4_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL4_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16771", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "16770", + "refId": "14488", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16772", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16770", + "refId": "16768", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16773", + "kind": "Struct", + "name": "_USER_INTERNAL5_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL5_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16774", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16773", + "refId": "16768", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16775", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 0, + "parentId": "16773", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16776", + "kind": "Struct", + "name": "_ENCRYPTED_USER_PASSWORD_NEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD_NEW" + }, + { + "arrayLen": 532, + "collapsed": false, + "elementKind": "UInt8", + "id": "16777", + "kind": "Array", + "name": "Buffer", + "offset": 0, + "parentId": "16776", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16778", + "kind": "Struct", + "name": "_USER_INTERNAL4_INFORMATION_NEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL4_INFORMATION_NEW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16779", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "16778", + "refId": "14488", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16780", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16778", + "refId": "16776", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD_NEW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16781", + "kind": "Struct", + "name": "_USER_INTERNAL5_INFORMATION_NEW", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL5_INFORMATION_NEW" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16782", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16781", + "refId": "16776", + "strLen": 64, + "structTypeName": "_ENCRYPTED_USER_PASSWORD_NEW" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16783", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 0, + "parentId": "16781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16784", + "kind": "Struct", + "name": "_USER_ALLOWED_TO_DELEGATE_TO_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_ALLOWED_TO_DELEGATE_TO_LIST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16785", + "kind": "UInt32", + "name": "Size", + "offset": 0, + "parentId": "16784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16786", + "kind": "UInt32", + "name": "NumSPNs", + "offset": 4, + "parentId": "16784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "16787", + "kind": "Array", + "name": "SPNList", + "offset": 8, + "parentId": "16784", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16788", + "kind": "Struct", + "name": "_WMI_PNP_RECORD_V4", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PNP_RECORD_V4" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16789", + "kind": "Struct", + "name": "ClassGuid", + "offset": 0, + "parentId": "16788", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16790", + "kind": "UInt32", + "name": "UpperFilterCount", + "offset": 0, + "parentId": "16788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16791", + "kind": "UInt32", + "name": "LowerFilterCount", + "offset": 4, + "parentId": "16788", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "16792", + "kind": "Array", + "name": "Strings", + "offset": 8, + "parentId": "16788", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16793", + "kind": "Struct", + "name": "_USER_EXTENDED_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_EXTENDED_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16794", + "kind": "UInt32", + "name": "ExtendedWhichFields", + "offset": 0, + "parentId": "16793", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16795", + "kind": "Struct", + "name": "UserTile", + "offset": 4, + "parentId": "16793", + "refId": "14582", + "strLen": 64, + "structTypeName": "_SAM_BYTE_ARRAY_32K" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16796", + "kind": "Struct", + "name": "PasswordHint", + "offset": 4, + "parentId": "16793", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16797", + "kind": "UInt8", + "name": "DontShowInLogonUI", + "offset": 4, + "parentId": "16793", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16798", + "kind": "Struct", + "name": "ShellAdminObjectProperties", + "offset": 5, + "parentId": "16793", + "refId": "14582", + "strLen": 64, + "structTypeName": "_SAM_BYTE_ARRAY_32K" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16799", + "kind": "Struct", + "name": "_PERFINFO_PAGE_RANGE_IDENTITY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PAGE_RANGE_IDENTITY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16800", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "16799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16801", + "kind": "Hex8", + "name": "ProtoPteAddress", + "offset": 0, + "parentId": "16800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16802", + "kind": "UInt64", + "name": "PageFrameIndex", + "offset": 0, + "parentId": "16800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16803", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "16800", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16804", + "kind": "UInt64", + "name": "PageCount", + "offset": 8, + "parentId": "16799", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16805", + "kind": "Struct", + "name": "_PERFINFO_PAGECOMBINE_AGGREGATE_STAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PAGECOMBINE_AGGREGATE_STAT" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 6, + "name": "StatType" + }, + { + "bitOffset": 6, + "bitWidth": 26, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "16806", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16807", + "kind": "UInt32", + "name": "CombineScanCount", + "offset": 4, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16808", + "kind": "UInt64", + "name": "PagesScanned", + "offset": 8, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16809", + "kind": "UInt64", + "name": "PagesCombined", + "offset": 16, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16810", + "kind": "Int32", + "name": "CombinedBlocksInUse", + "offset": 24, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16811", + "kind": "Int32", + "name": "SumCombinedBlocksReferenceCount", + "offset": 28, + "parentId": "16805", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16812", + "kind": "Struct", + "name": "_USER_INTERNAL7_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL7_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16813", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16812", + "refId": "14563", + "strLen": 64, + "structTypeName": "_ENCRYPTED_PASSWORD_AES" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16814", + "kind": "UInt8", + "name": "PasswordExpired", + "offset": 0, + "parentId": "16812", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16815", + "kind": "Struct", + "name": "_USER_INTERNAL8_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_INTERNAL8_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16816", + "kind": "Struct", + "name": "I1", + "offset": 0, + "parentId": "16815", + "refId": "14488", + "strLen": 64, + "structTypeName": "_USER_ALL_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16817", + "kind": "Struct", + "name": "UserPassword", + "offset": 0, + "parentId": "16815", + "refId": "14563", + "strLen": 64, + "structTypeName": "_ENCRYPTED_PASSWORD_AES" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16818", + "kind": "Struct", + "name": "_USER_PWD_CHANGE_FAILURE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_USER_PWD_CHANGE_FAILURE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16819", + "kind": "UInt32", + "name": "ExtendedFailureReason", + "offset": 0, + "parentId": "16818", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16820", + "kind": "Struct", + "name": "FilterModuleName", + "offset": 4, + "parentId": "16818", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16821", + "kind": "Struct", + "name": "_SAM_GROUP_MEMBER_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_GROUP_MEMBER_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16822", + "kind": "UInt32", + "name": "MemberRid", + "offset": 0, + "parentId": "16821", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16823", + "kind": "Struct", + "name": "_SAM_ALIAS_MEMBER_ID", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_ALIAS_MEMBER_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16824", + "kind": "Hex8", + "name": "MemberSid", + "offset": 0, + "parentId": "16823", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16825", + "kind": "Struct", + "name": "_SAM_DELTA_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_DELTA_DATA" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16826", + "kind": "Struct", + "name": "GroupMemberId", + "offset": 0, + "parentId": "16825", + "refId": "16821", + "strLen": 64, + "structTypeName": "_SAM_GROUP_MEMBER_ID" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16827", + "kind": "Struct", + "name": "AliasMemberId", + "offset": 0, + "parentId": "16825", + "refId": "16823", + "strLen": 64, + "structTypeName": "_SAM_ALIAS_MEMBER_ID" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16828", + "kind": "UInt32", + "name": "AccountControl", + "offset": 0, + "parentId": "16825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16829", + "kind": "Struct", + "name": "_SAM_VALIDATE_STANDARD_OUTPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_STANDARD_OUTPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16830", + "kind": "Struct", + "name": "ChangedPersistedFields", + "offset": 0, + "parentId": "16829", + "refId": "14912", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PERSISTED_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16831", + "kind": "UInt32", + "name": "ValidationStatus", + "offset": 0, + "parentId": "16829", + "refId": "434", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16832", + "kind": "Struct", + "name": "_SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16833", + "kind": "Struct", + "name": "InputPersistedFields", + "offset": 0, + "parentId": "16832", + "refId": "14912", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PERSISTED_FIELDS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16834", + "kind": "Struct", + "name": "ClearPassword", + "offset": 0, + "parentId": "16832", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16835", + "kind": "Struct", + "name": "UserAccountName", + "offset": 0, + "parentId": "16832", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16836", + "kind": "Struct", + "name": "HashedPassword", + "offset": 0, + "parentId": "16832", + "refId": "14905", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_HASH" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16837", + "kind": "UInt8", + "name": "PasswordMustChangeAtNextLogon", + "offset": 0, + "parentId": "16832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16838", + "kind": "UInt8", + "name": "ClearLockout", + "offset": 1, + "parentId": "16832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16839", + "kind": "Struct", + "name": "_HEAP_AFINITY_MANAGER_ENABLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_AFINITY_MANAGER_ENABLE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16840", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "16839", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16841", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "16839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16842", + "kind": "UInt32", + "name": "BucketIndex", + "offset": 1, + "parentId": "16839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16843", + "kind": "Struct", + "name": "_SAM_VALIDATE_INPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16844", + "kind": "Struct", + "name": "ValidateAuthenticationInput", + "offset": 0, + "parentId": "16843", + "refId": "14930", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_AUTHENTICATION_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16845", + "kind": "Struct", + "name": "ValidatePasswordChangeInput", + "offset": 0, + "parentId": "16843", + "refId": "14920", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16846", + "kind": "Struct", + "name": "ValidatePasswordResetInput", + "offset": 0, + "parentId": "16843", + "refId": "16832", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16847", + "kind": "Struct", + "name": "_SAM_VALIDATE_OUTPUT_ARG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_OUTPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16848", + "kind": "Struct", + "name": "ValidateAuthenticationOutput", + "offset": 0, + "parentId": "16847", + "refId": "16829", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_STANDARD_OUTPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16849", + "kind": "Struct", + "name": "ValidatePasswordChangeOutput", + "offset": 0, + "parentId": "16847", + "refId": "16829", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_STANDARD_OUTPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16850", + "kind": "Struct", + "name": "ValidatePasswordResetOutput", + "offset": 0, + "parentId": "16847", + "refId": "16829", + "strLen": 64, + "structTypeName": "_SAM_VALIDATE_STANDARD_OUTPUT_ARG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16851", + "kind": "Struct", + "name": "_SAM_OPERATION_OBJCHG_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_OPERATION_OBJCHG_INPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16852", + "kind": "UInt8", + "name": "Register", + "offset": 0, + "parentId": "16851", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16853", + "kind": "UInt64", + "name": "EventHandle", + "offset": 1, + "parentId": "16851", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16854", + "kind": "UInt32", + "name": "ObjectType", + "offset": 9, + "parentId": "16851", + "refId": "431", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16855", + "kind": "UInt32", + "name": "ProcessID", + "offset": 13, + "parentId": "16851", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16856", + "kind": "Struct", + "name": "_SAM_OPERATION_OBJCHG_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_OPERATION_OBJCHG_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16857", + "kind": "UInt32", + "name": "Reserved", + "offset": 0, + "parentId": "16856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16858", + "kind": "Struct", + "name": "_SAM_GENERIC_OPERATION_INPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_GENERIC_OPERATION_INPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16859", + "kind": "Struct", + "name": "ObjChangeIn", + "offset": 0, + "parentId": "16858", + "refId": "16851", + "strLen": 64, + "structTypeName": "_SAM_OPERATION_OBJCHG_INPUT" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16860", + "kind": "Struct", + "name": "_SAM_GENERIC_OPERATION_OUTPUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_SAM_GENERIC_OPERATION_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16861", + "kind": "Struct", + "name": "ObjChangeOut", + "offset": 0, + "parentId": "16860", + "refId": "16856", + "strLen": 64, + "structTypeName": "_SAM_OPERATION_OBJCHG_OUTPUT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16862", + "kind": "Struct", + "name": "_EVENT_INSTANCE_GUID_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_INSTANCE_GUID_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16863", + "kind": "UInt16", + "name": "Size", + "offset": 0, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16864", + "kind": "Struct", + "name": "", + "offset": 2, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16865", + "kind": "UInt16", + "name": "FieldTypeFlags", + "offset": 0, + "parentId": "16864", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16866", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16867", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "16866", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16868", + "kind": "UInt32", + "name": "ThreadId", + "offset": 8, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16869", + "kind": "UInt32", + "name": "ProcessId", + "offset": 12, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16870", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "16862", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16871", + "kind": "Struct", + "name": "", + "offset": 16, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16872", + "kind": "Struct", + "name": "Guid", + "offset": 0, + "parentId": "16871", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16873", + "kind": "UInt64", + "name": "GuidPtr", + "offset": 0, + "parentId": "16871", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16874", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16875", + "kind": "UInt64", + "name": "ProcessorTime", + "offset": 0, + "parentId": "16874", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16876", + "kind": "UInt32", + "name": "InstanceId", + "offset": 32, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16877", + "kind": "UInt32", + "name": "ParentInstanceId", + "offset": 36, + "parentId": "16862", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16878", + "kind": "Struct", + "name": "ParentGuid", + "offset": 40, + "parentId": "16862", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16879", + "kind": "Struct", + "name": "_PERFINFO_TRACE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_TRACE_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16880", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "16879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16881", + "kind": "UInt32", + "name": "Marker", + "offset": 0, + "parentId": "16880", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16882", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "16879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16883", + "kind": "UInt32", + "name": "Header", + "offset": 0, + "parentId": "16882", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16884", + "kind": "Struct", + "name": "Packet", + "offset": 0, + "parentId": "16882", + "refId": "14541", + "strLen": 64, + "structTypeName": "_WMI_TRACE_PACKET" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16885", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "16879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16886", + "kind": "UInt64", + "name": "TS", + "offset": 0, + "parentId": "16885", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16887", + "kind": "Struct", + "name": "SystemTime", + "offset": 0, + "parentId": "16885", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16888", + "kind": "Array", + "name": "Data", + "offset": 16, + "parentId": "16879", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16889", + "kind": "Struct", + "name": "_WMI_TRACE_MESSAGE_PACKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_TRACE_MESSAGE_PACKET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16890", + "kind": "UInt16", + "name": "MessageNumber", + "offset": 0, + "parentId": "16889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16891", + "kind": "UInt16", + "name": "OptionFlags", + "offset": 2, + "parentId": "16889", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16892", + "kind": "Struct", + "name": "_MESSAGE_TRACE_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_TRACE_HEADER" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16893", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "16892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16894", + "kind": "UInt32", + "name": "Marker", + "offset": 0, + "parentId": "16893", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16895", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "16892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16896", + "kind": "UInt32", + "name": "Header", + "offset": 0, + "parentId": "16895", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16897", + "kind": "Struct", + "name": "Packet", + "offset": 0, + "parentId": "16895", + "refId": "16889", + "strLen": 64, + "structTypeName": "_WMI_TRACE_MESSAGE_PACKET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16898", + "kind": "Struct", + "name": "_MESSAGE_TRACE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_TRACE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16899", + "kind": "Struct", + "name": "MessageHeader", + "offset": 0, + "parentId": "16898", + "refId": "16892", + "strLen": 64, + "structTypeName": "_MESSAGE_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16900", + "kind": "UInt8", + "name": "Data", + "offset": 0, + "parentId": "16898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16901", + "kind": "Struct", + "name": "_MESSAGE_TRACE_USER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_MESSAGE_TRACE_USER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16902", + "kind": "Struct", + "name": "MessageHeader", + "offset": 0, + "parentId": "16901", + "refId": "16892", + "strLen": 64, + "structTypeName": "_MESSAGE_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16903", + "kind": "Struct", + "name": "MessageGuid", + "offset": 0, + "parentId": "16901", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16904", + "kind": "UInt32", + "name": "MessageFlags", + "offset": 0, + "parentId": "16901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16905", + "kind": "UInt32", + "name": "DataSize", + "offset": 4, + "parentId": "16901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16906", + "kind": "UInt64", + "name": "Data", + "offset": 8, + "parentId": "16901", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16907", + "kind": "Struct", + "name": "_WMI_BUFFER_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_BUFFER_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16908", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16909", + "kind": "UInt32", + "name": "SavedOffset", + "offset": 4, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16910", + "kind": "UInt32", + "name": "CurrentOffset", + "offset": 8, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16911", + "kind": "Int32", + "name": "ReferenceCount", + "offset": 12, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16912", + "kind": "Struct", + "name": "TimeStamp", + "offset": 16, + "parentId": "16907", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16913", + "kind": "Int64", + "name": "SequenceNumber", + "offset": 16, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16914", + "kind": "Struct", + "name": "", + "offset": 24, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16915", + "kind": "Struct", + "name": "SlistEntry", + "offset": 0, + "parentId": "16914", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16916", + "kind": "Struct", + "name": "NextBuffer", + "offset": 0, + "parentId": "16914", + "refId": "16907", + "strLen": 64, + "structTypeName": "_WMI_BUFFER_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16917", + "kind": "Struct", + "name": "ClientContext", + "offset": 24, + "parentId": "16907", + "refId": "6745", + "strLen": 64, + "structTypeName": "_ETW_BUFFER_CONTEXT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16918", + "kind": "UInt32", + "name": "State", + "offset": 24, + "parentId": "16907", + "refId": "437", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16919", + "kind": "UInt32", + "name": "Offset", + "offset": 28, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16920", + "kind": "UInt16", + "name": "BufferFlag", + "offset": 32, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16921", + "kind": "UInt16", + "name": "BufferType", + "offset": 34, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "16922", + "kind": "Struct", + "name": "", + "offset": 36, + "parentId": "16907", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16923", + "kind": "Hex64", + "name": "", + "offset": 0, + "parentId": "16922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16924", + "kind": "Hex64", + "name": "", + "offset": 8, + "parentId": "16922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16925", + "kind": "Struct", + "name": "ReferenceTime", + "offset": 0, + "parentId": "16922", + "refId": "14764", + "strLen": 64, + "structTypeName": "_ETW_REF_CLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16926", + "kind": "Struct", + "name": "GlobalEntry", + "offset": 0, + "parentId": "16922", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16927", + "kind": "Struct", + "name": "_PERFINFO_PROCESS_PERFCTR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PROCESS_PERFCTR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16928", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16929", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 4, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16930", + "kind": "UInt32", + "name": "HandleCount", + "offset": 8, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16931", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16932", + "kind": "UInt64", + "name": "PeakVirtualSize", + "offset": 16, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16933", + "kind": "UInt64", + "name": "PeakWorkingSetSize", + "offset": 24, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16934", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 32, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16935", + "kind": "UInt64", + "name": "QuotaPeakPagedPoolUsage", + "offset": 40, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16936", + "kind": "UInt64", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 48, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16937", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 56, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16938", + "kind": "UInt64", + "name": "WorkingSetSize", + "offset": 64, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16939", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 72, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16940", + "kind": "UInt64", + "name": "QuotaPagedPoolUsage", + "offset": 80, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16941", + "kind": "UInt64", + "name": "QuotaNonPagedPoolUsage", + "offset": 88, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16942", + "kind": "UInt64", + "name": "PrivatePageCount", + "offset": 96, + "parentId": "16927", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16943", + "kind": "Struct", + "name": "_PERFINFO_PROCESS_PERFCTR32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PROCESS_PERFCTR32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16944", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16945", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 4, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16946", + "kind": "UInt32", + "name": "HandleCount", + "offset": 8, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16947", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16948", + "kind": "UInt32", + "name": "PeakVirtualSize", + "offset": 16, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16949", + "kind": "UInt32", + "name": "PeakWorkingSetSize", + "offset": 20, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16950", + "kind": "UInt32", + "name": "PeakPagefileUsage", + "offset": 24, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16951", + "kind": "UInt32", + "name": "QuotaPeakPagedPoolUsage", + "offset": 28, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16952", + "kind": "UInt32", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 32, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16953", + "kind": "UInt32", + "name": "VirtualSize", + "offset": 36, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16954", + "kind": "UInt32", + "name": "WorkingSetSize", + "offset": 40, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16955", + "kind": "UInt32", + "name": "PagefileUsage", + "offset": 44, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16956", + "kind": "UInt32", + "name": "QuotaPagedPoolUsage", + "offset": 48, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16957", + "kind": "UInt32", + "name": "QuotaNonPagedPoolUsage", + "offset": 52, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16958", + "kind": "UInt32", + "name": "PrivatePageCount", + "offset": 56, + "parentId": "16943", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16959", + "kind": "Struct", + "name": "_PERFINFO_IO_TIMER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_IO_TIMER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16960", + "kind": "Hex8", + "name": "DeviceObject", + "offset": 0, + "parentId": "16959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16961", + "kind": "Hex8", + "name": "RoutineAddress", + "offset": 1, + "parentId": "16959", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16962", + "kind": "Struct", + "name": "_ETW_KQUEUE_ENQUEUE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_KQUEUE_ENQUEUE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16963", + "kind": "Hex8", + "name": "Entry", + "offset": 0, + "parentId": "16962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16964", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "16962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16965", + "kind": "Struct", + "name": "_TRACE_ENABLE_FLAG_EXT_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_ENABLE_FLAG_EXT_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16966", + "kind": "UInt16", + "name": "Length", + "offset": 0, + "parentId": "16965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16967", + "kind": "UInt16", + "name": "Items", + "offset": 2, + "parentId": "16965", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16968", + "kind": "Struct", + "name": "_TRACE_ENABLE_FLAG_EXT_ITEM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TRACE_ENABLE_FLAG_EXT_ITEM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16969", + "kind": "UInt16", + "name": "Offset", + "offset": 0, + "parentId": "16968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16970", + "kind": "UInt16", + "name": "Type", + "offset": 2, + "parentId": "16968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16971", + "kind": "Struct", + "name": "_ETW_STACK_CACHING_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_STACK_CACHING_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16972", + "kind": "UInt32", + "name": "CacheSize", + "offset": 0, + "parentId": "16971", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16973", + "kind": "UInt32", + "name": "BucketCount", + "offset": 4, + "parentId": "16971", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16974", + "kind": "Struct", + "name": "_PERFINFO_GROUPMASK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_GROUPMASK" + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt32", + "id": "16975", + "kind": "Array", + "name": "Masks", + "offset": 0, + "parentId": "16974", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16976", + "kind": "Struct", + "name": "_CPU_CONFIG_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CPU_CONFIG_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16977", + "kind": "UInt32", + "name": "ProcessorSpeed", + "offset": 0, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16978", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 4, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16979", + "kind": "UInt32", + "name": "MemorySize", + "offset": 8, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16980", + "kind": "UInt32", + "name": "PageSize", + "offset": 12, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16981", + "kind": "UInt32", + "name": "AllocationGranularity", + "offset": 16, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "16982", + "kind": "Array", + "name": "ComputerName", + "offset": 20, + "parentId": "16976", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 134, + "collapsed": true, + "elementKind": "Struct", + "id": "16983", + "kind": "Array", + "name": "DomainName", + "offset": 20, + "parentId": "16976", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16984", + "kind": "UInt64", + "name": "HyperThreadingFlag", + "offset": 20, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16985", + "kind": "UInt64", + "name": "HighestUserAddress", + "offset": 28, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16986", + "kind": "UInt16", + "name": "ProcessorArchitecture", + "offset": 36, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16987", + "kind": "UInt16", + "name": "ProcessorLevel", + "offset": 38, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16988", + "kind": "UInt16", + "name": "ProcessorRevision", + "offset": 40, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16989", + "kind": "UInt8", + "name": "NxEnabled", + "offset": 42, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16990", + "kind": "UInt8", + "name": "PaeEnabled", + "offset": 43, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16991", + "kind": "UInt32", + "name": "MemorySpeed", + "offset": 44, + "parentId": "16976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "16992", + "kind": "Struct", + "name": "_PHYSICAL_DISK_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PHYSICAL_DISK_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16993", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16994", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 4, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16995", + "kind": "UInt32", + "name": "SectorsPerTrack", + "offset": 8, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16996", + "kind": "UInt32", + "name": "TracksPerCylinder", + "offset": 12, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16997", + "kind": "UInt64", + "name": "Cylinders", + "offset": 16, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16998", + "kind": "UInt32", + "name": "SCSIPortNumber", + "offset": 24, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "16999", + "kind": "UInt32", + "name": "SCSIPathId", + "offset": 28, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17000", + "kind": "UInt32", + "name": "SCSITargetId", + "offset": 32, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17001", + "kind": "UInt32", + "name": "SCSILun", + "offset": 36, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17002", + "kind": "Array", + "name": "Manufacturer", + "offset": 40, + "parentId": "16992", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17003", + "kind": "UInt32", + "name": "PartitionCount", + "offset": 40, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17004", + "kind": "UInt8", + "name": "WriteCacheEnabled", + "offset": 44, + "parentId": "16992", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 3, + "collapsed": true, + "elementKind": "Struct", + "id": "17005", + "kind": "Array", + "name": "BootDriveLetter", + "offset": 45, + "parentId": "16992", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17006", + "kind": "Struct", + "name": "_LOGICAL_DISK_EXTENTS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LOGICAL_DISK_EXTENTS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17007", + "kind": "UInt64", + "name": "StartingOffset", + "offset": 0, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17008", + "kind": "UInt64", + "name": "PartitionSize", + "offset": 8, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17009", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 16, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17010", + "kind": "UInt32", + "name": "Size", + "offset": 20, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17011", + "kind": "UInt32", + "name": "DriveType", + "offset": 24, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": true, + "elementKind": "Struct", + "id": "17012", + "kind": "Array", + "name": "DriveLetterString", + "offset": 28, + "parentId": "17006", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17013", + "kind": "UInt32", + "name": "Pad", + "offset": 28, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17014", + "kind": "UInt32", + "name": "PartitionNumber", + "offset": 32, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17015", + "kind": "UInt32", + "name": "SectorsPerCluster", + "offset": 36, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17016", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 40, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17017", + "kind": "Int64", + "name": "NumberOfFreeClusters", + "offset": 44, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17018", + "kind": "Int64", + "name": "TotalNumberOfClusters", + "offset": 52, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": true, + "elementKind": "Struct", + "id": "17019", + "kind": "Array", + "name": "FileSystemType", + "offset": 60, + "parentId": "17006", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17020", + "kind": "UInt32", + "name": "VolumeExt", + "offset": 60, + "parentId": "17006", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17021", + "kind": "Struct", + "name": "_OPTICAL_MEDIA_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_OPTICAL_MEDIA_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17022", + "kind": "UInt16", + "name": "DiskNumber", + "offset": 0, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17023", + "kind": "UInt16", + "name": "BusType", + "offset": 2, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17024", + "kind": "UInt16", + "name": "DeviceType", + "offset": 4, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17025", + "kind": "UInt16", + "name": "MediaType", + "offset": 6, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17026", + "kind": "UInt64", + "name": "StartingOffset", + "offset": 8, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17027", + "kind": "UInt64", + "name": "Size", + "offset": 16, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17028", + "kind": "UInt64", + "name": "NumberOfFreeBlocks", + "offset": 24, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17029", + "kind": "UInt64", + "name": "TotalNumberOfBlocks", + "offset": 32, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17030", + "kind": "UInt64", + "name": "NextWritableAddress", + "offset": 40, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17031", + "kind": "UInt32", + "name": "NumberOfSessions", + "offset": 48, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17032", + "kind": "UInt32", + "name": "NumberOfTracks", + "offset": 52, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17033", + "kind": "UInt32", + "name": "BytesPerSector", + "offset": 56, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17034", + "kind": "UInt16", + "name": "DiscStatus", + "offset": 60, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17035", + "kind": "UInt16", + "name": "LastSessionStatus", + "offset": 62, + "parentId": "17021", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17036", + "kind": "Array", + "name": "Data", + "offset": 64, + "parentId": "17021", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17037", + "kind": "Struct", + "name": "_NIC_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_NIC_RECORD" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17038", + "kind": "Array", + "name": "NICName", + "offset": 0, + "parentId": "17037", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17039", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17040", + "kind": "UInt32", + "name": "PhysicalAddrLen", + "offset": 4, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": true, + "elementKind": "Struct", + "id": "17041", + "kind": "Array", + "name": "PhysicalAddr", + "offset": 8, + "parentId": "17037", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17042", + "kind": "UInt32", + "name": "Size", + "offset": 8, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17043", + "kind": "Int32", + "name": "IpAddress", + "offset": 12, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17044", + "kind": "Int32", + "name": "SubnetMask", + "offset": 16, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17045", + "kind": "Int32", + "name": "DhcpServer", + "offset": 20, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17046", + "kind": "Int32", + "name": "Gateway", + "offset": 24, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17047", + "kind": "Int32", + "name": "PrimaryWinsServer", + "offset": 28, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17048", + "kind": "Int32", + "name": "SecondaryWinsServer", + "offset": 32, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "Int32", + "id": "17049", + "kind": "Array", + "name": "DnsServer", + "offset": 36, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17050", + "kind": "UInt32", + "name": "Data", + "offset": 52, + "parentId": "17037", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17051", + "kind": "Struct", + "name": "_VIDEO_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VIDEO_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17052", + "kind": "UInt32", + "name": "MemorySize", + "offset": 0, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17053", + "kind": "UInt32", + "name": "XResolution", + "offset": 4, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17054", + "kind": "UInt32", + "name": "YResolution", + "offset": 8, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17055", + "kind": "UInt32", + "name": "BitsPerPixel", + "offset": 12, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17056", + "kind": "UInt32", + "name": "VRefresh", + "offset": 16, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17057", + "kind": "Array", + "name": "ChipType", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17058", + "kind": "Array", + "name": "DACType", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17059", + "kind": "Array", + "name": "AdapterString", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17060", + "kind": "Array", + "name": "BiosString", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 256, + "collapsed": true, + "elementKind": "Struct", + "id": "17061", + "kind": "Array", + "name": "DeviceId", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17062", + "kind": "UInt32", + "name": "StateFlags", + "offset": 20, + "parentId": "17051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17063", + "kind": "Struct", + "name": "_WMI_DPI_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_DPI_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17064", + "kind": "UInt32", + "name": "MachineDPI", + "offset": 0, + "parentId": "17063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17065", + "kind": "UInt32", + "name": "UserDPI", + "offset": 4, + "parentId": "17063", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17066", + "kind": "Struct", + "name": "_WMI_POWER_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_POWER_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17067", + "kind": "UInt8", + "name": "SystemS1", + "offset": 0, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17068", + "kind": "UInt8", + "name": "SystemS2", + "offset": 1, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17069", + "kind": "UInt8", + "name": "SystemS3", + "offset": 2, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17070", + "kind": "UInt8", + "name": "SystemS4", + "offset": 3, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17071", + "kind": "UInt8", + "name": "SystemS5", + "offset": 4, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17072", + "kind": "UInt8", + "name": "AoAc", + "offset": 5, + "parentId": "17066", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17073", + "kind": "Struct", + "name": "Pad2", + "offset": 6, + "parentId": "17066", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17074", + "kind": "Struct", + "name": "Pad3", + "offset": 6, + "parentId": "17066", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17075", + "kind": "Struct", + "name": "_WMI_IDE_CHANNEL_RECORD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IDE_CHANNEL_RECORD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17076", + "kind": "UInt32", + "name": "TargetId", + "offset": 0, + "parentId": "17075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17077", + "kind": "UInt32", + "name": "DeviceType", + "offset": 4, + "parentId": "17075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17078", + "kind": "UInt32", + "name": "DeviceTimingMode", + "offset": 8, + "parentId": "17075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17079", + "kind": "UInt32", + "name": "LocationInformationLen", + "offset": 12, + "parentId": "17075", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17080", + "kind": "Array", + "name": "LocationInformation", + "offset": 16, + "parentId": "17075", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17081", + "kind": "Struct", + "name": "_WMI_JOB_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17082", + "kind": "Struct", + "name": "JobId", + "offset": 0, + "parentId": "17081", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17083", + "kind": "UInt32", + "name": "JobHandle", + "offset": 0, + "parentId": "17081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17084", + "kind": "UInt32", + "name": "Flags", + "offset": 4, + "parentId": "17081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17085", + "kind": "Int32", + "name": "Status", + "offset": 8, + "parentId": "17081", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17086", + "kind": "Struct", + "name": "_WMI_JOB_ASSIGN_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_ASSIGN_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17087", + "kind": "Struct", + "name": "JobId", + "offset": 0, + "parentId": "17086", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17088", + "kind": "UInt32", + "name": "JobHandle", + "offset": 0, + "parentId": "17086", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17089", + "kind": "UInt32", + "name": "UniqueProcessId", + "offset": 4, + "parentId": "17086", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17090", + "kind": "Int32", + "name": "Status", + "offset": 8, + "parentId": "17086", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17091", + "kind": "Struct", + "name": "_WMI_JOB_REMOVE_PROCESS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_REMOVE_PROCESS" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17092", + "kind": "Struct", + "name": "JobId", + "offset": 0, + "parentId": "17091", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17093", + "kind": "UInt32", + "name": "UniqueProcessId", + "offset": 0, + "parentId": "17091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17094", + "kind": "UInt32", + "name": "RemovalFlags", + "offset": 4, + "parentId": "17091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17095", + "kind": "Int32", + "name": "ExitStatus", + "offset": 8, + "parentId": "17091", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17096", + "kind": "Struct", + "name": "_WMI_JOB_SET_QUERY_CPU_RATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_SET_QUERY_CPU_RATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17097", + "kind": "UInt32", + "name": "AllFlags", + "offset": 0, + "parentId": "17096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17098", + "kind": "UInt32", + "name": "Value", + "offset": 4, + "parentId": "17096", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17099", + "kind": "Struct", + "name": "_WMI_JOB_SET_QUERY_NET_RATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_SET_QUERY_NET_RATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17100", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "17099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17101", + "kind": "UInt64", + "name": "MaxBandwidth", + "offset": 4, + "parentId": "17099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17102", + "kind": "UInt8", + "name": "DscpTag", + "offset": 12, + "parentId": "17099", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17103", + "kind": "Struct", + "name": "_WMI_JOB_SET_QUERY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_SET_QUERY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17104", + "kind": "Struct", + "name": "JobId", + "offset": 0, + "parentId": "17103", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17105", + "kind": "UInt32", + "name": "JobHandle", + "offset": 0, + "parentId": "17103", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17106", + "kind": "UInt32", + "name": "JobObjectInformationClass", + "offset": 4, + "parentId": "17103", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17107", + "kind": "Struct", + "name": "_WMI_JOB_SEND_NOTIFICATION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_JOB_SEND_NOTIFICATION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17108", + "kind": "Struct", + "name": "JobId", + "offset": 0, + "parentId": "17107", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17109", + "kind": "UInt32", + "name": "NotificationId", + "offset": 0, + "parentId": "17107", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17110", + "kind": "Struct", + "name": "_WMI_PROCESS_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PROCESS_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17111", + "kind": "UInt64", + "name": "UniqueProcessKey", + "offset": 0, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17112", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17113", + "kind": "UInt32", + "name": "ParentId", + "offset": 12, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17114", + "kind": "UInt32", + "name": "SessionId", + "offset": 16, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17115", + "kind": "Int32", + "name": "ExitStatus", + "offset": 20, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17116", + "kind": "UInt64", + "name": "DirectoryTableBase", + "offset": 24, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17117", + "kind": "UInt32", + "name": "Flags", + "offset": 32, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17118", + "kind": "UInt32", + "name": "Sid", + "offset": 36, + "parentId": "17110", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17119", + "kind": "Struct", + "name": "_WMI_PROCESS_INFORMATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PROCESS_INFORMATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17120", + "kind": "UInt64", + "name": "UniqueProcessKey64", + "offset": 0, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17121", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17122", + "kind": "UInt32", + "name": "ParentId", + "offset": 12, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17123", + "kind": "UInt32", + "name": "SessionId", + "offset": 16, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17124", + "kind": "Int32", + "name": "ExitStatus", + "offset": 20, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17125", + "kind": "UInt64", + "name": "DirectoryTableBase", + "offset": 24, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17126", + "kind": "UInt32", + "name": "Flags", + "offset": 32, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17127", + "kind": "UInt32", + "name": "Sid", + "offset": 36, + "parentId": "17119", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17128", + "kind": "Struct", + "name": "_WMI_THREAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17129", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17130", + "kind": "UInt32", + "name": "ThreadId", + "offset": 4, + "parentId": "17128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17131", + "kind": "Struct", + "name": "_WMI_EXTENDED_THREAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_EXTENDED_THREAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17132", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17133", + "kind": "UInt32", + "name": "ThreadId", + "offset": 4, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17134", + "kind": "Hex8", + "name": "StackBase", + "offset": 8, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17135", + "kind": "Hex8", + "name": "StackLimit", + "offset": 9, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17136", + "kind": "Hex8", + "name": "UserStackBase", + "offset": 10, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17137", + "kind": "Hex8", + "name": "UserStackLimit", + "offset": 11, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17138", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17139", + "kind": "Hex8", + "name": "StartAddress", + "offset": 0, + "parentId": "17138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17140", + "kind": "UInt64", + "name": "Affinity", + "offset": 0, + "parentId": "17138", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17141", + "kind": "Hex8", + "name": "Win32StartAddress", + "offset": 20, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17142", + "kind": "Hex8", + "name": "TebBase", + "offset": 21, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17143", + "kind": "UInt32", + "name": "SubProcessTag", + "offset": 22, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17144", + "kind": "Int8", + "name": "BasePriority", + "offset": 26, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17145", + "kind": "UInt8", + "name": "PagePriority", + "offset": 27, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17146", + "kind": "UInt8", + "name": "IoPriority", + "offset": 28, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17147", + "kind": "UInt8", + "name": "Flags", + "offset": 29, + "parentId": "17131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17148", + "kind": "Struct", + "name": "_WMI_EXTENDED_THREAD_INFORMATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_EXTENDED_THREAD_INFORMATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17149", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17150", + "kind": "UInt32", + "name": "ThreadId", + "offset": 4, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17151", + "kind": "UInt64", + "name": "StackBase64", + "offset": 8, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17152", + "kind": "UInt64", + "name": "StackLimit64", + "offset": 16, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17153", + "kind": "UInt64", + "name": "UserStackBase64", + "offset": 24, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17154", + "kind": "UInt64", + "name": "UserStackLimit64", + "offset": 32, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17155", + "kind": "Struct", + "name": "", + "offset": 40, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17156", + "kind": "UInt64", + "name": "StartAddress64", + "offset": 0, + "parentId": "17155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17157", + "kind": "UInt64", + "name": "Affinity", + "offset": 0, + "parentId": "17155", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17158", + "kind": "UInt64", + "name": "Win32StartAddress64", + "offset": 48, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17159", + "kind": "UInt64", + "name": "TebBase64", + "offset": 56, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17160", + "kind": "UInt32", + "name": "SubProcessTag", + "offset": 64, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17161", + "kind": "Int8", + "name": "BasePriority", + "offset": 68, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17162", + "kind": "UInt8", + "name": "PagePriority", + "offset": 69, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17163", + "kind": "UInt8", + "name": "IoPriority", + "offset": 70, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17164", + "kind": "UInt8", + "name": "Flags", + "offset": 71, + "parentId": "17148", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17165", + "kind": "Struct", + "name": "_WMI_IMAGELOAD_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGELOAD_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17166", + "kind": "Hex8", + "name": "ImageBase", + "offset": 0, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17167", + "kind": "UInt64", + "name": "ImageSize", + "offset": 1, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17168", + "kind": "UInt32", + "name": "ProcessId", + "offset": 9, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17169", + "kind": "UInt32", + "name": "ImageChecksum", + "offset": 13, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17170", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 17, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17171", + "kind": "UInt8", + "name": "SignatureLevel", + "offset": 21, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17172", + "kind": "UInt8", + "name": "SignatureType", + "offset": 22, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17173", + "kind": "UInt16", + "name": "Reserved0", + "offset": 23, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17174", + "kind": "Hex8", + "name": "DefaultBase", + "offset": 25, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17175", + "kind": "UInt32", + "name": "Reserved1", + "offset": 26, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17176", + "kind": "UInt32", + "name": "Reserved2", + "offset": 30, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17177", + "kind": "UInt32", + "name": "Reserved3", + "offset": 34, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17178", + "kind": "UInt32", + "name": "Reserved4", + "offset": 38, + "parentId": "17165", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17179", + "kind": "Array", + "name": "FileName", + "offset": 42, + "parentId": "17165", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17180", + "kind": "Struct", + "name": "_WMI_IMAGELOAD_INFORMATION32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGELOAD_INFORMATION32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17181", + "kind": "UInt32", + "name": "ImageBase32", + "offset": 0, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17182", + "kind": "UInt32", + "name": "ImageSize32", + "offset": 4, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17183", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17184", + "kind": "UInt32", + "name": "ImageChecksum", + "offset": 12, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17185", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 16, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17186", + "kind": "UInt8", + "name": "SignatureLevel", + "offset": 20, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17187", + "kind": "UInt8", + "name": "SignatureType", + "offset": 21, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17188", + "kind": "UInt16", + "name": "Reserved0", + "offset": 22, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17189", + "kind": "UInt32", + "name": "DefaultBase32", + "offset": 24, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17190", + "kind": "UInt32", + "name": "Reserved1", + "offset": 28, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17191", + "kind": "UInt32", + "name": "Reserved2", + "offset": 32, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17192", + "kind": "UInt32", + "name": "Reserved3", + "offset": 36, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17193", + "kind": "UInt32", + "name": "Reserved4", + "offset": 40, + "parentId": "17180", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17194", + "kind": "Array", + "name": "FileName", + "offset": 44, + "parentId": "17180", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17195", + "kind": "Struct", + "name": "_WMI_IMAGELOAD_INFORMATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGELOAD_INFORMATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17196", + "kind": "UInt64", + "name": "ImageBase64", + "offset": 0, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17197", + "kind": "UInt64", + "name": "ImageSize64", + "offset": 8, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17198", + "kind": "UInt32", + "name": "ProcessId", + "offset": 16, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17199", + "kind": "UInt32", + "name": "ImageChecksum", + "offset": 20, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17200", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 24, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17201", + "kind": "UInt8", + "name": "SignatureLevel", + "offset": 28, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17202", + "kind": "UInt8", + "name": "SignatureType", + "offset": 29, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17203", + "kind": "UInt16", + "name": "Reserved0", + "offset": 30, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17204", + "kind": "UInt64", + "name": "DefaultBase64", + "offset": 32, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17205", + "kind": "UInt32", + "name": "Reserved1", + "offset": 40, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17206", + "kind": "UInt32", + "name": "Reserved2", + "offset": 44, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17207", + "kind": "UInt32", + "name": "Reserved3", + "offset": 48, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17208", + "kind": "UInt32", + "name": "Reserved4", + "offset": 52, + "parentId": "17195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17209", + "kind": "Array", + "name": "FileName", + "offset": 56, + "parentId": "17195", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17210", + "kind": "Struct", + "name": "_WMI_IMAGEID_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGEID_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17211", + "kind": "Hex8", + "name": "ImageBase", + "offset": 0, + "parentId": "17210", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17212", + "kind": "UInt64", + "name": "ImageSize", + "offset": 1, + "parentId": "17210", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17213", + "kind": "UInt32", + "name": "ProcessId", + "offset": 9, + "parentId": "17210", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17214", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 13, + "parentId": "17210", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17215", + "kind": "Array", + "name": "OriginalFileName", + "offset": 17, + "parentId": "17210", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17216", + "kind": "Struct", + "name": "_WMI_IMAGEID_INFORMATION32", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGEID_INFORMATION32" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17217", + "kind": "UInt32", + "name": "ImageBase32", + "offset": 0, + "parentId": "17216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17218", + "kind": "UInt32", + "name": "ImageSize32", + "offset": 4, + "parentId": "17216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17219", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "17216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17220", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 12, + "parentId": "17216", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17221", + "kind": "Array", + "name": "OriginalFileName", + "offset": 16, + "parentId": "17216", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17222", + "kind": "Struct", + "name": "_WMI_IMAGEID_INFORMATION64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_IMAGEID_INFORMATION64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17223", + "kind": "UInt64", + "name": "ImageBase64", + "offset": 0, + "parentId": "17222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17224", + "kind": "UInt64", + "name": "ImageSize64", + "offset": 8, + "parentId": "17222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17225", + "kind": "UInt32", + "name": "ProcessId", + "offset": 16, + "parentId": "17222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17226", + "kind": "UInt32", + "name": "TimeDateStamp", + "offset": 20, + "parentId": "17222", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17227", + "kind": "Array", + "name": "OriginalFileName", + "offset": 24, + "parentId": "17222", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17228", + "kind": "Struct", + "name": "_ETW_DISKIO_READWRITE_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DISKIO_READWRITE_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17229", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17230", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17231", + "kind": "UInt32", + "name": "Size", + "offset": 8, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17232", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17233", + "kind": "UInt64", + "name": "ByteOffset", + "offset": 16, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17234", + "kind": "Hex8", + "name": "FileObject", + "offset": 24, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17235", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 25, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17236", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 26, + "parentId": "17228", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17237", + "kind": "Struct", + "name": "_ETW_DISKIO_READWRITE_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DISKIO_READWRITE_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17238", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17239", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17240", + "kind": "UInt32", + "name": "Size", + "offset": 8, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17241", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17242", + "kind": "UInt64", + "name": "ByteOffset", + "offset": 16, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17243", + "kind": "Hex8", + "name": "FileObject", + "offset": 24, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17244", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 25, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17245", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 26, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17246", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 34, + "parentId": "17237", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17247", + "kind": "Struct", + "name": "_ETW_DISKIO_FLUSH_BUFFERS_V2", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DISKIO_FLUSH_BUFFERS_V2" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17248", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "17247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17249", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "17247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17250", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 8, + "parentId": "17247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17251", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 16, + "parentId": "17247", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17252", + "kind": "Struct", + "name": "_ETW_DISKIO_FLUSH_BUFFERS_V3", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DISKIO_FLUSH_BUFFERS_V3" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17253", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "17252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17254", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "17252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17255", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 8, + "parentId": "17252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17256", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 16, + "parentId": "17252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17257", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 17, + "parentId": "17252", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17258", + "kind": "Struct", + "name": "_WMI_DISKIO_READWRITE_INIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_DISKIO_READWRITE_INIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17259", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "17258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17260", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 1, + "parentId": "17258", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17261", + "kind": "Struct", + "name": "_ETW_OPTICALIO_READWRITE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_OPTICALIO_READWRITE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17262", + "kind": "UInt32", + "name": "DiskNumber", + "offset": 0, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17263", + "kind": "UInt32", + "name": "IrpFlags", + "offset": 4, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17264", + "kind": "UInt32", + "name": "Size", + "offset": 8, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17265", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17266", + "kind": "UInt64", + "name": "ByteOffset", + "offset": 16, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17267", + "kind": "Hex8", + "name": "FileObject", + "offset": 24, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17268", + "kind": "Hex8", + "name": "IrpAddress", + "offset": 25, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17269", + "kind": "UInt64", + "name": "HighResResponseTime", + "offset": 26, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17270", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 34, + "parentId": "17261", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17271", + "kind": "Struct", + "name": "_WMI_REGISTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_REGISTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17272", + "kind": "Int64", + "name": "InitialTime", + "offset": 0, + "parentId": "17271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17273", + "kind": "UInt32", + "name": "Status", + "offset": 8, + "parentId": "17271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17274", + "kind": "Struct", + "name": "", + "offset": 12, + "parentId": "17271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17275", + "kind": "UInt32", + "name": "Index", + "offset": 0, + "parentId": "17274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17276", + "kind": "UInt32", + "name": "InfoClass", + "offset": 0, + "parentId": "17274", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17277", + "kind": "Hex8", + "name": "Kcb", + "offset": 16, + "parentId": "17271", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17278", + "kind": "Array", + "name": "Name", + "offset": 17, + "parentId": "17271", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17279", + "kind": "Struct", + "name": "_WMI_FILE_IO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_FILE_IO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17280", + "kind": "Hex8", + "name": "FileObject", + "offset": 0, + "parentId": "17279", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17281", + "kind": "Array", + "name": "FileName", + "offset": 1, + "parentId": "17279", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17282", + "kind": "Struct", + "name": "_WMI_TCPIP_V4", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_TCPIP_V4" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17283", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17284", + "kind": "UInt32", + "name": "TransferSize", + "offset": 4, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "17285", + "kind": "Array", + "name": "DestinationAddress", + "offset": 8, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "17286", + "kind": "Array", + "name": "SourceAddress", + "offset": 12, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17287", + "kind": "UInt16", + "name": "DestinationPort", + "offset": 16, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17288", + "kind": "UInt16", + "name": "SourcePort", + "offset": 18, + "parentId": "17282", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17289", + "kind": "Struct", + "name": "_WMI_TCPIP_V6", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_TCPIP_V6" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17290", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17291", + "kind": "UInt32", + "name": "TransferSize", + "offset": 4, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "17292", + "kind": "Array", + "name": "DestinationAddress", + "offset": 8, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "17293", + "kind": "Array", + "name": "SourceAddress", + "offset": 24, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17294", + "kind": "UInt16", + "name": "DestinationPort", + "offset": 40, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17295", + "kind": "UInt16", + "name": "SourcePort", + "offset": 42, + "parentId": "17289", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17296", + "kind": "Struct", + "name": "_WMI_UDP_V4", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_UDP_V4" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17297", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17298", + "kind": "UInt16", + "name": "TransferSize", + "offset": 4, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "17299", + "kind": "Array", + "name": "DestinationAddress", + "offset": 6, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 4, + "collapsed": false, + "elementKind": "UInt8", + "id": "17300", + "kind": "Array", + "name": "SourceAddress", + "offset": 10, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17301", + "kind": "UInt16", + "name": "DestinationPort", + "offset": 14, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17302", + "kind": "UInt16", + "name": "SourcePort", + "offset": 16, + "parentId": "17296", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17303", + "kind": "Struct", + "name": "_WMI_UDP_V6", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_UDP_V6" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17304", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17305", + "kind": "UInt16", + "name": "TransferSize", + "offset": 4, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "17306", + "kind": "Array", + "name": "DestinationAddress", + "offset": 6, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt8", + "id": "17307", + "kind": "Array", + "name": "SourceAddress", + "offset": 22, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17308", + "kind": "UInt16", + "name": "DestinationPort", + "offset": 38, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17309", + "kind": "UInt16", + "name": "SourcePort", + "offset": 40, + "parentId": "17303", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17310", + "kind": "Struct", + "name": "_WMI_PAGE_FAULT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PAGE_FAULT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17311", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "17310", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17312", + "kind": "Hex8", + "name": "ProgramCounter", + "offset": 1, + "parentId": "17310", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17313", + "kind": "Struct", + "name": "_WMI_CONTEXTSWAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_CONTEXTSWAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17314", + "kind": "UInt32", + "name": "NewThreadId", + "offset": 0, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17315", + "kind": "UInt32", + "name": "OldThreadId", + "offset": 4, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17316", + "kind": "Struct", + "name": "NewThreadPriority", + "offset": 8, + "parentId": "17313", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17317", + "kind": "Struct", + "name": "OldThreadPriority", + "offset": 8, + "parentId": "17313", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17318", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17319", + "kind": "UInt8", + "name": "PreviousCState", + "offset": 0, + "parentId": "17318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17320", + "kind": "UInt8", + "name": "OldThreadRank", + "offset": 0, + "parentId": "17318", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17321", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17322", + "kind": "Struct", + "name": "NewThreadPriorityDecrement", + "offset": 0, + "parentId": "17321", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17323", + "kind": "Struct", + "name": "SpareByte", + "offset": 0, + "parentId": "17321", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17324", + "kind": "UInt8", + "name": "OldThreadWaitReason", + "offset": 9, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17325", + "kind": "Struct", + "name": "OldThreadWaitMode", + "offset": 10, + "parentId": "17313", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17326", + "kind": "UInt8", + "name": "OldThreadState", + "offset": 10, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17327", + "kind": "UInt8", + "name": "OldThreadIdealProcessor", + "offset": 11, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17328", + "kind": "UInt32", + "name": "NewThreadWaitTime", + "offset": 12, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17329", + "kind": "Int32", + "name": "OldThreadRemainingQuantum", + "offset": 16, + "parentId": "17313", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17330", + "kind": "Struct", + "name": "_WMI_SPINLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_SPINLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17331", + "kind": "Hex8", + "name": "SpinLockAddress", + "offset": 0, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17332", + "kind": "Hex8", + "name": "CallerAddress", + "offset": 1, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17333", + "kind": "UInt64", + "name": "AcquireTime", + "offset": 2, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17334", + "kind": "UInt64", + "name": "ReleaseTime", + "offset": 10, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17335", + "kind": "UInt32", + "name": "WaitTimeInCycles", + "offset": 18, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17336", + "kind": "UInt32", + "name": "SpinCount", + "offset": 22, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17337", + "kind": "UInt32", + "name": "ThreadId", + "offset": 26, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17338", + "kind": "UInt32", + "name": "InterruptCount", + "offset": 30, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17339", + "kind": "UInt8", + "name": "Irql", + "offset": 34, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17340", + "kind": "UInt8", + "name": "AcquireDepth", + "offset": 35, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17341", + "kind": "Struct", + "name": "", + "offset": 36, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17342", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "17341", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17343", + "kind": "Hex8", + "name": "", + "offset": 37, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17344", + "kind": "Hex8", + "name": "", + "offset": 38, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17345", + "kind": "Hex8", + "name": "", + "offset": 39, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17346", + "kind": "Hex8", + "name": "", + "offset": 40, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17347", + "kind": "Hex8", + "name": "", + "offset": 41, + "parentId": "17330", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17348", + "kind": "Struct", + "name": "_WMI_RESOURCE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_RESOURCE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17349", + "kind": "UInt64", + "name": "AcquireTime", + "offset": 0, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17350", + "kind": "UInt64", + "name": "HoldTime", + "offset": 8, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17351", + "kind": "UInt64", + "name": "WaitTime", + "offset": 16, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17352", + "kind": "UInt32", + "name": "MaxRecursionDepth", + "offset": 24, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17353", + "kind": "UInt32", + "name": "ThreadId", + "offset": 28, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17354", + "kind": "Hex8", + "name": "Resource", + "offset": 32, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17355", + "kind": "UInt32", + "name": "Action", + "offset": 33, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17356", + "kind": "UInt32", + "name": "ContentionDelta", + "offset": 37, + "parentId": "17348", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17357", + "kind": "Struct", + "name": "_WMI_QUEUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_QUEUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17358", + "kind": "Hex8", + "name": "Queue", + "offset": 0, + "parentId": "17357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17359", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17360", + "kind": "UInt8", + "name": "Action", + "offset": 5, + "parentId": "17357", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17361", + "kind": "Struct", + "name": "_WMI_PUSHLOCK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_PUSHLOCK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17362", + "kind": "Hex8", + "name": "PushLock", + "offset": 0, + "parentId": "17361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17363", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17364", + "kind": "UInt8", + "name": "Action", + "offset": 5, + "parentId": "17361", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17365", + "kind": "Struct", + "name": "_WMI_WAIT_SINGLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_WAIT_SINGLE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17366", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "17365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17367", + "kind": "Hex8", + "name": "Object", + "offset": 4, + "parentId": "17365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17368", + "kind": "UInt8", + "name": "ObjectType", + "offset": 5, + "parentId": "17365", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17369", + "kind": "Struct", + "name": "_WMI_DELAY_EXECUTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_DELAY_EXECUTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17370", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "17369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17371", + "kind": "UInt64", + "name": "Delta", + "offset": 4, + "parentId": "17369", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17372", + "kind": "Struct", + "name": "_ETW_KQUEUE_DEQUEUE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_KQUEUE_DEQUEUE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17373", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "17372", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17374", + "kind": "UInt32", + "name": "EntryCount", + "offset": 4, + "parentId": "17372", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "Hex8", + "id": "17375", + "kind": "Array", + "name": "Entries", + "offset": 8, + "parentId": "17372", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17376", + "kind": "Struct", + "name": "_ETW_ANTI_STARVATION_BOOST_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_ANTI_STARVATION_BOOST_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17377", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "17376", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17378", + "kind": "UInt16", + "name": "ProcessorIndex", + "offset": 4, + "parentId": "17376", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17379", + "kind": "Int8", + "name": "OldPriority", + "offset": 6, + "parentId": "17376", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17380", + "kind": "UInt8", + "name": "SpareByte", + "offset": 7, + "parentId": "17376", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17381", + "kind": "Struct", + "name": "_ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17382", + "kind": "Hex8", + "name": "Lock", + "offset": 0, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17383", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17384", + "kind": "Int8", + "name": "NewCpuPriorityFloor", + "offset": 5, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17385", + "kind": "Int8", + "name": "OldCpuPriority", + "offset": 6, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17386", + "kind": "Struct", + "name": "", + "offset": 7, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17387", + "kind": "Int8", + "name": "IoPriorities", + "offset": 0, + "parentId": "17386", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17388", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "17381", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17389", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "17388", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17390", + "kind": "Struct", + "name": "_ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17391", + "kind": "Hex8", + "name": "Lock", + "offset": 0, + "parentId": "17390", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17392", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17390", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17393", + "kind": "Struct", + "name": "", + "offset": 5, + "parentId": "17390", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17394", + "kind": "UInt16", + "name": "BoostBitmap", + "offset": 0, + "parentId": "17393", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17395", + "kind": "UInt16", + "name": "Reserved", + "offset": 7, + "parentId": "17390", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17396", + "kind": "Struct", + "name": "_ETW_AUTOBOOST_NO_ENTRIES_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_AUTOBOOST_NO_ENTRIES_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17397", + "kind": "Hex8", + "name": "Lock", + "offset": 0, + "parentId": "17396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17398", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17396", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17399", + "kind": "Struct", + "name": "_ETW_PRIORITY_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_PRIORITY_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17400", + "kind": "UInt32", + "name": "ThreadId", + "offset": 0, + "parentId": "17399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17401", + "kind": "Int8", + "name": "OldPriority", + "offset": 4, + "parentId": "17399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17402", + "kind": "Int8", + "name": "NewPriority", + "offset": 5, + "parentId": "17399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17403", + "kind": "Int8", + "name": "DynamicPriority", + "offset": 6, + "parentId": "17399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17404", + "kind": "Int8", + "name": "Reserved", + "offset": 7, + "parentId": "17399", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17405", + "kind": "Struct", + "name": "_ETW_THREAD_AFFINITY_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_THREAD_AFFINITY_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17406", + "kind": "UInt64", + "name": "Mask", + "offset": 0, + "parentId": "17405", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17407", + "kind": "UInt32", + "name": "ThreadId", + "offset": 8, + "parentId": "17405", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17408", + "kind": "UInt16", + "name": "Group", + "offset": 12, + "parentId": "17405", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17409", + "kind": "UInt16", + "name": "Reserved", + "offset": 14, + "parentId": "17405", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17410", + "kind": "Struct", + "name": "_ETW_DEBUG_PRINT_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DEBUG_PRINT_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17411", + "kind": "UInt32", + "name": "Component", + "offset": 0, + "parentId": "17410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17412", + "kind": "UInt32", + "name": "Level", + "offset": 4, + "parentId": "17410", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17413", + "kind": "Array", + "name": "Message", + "offset": 8, + "parentId": "17410", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17414", + "kind": "Struct", + "name": "_ETW_POOL_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_POOL_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17415", + "kind": "UInt32", + "name": "PoolType", + "offset": 0, + "parentId": "17414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17416", + "kind": "UInt32", + "name": "Tag", + "offset": 4, + "parentId": "17414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17417", + "kind": "UInt64", + "name": "NumberOfBytes", + "offset": 8, + "parentId": "17414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17418", + "kind": "Hex8", + "name": "Entry", + "offset": 16, + "parentId": "17414", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17419", + "kind": "Struct", + "name": "_ETW_CREATE_HANDLE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CREATE_HANDLE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17420", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17421", + "kind": "UInt32", + "name": "Handle", + "offset": 1, + "parentId": "17419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17422", + "kind": "UInt16", + "name": "ObjectType", + "offset": 5, + "parentId": "17419", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17423", + "kind": "Struct", + "name": "_ETW_DUPLICATE_HANDLE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DUPLICATE_HANDLE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17424", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17425", + "kind": "UInt32", + "name": "SourceHandle", + "offset": 1, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17426", + "kind": "UInt32", + "name": "TargetHandle", + "offset": 5, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17427", + "kind": "UInt32", + "name": "TargetProcessId", + "offset": 9, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17428", + "kind": "UInt16", + "name": "ObjectType", + "offset": 13, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17429", + "kind": "UInt32", + "name": "SourceProcessId", + "offset": 15, + "parentId": "17423", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17430", + "kind": "Struct", + "name": "_ETW_OBJECT_TYPE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_OBJECT_TYPE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17431", + "kind": "UInt16", + "name": "ObjectType", + "offset": 0, + "parentId": "17430", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17432", + "kind": "UInt16", + "name": "Reserved", + "offset": 2, + "parentId": "17430", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17433", + "kind": "Array", + "name": "Name", + "offset": 4, + "parentId": "17430", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17434", + "kind": "Struct", + "name": "_ETW_OBJECT_HANDLE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_OBJECT_HANDLE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17435", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17436", + "kind": "UInt32", + "name": "ProcessId", + "offset": 1, + "parentId": "17434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17437", + "kind": "UInt32", + "name": "Handle", + "offset": 5, + "parentId": "17434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17438", + "kind": "UInt16", + "name": "ObjectType", + "offset": 9, + "parentId": "17434", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17439", + "kind": "Struct", + "name": "_ETW_REFDEREF_OBJECT_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_REFDEREF_OBJECT_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17440", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17441", + "kind": "UInt32", + "name": "Tag", + "offset": 1, + "parentId": "17439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17442", + "kind": "UInt32", + "name": "Count", + "offset": 5, + "parentId": "17439", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17443", + "kind": "Struct", + "name": "_ETW_CREATEDELETE_OBJECT_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CREATEDELETE_OBJECT_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17444", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17445", + "kind": "UInt16", + "name": "ObjectType", + "offset": 1, + "parentId": "17443", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17446", + "kind": "Struct", + "name": "_ETW_WAKE_COUNTER_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_WAKE_COUNTER_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17447", + "kind": "Hex8", + "name": "Object", + "offset": 0, + "parentId": "17446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17448", + "kind": "UInt64", + "name": "Tag", + "offset": 1, + "parentId": "17446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17449", + "kind": "UInt32", + "name": "ProcessId", + "offset": 9, + "parentId": "17446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17450", + "kind": "Int32", + "name": "Count", + "offset": 13, + "parentId": "17446", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17451", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_COMMON", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_COMMON" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17452", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17451", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17453", + "kind": "Hex8", + "name": "Handle", + "offset": 0, + "parentId": "17451", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17454", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_ALLOC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_ALLOC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17455", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17454", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17456", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17457", + "kind": "UInt64", + "name": "Size", + "offset": 1, + "parentId": "17454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17458", + "kind": "Hex8", + "name": "Address", + "offset": 9, + "parentId": "17454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17459", + "kind": "UInt32", + "name": "Source", + "offset": 10, + "parentId": "17454", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17460", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_FREE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_FREE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17461", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17460", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17462", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17463", + "kind": "Hex8", + "name": "Address", + "offset": 1, + "parentId": "17460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17464", + "kind": "UInt32", + "name": "Source", + "offset": 2, + "parentId": "17460", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17465", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_REALLOC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_REALLOC" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17466", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17465", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17467", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17468", + "kind": "Hex8", + "name": "NewAddress", + "offset": 1, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17469", + "kind": "Hex8", + "name": "OldAddress", + "offset": 2, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17470", + "kind": "UInt64", + "name": "NewSize", + "offset": 3, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17471", + "kind": "UInt64", + "name": "OldSize", + "offset": 11, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17472", + "kind": "UInt32", + "name": "Source", + "offset": 19, + "parentId": "17465", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17473", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_EXPANSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_EXPANSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17474", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17473", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17475", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17476", + "kind": "UInt64", + "name": "CommittedSize", + "offset": 1, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17477", + "kind": "Hex8", + "name": "Address", + "offset": 9, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17478", + "kind": "UInt64", + "name": "FreeSpace", + "offset": 10, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17479", + "kind": "UInt64", + "name": "CommittedSpace", + "offset": 18, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17480", + "kind": "UInt64", + "name": "ReservedSpace", + "offset": 26, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17481", + "kind": "UInt32", + "name": "NoOfUCRs", + "offset": 34, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17482", + "kind": "UInt64", + "name": "AllocatedSpace", + "offset": 38, + "parentId": "17473", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17483", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_CONTRACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_CONTRACTION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17484", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17483", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17485", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17486", + "kind": "UInt64", + "name": "DeCommitSize", + "offset": 1, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17487", + "kind": "Hex8", + "name": "DeCommitAddress", + "offset": 9, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17488", + "kind": "UInt64", + "name": "FreeSpace", + "offset": 10, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17489", + "kind": "UInt64", + "name": "CommittedSpace", + "offset": 18, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17490", + "kind": "UInt64", + "name": "ReservedSpace", + "offset": 26, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17491", + "kind": "UInt32", + "name": "NoOfUCRs", + "offset": 34, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17492", + "kind": "UInt64", + "name": "AllocatedSpace", + "offset": 38, + "parentId": "17483", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17493", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_CREATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_CREATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17494", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17493", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17495", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17496", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "17493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17497", + "kind": "UInt64", + "name": "ReserveSize", + "offset": 5, + "parentId": "17493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17498", + "kind": "UInt64", + "name": "CommitSize", + "offset": 13, + "parentId": "17493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17499", + "kind": "UInt64", + "name": "AllocatedSize", + "offset": 21, + "parentId": "17493", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17500", + "kind": "Struct", + "name": "_HEAP_AFFINITY_SLOT_ASSIGN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_AFFINITY_SLOT_ASSIGN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17501", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17500", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17502", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17503", + "kind": "Hex8", + "name": "SubSegment", + "offset": 1, + "parentId": "17500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17504", + "kind": "UInt32", + "name": "SlotIndex", + "offset": 2, + "parentId": "17500", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17505", + "kind": "Struct", + "name": "_HEAP_REUSE_THRESHOLD_ACTIVATED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_REUSE_THRESHOLD_ACTIVATED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17506", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17505", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17507", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17508", + "kind": "Hex8", + "name": "SubSegment", + "offset": 1, + "parentId": "17505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17509", + "kind": "UInt32", + "name": "BucketIndex", + "offset": 2, + "parentId": "17505", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17510", + "kind": "Struct", + "name": "_HEAP_SUBSEGMENT_ACTIVATED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_SUBSEGMENT_ACTIVATED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17511", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17510", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17512", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17510", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17513", + "kind": "Hex8", + "name": "SubSegment", + "offset": 1, + "parentId": "17510", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17514", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_SNAPSHOT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_SNAPSHOT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17515", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17514", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17516", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17517", + "kind": "UInt64", + "name": "FreeSpace", + "offset": 1, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17518", + "kind": "UInt64", + "name": "CommittedSpace", + "offset": 9, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17519", + "kind": "UInt64", + "name": "ReservedSpace", + "offset": 17, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17520", + "kind": "UInt32", + "name": "Flags", + "offset": 25, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17521", + "kind": "UInt32", + "name": "ProcessId", + "offset": 29, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17522", + "kind": "UInt64", + "name": "LargeUCRSpace", + "offset": 33, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17523", + "kind": "UInt32", + "name": "FreeListLength", + "offset": 41, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17524", + "kind": "UInt32", + "name": "UCRLength", + "offset": 45, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17525", + "kind": "UInt64", + "name": "AllocatedSpace", + "offset": 49, + "parentId": "17514", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17526", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_RUNDOWN_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_RUNDOWN_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17527", + "kind": "Hex8", + "name": "Address", + "offset": 0, + "parentId": "17526", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17528", + "kind": "UInt64", + "name": "Size", + "offset": 1, + "parentId": "17526", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17529", + "kind": "Struct", + "name": "_ETW_HEAP_EVENT_RUNDOWN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_RUNDOWN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17530", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17529", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17531", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17532", + "kind": "UInt32", + "name": "Flags", + "offset": 1, + "parentId": "17529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17533", + "kind": "UInt32", + "name": "ProcessId", + "offset": 5, + "parentId": "17529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17534", + "kind": "UInt32", + "name": "RangeCount", + "offset": 9, + "parentId": "17529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17535", + "kind": "UInt32", + "name": "Reserved", + "offset": 13, + "parentId": "17529", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17536", + "kind": "Array", + "name": "Ranges", + "offset": 17, + "parentId": "17529", + "refId": "17526", + "strLen": 64, + "structTypeName": "_ETW_HEAP_EVENT_RUNDOWN_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17537", + "kind": "Struct", + "name": "_HEAP_EVENT_RANGE_CREATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_RANGE_CREATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17538", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17539", + "kind": "UInt64", + "name": "FirstRangeSize", + "offset": 1, + "parentId": "17537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17540", + "kind": "UInt32", + "name": "Flags", + "offset": 9, + "parentId": "17537", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17541", + "kind": "Struct", + "name": "_HEAP_EVENT_RANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17542", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17543", + "kind": "Hex8", + "name": "Address", + "offset": 1, + "parentId": "17541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17544", + "kind": "UInt64", + "name": "Size", + "offset": 2, + "parentId": "17541", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17545", + "kind": "Struct", + "name": "_HEAP_RANGE_CREATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_RANGE_CREATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17546", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17545", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17547", + "kind": "Struct", + "name": "Event", + "offset": 0, + "parentId": "17545", + "refId": "17537", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_RANGE_CREATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17548", + "kind": "Struct", + "name": "_HEAP_RANGE_DESTROY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_RANGE_DESTROY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17549", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17548", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17550", + "kind": "Hex8", + "name": "HeapHandle", + "offset": 0, + "parentId": "17548", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17551", + "kind": "Struct", + "name": "_HEAP_RANGE_LOG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_HEAP_RANGE_LOG" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17552", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17551", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17553", + "kind": "Struct", + "name": "Range", + "offset": 0, + "parentId": "17551", + "refId": "17541", + "strLen": 64, + "structTypeName": "_HEAP_EVENT_RANGE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17554", + "kind": "Struct", + "name": "_ETW_CRITSEC_EVENT_COLLISION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CRITSEC_EVENT_COLLISION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17555", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17554", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17556", + "kind": "UInt32", + "name": "LockCount", + "offset": 0, + "parentId": "17554", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17557", + "kind": "UInt32", + "name": "SpinCount", + "offset": 4, + "parentId": "17554", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17558", + "kind": "Hex8", + "name": "OwningThread", + "offset": 8, + "parentId": "17554", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17559", + "kind": "Hex8", + "name": "Address", + "offset": 9, + "parentId": "17554", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17560", + "kind": "Struct", + "name": "_PERFINFO_FILE_PATH_OPERATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_PATH_OPERATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17561", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17562", + "kind": "UInt64", + "name": "FileObject", + "offset": 8, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17563", + "kind": "UInt64", + "name": "FileKey", + "offset": 16, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17564", + "kind": "UInt64", + "name": "ExtraInformation", + "offset": 24, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17565", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 32, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17566", + "kind": "UInt32", + "name": "InfoClass", + "offset": 36, + "parentId": "17560", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17567", + "kind": "Array", + "name": "Path", + "offset": 40, + "parentId": "17560", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17568", + "kind": "Struct", + "name": "_CI_LOG_SCHEDULER_SLEEP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_SCHEDULER_SLEEP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17569", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17568", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17570", + "kind": "Struct", + "name": "_CI_LOG_SCHEDULER_SLEEP_RESPONSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_SCHEDULER_SLEEP_RESPONSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17571", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17570", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17572", + "kind": "Struct", + "name": "_CI_LOG_MMCSS_START", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_MMCSS_START" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17573", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17572", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17574", + "kind": "Struct", + "name": "_CI_LOG_MMCSS_STOP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_CI_LOG_MMCSS_STOP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17575", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17574", + "refId": "6731", + "strLen": 64, + "structTypeName": "_EVENT_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17576", + "kind": "Struct", + "name": "_ETW_UMS_EVENT_DIRECTED_SWITCH_START", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMS_EVENT_DIRECTED_SWITCH_START" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17577", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17578", + "kind": "UInt32", + "name": "ScheduledThreadId", + "offset": 4, + "parentId": "17576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17579", + "kind": "UInt32", + "name": "PrimaryThreadId", + "offset": 8, + "parentId": "17576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17580", + "kind": "UInt32", + "name": "SwitchFlags", + "offset": 12, + "parentId": "17576", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17581", + "kind": "Struct", + "name": "_ETW_UMS_EVENT_DIRECTED_SWITCH_END", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMS_EVENT_DIRECTED_SWITCH_END" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17582", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17583", + "kind": "UInt32", + "name": "ScheduledThreadId", + "offset": 4, + "parentId": "17581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17584", + "kind": "UInt32", + "name": "PrimaryThreadId", + "offset": 8, + "parentId": "17581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17585", + "kind": "UInt32", + "name": "SwitchFlags", + "offset": 12, + "parentId": "17581", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17586", + "kind": "Struct", + "name": "_ETW_UMS_EVENT_PARK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMS_EVENT_PARK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17587", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17588", + "kind": "UInt32", + "name": "ScheduledThreadId", + "offset": 4, + "parentId": "17586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17589", + "kind": "UInt32", + "name": "ParkFlags", + "offset": 8, + "parentId": "17586", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17590", + "kind": "Struct", + "name": "_ETW_UMS_EVENT_DISASSOCIATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMS_EVENT_DISASSOCIATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17591", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "17590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17592", + "kind": "UInt32", + "name": "ScheduledThreadId", + "offset": 4, + "parentId": "17590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17593", + "kind": "UInt32", + "name": "PrimaryThreadId", + "offset": 8, + "parentId": "17590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17594", + "kind": "UInt32", + "name": "UmsApcControlFlags", + "offset": 12, + "parentId": "17590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17595", + "kind": "Int32", + "name": "Status", + "offset": 16, + "parentId": "17590", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17596", + "kind": "Struct", + "name": "_ETW_UMS_EVENT_CONTEXT_SWITCH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMS_EVENT_CONTEXT_SWITCH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17597", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17596", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17598", + "kind": "UInt32", + "name": "ScheduledThreadId", + "offset": 0, + "parentId": "17596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17599", + "kind": "UInt32", + "name": "SwitchCount", + "offset": 4, + "parentId": "17596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17600", + "kind": "UInt32", + "name": "KernelYieldCount", + "offset": 8, + "parentId": "17596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17601", + "kind": "UInt32", + "name": "MixedYieldCount", + "offset": 12, + "parentId": "17596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17602", + "kind": "UInt32", + "name": "YieldCount", + "offset": 16, + "parentId": "17596", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17603", + "kind": "Struct", + "name": "_ETW_SET_TIMER_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_SET_TIMER_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17604", + "kind": "UInt64", + "name": "ExpectedDueTime", + "offset": 0, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17605", + "kind": "UInt64", + "name": "TimerAddress", + "offset": 8, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17606", + "kind": "UInt16", + "name": "TargetProcessorGroup", + "offset": 16, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17607", + "kind": "UInt8", + "name": "TargetProcessorIndex", + "offset": 18, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17608", + "kind": "UInt8", + "name": "Flags", + "offset": 19, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17609", + "kind": "UInt32", + "name": "Period", + "offset": 20, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17610", + "kind": "UInt8", + "name": "EncodedDelay", + "offset": 24, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17611", + "kind": "UInt8", + "name": "Reserved0", + "offset": 25, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17612", + "kind": "UInt16", + "name": "Reserved1", + "offset": 26, + "parentId": "17603", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17613", + "kind": "Struct", + "name": "_ETW_CANCEL_TIMER_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CANCEL_TIMER_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17614", + "kind": "UInt64", + "name": "TimerAddress", + "offset": 0, + "parentId": "17613", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17615", + "kind": "Struct", + "name": "_ETW_TIMER_EXPIRATION_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TIMER_EXPIRATION_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17616", + "kind": "UInt64", + "name": "ExpectedDueTime", + "offset": 0, + "parentId": "17615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17617", + "kind": "UInt64", + "name": "TimerAddress", + "offset": 8, + "parentId": "17615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17618", + "kind": "UInt64", + "name": "DeferredRoutine", + "offset": 16, + "parentId": "17615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17619", + "kind": "UInt8", + "name": "EncodedDelay", + "offset": 24, + "parentId": "17615", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17620", + "kind": "Struct", + "name": "_ETW_TIMER_EXPIRATION_START_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TIMER_EXPIRATION_START_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17621", + "kind": "UInt64", + "name": "InterruptTime", + "offset": 0, + "parentId": "17620", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17622", + "kind": "Struct", + "name": "_ETW_SET_KTIMER2_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_SET_KTIMER2_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17623", + "kind": "UInt64", + "name": "DueTime", + "offset": 0, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17624", + "kind": "UInt64", + "name": "MaximumDueTime", + "offset": 8, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17625", + "kind": "UInt64", + "name": "Period", + "offset": 16, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17626", + "kind": "UInt64", + "name": "TimerKey", + "offset": 24, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17627", + "kind": "UInt64", + "name": "Callback", + "offset": 32, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17628", + "kind": "UInt64", + "name": "CallbackContextKey", + "offset": 40, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17629", + "kind": "UInt8", + "name": "Flags", + "offset": 48, + "parentId": "17622", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17630", + "kind": "Struct", + "name": "_ETW_CANCEL_KTIMER2_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CANCEL_KTIMER2_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17631", + "kind": "UInt64", + "name": "TimerKey", + "offset": 0, + "parentId": "17630", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17632", + "kind": "Struct", + "name": "_ETW_DISABLE_KTIMER2_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_DISABLE_KTIMER2_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17633", + "kind": "UInt64", + "name": "TimerKey", + "offset": 0, + "parentId": "17632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17634", + "kind": "UInt64", + "name": "DisableCallback", + "offset": 8, + "parentId": "17632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17635", + "kind": "UInt64", + "name": "DisableContextKey", + "offset": 16, + "parentId": "17632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17636", + "kind": "UInt8", + "name": "Flags", + "offset": 24, + "parentId": "17632", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17637", + "kind": "Struct", + "name": "_ETW_FINALIZE_KTIMER2_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_FINALIZE_KTIMER2_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17638", + "kind": "UInt64", + "name": "TimerKey", + "offset": 0, + "parentId": "17637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17639", + "kind": "UInt64", + "name": "DisableCallback", + "offset": 8, + "parentId": "17637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17640", + "kind": "UInt64", + "name": "DisableContextKey", + "offset": 16, + "parentId": "17637", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17641", + "kind": "Struct", + "name": "_ETW_CLOCK_CONFIGURATION_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CLOCK_CONFIGURATION_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17642", + "kind": "UInt32", + "name": "KnownType", + "offset": 0, + "parentId": "17641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17643", + "kind": "UInt32", + "name": "Capabilities", + "offset": 4, + "parentId": "17641", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17644", + "kind": "UInt32", + "name": "DisableReason", + "offset": 8, + "parentId": "17641", + "refId": "440", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17645", + "kind": "Struct", + "name": "_ETW_CLOCK_TIME_UPDATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CLOCK_TIME_UPDATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17646", + "kind": "UInt64", + "name": "InterruptTime", + "offset": 0, + "parentId": "17645", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17647", + "kind": "UInt32", + "name": "ClockOwner", + "offset": 8, + "parentId": "17645", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17648", + "kind": "Struct", + "name": "_ETW_CLOCK_STATE_CHANGE_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_CLOCK_STATE_CHANGE_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17649", + "kind": "UInt8", + "name": "NewState", + "offset": 0, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17650", + "kind": "UInt8", + "name": "PrevState", + "offset": 1, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17651", + "kind": "Hex16", + "name": "", + "offset": 2, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17652", + "kind": "Hex16", + "name": "", + "offset": 4, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17653", + "kind": "Hex16", + "name": "", + "offset": 6, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17654", + "kind": "Struct", + "name": "", + "offset": 8, + "parentId": "17648", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17655", + "kind": "UInt64", + "name": "NextClockUpdateTime", + "offset": 0, + "parentId": "17654", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17656", + "kind": "Struct", + "name": "_ETW_TP_EVENT_CALLBACK_CANCEL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_CALLBACK_CANCEL" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17657", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17656", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17658", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17659", + "kind": "Hex8", + "name": "TaskId", + "offset": 1, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17660", + "kind": "Hex8", + "name": "Callback", + "offset": 2, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17661", + "kind": "Hex8", + "name": "Context", + "offset": 3, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17662", + "kind": "Hex8", + "name": "SubProcessTag", + "offset": 4, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17663", + "kind": "UInt32", + "name": "CancelCount", + "offset": 5, + "parentId": "17656", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17664", + "kind": "Struct", + "name": "_ETW_TP_EVENT_POOL_CREATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_POOL_CREATE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17665", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17664", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17666", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17664", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17667", + "kind": "Struct", + "name": "_ETW_TP_EVENT_POOL_CLOSE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_POOL_CLOSE" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17668", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17667", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17669", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17667", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17670", + "kind": "Struct", + "name": "_ETW_TP_EVENT_POOL_TH_MIN_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_POOL_TH_MIN_SET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17671", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17670", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17672", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17673", + "kind": "UInt32", + "name": "ThreadNum", + "offset": 1, + "parentId": "17670", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17674", + "kind": "Struct", + "name": "_ETW_TP_EVENT_POOL_TH_MAX_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_POOL_TH_MAX_SET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17675", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17674", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17676", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17677", + "kind": "UInt32", + "name": "ThreadNum", + "offset": 1, + "parentId": "17674", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17678", + "kind": "Struct", + "name": "_ETW_TP_EVENT_WORKER_NUMANODE_SWITCH", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_WORKER_NUMANODE_SWITCH" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17679", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17678", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17680", + "kind": "Hex8", + "name": "PoolId", + "offset": 0, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17681", + "kind": "UInt32", + "name": "CurrentNode", + "offset": 1, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17682", + "kind": "UInt32", + "name": "NextNode", + "offset": 5, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17683", + "kind": "UInt16", + "name": "CurrentGroup", + "offset": 9, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17684", + "kind": "UInt16", + "name": "NextGroup", + "offset": 11, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17685", + "kind": "UInt32", + "name": "CurrentWorkerCount", + "offset": 13, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17686", + "kind": "UInt32", + "name": "NextWorkerCount", + "offset": 17, + "parentId": "17678", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17687", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_SET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_SET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17688", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17687", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17689", + "kind": "Int64", + "name": "DueTime", + "offset": 0, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17690", + "kind": "Hex8", + "name": "SubQueue", + "offset": 8, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17691", + "kind": "Hex8", + "name": "Timer", + "offset": 9, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17692", + "kind": "UInt32", + "name": "Period", + "offset": 10, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17693", + "kind": "UInt32", + "name": "WindowLength", + "offset": 14, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17694", + "kind": "UInt32", + "name": "Absolute", + "offset": 18, + "parentId": "17687", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17695", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_CANCELLED", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_CANCELLED" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17696", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17695", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17697", + "kind": "Hex8", + "name": "SubQueue", + "offset": 0, + "parentId": "17695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17698", + "kind": "Hex8", + "name": "Timer", + "offset": 1, + "parentId": "17695", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17699", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_SET_NTTIMER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_SET_NTTIMER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17700", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17699", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17701", + "kind": "Int64", + "name": "DueTime", + "offset": 0, + "parentId": "17699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17702", + "kind": "Hex8", + "name": "SubQueue", + "offset": 8, + "parentId": "17699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17703", + "kind": "UInt32", + "name": "TolerableDelay", + "offset": 9, + "parentId": "17699", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17704", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_CANCEL_NTTIMER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_CANCEL_NTTIMER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17705", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17704", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17706", + "kind": "Hex8", + "name": "SubQueue", + "offset": 0, + "parentId": "17704", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17707", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17708", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17707", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17709", + "kind": "Hex8", + "name": "SubQueue", + "offset": 0, + "parentId": "17707", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17710", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_EXPIRATION_END", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_EXPIRATION_END" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17711", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17710", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17712", + "kind": "Hex8", + "name": "SubQueue", + "offset": 0, + "parentId": "17710", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17713", + "kind": "Struct", + "name": "_ETW_TP_EVENT_TIMER_EXPIRATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TP_EVENT_TIMER_EXPIRATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17714", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17713", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17715", + "kind": "Int64", + "name": "DueTime", + "offset": 0, + "parentId": "17713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17716", + "kind": "Hex8", + "name": "SubQueue", + "offset": 8, + "parentId": "17713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17717", + "kind": "Hex8", + "name": "Timer", + "offset": 9, + "parentId": "17713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17718", + "kind": "UInt32", + "name": "Period", + "offset": 10, + "parentId": "17713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17719", + "kind": "UInt32", + "name": "WindowLength", + "offset": 14, + "parentId": "17713", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17720", + "kind": "Struct", + "name": "_ETW_WNF_EVENT_CALLBACK", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_WNF_EVENT_CALLBACK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17721", + "kind": "Struct", + "name": "Header", + "offset": 0, + "parentId": "17720", + "refId": "14545", + "strLen": 64, + "structTypeName": "_SYSTEM_TRACE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17722", + "kind": "Struct", + "name": "StateName", + "offset": 0, + "parentId": "17720", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17723", + "kind": "Hex8", + "name": "Subscription", + "offset": 0, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17724", + "kind": "Hex8", + "name": "NameSub", + "offset": 1, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17725", + "kind": "Hex8", + "name": "Callback", + "offset": 2, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17726", + "kind": "UInt32", + "name": "ChangeStamp", + "offset": 3, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17727", + "kind": "UInt32", + "name": "DeliveryFlags", + "offset": 7, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17728", + "kind": "UInt32", + "name": "Return", + "offset": 11, + "parentId": "17720", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17729", + "kind": "Struct", + "name": "_PERFINFO_DRIVER_MAJORFUNCTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DRIVER_MAJORFUNCTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17730", + "kind": "UInt32", + "name": "MajorFunction", + "offset": 0, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17731", + "kind": "UInt32", + "name": "MinorFunction", + "offset": 4, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17732", + "kind": "Hex8", + "name": "RoutineAddr", + "offset": 8, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17733", + "kind": "Hex8", + "name": "FileNamePointer", + "offset": 9, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17734", + "kind": "Hex8", + "name": "Irp", + "offset": 10, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17735", + "kind": "UInt32", + "name": "UniqMatchId", + "offset": 11, + "parentId": "17729", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17736", + "kind": "Struct", + "name": "_PERFINFO_DRIVER_MAJORFUNCTION_RET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DRIVER_MAJORFUNCTION_RET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17737", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "17736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17738", + "kind": "UInt32", + "name": "UniqMatchId", + "offset": 1, + "parentId": "17736", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17739", + "kind": "Struct", + "name": "_PERFINFO_DRIVER_COMPLETE_REQUEST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DRIVER_COMPLETE_REQUEST" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17740", + "kind": "Hex8", + "name": "RoutineAddr", + "offset": 0, + "parentId": "17739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17741", + "kind": "Hex8", + "name": "Irp", + "offset": 1, + "parentId": "17739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17742", + "kind": "UInt32", + "name": "UniqMatchId", + "offset": 2, + "parentId": "17739", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17743", + "kind": "Struct", + "name": "_PERFINFO_DRIVER_COMPLETE_REQUEST_RET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DRIVER_COMPLETE_REQUEST_RET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17744", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "17743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17745", + "kind": "UInt32", + "name": "UniqMatchId", + "offset": 1, + "parentId": "17743", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17746", + "kind": "Struct", + "name": "_PERFINFO_DRIVER_COMPLETIONROUTINE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DRIVER_COMPLETIONROUTINE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17747", + "kind": "Hex8", + "name": "Routine", + "offset": 0, + "parentId": "17746", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17748", + "kind": "Hex8", + "name": "IrpPtr", + "offset": 1, + "parentId": "17746", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17749", + "kind": "UInt32", + "name": "UniqMatchId", + "offset": 2, + "parentId": "17746", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17750", + "kind": "Struct", + "name": "_PERFINFO_BATTERY_LIFE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_BATTERY_LIFE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17751", + "kind": "UInt32", + "name": "RemainingCapacity", + "offset": 0, + "parentId": "17750", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17752", + "kind": "UInt32", + "name": "Rate", + "offset": 4, + "parentId": "17750", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17753", + "kind": "Struct", + "name": "_PERFINFO_IDLE_STATE_CHANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_IDLE_STATE_CHANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17754", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "17753", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17755", + "kind": "UInt32", + "name": "Throttle", + "offset": 4, + "parentId": "17753", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17756", + "kind": "UInt32", + "name": "Direction", + "offset": 8, + "parentId": "17753", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17757", + "kind": "Struct", + "name": "_PERFINFO_SET_POWER_ACTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SET_POWER_ACTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17758", + "kind": "Hex8", + "name": "Trigger", + "offset": 0, + "parentId": "17757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17759", + "kind": "UInt32", + "name": "PowerAction", + "offset": 1, + "parentId": "17757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17760", + "kind": "UInt32", + "name": "LightestState", + "offset": 5, + "parentId": "17757", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17761", + "kind": "Struct", + "name": "_PERFINFO_SET_POWER_ACTION_RET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SET_POWER_ACTION_RET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17762", + "kind": "Hex8", + "name": "Trigger", + "offset": 0, + "parentId": "17761", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17763", + "kind": "Int32", + "name": "Status", + "offset": 1, + "parentId": "17761", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17764", + "kind": "Struct", + "name": "_PERFINFO_SET_DEVICES_STATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SET_DEVICES_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17765", + "kind": "UInt32", + "name": "SystemState", + "offset": 0, + "parentId": "17764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17766", + "kind": "UInt8", + "name": "Waking", + "offset": 4, + "parentId": "17764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17767", + "kind": "UInt8", + "name": "Shutdown", + "offset": 5, + "parentId": "17764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17768", + "kind": "UInt8", + "name": "IrpMinor", + "offset": 6, + "parentId": "17764", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17769", + "kind": "Struct", + "name": "_PERFINFO_SET_DEVICES_STATE_RET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SET_DEVICES_STATE_RET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17770", + "kind": "Int32", + "name": "Status", + "offset": 0, + "parentId": "17769", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17771", + "kind": "Struct", + "name": "_PERFINFO_PO_NOTIFY_DEVICE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_NOTIFY_DEVICE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17772", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17773", + "kind": "Hex8", + "name": "DriverStart", + "offset": 1, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17774", + "kind": "UInt8", + "name": "OrderLevel", + "offset": 2, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17775", + "kind": "UInt8", + "name": "MajorFunction", + "offset": 3, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17776", + "kind": "UInt8", + "name": "MinorFunction", + "offset": 4, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17777", + "kind": "UInt32", + "name": "Type", + "offset": 5, + "parentId": "17771", + "refId": "375", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17778", + "kind": "Struct", + "name": "State", + "offset": 9, + "parentId": "17771", + "refId": "14613", + "strLen": 64, + "structTypeName": "_POWER_STATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17779", + "kind": "UInt32", + "name": "DeviceNameLength", + "offset": 9, + "parentId": "17771", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "17780", + "kind": "Array", + "name": "DeviceName", + "offset": 13, + "parentId": "17771", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17781", + "kind": "Struct", + "name": "_PERFINFO_PO_NOTIFY_DEVICE_COMPLETE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_NOTIFY_DEVICE_COMPLETE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17782", + "kind": "Hex8", + "name": "Irp", + "offset": 0, + "parentId": "17781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17783", + "kind": "Int32", + "name": "Status", + "offset": 1, + "parentId": "17781", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17784", + "kind": "Struct", + "name": "_PERFINFO_PO_SESSION_CALLOUT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_SESSION_CALLOUT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17785", + "kind": "UInt32", + "name": "SystemAction", + "offset": 0, + "parentId": "17784", + "refId": "3", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17786", + "kind": "UInt32", + "name": "MinSystemState", + "offset": 4, + "parentId": "17784", + "refId": "60", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17787", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "17784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17788", + "kind": "UInt32", + "name": "PowerStateTask", + "offset": 12, + "parentId": "17784", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17789", + "kind": "Struct", + "name": "_PERFINFO_PO_PRESLEEP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_PRESLEEP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17790", + "kind": "Struct", + "name": "PerformanceCounter", + "offset": 0, + "parentId": "17789", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17791", + "kind": "Struct", + "name": "PerformanceFrequency", + "offset": 0, + "parentId": "17789", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17792", + "kind": "Struct", + "name": "_PERFINFO_PO_POSTSLEEP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_POSTSLEEP" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17793", + "kind": "Struct", + "name": "PerformanceCounter", + "offset": 0, + "parentId": "17792", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17794", + "kind": "Struct", + "name": "_PERFINFO_PO_CALIBRATED_PERFCOUNTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_CALIBRATED_PERFCOUNTER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17795", + "kind": "Struct", + "name": "PerformanceCounter", + "offset": 0, + "parentId": "17794", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17796", + "kind": "Struct", + "name": "_PERFINFO_BOOT_PHASE_START", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_BOOT_PHASE_START" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17797", + "kind": "Int32", + "name": "Phase", + "offset": 0, + "parentId": "17796", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17798", + "kind": "Struct", + "name": "_PERFINFO_BOOT_PREFETCH_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_BOOT_PREFETCH_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17799", + "kind": "Int32", + "name": "Action", + "offset": 0, + "parentId": "17798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17800", + "kind": "Int32", + "name": "Status", + "offset": 4, + "parentId": "17798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17801", + "kind": "Int32", + "name": "Pages", + "offset": 8, + "parentId": "17798", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17802", + "kind": "Struct", + "name": "_PERFINFO_PO_SESSION_CALLOUT_RET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PO_SESSION_CALLOUT_RET" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17803", + "kind": "Int32", + "name": "Status", + "offset": 0, + "parentId": "17802", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17804", + "kind": "Struct", + "name": "_PERFINFO_PPM_IDLE_STATE_CHANGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_IDLE_STATE_CHANGE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17805", + "kind": "UInt32", + "name": "NewState", + "offset": 0, + "parentId": "17804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17806", + "kind": "UInt32", + "name": "OldState", + "offset": 4, + "parentId": "17804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17807", + "kind": "UInt64", + "name": "Processors", + "offset": 8, + "parentId": "17804", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17808", + "kind": "Struct", + "name": "_PERFINFO_PPM_IDLE_STATE_ENTER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_IDLE_STATE_ENTER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17809", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "17808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17810", + "kind": "Struct", + "name": "", + "offset": 4, + "parentId": "17808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17811", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "17810", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17812", + "kind": "UInt64", + "name": "ExpectedDuration", + "offset": 8, + "parentId": "17808", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17813", + "kind": "Struct", + "name": "_PERFINFO_PPM_IDLE_STATE_EXIT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_IDLE_STATE_EXIT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17814", + "kind": "UInt32", + "name": "State", + "offset": 0, + "parentId": "17813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17815", + "kind": "UInt32", + "name": "Status", + "offset": 4, + "parentId": "17813", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17816", + "kind": "Struct", + "name": "_PERFINFO_PPM_STATE_SELECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PPM_STATE_SELECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17817", + "kind": "UInt32", + "name": "SelectedState", + "offset": 0, + "parentId": "17816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17818", + "kind": "UInt32", + "name": "VetoedStates", + "offset": 4, + "parentId": "17816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt32", + "id": "17819", + "kind": "Array", + "name": "VetoReason", + "offset": 8, + "parentId": "17816", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17820", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP_LITE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP_LITE" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "DataType" + }, + { + "bitOffset": 2, + "bitWidth": 4, + "name": "OldThreadIdIndex" + }, + { + "bitOffset": 6, + "bitWidth": 3, + "name": "OldThreadPriInc" + }, + { + "bitOffset": 9, + "bitWidth": 6, + "name": "OldThreadStateWr" + }, + { + "bitOffset": 15, + "bitWidth": 17, + "name": "TimeDelta" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "17821", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "17820", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17822", + "kind": "Struct", + "name": "_PERFINFO_FILENAME_SAME_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILENAME_SAME_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17823", + "kind": "Hex8", + "name": "OldFile", + "offset": 0, + "parentId": "17822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17824", + "kind": "Hex8", + "name": "NewFile", + "offset": 1, + "parentId": "17822", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17825", + "kind": "Struct", + "name": "_PERFINFO_SAMPLED_PROFILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SAMPLED_PROFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17826", + "kind": "Hex8", + "name": "InstructionPointer", + "offset": 0, + "parentId": "17825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17827", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17828", + "kind": "UInt16", + "name": "Count", + "offset": 5, + "parentId": "17825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17829", + "kind": "Struct", + "name": "", + "offset": 7, + "parentId": "17825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17830", + "kind": "UInt8", + "name": "Flags", + "offset": 0, + "parentId": "17829", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17831", + "kind": "UInt8", + "name": "Rank", + "offset": 8, + "parentId": "17825", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17832", + "kind": "Struct", + "name": "_PERFINFO_SAMPLED_PROFILE_CACHE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SAMPLED_PROFILE_CACHE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17833", + "kind": "UInt32", + "name": "Entries", + "offset": 0, + "parentId": "17832", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 20, + "collapsed": true, + "elementKind": "Struct", + "id": "17834", + "kind": "Array", + "name": "Sample", + "offset": 4, + "parentId": "17832", + "refId": "17825", + "strLen": 64, + "structTypeName": "_PERFINFO_SAMPLED_PROFILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17835", + "kind": "Struct", + "name": "_PERFINFO_SAMPLED_PROFILE_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SAMPLED_PROFILE_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17836", + "kind": "UInt32", + "name": "Source", + "offset": 0, + "parentId": "17835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17837", + "kind": "UInt32", + "name": "NewInterval", + "offset": 4, + "parentId": "17835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17838", + "kind": "UInt32", + "name": "OldInterval", + "offset": 8, + "parentId": "17835", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17839", + "kind": "Struct", + "name": "_PERFINFO_PMC_SAMPLE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PMC_SAMPLE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17840", + "kind": "Hex8", + "name": "InstructionPointer", + "offset": 0, + "parentId": "17839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17841", + "kind": "UInt32", + "name": "ThreadId", + "offset": 1, + "parentId": "17839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17842", + "kind": "UInt16", + "name": "ProfileSource", + "offset": 5, + "parentId": "17839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17843", + "kind": "UInt16", + "name": "Reserved", + "offset": 7, + "parentId": "17839", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17844", + "kind": "Struct", + "name": "_PERFINFO_DPC_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DPC_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17845", + "kind": "UInt64", + "name": "InitialTime", + "offset": 0, + "parentId": "17844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17846", + "kind": "Hex8", + "name": "DpcRoutine", + "offset": 8, + "parentId": "17844", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17847", + "kind": "Struct", + "name": "_PERFINFO_DPC_ENQUEUE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DPC_ENQUEUE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17848", + "kind": "UInt64", + "name": "Key", + "offset": 0, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17849", + "kind": "Int32", + "name": "DpcQueueDepth", + "offset": 8, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17850", + "kind": "UInt32", + "name": "DpcCount", + "offset": 12, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17851", + "kind": "UInt32", + "name": "TargetProcessorIndex", + "offset": 16, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17852", + "kind": "UInt8", + "name": "Importance", + "offset": 20, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17853", + "kind": "Hex8", + "name": "", + "offset": 21, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17854", + "kind": "Hex8", + "name": "", + "offset": 22, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17855", + "kind": "Hex8", + "name": "", + "offset": 23, + "parentId": "17847", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17856", + "kind": "Struct", + "name": "_PERFINFO_DPC_EXECUTION_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DPC_EXECUTION_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17857", + "kind": "Hex8", + "name": "DpcRoutine", + "offset": 0, + "parentId": "17856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17858", + "kind": "UInt64", + "name": "Key", + "offset": 1, + "parentId": "17856", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17859", + "kind": "Struct", + "name": "_PERFINFO_YIELD_PROCESSOR_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_YIELD_PROCESSOR_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17860", + "kind": "UInt32", + "name": "YieldReason", + "offset": 0, + "parentId": "17859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17861", + "kind": "UInt32", + "name": "DpcWatchdogCount", + "offset": 4, + "parentId": "17859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17862", + "kind": "UInt32", + "name": "DpcTimeCount", + "offset": 8, + "parentId": "17859", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17863", + "kind": "Struct", + "name": "_PERFINFO_INTERRUPT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_INTERRUPT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17864", + "kind": "UInt64", + "name": "InitialTime", + "offset": 0, + "parentId": "17863", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17865", + "kind": "Hex8", + "name": "ServiceRoutine", + "offset": 8, + "parentId": "17863", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17866", + "kind": "UInt8", + "name": "ReturnValue", + "offset": 9, + "parentId": "17863", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17867", + "kind": "UInt16", + "name": "Vector", + "offset": 10, + "parentId": "17863", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17868", + "kind": "UInt8", + "name": "Reserved", + "offset": 12, + "parentId": "17863", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17869", + "kind": "Struct", + "name": "_PERFINFO_CLOCK_INTERRUPT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CLOCK_INTERRUPT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17870", + "kind": "UInt64", + "name": "InterruptTime", + "offset": 0, + "parentId": "17869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17871", + "kind": "Int16", + "name": "Flags", + "offset": 8, + "parentId": "17869", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17872", + "kind": "Struct", + "name": "_PERFINFO_SPINLOCK_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SPINLOCK_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17873", + "kind": "UInt32", + "name": "SpinLockSpinThreshold", + "offset": 0, + "parentId": "17872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17874", + "kind": "UInt32", + "name": "SpinLockContentionSampleRate", + "offset": 4, + "parentId": "17872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17875", + "kind": "UInt32", + "name": "SpinLockAcquireSampleRate", + "offset": 8, + "parentId": "17872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17876", + "kind": "UInt32", + "name": "SpinLockHoldThreshold", + "offset": 12, + "parentId": "17872", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17877", + "kind": "Struct", + "name": "_PERFINFO_EXECUTIVE_RESOURCE_CONFIG", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_EXECUTIVE_RESOURCE_CONFIG" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17878", + "kind": "UInt32", + "name": "ReleaseSamplingRate", + "offset": 0, + "parentId": "17877", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17879", + "kind": "UInt32", + "name": "ContentionSamplingRate", + "offset": 4, + "parentId": "17877", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17880", + "kind": "UInt32", + "name": "NumberOfExcessiveTimeouts", + "offset": 8, + "parentId": "17877", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17881", + "kind": "Struct", + "name": "_PERFINFO_SESSIONCREATE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SESSIONCREATE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17882", + "kind": "UInt64", + "name": "UniqueSessionId", + "offset": 0, + "parentId": "17881", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17883", + "kind": "UInt32", + "name": "SessionId", + "offset": 8, + "parentId": "17881", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17884", + "kind": "Struct", + "name": "_PERFINFO_KERNELMEMORY_RANGE_USAGE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_KERNELMEMORY_RANGE_USAGE" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 5, + "name": "UsageType" + }, + { + "bitOffset": 5, + "bitWidth": 27, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "17885", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "17884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17886", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 4, + "parentId": "17884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17887", + "kind": "UInt64", + "name": "PageCount", + "offset": 5, + "parentId": "17884", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17888", + "kind": "Struct", + "name": "_PERFINFO_PAGECOMBINE_ITERATION_STAT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PAGECOMBINE_ITERATION_STAT" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 6, + "name": "StatType" + }, + { + "bitOffset": 6, + "bitWidth": 26, + "name": "Spare" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "17889", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "17888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17890", + "kind": "UInt32", + "name": "PagesScanned", + "offset": 4, + "parentId": "17888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17891", + "kind": "UInt32", + "name": "PagesCombined", + "offset": 8, + "parentId": "17888", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17892", + "kind": "Struct", + "name": "_PERFINFO_HARDPAGEFAULT_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_HARDPAGEFAULT_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17893", + "kind": "Struct", + "name": "ReadOffset", + "offset": 0, + "parentId": "17892", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17894", + "kind": "Hex8", + "name": "VirtualAddress", + "offset": 0, + "parentId": "17892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17895", + "kind": "Hex8", + "name": "FileObject", + "offset": 1, + "parentId": "17892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17896", + "kind": "UInt32", + "name": "ThreadId", + "offset": 2, + "parentId": "17892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17897", + "kind": "UInt32", + "name": "ByteCount", + "offset": 6, + "parentId": "17892", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17898", + "kind": "Struct", + "name": "_PERFINFO_VIRTUAL_ALLOC", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_VIRTUAL_ALLOC" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17899", + "kind": "Hex8", + "name": "CapturedBase", + "offset": 0, + "parentId": "17898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17900", + "kind": "UInt64", + "name": "CapturedRegionSize", + "offset": 1, + "parentId": "17898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17901", + "kind": "UInt32", + "name": "ProcessId", + "offset": 9, + "parentId": "17898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17902", + "kind": "UInt32", + "name": "Flags", + "offset": 13, + "parentId": "17898", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17903", + "kind": "Struct", + "name": "_PERFINFO_VAD_ROTATE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_VAD_ROTATE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17904", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "17903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17905", + "kind": "UInt64", + "name": "SizeInBytes", + "offset": 1, + "parentId": "17903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17906", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "17903", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17907", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "17906", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17908", + "kind": "Struct", + "name": "_PERFINFO_MEM_RESET_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MEM_RESET_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17909", + "kind": "Hex8", + "name": "BaseAddress", + "offset": 0, + "parentId": "17908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17910", + "kind": "UInt64", + "name": "SizeInBytes", + "offset": 1, + "parentId": "17908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17911", + "kind": "Struct", + "name": "", + "offset": 9, + "parentId": "17908", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17912", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "17911", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17913", + "kind": "Struct", + "name": "_PERFINFO_CC_WORKITEM_ENQUEUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_WORKITEM_ENQUEUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17914", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17915", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 8, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17916", + "kind": "UInt8", + "name": "QueueType", + "offset": 16, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17917", + "kind": "UInt8", + "name": "WorkItemType", + "offset": 17, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17918", + "kind": "UInt8", + "name": "Requeue", + "offset": 18, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17919", + "kind": "UInt8", + "name": "Reserved", + "offset": 19, + "parentId": "17913", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17920", + "kind": "Struct", + "name": "_PERFINFO_CC_WORKITEM_DEQUEUE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_WORKITEM_DEQUEUE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17921", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17920", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17922", + "kind": "Struct", + "name": "_PERFINFO_CC_WORKITEM_COMPLETE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_WORKITEM_COMPLETE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17923", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17922", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17924", + "kind": "Struct", + "name": "_PERFINFO_CC_READ_AHEAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_READ_AHEAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17925", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17926", + "kind": "UInt64", + "name": "FileOffset", + "offset": 8, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17927", + "kind": "UInt32", + "name": "Size", + "offset": 16, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17928", + "kind": "UInt32", + "name": "PagePriority", + "offset": 20, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17929", + "kind": "UInt32", + "name": "DetectedPattern", + "offset": 24, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17930", + "kind": "UInt32", + "name": "Reserved", + "offset": 28, + "parentId": "17924", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17931", + "kind": "Struct", + "name": "_PERFINFO_CC_SCHEDULE_READ_AHEAD", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_SCHEDULE_READ_AHEAD" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17932", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17933", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 8, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17934", + "kind": "UInt64", + "name": "FileOffset", + "offset": 16, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17935", + "kind": "UInt32", + "name": "Length", + "offset": 24, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17936", + "kind": "UInt32", + "name": "ReadAheadUnit", + "offset": 28, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17937", + "kind": "UInt32", + "name": "ReadAheadLength", + "offset": 32, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17938", + "kind": "UInt64", + "name": "ReadAheadOffset", + "offset": 36, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17939", + "kind": "UInt64", + "name": "ReadAheadBeyondLastByte", + "offset": 44, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17940", + "kind": "UInt8", + "name": "ReadPattern", + "offset": 52, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17941", + "kind": "UInt32", + "name": "SequentialReadCount", + "offset": 53, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17942", + "kind": "UInt32", + "name": "SharedCacheMapFlags", + "offset": 57, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 1, + "name": "ReadAheadSettingsChanged" + }, + { + "bitOffset": 1, + "bitWidth": 1, + "name": "ReadAheadActive" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex8", + "id": "17943", + "kind": "Struct", + "name": "", + "offset": 61, + "parentId": "17931", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17944", + "kind": "Struct", + "name": "_PERFINFO_CC_LAZY_WRITE_SCAN", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_LAZY_WRITE_SCAN" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17945", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17946", + "kind": "UInt32", + "name": "ReasonForFlush", + "offset": 8, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17947", + "kind": "UInt32", + "name": "PagesToWrite", + "offset": 12, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17948", + "kind": "UInt64", + "name": "TotalDirtyPages", + "offset": 16, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17949", + "kind": "UInt64", + "name": "AvailablePages", + "offset": 24, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17950", + "kind": "UInt64", + "name": "DirtyPageThreshold", + "offset": 32, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17951", + "kind": "UInt64", + "name": "NumberOfMappedVacbs", + "offset": 40, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17952", + "kind": "UInt64", + "name": "TopDirtyPageThreshold", + "offset": 48, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17953", + "kind": "UInt64", + "name": "BottomDirtyPageThreshold", + "offset": 56, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17954", + "kind": "UInt64", + "name": "AverageAvailablePages", + "offset": 64, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17955", + "kind": "UInt64", + "name": "AverageDirtyPages", + "offset": 72, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17956", + "kind": "UInt64", + "name": "ConsecutiveWorklessLazywriteScans", + "offset": 80, + "parentId": "17944", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17957", + "kind": "Struct", + "name": "_PERFINFO_CC_CAN_WRITE_FAIL", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_CAN_WRITE_FAIL" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17958", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 0, + "parentId": "17957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17959", + "kind": "UInt64", + "name": "TotalDirtyPages", + "offset": 8, + "parentId": "17957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17960", + "kind": "UInt64", + "name": "DirtyPageThreshold", + "offset": 16, + "parentId": "17957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17961", + "kind": "UInt32", + "name": "BytesToWrite", + "offset": 24, + "parentId": "17957", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17962", + "kind": "Struct", + "name": "_PERFINFO_CC_FLUSH_SECTION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_FLUSH_SECTION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17963", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17964", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 8, + "parentId": "17962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17965", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "17962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17966", + "kind": "UInt32", + "name": "Length", + "offset": 24, + "parentId": "17962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17967", + "kind": "UInt32", + "name": "MmFlushFlags", + "offset": 28, + "parentId": "17962", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17968", + "kind": "Struct", + "name": "_PERFINFO_CC_FLUSH_CACHE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_FLUSH_CACHE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17969", + "kind": "UInt64", + "name": "WorkItemKey", + "offset": 0, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17970", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 8, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17971", + "kind": "UInt64", + "name": "Offset", + "offset": 16, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17972", + "kind": "UInt32", + "name": "Length", + "offset": 24, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17973", + "kind": "UInt32", + "name": "SharedCacheMapFlags", + "offset": 28, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17974", + "kind": "UInt32", + "name": "Flags", + "offset": 32, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17975", + "kind": "UInt32", + "name": "Reserved", + "offset": 36, + "parentId": "17968", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17976", + "kind": "Struct", + "name": "_PERFINFO_CC_LOGGED_STREAM_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_LOGGED_STREAM_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17977", + "kind": "UInt64", + "name": "FileObjectKey", + "offset": 0, + "parentId": "17976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17978", + "kind": "UInt32", + "name": "ReasonForFlush", + "offset": 8, + "parentId": "17976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17979", + "kind": "UInt32", + "name": "PagesToWrite", + "offset": 12, + "parentId": "17976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17980", + "kind": "UInt64", + "name": "DirtyLoggedPages", + "offset": 16, + "parentId": "17976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17981", + "kind": "UInt64", + "name": "DirtyLoggedPageThreshold", + "offset": 24, + "parentId": "17976", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17982", + "kind": "Struct", + "name": "LargestLsnForLWS", + "offset": 32, + "parentId": "17976", + "refId": "469", + "strLen": 64, + "structTypeName": "_LARGE_INTEGER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17983", + "kind": "Struct", + "name": "_PERFINFO_CC_EXTRA_WB_THREAD_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CC_EXTRA_WB_THREAD_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17984", + "kind": "UInt32", + "name": "ThreadAction", + "offset": 0, + "parentId": "17983", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17985", + "kind": "UInt32", + "name": "ActiveExtraWBThreads", + "offset": 4, + "parentId": "17983", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17986", + "kind": "UInt64", + "name": "TotalDirtyPages", + "offset": 8, + "parentId": "17983", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17987", + "kind": "UInt64", + "name": "DirtyPageThreshold", + "offset": 16, + "parentId": "17983", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17988", + "kind": "UInt64", + "name": "AvailablePages", + "offset": 24, + "parentId": "17983", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17989", + "kind": "Struct", + "name": "_PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17990", + "kind": "Hex8", + "name": "FileObject", + "offset": 0, + "parentId": "17989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17991", + "kind": "UInt32", + "name": "DeviceCharacteristics", + "offset": 1, + "parentId": "17989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17992", + "kind": "UInt16", + "name": "FileCharacteristics", + "offset": 5, + "parentId": "17989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "17993", + "kind": "Struct", + "name": "Flags", + "offset": 7, + "parentId": "17989", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17994", + "kind": "UInt16", + "name": "Flags", + "offset": 0, + "parentId": "17993", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17995", + "kind": "Struct", + "name": "_PERFINFO_SYSCALL_ENTER_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SYSCALL_ENTER_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17996", + "kind": "Hex8", + "name": "SysCallAddr", + "offset": 0, + "parentId": "17995", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17997", + "kind": "Struct", + "name": "_PERFINFO_SYSCALL_EXIT_DATA", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SYSCALL_EXIT_DATA" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "17998", + "kind": "Int32", + "name": "ReturnValue", + "offset": 0, + "parentId": "17997", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "17999", + "kind": "Struct", + "name": "_PERFINFO_MARK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MARK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "18000", + "kind": "Array", + "name": "Name", + "offset": 0, + "parentId": "17999", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18001", + "kind": "Struct", + "name": "_PERFINFO_FILE_CREATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_CREATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18002", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18003", + "kind": "UInt64", + "name": "FileObject", + "offset": 8, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18004", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 16, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18005", + "kind": "UInt32", + "name": "Options", + "offset": 20, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18006", + "kind": "UInt32", + "name": "Attributes", + "offset": 24, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18007", + "kind": "UInt32", + "name": "ShareAccess", + "offset": 28, + "parentId": "18001", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "18008", + "kind": "Array", + "name": "OpenPath", + "offset": 32, + "parentId": "18001", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18009", + "kind": "Struct", + "name": "_PERFINFO_FILE_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18010", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18011", + "kind": "UInt64", + "name": "FileObject", + "offset": 8, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18012", + "kind": "UInt64", + "name": "FileKey", + "offset": 16, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18013", + "kind": "UInt64", + "name": "ExtraInformation", + "offset": 24, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18014", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 32, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18015", + "kind": "UInt32", + "name": "InfoClass", + "offset": 36, + "parentId": "18009", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18016", + "kind": "Struct", + "name": "_PERFINFO_FILE_DIRENUM", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_DIRENUM" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18017", + "kind": "UInt64", + "name": "Irp", + "offset": 0, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18018", + "kind": "UInt64", + "name": "FileObject", + "offset": 8, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18019", + "kind": "UInt64", + "name": "FileKey", + "offset": 16, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18020", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 24, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18021", + "kind": "UInt32", + "name": "Length", + "offset": 28, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18022", + "kind": "UInt32", + "name": "InfoClass", + "offset": 32, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18023", + "kind": "UInt32", + "name": "FileIndex", + "offset": 36, + "parentId": "18016", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "18024", + "kind": "Array", + "name": "FileName", + "offset": 40, + "parentId": "18016", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18025", + "kind": "Struct", + "name": "_PERFINFO_FILE_READ_WRITE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FILE_READ_WRITE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18026", + "kind": "UInt64", + "name": "Offset", + "offset": 0, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18027", + "kind": "UInt64", + "name": "Irp", + "offset": 8, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18028", + "kind": "UInt64", + "name": "FileObject", + "offset": 16, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18029", + "kind": "UInt64", + "name": "FileKey", + "offset": 24, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18030", + "kind": "UInt32", + "name": "IssuingThreadId", + "offset": 32, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18031", + "kind": "UInt32", + "name": "Size", + "offset": 36, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18032", + "kind": "UInt32", + "name": "Flags", + "offset": 40, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18033", + "kind": "UInt32", + "name": "ExtraFlags", + "offset": 44, + "parentId": "18025", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18034", + "kind": "Struct", + "name": "_PERFINFO_FLT_OPERATION_STATUS", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_FLT_OPERATION_STATUS" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18035", + "kind": "Hex8", + "name": "RoutineAddr", + "offset": 0, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18036", + "kind": "Hex8", + "name": "FileObject", + "offset": 1, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18037", + "kind": "Hex8", + "name": "FsContext", + "offset": 2, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18038", + "kind": "Hex8", + "name": "IrpPtr", + "offset": 3, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18039", + "kind": "Hex8", + "name": "CbdPtr", + "offset": 4, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18040", + "kind": "Int32", + "name": "MajorFunction", + "offset": 5, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18041", + "kind": "Int32", + "name": "Status", + "offset": 9, + "parentId": "18034", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18042", + "kind": "Struct", + "name": "_PERFINFO_MEMORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_MEMORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18043", + "kind": "UInt64", + "name": "ZeroPageCount", + "offset": 0, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18044", + "kind": "UInt64", + "name": "FreePageCount", + "offset": 8, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18045", + "kind": "UInt64", + "name": "ModifiedPageCount", + "offset": 16, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18046", + "kind": "UInt64", + "name": "ModifiedNoWritePageCount", + "offset": 24, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18047", + "kind": "UInt64", + "name": "BadPageCount", + "offset": 32, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "18048", + "kind": "Array", + "name": "PageCountByPriority", + "offset": 40, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 8, + "collapsed": false, + "elementKind": "UInt64", + "id": "18049", + "kind": "Array", + "name": "RepurposedPagesByPriority", + "offset": 104, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18050", + "kind": "UInt64", + "name": "ModifiedPageCountPageFile", + "offset": 168, + "parentId": "18042", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18051", + "kind": "Struct", + "name": "_PERFINFO_SYSTEM_MEMORY_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_SYSTEM_MEMORY_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18052", + "kind": "UInt64", + "name": "PagedPoolCommitPageCount", + "offset": 0, + "parentId": "18051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18053", + "kind": "UInt64", + "name": "NonPagedPoolPageCount", + "offset": 8, + "parentId": "18051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18054", + "kind": "UInt64", + "name": "MdlPageCount", + "offset": 16, + "parentId": "18051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18055", + "kind": "UInt64", + "name": "CommitPageCount", + "offset": 24, + "parentId": "18051", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18056", + "kind": "Struct", + "name": "_PERFINFO_WORKINGSET_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_WORKINGSET_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18057", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18058", + "kind": "UInt32", + "name": "UniqueProcessId", + "offset": 0, + "parentId": "18057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18059", + "kind": "UInt32", + "name": "SessionId", + "offset": 0, + "parentId": "18057", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18060", + "kind": "UInt64", + "name": "WorkingSetPageCount", + "offset": 4, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18061", + "kind": "UInt64", + "name": "CommitPageCount", + "offset": 12, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18062", + "kind": "Struct", + "name": "", + "offset": 20, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18063", + "kind": "UInt64", + "name": "PagedPoolPageCount", + "offset": 0, + "parentId": "18062", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18064", + "kind": "UInt64", + "name": "VirtualSizeInPages", + "offset": 0, + "parentId": "18062", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18065", + "kind": "UInt64", + "name": "PrivateWorkingSetPageCount", + "offset": 28, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18066", + "kind": "UInt64", + "name": "StoreSizeInPages", + "offset": 36, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18067", + "kind": "UInt64", + "name": "StoredPageCount", + "offset": 44, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18068", + "kind": "UInt64", + "name": "CommitDebtInPages", + "offset": 52, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18069", + "kind": "UInt64", + "name": "SharedCommitInPages", + "offset": 60, + "parentId": "18056", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18070", + "kind": "Struct", + "name": "_PERFINFO_WORKINGSET_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_WORKINGSET_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18071", + "kind": "UInt32", + "name": "Count", + "offset": 0, + "parentId": "18070", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "18072", + "kind": "Array", + "name": "WsEntry", + "offset": 4, + "parentId": "18070", + "refId": "18056", + "strLen": 64, + "structTypeName": "_PERFINFO_WORKINGSET_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18073", + "kind": "Struct", + "name": "_PERFINFO_CONTIGUOUS_PAGE_GENERATE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CONTIGUOUS_PAGE_GENERATE" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18074", + "kind": "UInt64", + "name": "ThreadId", + "offset": 0, + "parentId": "18073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18075", + "kind": "UInt64", + "name": "NumberOfBytes", + "offset": 8, + "parentId": "18073", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18076", + "kind": "Struct", + "name": "_PERFINFO_DEBUG_EVENT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_DEBUG_EVENT" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18077", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "18076", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18078", + "kind": "UInt32", + "name": "ThreadId", + "offset": 4, + "parentId": "18076", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18079", + "kind": "UInt32", + "name": "Reason", + "offset": 8, + "parentId": "18076", + "refId": "444", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18080", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP_BUFFER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP_BUFFER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18081", + "kind": "Int64", + "name": "FirstTimeStamp", + "offset": 0, + "parentId": "18080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "UInt32", + "id": "18082", + "kind": "Array", + "name": "TidTable", + "offset": 8, + "parentId": "18080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 16, + "collapsed": false, + "elementKind": "Int8", + "id": "18083", + "kind": "Array", + "name": "ThreadBasePriority", + "offset": 72, + "parentId": "18080", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18084", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP_IDLE_SHORT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP_IDLE_SHORT" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "DataType" + }, + { + "bitOffset": 2, + "bitWidth": 14, + "name": "TimeDelta" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex16", + "id": "18085", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "18084", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18086", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP_IDLE", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP_IDLE" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "DataType" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "TimeDelta" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex32", + "id": "18087", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "18086", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18088", + "kind": "Struct", + "name": "_PERFINFO_CCSWAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_CCSWAP" + }, + { + "arrayLen": 1, + "bitfieldMembers": [ + { + "bitOffset": 0, + "bitWidth": 2, + "name": "DataType" + }, + { + "bitOffset": 2, + "bitWidth": 30, + "name": "TimeDelta" + }, + { + "bitOffset": 32, + "bitWidth": 4, + "name": "OldThreadIdIndex" + }, + { + "bitOffset": 36, + "bitWidth": 6, + "name": "OldThreadStateWr" + }, + { + "bitOffset": 42, + "bitWidth": 5, + "name": "OldThreadPriority" + }, + { + "bitOffset": 47, + "bitWidth": 17, + "name": "NewThreadWaitTime" + } + ], + "classKeyword": "bitfield", + "collapsed": false, + "elementKind": "Hex64", + "id": "18089", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "18088", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18090", + "kind": "Struct", + "name": "_PERFINFO_PROCESS_PERFCTR64", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PROCESS_PERFCTR64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18091", + "kind": "UInt32", + "name": "ProcessId", + "offset": 0, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18092", + "kind": "UInt32", + "name": "PageFaultCount", + "offset": 4, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18093", + "kind": "UInt32", + "name": "HandleCount", + "offset": 8, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18094", + "kind": "UInt32", + "name": "Reserved", + "offset": 12, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18095", + "kind": "UInt64", + "name": "PeakVirtualSize", + "offset": 16, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18096", + "kind": "UInt64", + "name": "PeakWorkingSetSize", + "offset": 24, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18097", + "kind": "UInt64", + "name": "PeakPagefileUsage", + "offset": 32, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18098", + "kind": "UInt64", + "name": "QuotaPeakPagedPoolUsage", + "offset": 40, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18099", + "kind": "UInt64", + "name": "QuotaPeakNonPagedPoolUsage", + "offset": 48, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18100", + "kind": "UInt64", + "name": "VirtualSize", + "offset": 56, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18101", + "kind": "UInt64", + "name": "WorkingSetSize", + "offset": 64, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18102", + "kind": "UInt64", + "name": "PagefileUsage", + "offset": 72, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18103", + "kind": "UInt64", + "name": "QuotaPagedPoolUsage", + "offset": 80, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18104", + "kind": "UInt64", + "name": "QuotaNonPagedPoolUsage", + "offset": 88, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18105", + "kind": "UInt64", + "name": "PrivatePageCount", + "offset": 96, + "parentId": "18090", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18106", + "kind": "Struct", + "name": "_PERFINFO_PROCESS_INSWAP", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_PERFINFO_PROCESS_INSWAP" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18107", + "kind": "UInt64", + "name": "DirectoryTableBase", + "offset": 0, + "parentId": "18106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18108", + "kind": "UInt32", + "name": "ProcessId", + "offset": 8, + "parentId": "18106", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18109", + "kind": "Struct", + "name": "_WMI_LOGGER_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_WMI_LOGGER_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18110", + "kind": "Struct", + "name": "Wnode", + "offset": 0, + "parentId": "18109", + "refId": "8110", + "strLen": 64, + "structTypeName": "_WNODE_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18111", + "kind": "UInt32", + "name": "BufferSize", + "offset": 0, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18112", + "kind": "UInt32", + "name": "MinimumBuffers", + "offset": 4, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18113", + "kind": "UInt32", + "name": "MaximumBuffers", + "offset": 8, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18114", + "kind": "UInt32", + "name": "MaximumFileSize", + "offset": 12, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18115", + "kind": "UInt32", + "name": "LogFileMode", + "offset": 16, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18116", + "kind": "UInt32", + "name": "FlushTimer", + "offset": 20, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18117", + "kind": "UInt32", + "name": "EnableFlags", + "offset": 24, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18118", + "kind": "Struct", + "name": "", + "offset": 28, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18119", + "kind": "Int32", + "name": "AgeLimit", + "offset": 0, + "parentId": "18118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18120", + "kind": "Int32", + "name": "FlushThreshold", + "offset": 0, + "parentId": "18118", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18121", + "kind": "UInt32", + "name": "Wow", + "offset": 32, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18122", + "kind": "Struct", + "name": "", + "offset": 36, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18123", + "kind": "Hex8", + "name": "LogFileHandle", + "offset": 0, + "parentId": "18122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18124", + "kind": "UInt64", + "name": "LogFileHandle64", + "offset": 0, + "parentId": "18122", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18125", + "kind": "Struct", + "name": "", + "offset": 44, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18126", + "kind": "UInt32", + "name": "NumberOfBuffers", + "offset": 0, + "parentId": "18125", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18127", + "kind": "UInt32", + "name": "InstanceCount", + "offset": 0, + "parentId": "18125", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18128", + "kind": "Struct", + "name": "", + "offset": 48, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18129", + "kind": "UInt32", + "name": "FreeBuffers", + "offset": 0, + "parentId": "18128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18130", + "kind": "UInt32", + "name": "InstanceId", + "offset": 0, + "parentId": "18128", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18131", + "kind": "Struct", + "name": "", + "offset": 52, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18132", + "kind": "UInt32", + "name": "EventsLost", + "offset": 0, + "parentId": "18131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18133", + "kind": "UInt32", + "name": "NumberOfProcessors", + "offset": 0, + "parentId": "18131", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18134", + "kind": "UInt32", + "name": "BuffersWritten", + "offset": 56, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18135", + "kind": "Struct", + "name": "", + "offset": 60, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18136", + "kind": "UInt32", + "name": "LogBuffersLost", + "offset": 0, + "parentId": "18135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18137", + "kind": "UInt32", + "name": "Flags", + "offset": 0, + "parentId": "18135", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18138", + "kind": "UInt32", + "name": "RealTimeBuffersLost", + "offset": 64, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18139", + "kind": "Struct", + "name": "", + "offset": 68, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18140", + "kind": "Hex8", + "name": "LoggerThreadId", + "offset": 0, + "parentId": "18139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18141", + "kind": "UInt64", + "name": "LoggerThreadId64", + "offset": 0, + "parentId": "18139", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18142", + "kind": "Struct", + "name": "", + "offset": 76, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18143", + "kind": "Struct", + "name": "LogFileName", + "offset": 0, + "parentId": "18142", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18144", + "kind": "Struct", + "name": "LogFileName64", + "offset": 0, + "parentId": "18142", + "refId": "6228", + "strLen": 64, + "structTypeName": "_STRING64" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18145", + "kind": "Struct", + "name": "", + "offset": 76, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18146", + "kind": "Struct", + "name": "LoggerName", + "offset": 0, + "parentId": "18145", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18147", + "kind": "Struct", + "name": "LoggerName64", + "offset": 0, + "parentId": "18145", + "refId": "6228", + "strLen": 64, + "structTypeName": "_STRING64" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18148", + "kind": "UInt32", + "name": "RealTimeConsumerCount", + "offset": 76, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18149", + "kind": "UInt32", + "name": "SpareUlong", + "offset": 80, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18150", + "kind": "Struct", + "name": "DUMMYUNIONNAME10", + "offset": 84, + "parentId": "18109", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18151", + "kind": "Hex8", + "name": "LoggerExtension", + "offset": 0, + "parentId": "18150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18152", + "kind": "UInt64", + "name": "LoggerExtension64", + "offset": 0, + "parentId": "18150", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18153", + "kind": "Struct", + "name": "_ETW_UMGL_KEY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_UMGL_KEY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18154", + "kind": "UInt8", + "name": "LoggerId", + "offset": 0, + "parentId": "18153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18155", + "kind": "UInt8", + "name": "Flags", + "offset": 1, + "parentId": "18153", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18156", + "kind": "Struct", + "name": "_ETW_KERNEL_HEADER_EXTENSION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_KERNEL_HEADER_EXTENSION" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18157", + "kind": "Struct", + "name": "GroupMasks", + "offset": 0, + "parentId": "18156", + "refId": "16974", + "strLen": 64, + "structTypeName": "_PERFINFO_GROUPMASK" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18158", + "kind": "UInt32", + "name": "Version", + "offset": 0, + "parentId": "18156", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18159", + "kind": "Struct", + "name": "_ETW_SET_MARK_INFORMATION", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_SET_MARK_INFORMATION" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18160", + "kind": "UInt32", + "name": "Flag", + "offset": 0, + "parentId": "18159", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "Struct", + "id": "18161", + "kind": "Array", + "name": "Mark", + "offset": 4, + "parentId": "18159", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18162", + "kind": "Struct", + "name": "_ETW_NOTIFICATION_HEADER", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_NOTIFICATION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18163", + "kind": "UInt32", + "name": "NotificationType", + "offset": 0, + "parentId": "18162", + "refId": "446", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18164", + "kind": "UInt32", + "name": "NotificationSize", + "offset": 4, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18165", + "kind": "UInt32", + "name": "Offset", + "offset": 8, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18166", + "kind": "UInt8", + "name": "ReplyRequested", + "offset": 12, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18167", + "kind": "UInt32", + "name": "Timeout", + "offset": 13, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18168", + "kind": "Struct", + "name": "", + "offset": 17, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18169", + "kind": "UInt32", + "name": "ReplyCount", + "offset": 0, + "parentId": "18168", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18170", + "kind": "UInt32", + "name": "NotifyeeCount", + "offset": 0, + "parentId": "18168", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18171", + "kind": "UInt64", + "name": "Reserved2", + "offset": 21, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18172", + "kind": "UInt32", + "name": "TargetPID", + "offset": 29, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18173", + "kind": "UInt32", + "name": "SourcePID", + "offset": 33, + "parentId": "18162", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18174", + "kind": "Struct", + "name": "DestinationGuid", + "offset": 37, + "parentId": "18162", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18175", + "kind": "Struct", + "name": "SourceGuid", + "offset": 37, + "parentId": "18162", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18176", + "kind": "Struct", + "name": "_ETW_SESSION_NOTIFICATION_PACKET", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_SESSION_NOTIFICATION_PACKET" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18177", + "kind": "Struct", + "name": "NotificationHeader", + "offset": 0, + "parentId": "18176", + "refId": "18162", + "strLen": 64, + "structTypeName": "_ETW_NOTIFICATION_HEADER" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18178", + "kind": "UInt32", + "name": "Type", + "offset": 0, + "parentId": "18176", + "refId": "447", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18179", + "kind": "Int32", + "name": "Status", + "offset": 4, + "parentId": "18176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18180", + "kind": "UInt64", + "name": "TraceHandle", + "offset": 8, + "parentId": "18176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18181", + "kind": "Hex64", + "name": "", + "offset": 16, + "parentId": "18176", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18182", + "kind": "Struct", + "name": "_EVENT_DESCRIPTOR", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_EVENT_DESCRIPTOR" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18183", + "kind": "UInt16", + "name": "Id", + "offset": 0, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18184", + "kind": "UInt8", + "name": "Version", + "offset": 2, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18185", + "kind": "UInt8", + "name": "Channel", + "offset": 3, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18186", + "kind": "UInt8", + "name": "Level", + "offset": 4, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18187", + "kind": "UInt8", + "name": "Opcode", + "offset": 5, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18188", + "kind": "UInt16", + "name": "Task", + "offset": 6, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18189", + "kind": "UInt64", + "name": "Keyword", + "offset": 8, + "parentId": "18182", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18190", + "kind": "Struct", + "name": "_ETW_TRACE_PROVIDER_INSTANCE_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TRACE_PROVIDER_INSTANCE_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18191", + "kind": "UInt32", + "name": "NextOffset", + "offset": 0, + "parentId": "18190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18192", + "kind": "UInt32", + "name": "EnableCount", + "offset": 4, + "parentId": "18190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18193", + "kind": "UInt32", + "name": "Pid", + "offset": 8, + "parentId": "18190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18194", + "kind": "UInt32", + "name": "Flags", + "offset": 12, + "parentId": "18190", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18195", + "kind": "Struct", + "name": "_ETW_TRACE_GUID_INFO", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_ETW_TRACE_GUID_INFO" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18196", + "kind": "UInt32", + "name": "InstanceCount", + "offset": 0, + "parentId": "18195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18197", + "kind": "UInt32", + "name": "Reserved", + "offset": 4, + "parentId": "18195", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18198", + "kind": "Struct", + "name": "_TELEMETRY_COVERAGE_POINT", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_TELEMETRY_COVERAGE_POINT" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18199", + "kind": "Struct", + "name": "Name", + "offset": 0, + "parentId": "18198", + "refId": "0", + "strLen": 64, + "structTypeName": "const" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18200", + "kind": "UInt32", + "name": "Hash", + "offset": 0, + "parentId": "18198", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18201", + "kind": "UInt32", + "name": "LastCoveredRound", + "offset": 4, + "parentId": "18198", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18202", + "kind": "UInt32", + "name": "Flags", + "offset": 8, + "parentId": "18198", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18203", + "kind": "Struct", + "name": "_VECTXCPT_CALLOUT_ENTRY", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_VECTXCPT_CALLOUT_ENTRY" + }, + { + "arrayLen": 1, + "classKeyword": "union", + "collapsed": true, + "elementKind": "UInt8", + "id": "18204", + "kind": "Struct", + "name": "", + "offset": 0, + "parentId": "18203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18205", + "kind": "Struct", + "name": "ListEntry", + "offset": 0, + "parentId": "18204", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18206", + "kind": "Struct", + "name": "Next", + "offset": 0, + "parentId": "18204", + "refId": "520", + "strLen": 64, + "structTypeName": "_SINGLE_LIST_ENTRY" + }, + { + "arrayLen": 1, + "collapsed": false, + "elementKind": "UInt8", + "id": "18207", + "kind": "UInt32", + "name": "ReferenceCount", + "offset": 0, + "parentId": "18203", + "refId": "0", + "strLen": 64 + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18208", + "kind": "Struct", + "name": "Handler", + "offset": 4, + "parentId": "18203", + "refId": "0", + "strLen": 64, + "structTypeName": "PVECTORED_EXCEPTION_HANDLER" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18209", + "kind": "Struct", + "name": "_LDRP_VECTOR_HANDLER_LIST", + "offset": 0, + "parentId": "0", + "refId": "0", + "strLen": 64, + "structTypeName": "_LDRP_VECTOR_HANDLER_LIST" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18210", + "kind": "Struct", + "name": "CalloutLock", + "offset": 0, + "parentId": "18209", + "refId": "1874", + "strLen": 64, + "structTypeName": "_RTL_SRWLOCK" + }, + { + "arrayLen": 1, + "collapsed": true, + "elementKind": "UInt8", + "id": "18211", + "kind": "Struct", + "name": "ListHead", + "offset": 0, + "parentId": "18209", + "refId": "480", + "strLen": 64, + "structTypeName": "_LIST_ENTRY" + } + ] +} diff --git a/src/examples/windows-x86_64.h b/src/examples/windows-x86_64.h new file mode 100644 index 0000000..f9f35d7 --- /dev/null +++ b/src/examples/windows-x86_64.h @@ -0,0 +1,42817 @@ +#define _WINDOWS_ + +struct _LIST_ENTRY; +struct _SYSTEM_AUDIT_OBJECT_ACE; +struct _SINGLE_LIST_ENTRY; +struct _TOKEN_AUDIT_POLICY; +struct _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; +struct _EXCEPTION_RECORD; +struct _CONTEXT; +struct _XSAVE_CET_U_FORMAT; +struct _DISPATCHER_CONTEXT; +struct _PROCESS_MITIGATION_FONT_DISABLE_POLICY; +struct _FILE_ID_128; +struct _EXCEPTION_RECORD64; +struct _PROCESS_MITIGATION_DEP_POLICY; +struct _PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +struct DPI_AWARENESS_CONTEXT__; +struct _IMAGE_POLICY_METADATA; +struct _SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION; +struct _SYSTEM_AUDIT_CALLBACK_OBJECT_ACE; +struct _SHARED_VIRTUAL_DISK_SUPPORT; +struct _XSTATE_FEATURE; +struct _STORAGE_DEVICE_NUMBERS; +struct _SE_ACCESS_REQUEST; +struct _M128A; +struct _ENCLAVE_INIT_INFO_VBS_BASIC; +struct _CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE; +struct _SE_ACCESS_REPLY; +struct _PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY; +struct __crt_locale_data_public; +union _RATE_QUOTA_LIMIT; +struct _ENCLAVE_CREATE_INFO_VBS_BASIC; +struct __crt_locale_pointers; +struct __crt_locale_data; +struct _TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT; +struct __crt_multibyte_data; +struct _TAPE_STATISTICS; +struct _TOKEN_SOURCE; +struct _PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY; +struct _SYSTEM_AUDIT_CALLBACK_ACE; +struct _Mbstatet; +struct _XSAVE_ARM64_SVE_HEADER; +struct _XSAVE_AREA; +struct _XSAVE_AREA_HEADER; +struct _ENCLAVE_CREATE_INFO_VBS; +struct _TP_WORK; +struct _FILE_NUMA_NODE_INFORMATION; +struct _PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +struct _FILE_NOTIFY_FULL_INFORMATION; +struct _TOKEN_CONTROL; +struct _CREATE_PROCESS_DEBUG_INFO; +struct _TRANSACTION_BIND_INFORMATION; +struct _JOBOBJECT_EXTENDED_LIMIT_INFORMATION; +struct _OBJECT_TYPE_LIST; +struct _QUOTA_LIMITS_EX; +struct _ACL; +struct _ENCLAVE_INIT_INFO_VBS; +struct _TOKEN_MANDATORY_POLICY; +struct _KCRM_PROTOCOL_BLOB; +struct _NETWORK_APP_INSTANCE_EA; +struct _SID_IDENTIFIER_AUTHORITY; +struct _FILE_PROCESS_IDS_USING_FILE_INFORMATION; +struct _PROCESSOR_NUMBER; +struct _TOKEN_BNO_ISOLATION_INFORMATION; +struct _SYSTEM_AUDIT_ACE; +struct _GROUP_AFFINITY64; +struct HMETAFILE__; +struct HKEY__; +struct _SYSTEM_RESOURCE_ATTRIBUTE_ACE; +struct _SYSTEM_ALARM_CALLBACK_OBJECT_ACE; +struct _CLAIM_SECURITY_ATTRIBUTES_INFORMATION; +struct _PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY; +struct _SYSTEM_ACCESS_FILTER_ACE; +struct _FILE_STAT_BASIC_INFORMATION; +struct _TOKEN_APPCONTAINER_INFORMATION; +struct _PROCESS_MITIGATION_DYNAMIC_CODE_POLICY; +struct _HARDWARE_COUNTER_DATA; +struct _TRANSACTION_ENLISTMENTS_INFORMATION; +struct _ACCESS_ALLOWED_ACE; +struct provider_info; +union _LARGE_INTEGER; +struct _WOW64_CONTEXT; +struct _ARM64EC_NT_CONTEXT; +struct _SCOPE_TABLE_ARM; +struct _GROUP_AFFINITY; +struct _GROUP_AFFINITY32; +struct _TOKEN_GROUPS; +struct _TAPE_PREPARE; +struct _FLOAT128; +struct _SECURITY_ATTRIBUTES; +union _ULARGE_INTEGER; +struct _LUID; +struct _SERVICE_SID_INFO; +struct HBITMAP__; +struct JOBOBJECT_NET_RATE_CONTROL_INFORMATION; +struct LIST_ENTRY32; +struct HRSRC__; +struct _SE_IMPERSONATION_STATE; +struct LIST_ENTRY64; +struct _GUID; +struct _OBJECTID; +struct _KNONVOLATILE_CONTEXT_POINTERS_ARM64; +struct _PROCESSOR_GROUP_INFO; +struct tagRECT; +struct _XSAVE_FORMAT; +struct HGLRC__; +struct _CACHE_DESCRIPTOR; +struct HTASK__; +struct _XSTATE_CONTEXT; +struct _REARRANGE_FILE_DATA; +struct _KERNEL_CET_CONTEXT; +struct _PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY; +struct _FILE_FS_FULL_SIZE_INFORMATION; +struct _SCOPE_TABLE_AMD64; +struct _PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY; +struct _IMAGE_RUNTIME_FUNCTION_ENTRY; +struct _FILE_NOTIFY_INFORMATION; +struct _STORAGE_DEVICE_NUMBER_EX; +struct _UNWIND_HISTORY_TABLE; +struct tagWNDCLASSA; +struct _EXCEPTION_POINTERS; +struct _KNONVOLATILE_CONTEXT_POINTERS; +struct _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION; +struct _SCOPE_TABLE_ARM64; +struct _ENLISTMENT_CRM_INFORMATION; +struct DISK_SPACE_INFORMATION; +union _ARM64_NT_NEON128; +struct _SCRUB_DATA_OUTPUT; +struct _ARM64_NT_CONTEXT; +struct _GET_MEDIA_TYPES; +struct _SERVICE_DESCRIPTIONA; +struct _ENCLAVE_CREATE_INFO_SGX; +struct _TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT; +struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY; +union _DISPATCHER_CONTEXT_NONVOLREG_ARM64; +struct _ENCLAVE_INIT_INFO_SGX; +struct _DISPATCHER_CONTEXT_ARM64; +struct _FILE_STAT_LX_INFORMATION; +struct _PROCESS_INFORMATION; +struct _JOBOBJECT_BASIC_LIMIT_INFORMATION; +struct _LDT_ENTRY; +struct _WOW64_FLOATING_SAVE_AREA; +struct _FILE_IOSTATUSBLOCK_RANGE_INFORMATION; +struct _WOW64_LDT_ENTRY; +struct _POWER_MONITOR_INVOCATION; +struct _WOW64_DESCRIPTOR_TABLE_ENTRY; +struct _EXCEPTION_RECORD32; +struct _TOKEN_PRIMARY_GROUP; +union _FILE_SEGMENT_ELEMENT; +struct _PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +struct _GENERIC_MAPPING; +struct _LUID_AND_ATTRIBUTES; +struct _SID; +struct _CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1; +struct _SYSTEM_CPU_SET_INFORMATION; +union _SE_SID; +struct _FILE_MAILSLOT_QUERY_INFORMATION; +struct _TOKEN_STATISTICS; +struct _SYSTEM_LOGICAL_PROCESSOR_INFORMATION; +struct HMENU__; +struct _SID_AND_ATTRIBUTES; +struct _IMAGE_LINENUMBER; +struct _SID_AND_ATTRIBUTES_HASH; +struct _TOKEN_MANDATORY_LABEL; +struct _PROCESS_NETWORK_COUNTERS; +struct _ATTRIBUTES_AND_SID; +struct _ACTIVATION_CONTEXT; +struct _IMAGE_EXPORT_DIRECTORY; +struct _GROUP_RELATIONSHIP; +struct _ACE_HEADER; +struct _MEMORY_BASIC_INFORMATION64; +struct _ACCESS_DENIED_ACE; +struct _TAPE_ERASE; +struct _SYSTEM_ALARM_ACE; +struct _TOKEN_PRIVILEGES; +struct _SYSTEM_SCOPED_POLICY_ID_ACE; +struct _SYSTEM_MANDATORY_LABEL_ACE; +struct HMONITOR__; +struct _SYSTEM_PROCESS_TRUST_LABEL_ACE; +struct _OVERLAPPED; +struct _MEMORY_BASIC_INFORMATION; +struct _ACCESS_ALLOWED_OBJECT_ACE; +struct _ACCESS_DENIED_OBJECT_ACE; +struct _SMALL_RECT; +struct _SYSTEM_ALARM_OBJECT_ACE; +struct _ACCESS_ALLOWED_CALLBACK_ACE; +struct _ACCESS_DENIED_CALLBACK_ACE; +struct _SERVICE_FAILURE_ACTIONS_FLAG; +struct _SYSTEM_ALARM_CALLBACK_ACE; +struct _ACCESS_ALLOWED_CALLBACK_OBJECT_ACE; +struct _ACCESS_DENIED_CALLBACK_OBJECT_ACE; +struct _ACL_REVISION_INFORMATION; +struct _ACL_SIZE_INFORMATION; +struct _SECURITY_DESCRIPTOR_RELATIVE; +struct _SECURITY_DESCRIPTOR; +struct _IMAGE_OS2_HEADER; +struct _SECURITY_OBJECT_AI_PARAMS; +struct tagNMHDR; +struct _IMAGE_DATA_DIRECTORY; +struct _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +struct _IMAGE_FILE_HEADER; +struct _PRIVILEGE_SET; +struct _ACCESS_REASONS; +struct _SE_SECURITY_DESCRIPTOR; +struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3; +struct _PROCESS_HANDLE_INFORMATION; +struct _DBGKM_EXIT_THREAD; +struct IMAGE_AUX_SYMBOL_TOKEN_DEF; +struct _RTL_BARRIER; +struct _TOKEN_USER; +struct _SE_TOKEN_USER; +struct _TOKEN_OWNER; +struct _SERVICE_NOTIFY_1; +union _IMAGE_AUX_SYMBOL_EX; +struct _TOKEN_DEFAULT_DACL; +struct _TOKEN_USER_CLAIMS; +struct _TOKEN_DEVICE_CLAIMS; +struct _PROCESS_REVOKE_FILE_HANDLES_INFORMATION; +struct _TOKEN_GROUPS_AND_PRIVILEGES; +struct _TOKEN_LINKED_TOKEN; +struct _TOKEN_ELEVATION; +struct _TOKEN_ACCESS_INFORMATION; +struct _MESSAGE_RESOURCE_DATA; +struct _SCRUB_PARITY_EXTENT_DATA; +struct _TOKEN_LOGGING_INFORMATION; +struct _IMAGE_THUNK_DATA32; +struct _TOKEN_ORIGIN; +struct _UNWIND_HISTORY_TABLE_ENTRY; +struct _FILE_STAT_INFORMATION; +struct ANON_OBJECT_HEADER; +struct _TOKEN_SID_INFORMATION; +struct _CLAIM_SECURITY_ATTRIBUTE_V1; +struct tagDRAWITEMSTRUCT; +struct _SECURITY_QUALITY_OF_SERVICE; +struct _IMAGE_NT_HEADERS; +struct _FILE_NOTIFY_EXTENDED_INFORMATION; +struct _IMAGE_NT_HEADERS64; +struct tagAUDIODESCRIPTION; +struct _IMAGE_RESOURCE_DIRECTORY_STRING; +struct HRGN__; +struct _SECURITY_CAPABILITIES; +struct _JOB_SET_ARRAY; +struct _FILE_CASE_SENSITIVE_INFORMATION; +struct _EXCEPTION_REGISTRATION_RECORD; +struct _NT_TIB; +struct _NT_TIB32; +struct _MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION; +struct _SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; +struct PPM_IDLESTATE_EVENT; +struct _NT_TIB64; +struct _UMS_CREATE_THREAD_ATTRIBUTES; +struct _COMPONENT_FILTER; +struct _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET; +struct _PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION; +struct _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE; +struct tagRAWMOUSE; +struct _POWER_PLATFORM_INFORMATION; +struct _QUOTA_LIMITS; +struct _SILOOBJECT_BASIC_INFORMATION; +struct tagMOUSEHOOKSTRUCT; +struct _IO_COUNTERS; +struct tagMOUSEMOVEPOINT; +struct _PROCESS_MITIGATION_ASLR_POLICY; +struct _PROCESS_MITIGATION_SEHOP_POLICY; +struct _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +struct _MEMORY_BASIC_INFORMATION32; +struct _JOBOBJECT_LIMIT_VIOLATION_INFORMATION; +struct _POWER_SESSION_WINLOGON; +struct _PROCESS_MITIGATION_IMAGE_LOAD_POLICY; +struct _PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +struct _PROCESS_MITIGATION_CHILD_PROCESS_POLICY; +struct _POWER_LIMIT_ATTRIBUTES; +struct _JOBOBJECT_JOBSET_INFORMATION; +struct _PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY; +struct _POWER_SESSION_TIMEOUTS; +struct _PROCESS_ENERGY_TRACKING_STATE; +struct _IMAGE_DYNAMIC_RELOCATION64; +struct _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION; +struct _JOBOBJECT_BASIC_PROCESS_ID_LIST; +struct _JOBOBJECT_BASIC_UI_RESTRICTIONS; +struct _JOBOBJECT_SECURITY_LIMIT_INFORMATION; +struct _JOBOBJECT_END_OF_JOB_TIME_INFORMATION; +struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2; +struct _JOBOBJECT_ASSOCIATE_COMPLETION_PORT; +struct _JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION; +struct SET_POWER_SETTING_VALUE; +struct _PROCESS_SYSCALL_PROVIDER_INFORMATION; +struct _JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION; +struct _DBGKM_CREATE_THREAD; +struct _SERVERSILO_INIT_INFORMATION; +struct _JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION; +struct JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2; +struct POWER_ACTION_POLICY; +struct JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2; +struct _JOBOBJECT_CPU_RATE_CONTROL_INFORMATION; +struct _TAPE_SET_POSITION; +struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE; +struct _JOBOBJECT_IO_ATTRIBUTION_STATS; +struct _JOBOBJECT_IO_ATTRIBUTION_INFORMATION; +struct _OSVERSIONINFOA; +struct _SERVERSILO_BASIC_INFORMATION; +struct _SERVERSILO_DIAGNOSTIC_INFORMATION; +struct tagRID_DEVICE_INFO_MOUSE; +struct tagANIMATIONINFO; +struct _PROCESSOR_RELATIONSHIP; +struct tagSERIALKEYSW; +struct _NUMA_NODE_RELATIONSHIP; +struct _CACHE_RELATIONSHIP; +union _PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS; +struct _SYSTEM_POOL_ZEROING_INFORMATION; +struct tagCHANGEFILTERSTRUCT; +struct _SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION; +struct tagTOGGLEKEYS; +struct _HEAP_OPTIMIZE_RESOURCES_INFORMATION; +struct _XSTATE_CONFIGURATION; +struct _SLIST_ENTRY; +struct FLASHWINFO; +struct _CFG_CALL_TARGET_INFO; +struct MEM_EXTENDED_PARAMETER; +struct _MEM_ADDRESS_REQUIREMENTS; +struct tagCURSORSHAPE; +struct _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +struct _TP_POOL; +struct _ENCLAVE_LOAD_DATA_VBS_BASIC; +struct _MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE; +struct _IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION; +struct PROCESSOR_IDLESTATE_POLICY; +union IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA; +struct _REPARSE_GUID_DATA_BUFFER; +struct _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES; +struct _SCRUB_DATA_INPUT; +struct _SCRUB_PARITY_EXTENT; +struct BATTERY_REPORTING_SCALE; +struct tagMENUITEMINFOW; +struct _REARRANGE_FILE_DATA32; +struct _SHUFFLE_FILE_DATA; +struct _PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +struct _IMAGE_DYNAMIC_RELOCATION32; +struct ALLOC_CONSOLE_OPTIONS; +struct CM_Power_Data_s; +struct _PROCESS_LEAP_SECOND_INFORMATION; +struct _IMAGE_LOAD_CONFIG_CODE_INTEGRITY; +struct _POWER_USER_PRESENCE; +struct _POWER_SESSION_CONNECT; +struct _TP_CALLBACK_INSTANCE; +struct _POWER_SESSION_RIT_STATE; +struct _DEBUG_EVENT; +struct _POWER_IDLE_RESILIENCY; +struct _MESSAGE_RESOURCE_ENTRY; +struct tagEMRSETWORLDTRANSFORM; +struct IMPORT_OBJECT_HEADER; +struct BITMAPV5HEADER; +struct tagSIZE; +struct _TRANSACTIONMANAGER_RECOVERY_INFORMATION; +struct _OSVERSIONINFOW; +struct _POWER_LIMIT_VALUE; +struct _KTMOBJECT_CURSOR; +struct _RESUME_PERFORMANCE; +struct _IMAGE_POLICY_ENTRY; +struct _PROC_THREAD_ATTRIBUTE_LIST; +struct NOTIFY_USER_POWER_SETTING; +struct _IMAGE_DEBUG_DIRECTORY; +struct _APPLICATIONLAUNCH_SETTING_VALUE; +struct _TP_POOL_STACK_INFORMATION; +struct _ENLISTMENT_BASIC_INFORMATION; +struct PPM_WMI_LEGACY_PERFSTATE; +struct PPM_WMI_IDLE_STATE; +struct PPM_WMI_IDLE_STATES; +struct PPM_WMI_IDLE_STATES_EX; +struct PPM_WMI_PERF_STATE; +struct PPM_WMI_PERF_STATES; +struct PPM_WMI_PERF_STATES_EX; +struct IMAGE_COR20_HEADER; +struct PPM_IDLE_STATE_ACCOUNTING; +struct PPM_IDLE_ACCOUNTING; +struct PPM_IDLE_STATE_BUCKET_EX; +struct _TP_CALLBACK_ENVIRON_V3; +struct _IMAGE_FUNCTION_ENTRY; +struct PPM_IDLE_STATE_ACCOUNTING_EX; +struct _PROCESS_HEAP_ENTRY; +struct PPM_IDLE_ACCOUNTING_EX; +struct tagEMREXTTEXTOUTA; +struct PPM_PERFSTATE_EVENT; +struct PPM_PERFSTATE_DOMAIN_EVENT; +struct PPM_THERMALCHANGE_EVENT; +struct PPM_THERMAL_POLICY_EVENT; +struct _TRANSACTIONMANAGER_LOGPATH_INFORMATION; +struct _TRANSACTIONMANAGER_OLDEST_INFORMATION; +struct HINSTANCE__; +struct _BY_HANDLE_FILE_INFORMATION; +struct SYSTEM_POWER_LEVEL; +struct _FILE_FULL_DIR_INFO; +struct _SYSTEM_POWER_POLICY; +struct PROCESSOR_IDLESTATE_INFO; +union _SLIST_HEADER; +struct _RESOURCEMANAGER_BASIC_INFORMATION; +struct _UNLOAD_DLL_DEBUG_INFO; +struct _PROCESSOR_POWER_POLICY_INFO; +struct _NON_PAGED_DEBUG_INFO; +struct _PROCESSOR_POWER_POLICY; +struct tagAXISINFOA; +struct PROCESSOR_PERFSTATE_POLICY; +struct _RECTL; +struct _ADMINISTRATOR_POWER_POLICY; +struct _SYSTEM_SHADOW_STACK_INFORMATION; +struct _HIBERFILE_BUCKET; +struct DISPLAYCONFIG_ADAPTER_NAME; +struct _IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION; +struct SYSTEM_POWER_CAPABILITIES; +struct SYSTEM_BATTERY_STATE; +struct _MAXVERSIONTESTED_INFO; +struct _IMAGE_DOS_HEADER; +struct HWND__; +struct tagPANOSE; +struct _IMAGE_VXD_HEADER; +struct _IMAGE_DYNAMIC_RELOCATION32_V2; +struct _EVENTSFORLOGFILE; +struct _IMAGE_OPTIONAL_HEADER; +struct _IMAGE_ROM_OPTIONAL_HEADER; +struct _IMAGE_OPTIONAL_HEADER64; +struct _SYSTEMTIME; +struct _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY; +struct _IMAGE_HOT_PATCH_MACHINE; +struct _ABCFLOAT; +struct _IMAGE_ROM_HEADERS; +struct tagEMRSETPIXELV; +struct ANON_OBJECT_HEADER_V2; +struct ANON_OBJECT_HEADER_BIGOBJ; +struct _OUTLINETEXTMETRICW; +struct _IMAGE_SECTION_HEADER; +struct _IMAGE_SYMBOL; +struct _TAPE_GET_MEDIA_PARAMETERS; +struct _IMAGE_SYMBOL_EX; +struct _IMAGE_BOUND_IMPORT_DESCRIPTOR; +struct tagEMRTEXT; +struct _IMAGE_DYNAMIC_RELOCATION64_V2; +struct HACCEL__; +union _IMAGE_AUX_SYMBOL; +struct HBRUSH__; +struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY; +struct HSPRITE__; +struct _TAPE_GET_DRIVE_PARAMETERS; +struct _TP_IO; +struct _IMAGE_RELOCATION; +struct _IMAGE_BASE_RELOCATION; +struct _ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION; +struct _IMAGE_ARCHIVE_MEMBER_HEADER; +struct _IMAGE_BDD_DYNAMIC_RELOCATION; +struct _IMAGE_IMPORT_BY_NAME; +struct HDC__; +struct _IMAGE_THUNK_DATA64; +struct HDESK__; +struct HSTR__; +struct _IMAGE_TLS_DIRECTORY64; +struct HWINSTA__; +struct _IMAGE_DYNAMIC_RELOCATION_TABLE; +struct _IMAGE_TLS_DIRECTORY32; +struct _IMAGE_IMPORT_DESCRIPTOR; +struct _IMAGE_BOUND_FORWARDER_REF; +struct _IMAGE_DELAYLOAD_DESCRIPTOR; +struct _IMAGE_RESOURCE_DIRECTORY; +struct _COMMCONFIG; +struct _IMAGE_RESOURCE_DIRECTORY_ENTRY; +struct _TAPE_WRITE_MARKS; +struct _CREATEFILE2_EXTENDED_PARAMETERS; +struct _IMAGE_RESOURCE_DIR_STRING_U; +struct _JIT_DEBUG_INFO; +struct _IMAGE_RESOURCE_DATA_ENTRY; +struct _ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET; +struct _BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION; +struct _KCRM_MARSHAL_HEADER; +struct tagCOLORMATCHTOTARGET; +struct _IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER; +struct _IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER; +struct _IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +struct _GLYPHMETRICSFLOAT; +struct _STARTUPINFOW; +struct _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION; +struct _TRANSACTION_PROPERTIES_INFORMATION; +struct _IMAGE_FUNCTION_OVERRIDE_HEADER; +struct _EXIT_THREAD_DEBUG_INFO; +struct tagEMRFILLRGN; +struct _IMAGE_BDD_INFO; +struct _IMAGE_LOAD_CONFIG_DIRECTORY32; +struct _IMAGE_LOAD_CONFIG_DIRECTORY64; +struct tagEMREXTSELECTCLIPRGN; +struct _IMAGE_HOT_PATCH_INFO; +struct _IMAGE_HOT_PATCH_BASE; +struct _RTL_CONDITION_VARIABLE; +struct _IMAGE_HOT_PATCH_HASHES; +struct _EXCEPTION_DEBUG_INFO; +struct _TRANSACTION_LIST_INFORMATION; +struct _PROCESS_LEAP_SECOND_INFO; +struct _IMAGE_CE_RUNTIME_FUNCTION_ENTRY; +struct _LOAD_DLL_DEBUG_INFO; +union IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED; +struct _REASON_CONTEXT; +union IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE; +struct tagEMRCREATEPEN; +struct _IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY; +struct _MEMORY_PHYSICAL_CONTIGUITY_INFORMATION; +struct _IMAGE_ENCLAVE_CONFIG32; +struct _IMAGE_ENCLAVE_CONFIG64; +struct HICON__; +struct _SUPPORTED_OS_INFO; +struct HPALETTE__; +struct _IMAGE_ENCLAVE_IMPORT; +struct DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION; +struct _IMAGE_COFF_SYMBOLS_HEADER; +struct _FPO_DATA; +struct _IMAGE_DEBUG_MISC; +struct _IMAGE_FUNCTION_ENTRY64; +struct tagEMRSETVIEWPORTEXTEX; +struct _EVENTLOGRECORD; +struct _IMAGE_SEPARATE_DEBUG_HEADER; +struct _ImageArchitectureHeader; +struct _ImageArchitectureEntry; +struct _ABC; +struct HWINEVENTHOOK__; +struct HUMPD__; +union _RTL_RUN_ONCE; +struct _MESSAGE_RESOURCE_BLOCK; +struct tagEMR; +struct APP_LOCAL_DEVICE_ID; +struct _OSVERSIONINFOEXA; +struct tagEMRSELECTCLIPPATH; +struct _OSVERSIONINFOEXW; +struct _ASSEMBLY_FILE_DETAILED_INFORMATION; +struct _FILETIME; +struct HHOOK__; +union _PROCESS_CREATION_SVE_VECTOR_LENGTH; +struct _PERFORMANCE_DATA; +struct _NV_MEMORY_RANGE; +struct CORRELATION_VECTOR; +struct _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG; +struct _FILE_OBJECT; +struct _HEAP_SUMMARY; +struct _RTL_CRITICAL_SECTION_DEBUG; +struct _OUTPUT_DEBUG_STRING_INFO; +struct _RTL_CRITICAL_SECTION; +struct _RTL_SRWLOCK; +struct _ACTIVATION_CONTEXT_QUERY_INDEX; +struct _COMPATIBILITY_CONTEXT_ELEMENT; +struct _FILE_CASE_SENSITIVE_INFO; +struct _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION; +struct _CREATE_THREAD_DEBUG_INFO; +struct _ACTIVATION_CONTEXT_DETAILED_INFORMATION; +struct _PACKEDEVENTINFO; +struct _WIN32_FIND_DATAW; +struct tagPELARRAY; +struct _TAPE_GET_POSITION; +struct _EXIT_PROCESS_DEBUG_INFO; +struct _TAPE_SET_DRIVE_PARAMETERS; +struct _TAPE_SET_MEDIA_PARAMETERS; +struct _TAPE_CREATE_PARTITION; +struct _TAPE_WMI_OPERATIONS; +struct _PROCESS_EXTENDED_ENERGY_VALUES; +struct _TRANSACTION_NOTIFICATION; +struct _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT; +struct tagPOINT; +struct _PROCESSOR_PROFILE_CONTROL_AREA; +struct _TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT; +struct _TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT; +struct _KCRM_TRANSACTION_BLOB; +struct _OVERLAPPED_ENTRY; +struct _TRANSACTION_BASIC_INFORMATION; +struct _TRANSACTIONMANAGER_BASIC_INFORMATION; +struct _TRANSACTIONMANAGER_LOG_INFORMATION; +struct _TRANSACTION_ENLISTMENT_PAIR; +struct _TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION; +struct _RESOURCEMANAGER_COMPLETION_INFORMATION; +struct _FILE_DISPOSITION_INFO_EX; +struct OVERRIDE_PREFETCH_PARAMETER; +struct _TRANSACTION_LIST_ENTRY; +struct _TP_CLEANUP_GROUP; +struct WIN32_MEMORY_REGION_INFORMATION; +struct tagXFORM; +struct _TP_TIMER; +struct _TP_WAIT; +struct _TEB; +struct tagEXTLOGPEN; +struct HLSURF__; +struct _SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION; +struct HKL__; +struct HCOLORSPACE__; +struct tagEXTLOGFONTW; +struct HENHMETAFILE__; +struct HFONT__; +struct _STARTUPINFOEXW; +struct HPEN__; +struct _SYSTEM_MEMORY_TOPOLOGY_INFORMATION; +struct _POINTL; +struct DISPLAYCONFIG_2DREGION; +struct tagPOINTS; +struct _WIN32_FIND_DATAA; +struct _GRADIENT_TRIANGLE; +struct _COVERAGE_MODULE_REQUEST; +struct _RIP_INFO; +struct _FILE_DISPOSITION_INFO; +struct _WIN32_FILE_ATTRIBUTE_DATA; +struct _WIN32_FIND_STREAM_DATA; +struct _STARTUPINFOA; +struct _PSINJECTDATA; +struct _APC_CALLBACK_DATA; +struct _PSFEATURE_CUSTPAPER; +struct _MEMORY_PRIORITY_INFORMATION; +struct _THREAD_POWER_THROTTLING_STATE; +struct _APP_MEMORY_INFORMATION; +struct _SYSTEM_OBJECTTYPE_INFORMATION; +struct _PROCESS_MACHINE_INFORMATION; +struct _PROCESS_MEMORY_EXHAUSTION_INFO; +struct _PROCESS_POWER_THROTTLING_STATE; +struct PROCESS_PROTECTION_LEVEL_INFORMATION; +struct tagLOGFONTA; +struct _SYSTEM_INFO; +struct tagLOGFONTW; +struct _MEMORYSTATUSEX; +struct tagEMRROUNDRECT; +struct tagEMRELLIPSE; +struct tagENUMLOGFONTEXDVW; +struct tagDIBSECTION; +struct _WIN32_MEMORY_RANGE_ENTRY; +struct _REMOTE_NAME_INFOW; +struct tagGCP_RESULTSW; +struct tagENUMLOGFONTEXW; +struct _CONSOLE_FONT_INFO; +struct WIN32_MEMORY_PARTITION_INFORMATION; +struct _CONNECTDLGSTRUCTA; +struct _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY; +struct _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT; +struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION; +struct tagENUMUILANG; +struct tagMETAHEADER; +struct tagEMRPOLYPOLYLINE; +struct tagTTPOLYCURVE; +struct tagSTYLEBUFA; +struct _REDIRECTION_FUNCTION_DESCRIPTOR; +struct tagTEXTMETRICW; +struct _REDIRECTION_DESCRIPTOR; +struct _NETCONNECTINFOSTRUCT; +struct tagCOLORCORRECTPALETTE; +struct tagPIXELFORMATDESCRIPTOR; +struct _ETW_TRACE_PARTITION_INFORMATION_V2; +struct _COMMPROP; +struct _T2_SET_PARAMETERS_V0; +struct _COMSTAT; +struct _MAT2; +struct _DCB; +struct tagNEWTEXTMETRICEXW; +struct _COMMTIMEOUTS; +struct _SERVICE_REQUIRED_PRIVILEGES_INFOW; +struct _MEMORYSTATUS; +struct tagMENUITEMINFOA; +struct tagEMRCREATECOLORSPACE; +struct _SERVICE_PRESHUTDOWN_INFO; +struct _CONNECTDLGSTRUCTW; +struct _OFSTRUCT; +struct _UMS_SCHEDULER_STARTUP_INFO; +struct _UMS_SYSTEM_THREAD_INFORMATION; +struct _DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION; +struct tagBITMAPCOREHEADER; +struct _BOOT_OPTIONS; +struct _WIN32_STREAM_ID; +struct _currencyfmtW; +struct _STARTUPINFOEXA; +struct tagRGBTRIPLE; +struct DISPLAYCONFIG_SET_TARGET_PERSISTENCE; +struct DISPLAYCONFIG_PATH_SOURCE_INFO; +struct tagEMRCREATECOLORSPACEW; +struct tagRAWHID; +struct _DISPLAYCONFIG_SET_WCG_STATE; +struct tagEMRALPHABLEND; +struct tagLOGCOLORSPACEA; +struct TRACE_CONTEXT_REGISTER_INFO; +struct COPYFILE2_MESSAGE; +struct _SERVICE_CONTROL_STATUS_REASON_PARAMSW; +struct _RGNDATAHEADER; +struct BITMAPV4HEADER; +struct COPYFILE2_EXTENDED_PARAMETERS; +struct _COPYFILE2_CREATE_OPLOCK_KEYS; +struct _QUERY_SERVICE_LOCK_STATUSW; +struct _nlsversioninfoex; +struct COPYFILE2_EXTENDED_PARAMETERS_V2; +struct _EVENTLOG_FULL_INFORMATION; +struct _OPERATION_START_PARAMETERS; +struct _OPERATION_END_PARAMETERS; +struct tagHW_PROFILE_INFOA; +struct _FILE_ATTRIBUTE_TAG_INFO; +struct _TRACE_LOGFILE_HEADER32; +struct tagHW_PROFILE_INFOW; +struct _TIME_ZONE_INFORMATION; +struct tagEMRSETTEXTCOLOR; +struct DISPLAYCONFIG_PATH_INFO; +struct _TIME_DYNAMIC_ZONE_INFORMATION; +struct _cpinfo; +struct _SYSTEM_POWER_STATUS; +struct tagACTCTXA; +struct tagBITMAPINFO; +struct _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM; +struct _FILE_ALIGNMENT_INFO; +struct HSAVEDUILANGUAGES__; +struct tagACTCTXW; +struct tagBITMAPCOREINFO; +struct _FILE_END_OF_FILE_INFO; +struct tagACTCTX_SECTION_KEYED_DATA_2600; +struct tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA; +struct SC_HANDLE__; +struct tagHIGHCONTRASTW; +struct HIMC__; +struct tagACTCTX_SECTION_KEYED_DATA; +struct tagHIGHCONTRASTA; +struct DISPLAYCONFIG_PATH_TARGET_INFO; +struct _ACTIVATION_CONTEXT_BASIC_INFORMATION; +struct tagEMRFRAMERGN; +struct _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2; +struct tagFILTERKEYS; +struct _PSFEATURE_OUTPUT; +struct _FILE_BASIC_INFO; +struct tagEMRSETPALETTEENTRIES; +struct _FILE_STANDARD_INFO; +struct _numberfmtA; +struct DISPLAYCONFIG_TARGET_DEVICE_NAME; +struct _FILE_NAME_INFO; +struct DISPLAYCONFIG_SOURCE_MODE; +struct _FILE_RENAME_INFO; +struct _FILE_REMOTE_PROTOCOL_INFO; +struct DISPLAYCONFIG_DESKTOP_IMAGE_INFO; +struct _FILE_ALLOCATION_INFO; +struct _SYSTEM_DEVICE_INFORMATION; +struct _FILE_STREAM_INFO; +struct tagEMREXTESCAPE; +struct _FILE_COMPRESSION_INFO; +struct value_entW; +struct _FILE_ID_BOTH_DIR_INFO; +struct tagWNDCLASSEXW; +struct tagEMRMASKBLT; +struct _FILE_IO_PRIORITY_HINT_INFO; +struct tagENUMLOGFONTEXDVA; +struct _FILE_STORAGE_INFO; +struct _SYSTEM_QUERY_TIME_ADJUST_INFORMATION; +struct _FILE_ID_INFO; +struct _FILE_ID_EXTD_DIR_INFO; +struct tagTTPOLYGONHEADER; +struct tagEMRNAMEDESCAPE; +struct FILE_ID_DESCRIPTOR; +struct tagEMRCREATEDIBPATTERNBRUSHPT; +struct _DRAWPATRECT; +struct tagEMRPOLYDRAW16; +struct tagBITMAP; +struct tagRGBQUAD; +struct pvalueA; +struct tagEMRSETDIBITSTODEVICE; +struct tagEMREXTCREATEFONTINDIRECTW; +struct tagGLYPHSET; +struct tagCIEXYZ; +struct tagICEXYZTRIPLE; +struct _NETINFOSTRUCT; +struct tagLOGCOLORSPACEW; +struct tagBITMAPINFOHEADER; +struct tagEMRSTRETCHBLT; +struct tagEMRPLGBLT; +struct tagDESIGNVECTOR; +struct tagBITMAPFILEHEADER; +struct tagEMRCREATEPALETTE; +struct tagFONTSIGNATURE; +struct tagCHARSETINFO; +struct tagLOCALESIGNATURE; +struct tagHANDLETABLE; +struct _BOOT_ENTRY; +struct tagMETARECORD; +struct tagMETAFILEPICT; +struct _currencyfmtA; +struct tagENHMETARECORD; +struct tagENHMETAHEADER; +struct tagTEXTMETRICA; +struct tagEMRSETARCDIRECTION; +struct tagPOINTER_INFO; +struct _DISPLAYCONFIG_SET_HDR_STATE; +struct _GRADIENT_RECT; +struct tagNEWTEXTMETRICA; +struct tagNEWTEXTMETRICW; +struct tagPOLYTEXTW; +struct DISPLAYCONFIG_RATIONAL; +struct tagNEWTEXTMETRICEXA; +struct tagABORTPATH; +struct tagEMRMODIFYWORLDTRANSFORM; +struct tagEMROFFSETCLIPRGN; +struct tagLOGBRUSH; +struct _nlsversioninfo; +struct tagLOGBRUSH32; +struct tagLOGPEN; +struct tagEMRANGLEARC; +struct tagEXTLOGPEN32; +struct tagPALETTEENTRY; +struct tagLOGPALETTE; +struct _SERVICE_STATUS; +struct _SERVICE_NOTIFY_2W; +struct _FILEMUIINFO; +struct _DOCINFOW; +struct tagENUMLOGFONTA; +struct tagENUMLOGFONTW; +struct tagENUMLOGFONTEXA; +struct tagEMRRESTOREDC; +struct tagEMRSETMAPPERFLAGS; +struct _SERVICE_LAUNCH_PROTECTED_INFO; +struct tagEXTLOGFONTA; +struct tagWINDOWPLACEMENT; +struct tagEMRSETVIEWPORTORGEX; +struct tagEMRRESIZEPALETTE; +struct DISPLAYCONFIG_SOURCE_DEVICE_NAME; +struct _ENUM_SERVICE_STATUSW; +struct _ENUM_SERVICE_STATUSA; +struct _devicemodeA; +struct _SERVICE_PREFERRED_NODE_INFO; +struct _SERVICE_TRIGGER_INFO; +struct _devicemodeW; +struct tagEMRSETCOLORSPACE; +struct tagINPUT; +struct _FILE_LEVEL_TRIM_RANGE; +struct _DISPLAY_DEVICEA; +struct tagEMREXTCREATEPEN; +struct _DISPLAY_DEVICEW; +struct tagEMRCREATEMONOBRUSH; +struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO; +struct tagEMRGLSBOUNDEDRECORD; +struct tagTouchPredictionParameters; +struct tagMOUSEINPUT; +struct _FSCTL_OFFLOAD_WRITE_OUTPUT; +struct _POINTFLOAT; +struct DISPLAYCONFIG_TARGET_MODE; +struct tagLAYERPLANEDESCRIPTOR; +struct DISPLAYCONFIG_MODE_INFO; +struct tagEMRINVERTRGN; +struct tagTOUCHINPUT; +struct DISPLAYCONFIG_DEVICE_INFO_HEADER; +struct tagEMRGRADIENTFILL; +struct DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS; +struct DISPLAYCONFIG_TARGET_PREFERRED_MODE; +struct tagEMRPOLYDRAW; +struct DISPLAYCONFIG_TARGET_BASE_TYPE; +struct _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO; +struct tagEMRSTRETCHDIBITS; +struct _DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE; +struct BSMINFO; +struct _DISPLAYCONFIG_SDR_WHITE_LEVEL; +struct POWERBROADCAST_SETTING; +struct _DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION; +struct _CONTAINER_VOLUME_STATE; +struct _RGNDATA; +struct _SERVICE_REQUIRED_PRIVILEGES_INFOA; +struct tagEMRPIXELFORMAT; +struct tagSCROLLBARINFO; +struct _OUTLINETEXTMETRICA; +struct tagPOLYTEXTA; +struct tagACCESSTIMEOUT; +struct _REQUEST_OPLOCK_OUTPUT_BUFFER; +struct tagMULTIKEYHELPA; +struct tagUSEROBJECTFLAGS; +struct _FIXED; +struct tagEMRSCALEVIEWPORTEXTEX; +struct tagEMRSETCOLORADJUSTMENT; +struct _GLYPHMETRICS; +struct tagPOINTFX; +struct tagGCP_RESULTSA; +struct tagCBT_CREATEWNDW; +struct tagRAWKEYBOARD; +struct _RASTERIZER_STATUS; +struct tagEMRPOLYLINE; +struct tagEMRLINETO; +struct tagWCRANGE; +struct tagEMRFILLPATH; +struct tagEMRARC; +struct tagNONCLIENTMETRICSA; +struct tagAXISINFOW; +struct tagAXESLISTA; +struct tagAXESLISTW; +struct tagMSGBOXPARAMSW; +struct _DOCINFOA; +struct tagENUMTEXTMETRICA; +struct tagENUMTEXTMETRICW; +struct _WGLSWAP; +struct tagHELPINFO; +struct _TRIVERTEX; +struct _MODEMSETTINGS; +struct tagEMREXCLUDECLIPRECT; +struct tagMDICREATESTRUCTW; +struct _BLENDFUNCTION; +struct tagEMRSELECTPALETTE; +struct tagCOLORADJUSTMENT; +struct tagWNODE_EVENT_REFERENCE; +struct tagRAWINPUTHEADER; +struct tagKERNINGPAIR; +struct tagWINDOWINFO; +struct tagDELETEITEMSTRUCT; +struct tagCOMBOBOXINFO; +struct tagGETCLIPBMETADATA; +struct tagEMRSETMITERLIMIT; +struct tagEMRSELECTOBJECT; +struct tagRID_DEVICE_INFO_HID; +struct tagEMRGDICOMMENT; +struct tagEMREOF; +struct TOUCHPAD_PARAMETERS; +struct tagEMREXTFLOODFILL; +struct tagMOUSEKEYS; +struct _QUERY_BAD_RANGES_OUTPUT_RANGE; +struct tagEMRPOLYLINE16; +struct _ICONINFOEXW; +struct tagEMRPOLYPOLYLINE16; +struct tagEMRPOLYTEXTOUTA; +struct tagMINMAXINFO; +struct tagEMRBITBLT; +struct tagMSLLHOOKSTRUCT; +struct tagEMRCREATEBRUSHINDIRECT; +struct tagEMRFORMAT; +struct tagCBTACTIVATESTRUCT; +struct tagEMRGLSRECORD; +struct tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION; +struct tagEMRSETICMPROFILE; +struct tagDRAWTEXTPARAMS; +struct tagMDICREATESTRUCTA; +struct tagEMRTRANSPARENTBLT; +struct MENUITEMTEMPLATE; +struct _DISCDLGSTRUCTW; +struct _PARTITION_INFORMATION_MBR; +struct _STORAGE_BUS_RESET_REQUEST; +struct _UNIVERSAL_NAME_INFOW; +struct value_entA; +struct _NETRESOURCEA; +struct _CONSOLE_HISTORY_INFO; +struct _SERVICE_NOTIFY_2A; +struct _SC_ACTION; +struct tagRAWINPUTDEVICE; +struct _ENCRYPTION_BUFFER; +struct tagCBT_CREATEWNDA; +struct tagCREATESTRUCTA; +struct tagCREATESTRUCTW; +struct tagTITLEBARINFO; +struct tagWTSSESSION_NOTIFICATION; +struct SHELLHOOKINFO; +struct _DEVICE_MEDIA_INFO; +struct tagEVENTMSG; +struct SERVICE_TRIGGER_CUSTOM_STATE_ID; +struct tagRID_DEVICE_INFO_KEYBOARD; +struct tagCWPSTRUCT; +struct tagSERIALKEYSA; +struct tagCWPRETSTRUCT; +struct tagKBDLLHOOKSTRUCT; +struct tagMONITORINFO; +struct tagDEBUGHOOKINFO; +struct pvalueW; +struct _VIDEOPARAMETERS; +struct _CONSOLE_READCONSOLE_CONTROL; +struct tagMOUSEHOOKSTRUCTEX; +struct _CONSOLE_CURSOR_INFO; +struct tagSTICKYKEYS; +struct tagHARDWAREHOOKSTRUCT; +struct tagWNDCLASSEXA; +struct tagSOUNDSENTRYW; +struct _CONSOLE_SELECTION_INFO; +struct tagVS_FIXEDFILEINFO; +struct tagMENUBARINFO; +struct _DISCDLGSTRUCTA; +struct tagWNDCLASSW; +struct tagMSG; +struct tagCANDIDATELIST; +struct tagCOPYDATASTRUCT; +struct tagMDINEXTMENU; +struct tagCLIENTCREATESTRUCT; +struct tagMULTIKEYHELPW; +struct tagWINDOWPOS; +struct _PATHNAME_BUFFER; +struct tagNCCALCSIZE_PARAMS; +struct _ICONINFOEXA; +struct tagTRACKMOUSEEVENT; +struct tagACCEL; +struct tagPAINTSTRUCT; +struct tagSTYLESTRUCT; +struct tagMINIMIZEDMETRICS; +struct tagMEASUREITEMSTRUCT; +struct tagHELPWININFOA; +struct tagCOMPAREITEMSTRUCT; +struct tagUPDATELAYEREDWINDOWINFO; +struct tagNONCLIENTMETRICSW; +struct _COORD; +struct DLGTEMPLATE; +struct tagINPUT_TRANSFORM; +struct DLGITEMTEMPLATE; +struct tagGESTURENOTIFYSTRUCT; +struct tagKEYBDINPUT; +struct tagRAWINPUTDEVICELIST; +struct tagHARDWAREINPUT; +struct tagPOINTER_DEVICE_INFO; +struct tagTOUCH_HIT_TESTING_INPUT; +struct HTOUCHINPUT__; +struct HIMCC__; +struct tagCOMPOSITIONFORM; +struct tagPOINTER_TOUCH_INFO; +struct tagPOINTER_PEN_INFO; +struct _ICONINFO; +struct tagUSAGE_PROPERTIES; +struct tagPOINTER_TYPE_INFO; +struct tagINPUT_MESSAGE_SOURCE; +struct tagINPUT_INJECTION_VALUE; +struct HSYNTHETICPOINTERDEVICE__; +struct _UNIVERSAL_NAME_INFOA; +struct STORAGE_BREAK_RESERVATION_REQUEST; +struct tagLASTINPUTINFO; +struct tagTPMPARAMS; +struct tagMENUINFO; +struct tagREGISTERWORDW; +struct tagMENUGETOBJECTINFO; +struct _STORAGE_DEVICE_NUMBER; +struct tagDROPSTRUCT; +struct _CLASS_MEDIA_CHANGE_CONTEXT; +struct tagMSGBOXPARAMSA; +struct MENUITEMTEMPLATEHEADER; +struct _CHAR_INFO; +struct val_context; +struct tagSCROLLINFO; +struct tagSTYLEBUFW; +struct tagCANDIDATEFORM; +struct tagHELPWININFOW; +struct tagGESTUREINFO; +struct _STORAGE_HOTPLUG_INFO; +struct _CONSOLE_SCREEN_BUFFER_INFO; +struct tagICONMETRICSA; +struct tagICONMETRICSW; +struct _SERVICE_TABLE_ENTRYW; +struct _SERVICE_TABLE_ENTRYA; +struct _SCM_PD_DEVICE_HANDLE; +struct _ENUM_SERVICE_STATUS_PROCESSW; +struct _ENUM_SERVICE_STATUS_PROCESSA; +struct _REMOTE_NAME_INFOA; +struct _SERVICE_CONTROL_STATUS_REASON_PARAMSA; +struct _MOUSE_EVENT_RECORD; +struct tagSOUNDSENTRYA; +struct _SERVICE_START_REASON; +struct _SCM_PD_FRU_ID_STRING; +struct _QUERY_SERVICE_LOCK_STATUSA; +struct tagMONITORINFOEXA; +struct _QUERY_SERVICE_CONFIGA; +struct tagMONITORINFOEXW; +struct tagGUITHREADINFO; +struct tagPOINTER_DEVICE_PROPERTY; +struct tagCURSORINFO; +struct tagTITLEBARINFOEX; +struct _SERVICE_TRIGGER; +struct tagALTTABINFO; +struct HRAWINPUT__; +struct _SERVICE_FAILURE_ACTIONSW; +struct _SENDCMDINPARAMS; +struct SERVICE_STATUS_HANDLE__; +struct tagRAWINPUT; +struct _QUERY_SERVICE_CONFIGW; +struct tagRID_DEVICE_INFO; +struct tagGESTURECONFIG; +struct _STORAGE_DEVICE_LOCATION_DESCRIPTOR; +struct tagIMEMENUITEMINFOW; +struct tagPOINTER_DEVICE_CURSOR_INFO; +struct HGESTUREINFO__; +struct _STORAGE_PREDICT_FAILURE; +struct _PREVENT_MEDIA_REMOVAL; +struct _cpinfoexA; +struct _cpinfoexW; +struct _numberfmtW; +struct _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT; +struct _MODEMDEVCAPS; +struct _SC_NOTIFICATION_REGISTRATION; +struct _PHYSICAL_ELEMENT_STATUS; +struct tagIMEMENUITEMINFOA; +struct _KEY_EVENT_RECORD; +struct _WINDOW_BUFFER_SIZE_RECORD; +struct _MENU_EVENT_RECORD; +struct _FOCUS_EVENT_RECORD; +struct _INPUT_RECORD; +struct _CONSOLE_SCREEN_BUFFER_INFOEX; +struct _CONSOLE_FONT_INFOEX; +struct _SERVICE_DELAYED_AUTO_START_INFO; +struct _NETRESOURCEW; +struct _SERVICE_STATUS_PROCESS; +struct _SERVICE_FAILURE_ACTIONSA; +struct _SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM; +struct _STORAGE_MINIPORT_DESCRIPTOR; +struct _SERVICE_DESCRIPTIONW; +struct _SERVICE_TIMECHANGE_INFO; +struct _STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT; +struct _STORAGE_DEVICE_POWER_CAP; +struct _DEVICE_MANAGE_DATA_SET_ATTRIBUTES; +struct _PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; +struct _STORAGE_DIAGNOSTIC_DATA; +struct _STORAGE_PROTOCOL_DATA_DESCRIPTOR; +struct tagREGISTERWORDA; +union _STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE; +struct tagRECONVERTSTRING; +struct tagIMECHARPOSITION; +struct _DEVICE_DATA_SET_REPAIR_PARAMETERS; +struct _TAPE_GET_STATISTICS; +struct _STORAGE_IDLE_POWER; +struct _STORAGE_FAILURE_PREDICTION_CONFIG; +struct _EXFAT_STATISTICS; +struct _DRIVE_LAYOUT_INFORMATION_EX; +struct _STORAGE_PROPERTY_QUERY; +struct _STORAGE_PROPERTY_SET; +struct _STORAGE_DESCRIPTOR_HEADER; +struct _FORMAT_EX_PARAMETERS; +struct _STORAGE_DEVICE_DESCRIPTOR; +struct _PROC_THREAD_BNOISOLATION_ATTRIBUTE; +struct USN_RECORD_V3; +struct _STORAGE_ADAPTER_DESCRIPTOR; +struct NTFS_VOLUME_DATA_BUFFER; +struct _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR; +struct _STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR; +struct _CREATE_DISK; +struct _CLIENT_ID; +struct STARTING_LCN_INPUT_BUFFER; +struct _GET_LENGTH_INFORMATION; +struct _LDR_DEPENDENCY_RECORD; +struct _STORAGE_HW_FIRMWARE_INFO; +struct _FILE_FS_OBJECTID_INFORMATION; +struct _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST; +struct _STORAGE_IDENTIFIER; +struct _PF_PRIVSOURCE_QUERY_REQUEST; +struct _CREATE_DISK_GPT; +struct _DEVICEDUMP_STORAGEDEVICE_DATA; +struct _STORAGE_DEVICE_ID_DESCRIPTOR; +struct _DEVICE_SEEK_PENALTY_DESCRIPTOR; +struct _MARK_HANDLE_INFO32; +struct _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD; +struct _DEVICE_WRITE_AGGREGATION_DESCRIPTOR; +struct _FILE_FS_DATA_COPY_INFORMATION; +struct _FILE_OBJECTID_BUFFER; +struct _DEVICE_TRIM_DESCRIPTOR; +struct _DEVICE_LB_PROVISIONING_DESCRIPTOR; +struct _FILE_SET_SPARSE_BUFFER; +struct _STORAGE_LB_PROVISIONING_MAP_RESOURCES; +struct _DEVICE_POWER_DESCRIPTOR; +struct _DEVICE_COPY_OFFLOAD_DESCRIPTOR; +struct _SCM_PD_PASSTHROUGH_INPUT; +struct _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR; +struct USN_RECORD_COMMON_HEADER; +struct _STORAGE_RPMB_DESCRIPTOR; +struct _DEVICEDUMP_SUBSECTION_POINTER; +struct _VERIFY_INFORMATION; +struct CREATE_USN_JOURNAL_DATA; +struct _DISK_EX_INT13_INFO; +struct _STORAGE_CRYPTO_CAPABILITY; +struct _SCM_PD_REINITIALIZE_MEDIA_OUTPUT; +struct _ALPC_HANDLE_ATTR; +struct _STORAGE_CRYPTO_CAPABILITY_V2; +struct _PHYSICAL_ELEMENT_STATUS_REQUEST; +struct _TIMER_SET_COALESCABLE_TIMER_INFO; +struct _STORAGE_CRYPTO_DESCRIPTOR; +struct MOVE_FILE_DATA; +struct _QUAD; +struct _BIN_RANGE; +struct _FILE_STORAGE_TIER; +struct _DISK_GEOMETRY; +struct _STORAGE_CRYPTO_DESCRIPTOR_V2; +struct _STORAGE_WRITE_CACHE_PROPERTY; +struct _LDR_SECTION_INFO; +struct _DesiredStorageClass; +struct _PROCESS_SECURITY_DOMAIN_INFORMATION; +struct _STORAGE_TIER; +struct _GETVERSIONINPARAMS; +struct _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP; +struct _PARTITION_INFORMATION_EX; +struct _FILE_PREFETCH_EX; +struct _STORAGE_DEVICE_TIERING_DESCRIPTOR; +struct _REASSIGN_BLOCKS_EX; +struct _STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR; +struct _GP_LOG_PAGE_DESCRIPTOR; +struct _PORT_MESSAGE; +struct USN_TRACK_MODIFIED_RANGES; +struct _READ_ELEMENT_ADDRESS_INFO; +struct _STORAGE_PROTOCOL_SPECIFIC_DATA; +struct _SCM_PD_DESCRIPTOR_HEADER; +struct _SCM_BUS_DEDICATED_MEMORY_STATE; +struct _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT; +struct _STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT; +struct _SCM_BUS_PROPERTY_SET; +struct _STORAGE_TEMPERATURE_INFO; +struct _MOUNTMGR_TARGET_NAME; +struct _STORAGE_TEMPERATURE_DATA_DESCRIPTOR; +struct _STORAGE_TEMPERATURE_THRESHOLD; +struct _SCM_BUS_PROPERTY_QUERY; +struct _SYSTEM_POOLTAG; +struct _SCM_PD_PROPERTY_QUERY; +union _STORAGE_SPEC_VERSION; +struct _DEVICE_DSM_REPORT_ZONES_DATA; +struct _STORAGE_PHYSICAL_DEVICE_DATA; +struct _ETW_TRACE_PARTITION_INFORMATION; +struct _STORAGE_PHYSICAL_ADAPTER_DATA; +struct _STORAGE_PHYSICAL_NODE_DATA; +struct _SCM_PD_LOCATION_STRING; +struct _FILE_MAILSLOT_SET_INFORMATION; +struct _STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR; +struct _STORAGE_OFFLOAD_READ_OUTPUT; +struct _ENABLE_TRACE_PARAMETERS_V1; +struct _STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR; +struct _PERF_BIN; +struct _STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR; +struct _SCM_LOGICAL_DEVICES; +struct _DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT; +struct _SCM_LD_INTERLEAVE_SET_INFO; +struct _FILE_SFIO_RESERVE_INFORMATION; +struct _STORAGE_OPERATIONAL_REASON; +struct VOLUME_BITMAP_BUFFER; +struct _SCM_PD_MANAGEMENT_STATUS; +struct _STORAGE_DEVICE_MANAGEMENT_STATUS; +struct _DISK_PERFORMANCE; +struct _STORAGE_ADAPTER_SERIAL_NUMBER; +struct _STORAGE_ATTRIBUTE_MGMT; +struct _SET_DISK_ATTRIBUTES; +struct _DEVICE_DATA_SET_SCRUB_EX_OUTPUT; +struct _LDR_RESOURCE_INFO; +struct _STORAGE_ZONE_GROUP; +struct _STORAGE_ZONED_DEVICE_DESCRIPTOR; +struct _DEVICE_DSM_FREE_SPACE_OUTPUT; +struct REFS_VOLUME_DATA_BUFFER; +struct _DEVICE_DATA_SET_LBP_STATE_PARAMETERS; +struct _DEVICE_LOCATION; +struct _SCM_PD_FIRMWARE_INFO; +struct _DISK_GROW_PARTITION; +struct _STORAGE_DEVICE_NUMA_PROPERTY; +struct _DEVICE_DSM_DEFINITION; +struct _DEVICE_DATA_SET_REPAIR_OUTPUT; +struct _ALPC_MESSAGE_ATTRIBUTES; +struct _STORAGE_HW_ENDURANCE_INFO; +struct _PS_MITIGATION_AUDIT_OPTIONS_MAP; +struct _DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT; +struct _VIRTUALIZATION_INSTANCE_INFO_OUTPUT; +struct _STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR; +struct _TRACE_PROVIDER_INSTANCE_INFO; +struct _VIRTUALIZATION_INSTANCE_INFO_INPUT_EX; +struct _FILE_PIPE_DELETE_SYMLINK_INPUT; +struct _CHANGER_EXCHANGE_MEDIUM; +struct _PS_CREATE_INFO; +struct _STORAGE_STACK_DESCRIPTOR; +struct _SCM_PD_PROPERTY_SET; +struct _STORAGE_DEVICE_LED_STATE_DESCRIPTOR; +struct READ_USN_JOURNAL_DATA_V0; +struct _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY; +struct _CHANGER_ELEMENT_LIST; +struct _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2; +struct _MOUNTMGR_DRIVE_LETTER_INFORMATION; +struct _STORAGE_FRU_ID_DESCRIPTOR; +struct _SCM_REGION; +struct _DEVICE_DATA_SET_RANGE; +struct _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT; +struct _DRIVE_LAYOUT_INFORMATION_MBR; +struct _NTFS_STATISTICS; +struct _DEVICE_DSM_NOTIFICATION_PARAMETERS; +struct USN_JOURNAL_DATA_V1; +struct _STORAGE_OFFLOAD_TOKEN; +struct DELETE_USN_JOURNAL_DATA; +struct _DEVICE_DSM_OFFLOAD_READ_PARAMETERS; +struct _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE; +struct _PROCESS_EXTENDED_BASIC_INFORMATION; +struct _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS; +struct _SCM_PD_DEVICE_SPECIFIC_PROPERTY; +struct _STORAGE_OFFLOAD_WRITE_OUTPUT; +struct _RTL_PROCESS_BACKTRACES; +struct _PF_PFN_PRIO_REQUEST; +struct _DEVICE_DATA_SET_LB_PROVISIONING_STATE; +struct _SYSTEM_SET_TIME_ADJUST_INFORMATION; +struct _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2; +struct _FILE_ALLOCATED_RANGE_BUFFER; +struct _SYSTEM_VDM_INSTEMUL_INFO; +struct _SCM_PD_PASSTHROUGH_OUTPUT; +struct _NLSTABLEINFO; +struct MFT_ENUM_DATA_V0; +struct _WNF_TYPE_ID; +struct _DEVICE_DATA_SET_SCRUB_OUTPUT; +struct _DEVICE_DSM_TIERING_QUERY_INPUT; +struct _PF_ROBUST_PROCESS_ENTRY; +struct _STORAGE_TIER_REGION; +struct _DEVICE_DSM_TIERING_QUERY_OUTPUT; +struct _DISK_GEOMETRY_EX; +struct _FILE_ZERO_DATA_INFORMATION; +struct _DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS; +struct _DEVICE_STORAGE_ADDRESS_RANGE; +struct _DEVICE_DSM_REPORT_ZONES_PARAMETERS; +struct _SYSTEM_THREAD_INFORMATION; +struct _STORAGE_ZONE_DESCRIPTOR; +struct NTFS_FILE_RECORD_OUTPUT_BUFFER; +struct _SCM_PD_FIRMWARE_DOWNLOAD; +struct _ALPC_HANDLE_ATTR32; +struct _DEVICE_STORAGE_RANGE_ATTRIBUTES; +struct _DEVICE_DSM_RANGE_ERROR_INFO; +struct _UNICODE_STRING; +struct _DEVICE_DSM_LOST_QUERY_PARAMETERS; +struct _PARTITION_INFORMATION; +struct _EVENT_TRACE_PROPERTIES; +struct _DEVICE_DSM_LOST_QUERY_OUTPUT; +struct _FILE_DIRECTORY_INFORMATION; +struct _ASSEMBLY_STORAGE_MAP_ENTRY; +struct _FILE_INITIATE_REPAIR_OUTPUT_BUFFER; +struct _DEVICE_DSM_CONVERSION_OUTPUT; +struct _STORAGE_GET_BC_PROPERTIES_OUTPUT; +struct _STORAGE_ALLOCATE_BC_STREAM_INPUT; +struct _STORAGE_ALLOCATE_BC_STREAM_OUTPUT; +struct _STORAGE_PRIORITY_HINT_SUPPORT; +struct USN_JOURNAL_DATA_V0; +struct _STORAGE_DIAGNOSTIC_REQUEST; +struct ETW_OPEN_TRACE_OPTIONS; +struct _REMOVE_ELEMENT_AND_TRUNCATE_REQUEST; +struct _DELAYLOAD_PROC_DESCRIPTOR; +struct _STREAM_EXTENT_ENTRY; +struct _SENDCMDOUTPARAMS; +struct _DRIVERSTATUS; +struct _FILE_LAYOUT_INFO_ENTRY; +struct _DEVICE_INTERNAL_STATUS_DATA; +struct _STORAGE_REINITIALIZE_MEDIA; +struct _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER; +struct _STORAGE_MEDIA_SERIAL_NUMBER_DATA; +struct _PS_PROTECTION; +struct _STORAGE_READ_CAPACITY; +struct _EFI_DRIVER_ENTRY_LIST; +struct _PERSISTENT_RESERVE_COMMAND; +struct _FILE_LINK_ENTRY_INFORMATION; +struct _CHANGER_INITIALIZE_ELEMENT_STATUS; +struct _DEVICEDUMP_STRUCTURE_VERSION; +struct STARTING_VCN_INPUT_BUFFER; +struct _DEVICEDUMP_SECTION_HEADER; +struct _DEVICEDUMP_PUBLIC_SUBSECTION; +struct _DISK_LOGGING; +struct _DEVICEDUMP_RESTRICTED_SUBSECTION; +struct _LDR_DATA_TABLE_ENTRY; +struct _DEVICEDUMP_PRIVATE_SUBSECTION; +struct _SCM_BUS_RUNTIME_FW_ACTIVATION_INFO; +struct _SCM_PHYSICAL_DEVICE_INSTANCE; +struct _STORAGE_HW_FIRMWARE_DOWNLOAD; +struct _STORAGE_IDLE_POWERUP_REASON; +struct _CSV_NAMESPACE_INFO; +struct _FILE_PIPE_CLIENT_PROCESS_BUFFER_EX; +struct _TRACE_GUID_INFO; +struct _GET_DISK_ATTRIBUTES; +struct _STORAGE_RPMB_DATA_FRAME; +struct _FILE_NETWORK_OPEN_INFORMATION; +struct _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT; +struct _CSV_QUERY_REDIRECT_STATE; +struct _FILE_PIPE_CREATE_SYMLINK_INPUT; +struct _STORAGE_EVENT_NOTIFICATION; +struct _STORAGE_COUNTER; +struct _SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; +struct _EVENT_TRACE; +struct _CHANGER_PRODUCT_DATA; +struct _STORAGE_COUNTERS; +struct _STORAGE_HW_FIRMWARE_INFO_QUERY; +struct _MOUNTMGR_DRIVE_LETTER_TARGET; +struct _IDEREGS; +struct _STORAGE_HW_FIRMWARE_SLOT_INFO; +struct _FILESYSTEM_STATISTICS; +struct _STORAGE_HW_FIRMWARE_DOWNLOAD_V2; +struct _STORAGE_HW_FIRMWARE_ACTIVATE; +struct _STORAGE_PROTOCOL_COMMAND; +struct USN_RANGE_TRACK_OUTPUT; +struct _SCM_PD_HEALTH_NOTIFICATION_DATA; +struct _SCM_LOGICAL_DEVICE_INSTANCE; +struct BULK_SECURITY_TEST_DATA; +struct _SCM_PHYSICAL_DEVICES; +struct _DBGKM_EXCEPTION; +struct _REPAIR_COPIES_INPUT; +struct _FILE_ZERO_DATA_INFORMATION_EX; +struct _SCM_REGIONS; +struct _CSV_MGMT_LOCK; +struct _MARK_HANDLE_INFO; +struct _PROCESS_CHILD_PROCESS_INFORMATION; +struct _SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO; +struct _MOVE_FILE_DATA32; +struct _LOOKUP_STREAM_FROM_CLUSTER_ENTRY; +struct _SCM_INTERLEAVED_PD_INFO; +struct USN_RECORD_V4; +struct NTFS_FILE_RECORD_INPUT_BUFFER; +struct _SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE; +struct _SCM_PD_DEVICE_INFO; +struct USN_RECORD_V2; +struct _LDR_IMPORT_CALLBACK_INFO; +struct _SCM_PD_DEVICE_SPECIFIC_INFO; +struct _FILE_PREFETCH; +struct _SCM_PD_FIRMWARE_SLOT_INFO; +struct _DataStream; +union USN_RECORD_UNION; +struct _SILOOBJECT_ROOT_DIRECTORY; +struct _FS_BPIO_RESULTS; +struct _CSV_QUERY_FILE_REVISION_FILE_ID_128; +struct _STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST; +struct _SCM_PD_FIRMWARE_ACTIVATE; +struct _SCM_PD_RUNTIME_FW_ACTIVATION_INFO; +struct _CHANGER_READ_ELEMENT_STATUS; +struct _DBGKM_EXIT_PROCESS; +struct _SCM_PD_PASSTHROUGH_INVDIMM_INPUT; +struct _SCM_PD_REINITIALIZE_MEDIA_INPUT; +struct _CHANGER_MOVE_MEDIUM; +struct RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER; +struct _FORMAT_PARAMETERS; +struct RETRIEVAL_POINTER_COUNT; +struct _SET_PARTITION_INFORMATION; +struct _CHANGER_ELEMENT_STATUS_EX; +struct _DRIVE_LAYOUT_INFORMATION; +struct _REASSIGN_BLOCKS; +struct _SD_ENUM_SDS_INPUT; +struct RETRIEVAL_POINTERS_BUFFER; +struct _PARTITION_INFORMATION_GPT; +struct _DISK_RECORD; +struct _EXTENDED_ENCRYPTED_DATA_INFO; +struct _SET_PARTITION_INFORMATION_EX; +struct _TXFS_LIST_TRANSACTION_LOCKED_FILES; +struct _CHANGER_ELEMENT; +struct _CREATE_DISK_MBR; +struct _DRIVE_LAYOUT_INFORMATION_GPT; +struct _FILE_REGION_INFO; +struct _REQUEST_RAW_ENCRYPTED_DATA; +struct _DISK_HISTOGRAM; +struct _DISK_INT13_INFO; +struct _TXFS_ROLLFORWARD_REDO_INFORMATION; +struct _THREAD_LAST_SYSCALL_INFORMATION; +struct _DISK_DETECTION_INFO; +struct _QUERY_BAD_RANGES_INPUT_RANGE; +struct _FILE_SYSTEM_RECOGNITION_INFORMATION; +struct _GET_FILTER_FILE_IDENTIFIER_OUTPUT; +struct _CHANGER_SEND_VOLUME_TAG_INFORMATION; +struct _WNF_DELIVERY_DESCRIPTOR; +struct _DISK_PARTITION_INFO; +struct _GET_CHANGER_PARAMETERS; +struct _TXFS_LIST_TRANSACTIONS; +struct _DISK_CONTROLLER_NUMBER; +struct _DISK_CACHE_INFORMATION; +struct _TXFS_MODIFY_RM; +struct _SHRINK_VOLUME_INFORMATION; +struct _HISTOGRAM_BUCKET; +struct _SD_CHANGE_MACHINE_SID_OUTPUT; +struct _BIN_COUNT; +struct _BIN_RESULTS; +struct _FILE_NETWORK_PHYSICAL_NAME_INFORMATION; +struct _EVENT_INSTANCE_HEADER; +struct _CHANGER_SET_ACCESS; +struct _CHANGER_ELEMENT_STATUS; +struct _CHANGER_SET_POSITION; +struct _FSCTL_QUERY_FAT_BPB_BUFFER; +struct _EVENT_FILTER_DESCRIPTOR; +struct _CSV_QUERY_MDS_PATH_V2; +struct NTFS_EXTENDED_VOLUME_DATA; +struct _FILE_INTERNAL_INFORMATION; +struct STARTING_LCN_INPUT_BUFFER_EX; +struct _VOLUME_GET_GPT_ATTRIBUTES_INFORMATION; +union _PROCESS_MEMORY_ALLOCATION_MODE; +struct _CSV_QUERY_MDS_PATH; +struct MOVE_FILE_RECORD_DATA; +struct FIND_BY_SID_DATA; +struct FIND_BY_SID_OUTPUT; +struct MFT_ENUM_DATA_V1; +struct READ_FILE_USN_DATA; +struct _FILE_FS_VOLUME_FLAGS_INFORMATION; +struct READ_USN_JOURNAL_DATA_V1; +struct _STREAMS_ASSOCIATE_ID_INPUT_BUFFER; +struct _BOOT_AREA_INFO; +struct USN_RECORD_EXTENT; +struct _PS_ATTRIBUTE; +struct _WIM_PROVIDER_UPDATE_OVERLAY_INPUT; +struct _SD_QUERY_STATS_OUTPUT; +struct _PLEX_READ_DATA_REQUEST; +struct USN_JOURNAL_DATA_V2; +struct _WRITE_USN_REASON_INPUT; +union _PROCESS_LOGGING_INFORMATION; +struct _FAT_STATISTICS; +struct _REPAIR_COPIES_OUTPUT; +struct _TXFS_START_RM_INFORMATION; +struct _FILESYSTEM_STATISTICS_EX; +struct _NTFS_STATISTICS_EX; +struct _STREAMS_QUERY_ID_OUTPUT_BUFFER; +struct _TXFS_READ_BACKUP_INFORMATION_OUT; +struct _SYSTEM_HANDLE_TABLE_ENTRY_INFO; +struct _DECRYPTION_STATUS_BUFFER; +struct _CPTABLEINFO; +struct _ENCRYPTED_DATA_INFO; +struct _OBJECT_ATTRIBUTES; +struct _WNODE_HEADER; +struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; +struct _SI_COPYFILE; +struct _FILE_MAKE_COMPATIBLE_BUFFER; +struct _FILE_SET_DEFECT_MGMT_BUFFER; +struct _FILE_QUERY_SPARING_BUFFER; +struct _EFI_DRIVER_ENTRY; +struct _FILE_QUERY_ON_DISK_VOL_INFO_BUFFER; +struct tagWNODE_SINGLE_ITEM; +struct _SYSTEM_ENTROPY_TIMING_INFORMATION; +struct _LDR_DDAG_NODE; +struct _TXFS_QUERY_RM_INFORMATION; +struct _GET_FILTER_FILE_IDENTIFIER_INPUT; +struct _TXFS_GET_METADATA_INFO_OUT; +struct OFFSETINSTANCEDATAANDLENGTH; +struct _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY; +struct _OBJECT_ATTRIBUTES64; +struct _TXFS_LIST_TRANSACTIONS_ENTRY; +struct _SYSTEM_POOLTAG_INFORMATION; +struct _LDR_SERVICE_TAG_RECORD; +struct _TXFS_WRITE_BACKUP_INFORMATION; +struct _TXFS_GET_TRANSACTED_VERSION; +struct _TXFS_SAVEPOINT_INFORMATION; +struct _CONTAINER_ROOT_INFO_OUTPUT; +struct _TXFS_CREATE_MINIVERSION_INFO; +struct _TXFS_TRANSACTION_ACTIVE_INFO; +struct _SYSTEM_TIMEOFDAY_INFORMATION; +struct _RETRIEVAL_POINTER_BASE; +struct _SINGLE_LIST_ENTRY32; +struct _SYSTEM_FILECACHE_INFORMATION; +struct _FILE_FS_PERSISTENT_VOLUME_INFORMATION; +struct _STRING; +struct _FS_BPIO_INPUT; +struct _REQUEST_OPLOCK_INPUT_BUFFER; +struct _FILE_PROVIDER_EXTERNAL_INFO_V0; +struct _COUNTED_REASON_CONTEXT; +struct _VIRTUAL_STORAGE_TYPE; +struct _QUAD_PTR; +struct _FS_BPIO_OUTPUT; +struct _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; +struct _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; +struct _SM_REGISTRATION_REQUEST; +struct _LDR_DLL_LOADED_NOTIFICATION_DATA; +struct _SD_CHANGE_MACHINE_SID_INPUT; +struct tagWNODE_METHOD_ITEM; +struct _VOLUME_DISK_EXTENTS; +struct _SD_QUERY_STATS_INPUT; +struct _SYSTEM_EXTENDED_THREAD_INFORMATION; +struct _IO_IRP_EXT_TRACK_OFFSET_HEADER; +struct _WOW64_PROCESS; +struct _STRING64; +struct _SD_ENUM_SDS_ENTRY; +struct _FILE_IO_COMPLETION_INFORMATION; +struct _SD_ENUM_SDS_OUTPUT; +struct _WORKER_FACTORY_DEFERRED_WORK; +struct _SD_GLOBAL_CHANGE_INPUT; +struct _SD_GLOBAL_CHANGE_OUTPUT; +struct _QUERY_BAD_RANGES_OUTPUT; +struct _LOOKUP_STREAM_FROM_CLUSTER_INPUT; +struct _RTL_PROCESS_MODULE_INFORMATION_EX; +struct _LOOKUP_STREAM_FROM_CLUSTER_OUTPUT; +struct _FILE_TYPE_NOTIFICATION_INPUT; +struct _EVENT_TRACE_LOGFILEA; +struct _SYSTEM_PAGEFILE_INFORMATION; +struct _CSV_CONTROL_PARAM; +struct _SYSTEM_BASIC_WORKING_SET_INFORMATION; +struct _CSV_QUERY_FILE_REVISION; +struct _QUERY_BAD_RANGES_INPUT; +struct _WIM_PROVIDER_OVERLAY_ENTRY; +struct _CSV_QUERY_VOLUME_REDIRECT_STATE; +struct _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT; +struct _CSV_SET_VOLUME_ID; +struct _REFS_SMR_VOLUME_GC_PARAMETERS; +struct _CSV_QUERY_VOLUME_ID; +struct _DELAYLOAD_INFO; +struct _STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER; +struct _LMR_QUERY_INFO_PARAM; +struct _LMR_QUERY_SESSION_INFO; +struct _MUTANT_BASIC_INFORMATION; +struct _CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT; +struct _WIM_PROVIDER_ADD_OVERLAY_INPUT; +struct _SYSDBG_IO_SPACE; +struct _TRACE_VERSION_INFO; +struct _CSV_IS_OWNED_BY_CSVFS; +struct _FILE_LEVEL_TRIM; +struct _FILE_LEVEL_TRIM_OUTPUT; +struct _ETW_PMC_COUNTER_OWNER; +struct _DUPLICATE_EXTENTS_DATA_EX32; +struct _CLUSTER_RANGE; +struct _FILE_REFERENCE_RANGE; +struct _QUERY_FILE_LAYOUT_INPUT; +struct _STREAM_INFORMATION_ENTRY; +struct _WOF_EXTERNAL_INFO; +struct _LDR_DLL_UNLOADED_NOTIFICATION_DATA; +struct _TRACE_STACK_CACHING_INFO; +struct _Ea; +struct _CLASSIC_EVENT_ID; +struct _QUERY_FILE_LAYOUT_OUTPUT; +struct _FILE_LAYOUT_ENTRY; +struct _FILE_LAYOUT_NAME_ENTRY; +struct _MEMORY_PARTITION_PAGE_COMBINE_INFORMATION; +struct _FILE_DESIRED_STORAGE_CLASS_INFORMATION; +struct _STREAM_LAYOUT_ENTRY; +struct _PROFILE_SOURCE_INFO; +struct _RTL_FEATURE_CONFIGURATION; +struct _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER; +struct _WORKER_FACTORY_BASIC_INFORMATION; +struct _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX; +struct _RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET; +struct _FSCTL_OFFLOAD_READ_INPUT; +struct _FSCTL_OFFLOAD_READ_OUTPUT; +struct _RTL_PROCESS_MODULES; +struct _FSCTL_OFFLOAD_WRITE_INPUT; +struct _ETW_BUFFER_CONTEXT; +struct _FILE_STORAGE_TIER_REGION; +struct _SET_PURGE_FAILURE_MODE_INPUT; +struct _SYSTEM_HANDLE_INFORMATION; +struct _KSYSTEM_TIME; +struct _FILE_REGION_OUTPUT; +struct _FILE_REGION_INPUT; +struct _SYSTEM_FLAGS_INFORMATION; +struct _SYSTEM_PROCESSOR_INFORMATION; +struct _FSCTL_QUERY_STORAGE_CLASSES_OUTPUT; +struct _SYSTEM_VERIFIER_CANCELLATION_INFORMATION; +struct _ENABLE_TRACE_PARAMETERS; +union _StreamInformation; +struct _Reparse; +struct _SYSTEM_REF_TRACE_INFORMATION; +struct _FSCTL_QUERY_REGION_INFO_INPUT; +struct _FSCTL_QUERY_REGION_INFO_OUTPUT; +struct _DUPLICATE_EXTENTS_DATA; +union _BCD_OBJECT_DATATYPE; +struct _DUPLICATE_EXTENTS_DATA32; +struct _DUPLICATE_EXTENTS_DATA_EX; +struct _OBJECT_ATTRIBUTES32; +struct _RTL_PROCESS_LOCK_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION; +struct _ASYNC_DUPLICATE_EXTENTS_STATUS; +struct _SYSTEM_INTERRUPT_INFORMATION; +struct _REFS_SMR_VOLUME_INFO_OUTPUT; +struct _SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT; +struct _SYSTEM_BASIC_INFORMATION; +struct _SYSTEM_PERFORMANCE_INFORMATION; +struct _VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT; +struct _ENCRYPTION_KEY_CTRL_INPUT; +struct _SYSTEM_LOOKASIDE_INFORMATION; +struct _SYSTEM_LEGACY_DRIVER_INFORMATION; +struct _SYSTEM_VERIFIER_INFORMATION; +struct _WOF_EXTERNAL_FILE_ID; +struct _WOF_VERSION_INFO; +struct _WIM_PROVIDER_EXTERNAL_INFO; +struct _WIM_PROVIDER_REMOVE_OVERLAY_INPUT; +struct _WIM_PROVIDER_SUSPEND_OVERLAY_INPUT; +struct _FILE_PROVIDER_EXTERNAL_INFO_V1; +struct _CONTAINER_ROOT_INFO_INPUT; +struct _VIRTUALIZATION_INSTANCE_INFO_INPUT; +struct _PS_MITIGATION_OPTIONS_MAP; +struct _MEMORY_ENCLAVE_IMAGE_INFORMATION; +struct _LDR_SOFTWARE_ENCLAVE; +struct _VARIABLE_NAME; +struct _FS_BPIO_INFO; +struct _SMB_SHARE_FLUSH_AND_PURGE_INPUT; +struct _SMB_SHARE_FLUSH_AND_PURGE_OUTPUT; +struct _DISK_EXTENT; +struct _MUTANT_OWNER_INFORMATION; +struct tagWNODE_ALL_DATA; +struct tagWNODE_SINGLE_INSTANCE; +struct _LDR_ENUM_RESOURCE_ENTRY; +struct _TRACE_GUID_REGISTRATION; +struct _EVENT_BASIC_INFORMATION; +struct tagWNODE_EVENT_ITEM; +struct _LDRP_LOAD_CONTEXT; +struct tagWNODE_TOO_SMALL; +struct WMIREGGUIDW; +struct WMIREGINFOW; +struct _PS_SYSTEM_DLL_INIT_BLOCK; +struct ETW_BUFFER_CALLBACK_INFORMATION; +struct _VARIABLE_NAME_AND_VALUE; +struct _EVENT_TRACE_HEADER; +struct _RTL_PROCESS_MODULE_INFORMATION; +struct _MEMORY_WORKING_SET_BLOCK; +struct _MOF_FIELD; +struct _LDR_FAILURE_DATA; +struct _TRACE_LOGFILE_HEADER; +struct _SYSTEM_CALL_COUNT_INFORMATION; +struct _TRACE_LOGFILE_HEADER64; +struct EVENT_INSTANCE_INFO; +struct _EVENT_TRACE_PROPERTIES_V2; +struct _TRACE_GUID_PROPERTIES; +struct _SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE; +struct _TRACE_ENABLE_INFO; +struct _SMKM_FILE_INFO; +struct _SYSTEM_CALL_TIME_INFORMATION; +struct _ETW_PMC_COUNTER_OWNERSHIP_STATUS; +struct ETW_PMC_SESSION_INFO; +struct _EVENT_RECORD; +struct _WNF_STATE_NAME; +struct _EVENT_TRACE_LOGFILEW; +struct ETW_BUFFER_HEADER; +struct _SMC_CACHE_STATS_REQUEST; +struct _RTL_PROCESS_BACKTRACE_INFORMATION; +struct _TRACE_PROFILE_INTERVAL; +struct _TRACE_PERIODIC_CAPTURE_STATE_INFO; +struct _BOOT_ENTRY_LIST; +struct _LARGE_INTEGER_128; +struct _ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET; +struct _SEMAPHORE_BASIC_INFORMATION; +struct _TIMER_BASIC_INFORMATION; +struct _SYSTEM_THREAD_CID_PRIORITY_INFORMATION; +struct _RTL_BALANCED_NODE; +struct _SYSTEM_PROCESS_ID_INFORMATION; +struct _STRING32; +struct _CLIENT_ID32; +struct _SYSTEM_VERIFIER_INFORMATION_LEGACY; +struct _CLIENT_ID64; +struct _MEMORY_PARTITION_INITIAL_ADD_INFORMATION; +struct _LDRP_CSLIST; +union _LDR_DLL_NOTIFICATION_DATA; +struct _SYSTEM_POOL_ENTRY; +struct _SYSTEM_HYPERVISOR_DETAIL_INFORMATION; +struct _ST_STATS_REGION_INFO; +struct _LDR_VERIFY_IMAGE_INFO; +struct _SMKM_REGION_EXTENT; +struct _SYSTEM_PHYSICAL_MEMORY_INFORMATION; +struct _SYSTEM_REGISTRY_QUOTA_INFORMATION; +struct _FILE_PATH; +struct _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2; +struct _SYSTEM_PROCESSOR_FEATURES_INFORMATION; +struct _SYSTEM_PROCESS_INFORMATION; +struct _SYSTEM_BOOT_ENVIRONMENT_INFORMATION; +struct _RTL_PROCESS_LOCKS; +struct _SYSTEM_OBJECT_INFORMATION; +struct _SYSTEM_DPC_BEHAVIOR_INFORMATION; +struct _SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE; +struct _SYSTEM_ISOLATED_USER_MODE_INFORMATION; +struct _SYSTEM_EXCEPTION_INFORMATION; +struct _SYSTEM_EDID_INFORMATION; +struct _SYSTEM_CRASH_DUMP_STATE_INFORMATION; +struct _SYSTEM_KERNEL_DEBUGGER_INFORMATION; +struct _SYSTEM_CONTEXT_SWITCH_INFORMATION; +struct _MMPFN_IDENTITY; +struct _SYSTEM_PROCESSOR_IDLE_INFORMATION; +struct _SYSTEM_TPM_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER; +struct _SYSTEM_RANGE_START_INFORMATION; +struct _MMPFN_MEMSNAP_INFORMATION; +struct _SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION; +struct _SYSTEM_SESSION_PROCESS_INFORMATION; +struct _SYSTEM_GDI_DRIVER_INFORMATION; +struct _SYSTEM_INTERRUPT_CPU_SET_INFORMATION; +struct _SYSTEM_NUMA_INFORMATION; +struct _FILE_VOLUME_NAME_INFORMATION; +struct _ACTIVATION_CONTEXT_GUID_SECTION_HEADER; +struct _SYSTEM_PROCESSOR_POWER_INFORMATION; +union _ENERGY_STATE_DURATION; +struct _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX; +struct _HV_DETAILS; +struct _SYSTEM_HANDLE_INFORMATION_EX; +struct _SYSTEM_BIGPOOL_ENTRY; +struct _SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT; +struct _FILE_FS_FULL_SIZE_INFORMATION_EX; +struct _SYSTEM_BIGPOOL_INFORMATION; +struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX; +struct _SYSTEM_POOL_INFORMATION; +struct _SYSTEM_SESSION_POOLTAG_INFORMATION; +struct _SYSTEM_SESSION_MAPPED_VIEW_INFORMATION; +struct _SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION; +struct _SYSTEM_WATCHDOG_HANDLER_INFORMATION; +struct _KUSER_SHARED_DATA; +struct _SYSTEM_CPU_SET_TAG_INFORMATION; +struct _SYSTEM_WATCHDOG_TIMER_INFORMATION; +struct _SYSTEM_FIRMWARE_TABLE_INFORMATION; +struct _BCD_OBJECT_DESCRIPTION; +union _TIMELINE_BITMAP; +struct _SYSTEM_FIRMWARE_TABLE_HANDLER; +struct _SYSTEM_MEMORY_LIST_INFORMATION; +struct _PROCESS_UPTIME_INFORMATION; +struct _SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION; +struct _SYSTEM_PROCESS_INFORMATION_EXTENSION; +struct _SYSTEM_VERIFIER_ISSUE; +struct _BCD_ELEMENT_INTEGER_LIST; +struct _ATOM_BASIC_INFORMATION; +struct _SYSTEM_VSM_PROTECTION_INFORMATION; +struct _FILE_PIPE_ASSIGN_EVENT_BUFFER; +struct _SYSTEM_SPECIAL_POOL_INFORMATION; +struct _BCD_ELEMENT; +struct _PEB_LDR_DATA; +struct _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1; +struct _ALPC_SERVER_SESSION_INFORMATION; +struct _SYSTEM_HYPERVISOR_QUERY_INFORMATION; +struct _FILE_NAMES_INFORMATION; +struct _SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION; +struct _PEBS_DS_SAVE_AREA64; +struct _SYSTEM_XFG_FAILURE_INFORMATION; +struct _COVERAGE_MODULE_INFO; +struct _SYSTEM_HYPERVISOR_MINROOT_INFORMATION; +struct _COVERAGE_MODULES; +struct _SYSTEM_IOMMU_STATE_INFORMATION; +struct _SYSTEM_PREFETCH_PATCH_INFORMATION; +struct _SYSTEM_ACPI_AUDIT_INFORMATION; +struct _SYSTEM_VERIFIER_FAULTS_INFORMATION; +struct _SYSTEM_VERIFIER_INFORMATION_EX; +struct _DBGKM_UNLOAD_DLL; +struct _SYSTEM_SYSTEM_PARTITION_INFORMATION; +struct _ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE; +struct _SYSTEM_SYSTEM_DISK_INFORMATION; +struct _ACTIVATION_CONTEXT_GUID_SECTION_ENTRY; +struct _SYSTEM_NUMA_PROXIMITY_MAP; +struct _SYSTEM_BOOT_GRAPHICS_INFORMATION; +struct _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT; +struct _MOUNTDEV_NAME; +struct _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8; +struct _SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION; +struct _SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION; +struct _PORT_MESSAGE64; +struct _FILE_IO_COMPLETION_NOTIFICATION_INFORMATION; +struct _SYSTEM_CODEINTEGRITY_INFORMATION; +struct _SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION; +struct _BCD_ELEMENT_OBJECT_LIST; +struct _UNIQUE_PROCESS_INFORMATION; +struct _SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION; +struct _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA; +struct _SYSTEM_VA_LIST_INFORMATION; +struct _FILE_STANDARD_INFORMATION; +struct _SYSTEM_STORE_INFORMATION; +struct _MOUNTMGR_QUERY_AUTO_MOUNT; +struct _FILE_RENAME_INFORMATION_EX; +struct _SM_STATS_REQUEST; +struct _SYSTEM_POOL_LIMIT_MEM_INFO; +struct _ST_DATA_MGR_STATS; +struct _ST_IO_STATS_PERIOD; +struct _LPC_CLIENT_DIED_MSG; +struct _ST_IO_STATS; +struct _SYSDBG_CONTROL_SPACE; +struct _SYSTEM_POLICY_INFORMATION; +struct _SYSDBG_PHYSICAL; +struct _SMC_STORE_CREATE_REQUEST; +struct _ST_READ_LATENCY_BUCKET; +struct _ST_READ_LATENCY_STATS; +struct _SYSTEM_WRITE_CONSTRAINT_INFORMATION; +struct _ST_STATS_SPACE_BITMAP; +struct _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY; +struct _ST_STATS; +struct _BCD_ELEMENT_BOOLEAN; +struct _SM_STORE_RESIZE_REQUEST; +struct _MEMORY_COMBINE_INFORMATION_EX2; +struct _FILE_PIPE_PEEK_BUFFER; +struct _SYSTEM_FIRMWARE_PARTITION_INFORMATION; +struct _SM_STORE_BASIC_PARAMS; +struct _FILE_ACCESS_INFORMATION; +struct _SYSTEM_ACTIVITY_MODERATION_INFO; +struct _DEVICE_OBJECT; +struct _SMC_CACHE_DELETE_REQUEST; +struct _IRP; +struct _SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS; +struct _RTL_BITMAP; +struct _MEMORY_PARTITION_PAGE_RANGE; +struct _SYSTEM_FEATURE_CONFIGURATION_INFORMATION; +struct _SM_STORE_CACHE_BACKED_PARAMS; +struct _SYSTEM_VHD_BOOT_INFORMATION; +struct _SM_STORE_PARAMETERS; +struct _SM_CREATE_REQUEST; +struct _OBJECT_BASIC_INFORMATION; +struct _HV_MINROOT_NUMA_LPS; +struct _SM_DELETE_REQUEST; +struct _SM_STORE_LIST_REQUEST; +struct _FILE_END_OF_FILE_INFORMATION; +struct _SM_STORE_LIST_REQUEST_EX; +struct _SMC_CACHE_LIST_REQUEST; +struct _SYSTEM_DMA_GUARD_POLICY_INFORMATION; +struct _SMC_CACHE_PARAMETERS; +struct _SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION; +struct _SM_SYSTEM_STORE_TRIM_REQUEST; +struct _SMC_CACHE_CREATE_PARAMETERS; +struct _FILE_MODE_INFORMATION; +struct _SMC_CACHE_CREATE_REQUEST; +struct _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY; +struct _SMC_STORE_DELETE_REQUEST; +struct _LEAP_SECOND_DATA; +struct _SMC_CACHE_STATS; +struct _OBJECT_HANDLE_FLAG_INFORMATION; +struct _SM_REGISTRATION_INFO; +struct _VM_COUNTERS; +struct _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY; +struct _SMC_STORE_RESIZE_REQUEST; +struct _SM_CONFIG_REQUEST; +struct _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION; +struct _SM_STORE_HIGH_MEM_PRIORITY_REQUEST; +struct _SM_MEM_COMPRESSION_INFO_REQUEST; +struct _SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS; +struct _PS_CPU_QUOTA_QUERY_ENTRY; +struct _PS_CPU_QUOTA_QUERY_INFORMATION; +struct _SYSTEM_ERROR_PORT_TIMEOUTS; +struct _SYSTEM_LOW_PRIORITY_IO_INFORMATION; +struct _TPM_BOOT_ENTROPY_NT_RESULT; +union _SYSDBG_LIVEDUMP_CONTROL_ADDPAGES; +struct _SYSTEM_VERIFIER_COUNTERS_INFORMATION; +struct _SYSTEM_BASIC_PERFORMANCE_INFORMATION; +struct _MEMORY_PARTITION_PAGEFILE_INFORMATION; +struct _QUERY_PERFORMANCE_COUNTER_FLAGS; +struct _OBJECT_BOUNDARY_DESCRIPTOR; +struct _SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION; +struct _ALPC_PORT_MESSAGE_ZONE_INFORMATION; +struct _MEMORY_SCRUB_INFORMATION; +struct _PEBS_DS_SAVE_AREA32; +union _PEBS_DS_SAVE_AREA; +struct _OBJECT_DIRECTORY_INFORMATION; +struct _OBJECT_BOUNDARY_ENTRY; +struct _MEMORY_COMBINE_INFORMATION; +struct _MEMORY_COMBINE_INFORMATION_EX; +struct _ATOM_TABLE_INFORMATION; +struct _PF_SYSTEM_SUPERFETCH_PARAMETERS; +struct _PREFETCHER_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER; +struct _SYSTEM_CONSOLE_INFORMATION; +struct _SYSTEM_PLATFORM_BINARY_INFORMATION; +struct _ALPC_REGISTER_CALLBACK; +struct _SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION; +struct _SYSTEM_DEVICE_DATA_INFORMATION; +struct _PHYSICAL_CHANNEL_RUN; +struct _OBJECT_TYPES_INFORMATION; +struct _MAILSLOT_CREATE_PARAMETERS; +struct _SYSTEM_MEMORY_CHANNEL_INFORMATION; +struct _PAGEDIR_INFORMATION; +struct _SYSTEM_BOOT_LOGO_INFORMATION; +struct _MEMORY_FRAME_INFORMATION; +struct _SYSTEM_SECUREBOOT_POLICY_INFORMATION; +struct _SYSTEM_PAGEFILE_INFORMATION_EX; +struct _MEMORY_WORKING_SET_EX_INFORMATION; +struct _PROCESS_WORKING_SET_CONTROL; +struct _SYSTEM_SECUREBOOT_INFORMATION; +struct _PROCESS_DISK_COUNTERS; +struct _PROCESS_ENERGY_VALUES; +struct _MOUNTMGR_VOLUME_PATHS; +struct _PROCESS_ENERGY_VALUES_EXTENSION; +struct _FILE_IO_PRIORITY_HINT_INFORMATION_EX; +struct _SYSTEM_KERNEL_VA_SHADOW_INFORMATION; +struct _FILE_STANDARD_INFORMATION_EX; +struct _SYSTEM_BUILD_VERSION_INFORMATION; +struct _MEMORY_SHARED_COMMIT_INFORMATION; +struct _SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX; +struct _FILE_RENAME_INFORMATION; +struct _SYSTEM_ELAM_CERTIFICATE_INFORMATION; +struct _SYSTEM_MANUFACTURING_INFORMATION; +struct _BCD_ELEMENT_OBJECT; +struct _SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION; +struct _SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION; +struct _SYSTEM_KERNEL_DEBUGGER_FLAGS; +struct _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT; +struct _SYSTEM_CODEINTEGRITYPOLICY_INFORMATION; +struct _SYSTEM_SINGLE_MODULE_INFORMATION; +struct _SYSTEM_SECURITY_MODEL_INFORMATION; +struct _PROCESS_FOREGROUND_BACKGROUND; +struct _SYSTEM_ROOT_SILO_INFORMATION; +struct _SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION; +struct _FILE_LINK_ENTRY_FULL_ID_INFORMATION; +struct _SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION; +struct _PROCESS_DEVICEMAP_INFORMATION_EX; +struct _MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION; +union _SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT; +union _SECURE_SPECULATION_CONTROL_INFORMATION; +struct _SYSTEM_MEMORY_USAGE_INFORMATION; +struct _MEMORY_REGION_INFORMATION; +struct _FILE_ALIGNMENT_INFORMATION; +struct _SYSTEM_ACTIVITY_MODERATION_EXE_STATE; +struct _SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION; +struct _RTL_USER_PROCESS_PARAMETERS; +struct _SYSTEM_FLUSH_INFORMATION; +struct _SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION; +struct _SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION; +struct _PORT_DATA_ENTRY; +struct _ISOLATION_MANIFEST_PROPERTIES; +struct _SYSTEM_SPECULATION_CONTROL_INFORMATION; +struct _SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM; +struct _ACTIVATION_CONTEXT_DATA_TOC_HEADER; +struct _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION; +struct _SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS; +struct _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION; +struct _SYSTEM_FIRMWARE_RAMDISK_INFORMATION; +struct _PROCESS_PRIORITY_CLASS; +union _SYSTEM_BUILD_VERSION_INFORMATION_FLAGS; +struct _PROCESS_WS_WATCH_INFORMATION_EX; +struct _PROCESS_TLS_INFORMATION; +struct _SYSTEM_POOL_LIMIT_INFO; +struct _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE; +struct _SYSTEM_POOL_LIMIT_INFORMATION; +struct _PROCESS_LDT_SIZE; +struct _THREAD_TLS_INFORMATION; +struct _SYSTEM_POINTER_AUTH_INFORMATION; +struct _SYSDBG_VIRTUAL; +struct _SYSDBG_MSR; +struct _PROCESS_HANDLE_TRACING_ENABLE; +struct _SYSDBG_BUS_DATA; +struct _SYSDBG_TRIAGE_DUMP; +struct _FILEOFFSET_INFORMATION; +union _SYSDBG_LIVEDUMP_CONTROL_FLAGS; +struct _GDI_TEB_BATCH; +struct _SYSDBG_LIVEDUMP_SELECTIVE_CONTROL; +struct _SYSDBG_LIVEDUMP_CONTROL; +struct _API_SET_NAMESPACE_ENTRY; +struct _SYSDBG_KD_PULL_REMOTE_FILE; +struct _DBGUI_CREATE_PROCESS; +struct _SECTION_INTERNAL_IMAGE_INFORMATION; +struct _PAGE_PRIORITY_INFORMATION; +struct _MEMORY_IMAGE_INFORMATION; +struct _SECTION_BASIC_INFORMATION; +struct _KERNEL_USER_TIMES; +struct _BCD_ELEMENT_STRING; +struct _API_SET_VALUE_ENTRY; +struct _API_SET_HASH_ENTRY; +struct _MEMORY_WORKING_SET_INFORMATION; +struct _BCD_OBJECT; +union _BCD_ELEMENT_DATATYPE; +struct _BCD_ELEMENT_DEVICE; +struct _BCD_ELEMENT_INTEGER; +struct BCD_ELEMENT_DESCRIPTION; +struct _JOBOBJECT_PAGE_PRIORITY_LIMIT; +struct _MEMORY_WORKING_SET_EX_BLOCK; +struct _JOBOBJECT_FREEZE_INFORMATION; +struct _FILE_EA_INFORMATION; +struct _SECTION_IMAGE_INFORMATION; +struct _PROCESS_HANDLE_TRACING_ENABLE_EX; +struct _JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION; +struct _IO_STATUS_BLOCK; +struct _MEMORY_RANGE_ENTRY; +struct _CFG_CALL_TARGET_LIST_INFORMATION; +struct _MEMORY_PARTITION_CONFIGURATION_INFORMATION; +struct _MEMORY_PARTITION_TRANSFER_INFORMATION; +struct _FILE_FS_DEVICE_INFORMATION; +struct _MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION; +struct _OBJECT_NAME_INFORMATION; +struct _OBJECT_TYPE_INFORMATION; +struct _TEB_ACTIVE_FRAME_CONTEXT_EX; +struct _THREAD_NAME_INFORMATION; +struct _INITIAL_TEB; +struct _SILO_USER_SHARED_DATA; +struct _ACTIVATION_CONTEXT_DATA; +struct _TELEMETRY_COVERAGE_HEADER; +struct _ACTIVATION_CONTEXT_DATA_TOC_ENTRY; +struct _ACTIVATION_CONTEXT_STRING_SECTION_HEADER; +struct _PROCESS_WAKE_INFORMATION; +struct _ACTIVATION_CONTEXT_STRING_SECTION_ENTRY; +struct _PROCESS_DEVICEMAP_INFORMATION; +struct _FILE_INTEGRITY_STREAM_INFORMATION; +struct _FILE_ID_EXTD_DIR_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT; +struct _ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION; +struct _ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION; +struct _DBGKM_CREATE_PROCESS; +struct _ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION; +struct _FILE_FS_CONTROL_INFORMATION; +struct _ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION; +struct _ACTIVATION_CONTEXT_DATA_CLR_SURROGATE; +struct _ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS; +struct _FILE_FULL_EA_INFORMATION; +struct _COMPATIBILITY_CONTEXT_ELEMENT_LEGACY; +struct _OPLOCK_KEY_CONTEXT; +struct _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY; +struct _FILE_STORAGE_RESERVE_ID_INFORMATION; +struct _FILE_KNOWN_FOLDER_INFORMATION; +struct _ASSEMBLY_STORAGE_MAP; +struct _NTPSS_MEMORY_BULK_INFORMATION; +struct _FILE_FS_LABEL_INFORMATION; +struct _PORT_DATA_INFORMATION; +struct _RTL_ACTIVATION_CONTEXT_STACK_FRAME; +struct _PF_TIME_CONTROL; +struct _IO_COMPLETION_BASIC_INFORMATION; +struct _ACTIVATION_CONTEXT_STACK; +struct _API_SET_NAMESPACE; +struct _DBGKM_LOAD_DLL; +struct _FILE_FS_ATTRIBUTE_INFORMATION; +struct _PF_BOOT_CONTROL; +struct _PEB; +struct _FILE_GET_QUOTA_INFORMATION; +struct _FILE_REMOTE_PROTOCOL_INFORMATION; +struct _PS_TRUSTLET_CREATE_ATTRIBUTES; +struct _ALPC_PORT_ATTRIBUTES; +struct _TEB_ACTIVE_FRAME_CONTEXT; +struct _FILE_FULL_DIR_INFORMATION; +struct _FILE_BOTH_DIR_INFORMATION; +struct _TEB_ACTIVE_FRAME; +struct _TEB_ACTIVE_FRAME_EX; +struct _FILE_LINKS_FULL_ID_INFORMATION; +struct _PS_TRUSTLET_ATTRIBUTE_TYPE; +struct _PS_TRUSTLET_ATTRIBUTE_HEADER; +struct _JOBOBJECT_INTERFERENCE_INFORMATION; +struct _PROCESS_BASIC_INFORMATION; +struct _VM_COUNTERS_EX; +struct _VM_COUNTERS_EX2; +struct _POOLED_USAGE_AND_LIMITS; +struct _FILE_ID_EXTD_BOTH_DIR_INFORMATION; +struct _PROCESS_EXCEPTION_PORT; +struct _JOBOBJECT_WAKE_INFORMATION; +struct _PROCESS_ACCESS_TOKEN; +struct _PROCESS_LDT_INFORMATION; +struct _PROCESS_WS_WATCH_INFORMATION; +struct _FILE_PIPE_REMOTE_INFORMATION; +struct _FILE_LINK_INFORMATION; +struct _RTL_UMS_COMPLETION_LIST; +struct _PROCESS_PRIORITY_CLASS_EX; +struct _PF_PRIVSOURCE_INFO; +struct _PROCESS_MEMBERSHIP_INFORMATION; +struct _PFS_PRIVATE_PAGE_SOURCE; +struct _FILE_ALL_INFORMATION; +struct _ALPC_WORK_ON_BEHALF_TICKET; +struct _FILE_PIPE_INFORMATION; +struct _PROCESS_SESSION_INFORMATION; +struct _PF_SCENARIO_PHASE_INFO; +struct _PROCESS_HANDLE_TRACING_ENTRY; +struct _PROC_THREAD_ATTRIBUTE; +struct _PROCESS_HANDLE_TRACING_QUERY; +struct _OPLOCK_KEY_ECP_CONTEXT; +struct _FILE_REPARSE_POINT_INFORMATION; +struct _FILE_MOVE_CLUSTER_INFORMATION; +struct _PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION; +struct _PROCESS_STACK_ALLOCATION_INFORMATION; +struct _PROCESS_STACK_ALLOCATION_INFORMATION_EX; +union _PROCESS_AFFINITY_UPDATE_MODE; +struct _POWER_THROTTLING_THREAD_STATE; +struct _PROCESS_CYCLE_TIME_INFORMATION; +struct _PROCESS_WINDOW_INFORMATION; +struct _THREAD_CYCLE_TIME_INFORMATION; +struct _PROCESS_HANDLE_TABLE_ENTRY_INFO; +struct _FILE_ATTRIBUTE_TAG_INFORMATION; +struct _FILE_COMPRESSION_INFORMATION; +struct _PROCESS_HANDLE_SNAPSHOT_INFORMATION; +struct _PROCESS_MITIGATION_POLICY_INFORMATION; +struct _PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION; +struct _EXTENDED_CREATE_INFORMATION_32; +struct _PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION; +struct _DYNAMIC_FUNCTION_TABLE; +struct _ALPC_COMPLETION_LIST_STATE; +struct _PROCESS_KEEPALIVE_COUNT_INFORMATION; +struct _THREAD_BASIC_INFORMATION; +struct _RTL_WORK_ON_BEHALF_TICKET_EX; +struct _ALPC_CONTEXT_ATTR; +struct _PROCESS_FAULT_INFORMATION; +struct _MOUNTMGR_MOUNT_POINTS; +struct _PROCESS_TELEMETRY_ID_INFORMATION; +struct _PROCESS_COMMIT_RELEASE_INFORMATION; +struct _PROCESS_JOB_MEMORY_INFO; +struct _PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +struct _FILE_PIPE_CLIENT_PROCESS_BUFFER_V2; +struct _POWER_THROTTLING_PROCESS_STATE; +struct _FILE_NAME_INFORMATION; +struct _WIN32K_SYSCALL_FILTER; +struct _JOBOBJECT_WAKE_FILTER; +struct _FILE_OBJECTID_INFORMATION; +struct _MANAGE_WRITES_TO_EXECUTABLE_MEMORY; +struct _ALPC_MESSAGE_HANDLE_INFORMATION; +struct _FILE_DIRECTORY_NEXT_INFORMATION; +union _PROCESS_READWRITEVM_LOGGING_INFORMATION; +union _PROCESS_SYSTEM_RESOURCE_MANAGEMENT; +struct _ALPC_PORT_ASSOCIATE_COMPLETION_PORT; +struct _FILE_FS_VOLUME_INFORMATION; +struct _FILE_FS_GUID_INFORMATION; +struct _PF_MEMORY_LIST_INFO; +struct _PF_SYSTEM_PREFETCH_PARAMETERS; +struct _THREAD_TEB_INFORMATION; +struct _COUNTER_READING; +struct _THREAD_PERFORMANCE_DATA; +struct _THREAD_PROFILING_INFORMATION; +struct _RTL_UMS_CONTEXT; +struct _THREAD_UMS_INFORMATION; +struct _LPC_CLIENT_DIED_MSG64; +struct _PORT_VIEW64; +struct _ALPC_BASIC_INFORMATION; +struct _ALPC_SERVER_INFORMATION; +struct _SE_SAFE_OPEN_PROMPT_RESULTS; +struct _FILE_POSITION_INFORMATION; +struct _FILE_ID_BOTH_DIR_INFORMATION; +struct _PS_ATTRIBUTE_LIST; +struct _PS_MEMORY_RESERVE; +struct _PS_STD_HANDLE_INFO; +struct _ALPC_DATA_VIEW_ATTR; +struct _FILE_VALID_DATA_LENGTH_INFORMATION; +struct _PS_TRUSTLET_ATTRIBUTE_DATA; +struct _MOUNTMGR_CHANGE_NOTIFY_INFO; +struct _PS_BNO_ISOLATION_PARAMETERS; +struct _MOUNTMGR_SILO_ARRIVAL_INPUT; +struct _FILE_COMPLETION_INFORMATION; +struct _JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2; +struct _REMOTE_PORT_VIEW; +struct _JOBOBJECT_WAKE_INFORMATION_V1; +struct _JOBOBJECT_CONTAINER_IDENTIFIER_V2; +struct _JOBOBJECT_MEMORY_USAGE_INFORMATION; +struct _JOBOBJECT_MEMORY_USAGE_INFORMATION_V2; +struct _JOBOBJECT_ENERGY_TRACKING_STATE; +struct _REPARSE_DATA_BUFFER; +struct _JOBOBJECT_IO_PRIORITY_LIMIT; +struct _FILE_MAILSLOT_PEEK_BUFFER; +struct _MOUNTMGR_MOUNT_POINT; +struct _FILE_PIPE_EVENT_BUFFER; +struct _FILE_ID_INFORMATION; +struct _DBGUI_CREATE_THREAD; +struct _FILE_DISPOSITION_INFORMATION; +struct _DBGUI_WAIT_STATE_CHANGE; +struct _FILE_PIPE_CLIENT_PROCESS_BUFFER; +struct _EXTENDED_CREATE_INFORMATION; +struct _PF_LOG_EVENT_DATA; +struct _PF_TRACE_LIMITS; +struct _FILE_BASIC_INFORMATION; +struct _PF_ROBUSTNESS_CONTROL; +struct _FILE_ALLOCATION_INFORMATION; +struct _PF_ROBUST_FILE_ENTRY; +struct _FILE_END_OF_FILE_INFORMATION_EX; +struct _REMOTE_PORT_VIEW64; +struct _FILE_LINK_INFORMATION_EX; +struct _ALPC_PORT_COMPLETION_LIST_INFORMATION; +struct _FILE_STREAM_INFORMATION; +struct _FILE_TRACKING_INFORMATION; +struct _FILE_PIPE_LOCAL_INFORMATION; +struct _FILE_LINKS_INFORMATION; +struct _FILE_STANDARD_LINK_INFORMATION; +struct _FILE_SFIO_VOLUME_INFORMATION; +struct _FILE_IO_PRIORITY_HINT_INFORMATION; +struct _ALPC_SECURITY_ATTR; +struct _FILE_IS_REMOTE_DEVICE_INFORMATION; +struct _NAMED_PIPE_CREATE_PARAMETERS; +struct _MOUNTMGR_VOLUME_MOUNT_POINT; +struct _FILE_MEMORY_PARTITION_INFORMATION; +struct _FILE_ID_FULL_DIR_INFORMATION; +struct _MOUNTMGR_SET_AUTO_MOUNT; +struct _PORT_VIEW; +struct _FILE_ID_GLOBAL_TX_DIR_INFORMATION; +struct _FILE_GET_EA_INFORMATION; +struct _MOUNTMGR_CREATE_POINT_INPUT; +struct _FILE_QUOTA_INFORMATION; +struct _FILE_FS_SIZE_INFORMATION; +struct _FILE_PIPE_SILO_ARRIVAL_INPUT; +struct _FILE_FS_DRIVER_PATH_INFORMATION; +struct _FILE_FS_SECTOR_SIZE_INFORMATION; +struct _FILE_FS_METADATA_SIZE_INFORMATION; +struct _FILE_PIPE_WAIT_FOR_BUFFER; +struct _REPARSE_DATA_BUFFER_EX; +struct _ALPC_COMPLETION_LIST_HEADER; +struct _PF_MEMORY_LIST_NODE; +struct _PF_PHYSICAL_MEMORY_RANGE; +struct _PF_PHYSICAL_MEMORY_RANGE_INFO_V1; +struct _PF_PHYSICAL_MEMORY_RANGE_INFO_V2; +struct _PF_REPURPOSED_BY_PREFETCH_INFO; +struct _PF_VIRTUAL_QUERY; +struct _PF_MIN_WS_AGE_RATE_CONTROL; +struct _PF_DEPRIORITIZE_OLD_PAGES; +struct _PF_GPU_UTILIZATION_INFO; +struct _USER_LOGON_UI_INFORMATION; +struct _LSA_TRANSLATED_NAME; +struct _SUPERFETCH_INFORMATION; +struct _PLUGPLAY_EVENT_BLOCK; +struct _PROCESSOR_POWER_INFORMATION; +struct _SYSTEM_POWER_INFORMATION; +struct _SYSTEM_HIBERFILE_INFORMATION; +struct _POWER_REQUEST_ACTION; +union _POWER_STATE; +struct _SYSTEM_POWER_STATE_CONTEXT; +struct _COUNTED_REASON_CONTEXT_RELATIVE; +struct _DIAGNOSTIC_BUFFER; +struct _WAKE_TIMER_INFO; +struct _PROCESSOR_PERF_CAP_HV; +struct _USER_LOGON_INFORMATION; +struct PROCESSOR_IDLE_TIMES; +struct _STACK_WALK_EVENT_DATA; +struct _PROCESSOR_IDLE_STATE; +struct _RTL_BALANCED_NODE32; +struct _USER_NAME_INFORMATION; +struct _PROCESSOR_IDLE_STATES; +struct _RTL_RB_TREE32; +struct _PROCESSOR_LOAD; +struct _PROCESSOR_CAP; +struct _PO_WAKE_SOURCE_INFO; +struct _PO_WAKE_SOURCE_HISTORY; +struct _PO_WAKE_SOURCE_HEADER; +struct _PO_WAKE_SOURCE_DEVICE; +struct _PO_WAKE_SOURCE_FIXED; +struct _PO_WAKE_SOURCE_INTERNAL; +struct _PO_WAKE_SOURCE_TIMER; +struct _POWER_REQUEST; +struct _POWER_REQUEST_LIST; +struct _TRACE_ENABLE_FLAG_EXTENSION; +struct _POWER_STATE_HANDLER; +struct _POWER_STATE_NOTIFY_HANDLER; +struct _POWER_REQUEST_ACTION_INTERNAL; +struct _POWER_S0_LOW_POWER_IDLE_INFO; +struct _POWER_INFORMATION_INTERNAL_HEADER; +struct _POWER_USER_ABSENCE_PREDICTION; +struct _POWER_USER_ABSENCE_PREDICTION_CAPABILITY; +struct _POWER_PROCESSOR_LATENCY_HINT; +struct _POWER_STANDBY_NETWORK_REQUEST; +struct _POWER_SET_BACKGROUND_TASK_STATE; +struct _POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO; +struct _POWER_SESSION_POWER_STATE; +struct _POWER_INTERNAL_PROCESSOR_QOS_SUPPORT; +struct _POWER_INTERNAL_HOST_ENERGY_SAVER_STATE; +struct _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT; +struct _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT; +struct _POWER_INTERNAL_BOOTAPP_DIAGNOSTIC; +struct _KEY_BASIC_INFORMATION; +struct _KEY_NODE_INFORMATION; +struct _KEY_FULL_INFORMATION; +struct _KEY_NAME_INFORMATION; +struct _KEY_CACHED_INFORMATION; +struct _KEY_FLAGS_INFORMATION; +struct _KEY_VIRTUALIZATION_INFORMATION; +struct _LSA_ADT_SID_LIST_ENTRY; +struct _KEY_TRUST_INFORMATION; +struct _KEY_LAYER_INFORMATION; +struct _KEY_WRITE_TIME_INFORMATION; +struct _KEY_WOW64_FLAGS_INFORMATION; +struct _ETW_WNF_EVENT_NAME_SUB_RUNDOWN; +struct _KEY_HANDLE_TAGS_INFORMATION; +struct _KEY_SET_LAYER_INFORMATION; +struct _KEY_CONTROL_FLAGS_INFORMATION; +struct _KEY_SET_VIRTUALIZATION_INFORMATION; +struct _KEY_VALUE_BASIC_INFORMATION; +struct _KEY_VALUE_FULL_INFORMATION; +struct _KEY_VALUE_PARTIAL_INFORMATION; +struct _KEY_VALUE_PARTIAL_INFORMATION_ALIGN64; +struct _KEY_VALUE_LAYER_INFORMATION; +struct _CM_EXTENDED_PARAMETER; +struct _KEY_VALUE_ENTRY; +struct _REG_NOTIFY_INFORMATION; +struct _KEY_PID_ARRAY; +struct _LSA_FOREST_TRUST_COLLISION_RECORD; +struct _KEY_OPEN_SUBKEYS_INFORMATION; +struct _VR_INITIALIZE_JOB_FOR_VREG; +struct _VR_LOAD_DIFFERENCING_HIVE; +struct _VR_CREATE_NAMESPACE_NODE; +struct _RTL_UNLOAD_EVENT_TRACE; +struct _VR_MODIFY_FLAGS; +struct _NAMESPACE_NODE_DATA; +struct _VR_CREATE_MULTIPLE_NAMESPACE_NODES; +struct _VR_UNLOAD_DYNAMICALLY_LOADED_HIVES; +struct _VR_GET_VIRTUAL_ROOT; +struct _VR_GET_VIRTUAL_ROOT_RESULT; +struct _VR_LOAD_DIFFERENCING_HIVE_FOR_HOST; +struct _VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST; +struct _RTL_AVL_TABLE; +struct _RTL_BALANCED_LINKS; +struct _RTL_SPLAY_LINKS; +struct _RTL_GENERIC_TABLE; +struct _RTL_RB_TREE; +struct _RTL_DYNAMIC_HASH_TABLE_ENTRY; +struct _RTL_DYNAMIC_HASH_TABLE_CONTEXT; +struct _RTL_DYNAMIC_HASH_TABLE_ENUMERATOR; +struct _POLICY_AUDIT_FULL_SET_INFO; +struct _RTL_DYNAMIC_HASH_TABLE; +struct _RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION; +struct _RTL_RESOURCE; +struct _WMI_IRQ_RECORD; +struct _PREFIX_TABLE_ENTRY; +struct _PREFIX_TABLE; +struct _UNICODE_PREFIX_TABLE_ENTRY; +struct _UNICODE_PREFIX_TABLE; +struct _COMPRESSED_DATA_INFO; +struct _CURDIR; +struct _RTL_DRIVE_LETTER_CURDIR; +struct _RTL_USER_PROCESS_INFORMATION; +struct _RTL_USER_PROCESS_EXTENDED_PARAMETERS; +struct _RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION; +struct _CONTEXT_CHUNK; +struct _CONTEXT_EX; +struct _DOMAIN_LOCALIZABLE_ACCOUNTS; +struct _IMAGE_DVRT_ARM64X_FIXUP_RECORD; +struct _RTLP_CURDIR_REF; +struct _RTL_RELATIVE_NAME_U; +struct _GROUP_MEMBERSHIP; +struct _TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE; +struct _RTL_BUFFER; +struct _RTL_UNICODE_STRING_BUFFER; +struct _GENERATE_NAME_CONTEXT; +struct _RTL_HEAP_ENTRY; +struct _RTL_HEAP_TAG; +struct _RTL_HEAP_INFORMATION_V1; +struct _RTL_HEAP_INFORMATION_V2; +struct _RTL_PROCESS_HEAPS_V1; +struct _RTL_PROCESS_HEAPS_V2; +struct _RTL_SEGMENT_HEAP_VA_CALLBACKS; +struct _RTL_SEGMENT_HEAP_MEMORY_SOURCE; +struct _RTL_SEGMENT_HEAP_PARAMETERS; +struct _RTL_HEAP_PARAMETERS; +struct _RTL_HEAP_TAG_INFO; +struct _RTL_HEAP_USAGE_ENTRY; +struct _RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +struct _LSA_REGISTRATION_INFO; +struct _RTL_HEAP_USAGE; +struct _RTL_HEAP_WALK_ENTRY; +struct _SAM_RID_ENUMERATION; +struct _RTL_IMAGE_MITIGATION_HEAP_POLICY; +struct _RTLP_TAG_INFO; +struct _RTLP_HEAP_TAGGING_INFO; +struct _PROCESS_HEAP_INFORMATION; +struct _HEAP_REGION_INFORMATION; +struct _HEAP_RANGE_INFORMATION; +struct _HEAP_BLOCK_INFORMATION; +struct _HEAP_INFORMATION; +struct _SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION; +struct _HEAP_PERFORMANCE_COUNTERS_INFORMATION; +struct _HEAP_INFORMATION_ITEM; +struct _HEAP_EXTENDED_INFORMATION; +struct _RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT; +struct _RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER; +struct _RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME; +struct _RTL_HEAP_STACK_QUERY; +struct _ENCRYPTED_PASSWORD_AES; +struct _RTL_HEAP_STACK_CONTROL; +struct _HEAP_DEBUGGING_INFORMATION; +struct _RTL_MEMORY_ZONE_SEGMENT; +struct _RTL_MEMORY_ZONE; +struct _RTL_PROCESS_VERIFIER_OPTIONS; +struct _RTL_DEBUG_INFORMATION; +struct _PARSE_MESSAGE_CONTEXT; +struct in_addr; +struct in6_addr; +struct _TIME_FIELDS; +struct _RTL_TIME_ZONE_INFORMATION; +struct _RTL_BITMAP_RUN; +struct _RTL_BITMAP_EX; +struct _RTL_HANDLE_TABLE_ENTRY; +struct _RTL_HANDLE_TABLE; +struct _COMPOUND_ACCESS_ALLOWED_ACE; +struct _RTL_ACE_DATA; +struct _ETW_CRITSEC_EVENT_INIT; +struct _USER_PREFERENCES_INFORMATION; +struct _RTL_QUERY_REGISTRY_TABLE; +union _RTL_ELEVATION_FLAGS; +struct _CI_LOG_SCHEDULER_EVENT; +struct _USER_ACCOUNT_INFORMATION; +struct _CM_PERF_COUNTERS; +struct _RTL_UNLOAD_EVENT_TRACE32; +union _RTL_IMAGE_MITIGATION_POLICY; +struct _RTL_IMAGE_MITIGATION_DEP_POLICY; +struct _RTL_IMAGE_MITIGATION_ASLR_POLICY; +struct _RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY; +struct _RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +struct _RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +struct _RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +struct _RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +struct _RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY; +struct _RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY; +struct _RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY; +struct _RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY; +struct _RTL_IMAGE_MITIGATION_SEHOP_POLICY; +struct _PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION; +struct _RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY; +struct _RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY; +struct _RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY; +struct _PS_PKG_CLAIM; +struct _RTL_BSD_DATA_POWER_TRANSITION; +struct _RTL_BSD_DATA_ERROR_INFO; +struct _RTL_BSD_POWER_BUTTON_PRESS_INFO; +struct _RTL_BSD_ITEM; +struct __RTL_FEATURE_USAGE_REPORT; +struct _IMAGE_DEBUG_POGO_ENTRY; +struct _IMAGE_DEBUG_POGO_SIGNATURE; +struct _IMAGE_RELOCATION_RECORD; +struct _IMAGE_CHPE_METADATA_X86; +struct _IMAGE_CHPE_RANGE_ENTRY; +struct _IMAGE_ARM64EC_METADATA; +struct _IMAGE_ARM64EC_CODE_MAP_ENTRY; +struct _IMAGE_ARM64EC_REDIRECTION_ENTRY; +struct _IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT; +struct _IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD; +struct _ETW_WNF_EVENT_PUBLISH; +struct _TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +struct _TOKEN_SECURITY_ATTRIBUTE_V1; +struct _TOKEN_SECURITY_ATTRIBUTES_INFORMATION; +struct _TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION; +struct _TOKEN_PROCESS_TRUST_LEVEL; +struct _SE_FILE_CACHE_CLAIM_INFORMATION; +struct _SE_SET_FILE_CACHE_INFORMATION; +struct _TP_ALPC; +struct _ETW_OPTICALIO_INIT; +struct _KCONTINUE_ARGUMENT; +struct _ETW_REGNOTIF_REGISTER; +struct _PEB_LDR_DATA32; +struct _LDR_SERVICE_TAG_RECORD32; +struct _LDRP_CSLIST32; +struct _LDR_DDAG_NODE32; +struct _LDR_DATA_TABLE_ENTRY32; +struct _CURDIR32; +struct _RTL_DRIVE_LETTER_CURDIR32; +struct _RTL_USER_PROCESS_PARAMETERS32; +struct _PEB32; +struct _GDI_TEB_BATCH32; +struct _TEB32; +union _WOW64_EXECUTE_OPTIONS; +struct _WOW64INFO; +struct _PEB32_WITH_WOW64INFO; +struct _WMI_PNP_RECORD_V3; +struct _LSA_TRUST_INFORMATION; +struct _LSA_REFERENCED_DOMAIN_LIST; +struct _POLICY_MODIFICATION_INFO; +struct _LSA_TRANSLATED_SID2; +struct _POLICY_ACCOUNT_DOMAIN_INFO; +struct _POLICY_DNS_DOMAIN_INFO; +struct _SE_ADT_OBJECT_TYPE; +struct _SE_ADT_PARAMETER_ARRAY_ENTRY; +struct _SE_ADT_ACCESS_REASON; +struct _SE_ADT_CLAIMS; +struct _SE_ADT_PARAMETER_ARRAY; +struct _SE_ADT_PARAMETER_ARRAY_EX; +struct _LSA_ADT_STRING_LIST_ENTRY; +struct _LSA_ADT_STRING_LIST; +struct _HEAP_EVENT_SUBSEGMENT_ALLOC_FREE; +struct _LSA_ADT_SID_LIST; +struct _HEAP_SUBSEGMENT_INIT; +struct _LSA_AUTH_CALLBACKS; +struct _LSA_TOKEN_INFORMATION_NULL; +struct _LSA_TOKEN_INFORMATION_V1; +struct _LSA_TOKEN_INFORMATION_V3; +struct _LSA_DISPATCH_TABLE; +struct _WMI_WAIT_MULTIPLE; +struct _LSA_USER_REGISTRATION_INFO; +struct _WMI_WAIT_OBJECT_RECORD; +struct _ETW_READY_THREAD_EVENT; +struct _LSA_TRANSLATED_SID; +struct _POLICY_PRIVILEGE_DEFINITION; +struct _POLICY_AUDIT_LOG_INFO; +struct _POLICY_AUDIT_EVENTS_INFO; +struct _POLICY_AUDIT_SUBCATEGORIES_INFO; +struct _POLICY_AUDIT_CATEGORIES_INFO; +struct _POLICY_PRIMARY_DOMAIN_INFO; +struct _POLICY_PD_ACCOUNT_INFO; +struct _POLICY_LSA_SERVER_ROLE_INFO; +struct _POLICY_REPLICA_SOURCE_INFO; +struct _POLICY_DEFAULT_QUOTA_INFO; +struct _POLICY_AUDIT_FULL_QUERY_INFO; +struct _ETW_TP_EVENT_CALLBACK_START; +struct _POLICY_DOMAIN_EFS_INFO; +struct _POLICY_DOMAIN_KERBEROS_TICKET_INFO; +struct _POLICY_MACHINE_ACCT_INFO; +struct _POLICY_MACHINE_ACCT_INFO2; +struct _TRUSTED_DOMAIN_NAME_INFO; +struct _TRUSTED_CONTROLLERS_INFO; +struct _TRUSTED_POSIX_OFFSET_INFO; +struct _TRUSTED_PASSWORD_INFO; +struct _TRUSTED_DOMAIN_INFORMATION_EX; +struct _TRUSTED_DOMAIN_INFORMATION_EX2; +struct _LSA_AUTH_INFORMATION; +struct _TRUSTED_DOMAIN_AUTH_INFORMATION; +struct _TRUSTED_DOMAIN_FULL_INFORMATION; +struct _TRUSTED_DOMAIN_FULL_INFORMATION2; +struct _TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES; +struct _LSA_FOREST_TRUST_DOMAIN_INFO; +struct _LSA_FOREST_TRUST_SCANNER_INFO; +struct _LSA_FOREST_TRUST_BINARY_DATA; +struct _LSA_FOREST_TRUST_RECORD; +struct _LSA_FOREST_TRUST_RECORD2; +struct _LSA_FOREST_TRUST_INFORMATION; +struct _LSA_FOREST_TRUST_INFORMATION2; +struct _LOAD_DLL_EVENT_DATA; +struct _LSA_FOREST_TRUST_COLLISION_INFORMATION; +struct _LSA_ENUMERATION_INFORMATION; +struct _LSA_LAST_INTER_LOGON_INFO; +struct _CI_LOG_SCHEDULER_WAKEUP; +struct _SECURITY_LOGON_SESSION_DATA; +struct _CENTRAL_ACCESS_POLICY_ENTRY; +struct _CENTRAL_ACCESS_POLICY; +struct _NEGOTIATE_PACKAGE_PREFIX; +struct _NEGOTIATE_PACKAGE_PREFIXES; +struct _NEGOTIATE_CALLER_NAME_REQUEST; +struct _NEGOTIATE_CALLER_NAME_RESPONSE; +struct _NEGOTIATE_PACKAGE_NAMES; +struct _NEGOTIATE_PACKAGE_PREFIX_WOW; +struct _NEGOTIATE_CALLER_NAME_RESPONSE_WOW; +struct _SAM_SID_ENUMERATION; +struct _PERFINFO_PFMAPPED_SECTION_INFORMATION; +struct _SAM_BYTE_ARRAY; +struct _SAM_BYTE_ARRAY_32K; +struct _RPC_AUTH_IDENTITY_HANDLE; +struct _DOMAIN_GENERAL_INFORMATION; +struct _DOMAIN_GENERAL_INFORMATION2; +struct _DOMAIN_UAS_INFORMATION; +struct _DOMAIN_PASSWORD_INFORMATION; +struct _DOMAIN_LOGOFF_INFORMATION; +struct _DOMAIN_OEM_INFORMATION; +struct _DOMAIN_NAME_INFORMATION; +struct _DOMAIN_SERVER_ROLE_INFORMATION; +struct _DOMAIN_REPLICATION_INFORMATION; +struct _DOMAIN_MODIFIED_INFORMATION; +struct _DOMAIN_MODIFIED_INFORMATION2; +struct _DOMAIN_STATE_INFORMATION; +struct _DOMAIN_LOCKOUT_INFORMATION; +struct _DOMAIN_DISPLAY_USER; +struct _DOMAIN_DISPLAY_MACHINE; +struct _DOMAIN_DISPLAY_GROUP; +struct _DOMAIN_DISPLAY_OEM_USER; +struct _DOMAIN_DISPLAY_OEM_GROUP; +struct _ETW_WNF_EVENT_SUBSCRIBE; +struct _DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY; +union _DOMAIN_LOCALIZABLE_INFO_BUFFER; +struct _PERFINFO_MARK_EVENT; +struct _GROUP_GENERAL_INFORMATION; +struct _GROUP_NAME_INFORMATION; +struct _GROUP_ATTRIBUTE_INFORMATION; +struct _GROUP_ADM_COMMENT_INFORMATION; +struct _ALIAS_GENERAL_INFORMATION; +struct _ALIAS_NAME_INFORMATION; +struct _ALIAS_ADM_COMMENT_INFORMATION; +struct _ALIAS_EXTENDED_INFORMATION; +struct _LOGON_HOURS; +struct _SR_SECURITY_DESCRIPTOR; +struct _USER_GENERAL_INFORMATION; +struct _USER_LOGON_HOURS_INFORMATION; +struct _ETW_OPTICALIO_FLUSH_BUFFERS; +struct _PERFINFO_FILE_OPERATION_END; +struct _USER_ACCOUNT_NAME_INFORMATION; +struct _WMI_TXR; +struct _USER_FULL_NAME_INFORMATION; +struct _USER_PRIMARY_GROUP_INFORMATION; +struct _USER_HOME_INFORMATION; +struct _USER_SCRIPT_INFORMATION; +struct _USER_PROFILE_INFORMATION; +struct _USER_ADMIN_COMMENT_INFORMATION; +struct _USER_WORKSTATIONS_INFORMATION; +struct _USER_SET_PASSWORD_INFORMATION; +struct _USER_CONTROL_INFORMATION; +struct _USER_EXPIRES_INFORMATION; +struct _CYPHER_BLOCK; +struct _ENCRYPTED_NT_OWF_PASSWORD; +struct _ENCRYPTED_LM_OWF_PASSWORD; +struct _USER_INTERNAL1_INFORMATION; +struct _USER_INTERNAL2_INFORMATION; +struct _USER_PARAMETERS_INFORMATION; +struct _USER_ALL_INFORMATION; +struct _USER_INTERNAL3_INFORMATION; +struct _ENCRYPTED_USER_PASSWORD; +struct _USER_INTERNAL4_INFORMATION; +struct _USER_INTERNAL5_INFORMATION; +struct _ENCRYPTED_USER_PASSWORD_NEW; +struct _USER_INTERNAL4_INFORMATION_NEW; +struct _USER_INTERNAL5_INFORMATION_NEW; +struct _USER_ALLOWED_TO_DELEGATE_TO_LIST; +struct _USER_INTERNAL6_INFORMATION; +struct _USER_EXTENDED_INFORMATION; +struct _PERFINFO_PAGECOMBINE_AGGREGATE_STAT; +struct _USER_INTERNAL7_INFORMATION; +struct _USER_INTERNAL8_INFORMATION; +struct _USER_PWD_CHANGE_FAILURE_INFORMATION; +struct _SAM_GROUP_MEMBER_ID; +struct _SAM_ALIAS_MEMBER_ID; +union _SAM_DELTA_DATA; +struct _SAM_VALIDATE_PASSWORD_HASH; +struct _SAM_VALIDATE_PERSISTED_FIELDS; +struct _SAM_VALIDATE_STANDARD_OUTPUT_ARG; +struct _HEAP_SUBSEGMENT_FREE; +struct _SAM_VALIDATE_AUTHENTICATION_INPUT_ARG; +struct _SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG; +struct _SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG; +struct _HEAP_AFINITY_MANAGER_ENABLE; +union _SAM_VALIDATE_INPUT_ARG; +union _SAM_VALIDATE_OUTPUT_ARG; +struct _SAM_OPERATION_OBJCHG_INPUT; +struct _SAM_OPERATION_OBJCHG_OUTPUT; +union _SAM_GENERIC_OPERATION_INPUT; +union _SAM_GENERIC_OPERATION_OUTPUT; +struct _WMI_TRACE_PACKET; +struct _EVENT_INSTANCE_GUID_HEADER; +struct _PERFINFO_TRACE_HEADER; +struct _SYSTEM_TRACE_HEADER; +struct _WMI_TRACE_MESSAGE_PACKET; +struct _MESSAGE_TRACE_HEADER; +struct _MESSAGE_TRACE; +struct _MESSAGE_TRACE_USER; +struct _ETW_REF_CLOCK; +struct _WMI_BUFFER_HEADER; +struct _TRACE_ENABLE_FLAG_EXT_HEADER; +struct _TRACE_ENABLE_FLAG_EXT_ITEM; +struct _ETW_STACK_CACHING_CONFIG; +struct _PERFINFO_GROUPMASK; +struct _CPU_CONFIG_RECORD; +struct _PHYSICAL_DISK_RECORD; +struct _LOGICAL_DISK_EXTENTS; +struct _OPTICAL_MEDIA_RECORD; +struct _NIC_RECORD; +struct _VIDEO_RECORD; +struct _WMI_DPI_RECORD; +struct _WMI_POWER_RECORD; +struct _WMI_PNP_RECORD_V4; +struct _WMI_PNP_RECORD_V5; +struct _WMI_IDE_CHANNEL_RECORD; +struct _WMI_JOB_INFORMATION; +struct _WMI_JOB_ASSIGN_PROCESS; +struct _WMI_JOB_REMOVE_PROCESS; +struct _WMI_JOB_SET_QUERY_CPU_RATE; +struct _WMI_JOB_SET_QUERY_NET_RATE; +struct _WMI_JOB_SET_QUERY_INFORMATION; +struct _WMI_JOB_SEND_NOTIFICATION_INFORMATION; +struct _WMI_PROCESS_INFORMATION; +struct _WMI_PROCESS_INFORMATION64; +struct _WMI_THREAD_INFORMATION; +struct _WMI_EXTENDED_THREAD_INFORMATION; +struct _WMI_EXTENDED_THREAD_INFORMATION64; +struct _WMI_IMAGELOAD_INFORMATION; +struct _WMI_IMAGELOAD_INFORMATION32; +struct _WMI_IMAGELOAD_INFORMATION64; +struct _WMI_IMAGEID_INFORMATION; +struct _WMI_IMAGEID_INFORMATION32; +struct _WMI_IMAGEID_INFORMATION64; +struct _ETW_DISKIO_READWRITE_V2; +struct _ETW_DISKIO_READWRITE_V3; +struct _ETW_DISKIO_FLUSH_BUFFERS_V2; +struct _ETW_DISKIO_FLUSH_BUFFERS_V3; +struct _WMI_DISKIO_READWRITE_INIT; +struct _WMI_DISKIO_IO_REDIRECTED_INIT; +struct _ETW_OPTICALIO_READWRITE; +struct _WMI_REGISTRY; +struct _WMI_FILE_IO; +struct _WMI_TCPIP_V4; +struct _WMI_TCPIP_V6; +struct _WMI_UDP_V4; +struct _WMI_UDP_V6; +struct _WMI_PAGE_FAULT; +struct _WMI_CONTEXTSWAP; +struct _WMI_SPINLOCK; +struct _WMI_RESOURCE; +struct _WMI_QUEUE; +struct _WMI_PUSHLOCK; +struct _WMI_WAIT_SINGLE; +struct _WMI_DELAY_EXECUTION; +struct _ETW_KQUEUE_ENQUEUE_EVENT; +struct _ETW_KQUEUE_DEQUEUE_EVENT; +struct _ETW_ANTI_STARVATION_BOOST_EVENT; +struct _ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT; +struct _ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT; +struct _ETW_AUTOBOOST_NO_ENTRIES_EVENT; +struct _ETW_PRIORITY_EVENT; +struct _ETW_THREAD_AFFINITY_EVENT; +struct _ETW_DEBUG_PRINT_EVENT; +struct _ETW_POOL_EVENT; +struct _ETW_CREATE_HANDLE_EVENT; +struct _ETW_DUPLICATE_HANDLE_EVENT; +struct _ETW_OBJECT_TYPE_EVENT; +struct _ETW_OBJECT_HANDLE_EVENT; +struct _ETW_REFDEREF_OBJECT_EVENT; +struct _ETW_CREATEDELETE_OBJECT_EVENT; +struct _ETW_WAKE_COUNTER_EVENT; +struct _ETW_HEAP_EVENT_COMMON; +struct _ETW_HEAP_EVENT_ALLOC; +struct _ETW_HEAP_EVENT_FREE; +struct _ETW_HEAP_EVENT_REALLOC; +struct _ETW_HEAP_EVENT_EXPANSION; +struct _ETW_HEAP_EVENT_CONTRACTION; +struct _ETW_HEAP_EVENT_CREATE; +struct _HEAP_EVENT_COMMIT_DECOMMIT; +struct _HEAP_COMMIT_DECOMMIT; +struct _HEAP_SUBSEGMENT_ALLOC; +struct _HEAP_AFFINITY_SLOT_ASSIGN; +struct _HEAP_REUSE_THRESHOLD_ACTIVATED; +struct _HEAP_SUBSEGMENT_ACTIVATED; +struct _ETW_HEAP_EVENT_SNAPSHOT; +struct _ETW_HEAP_EVENT_RUNDOWN_RANGE; +struct _ETW_HEAP_EVENT_RUNDOWN; +struct _HEAP_EVENT_RANGE_CREATE; +struct _HEAP_EVENT_RANGE; +struct _HEAP_RANGE_CREATE; +struct _HEAP_RANGE_DESTROY; +struct _HEAP_RANGE_LOG; +struct _ETW_CRITSEC_EVENT_COLLISION; +struct _PERFINFO_FILE_PATH_OPERATION; +struct _CI_LOG_SCHEDULER_SLEEP; +struct _CI_LOG_SCHEDULER_SLEEP_RESPONSE; +struct _CI_LOG_MMCSS_START; +struct _CI_LOG_MMCSS_STOP; +struct _ETW_UMS_EVENT_DIRECTED_SWITCH_START; +struct _ETW_UMS_EVENT_DIRECTED_SWITCH_END; +struct _ETW_UMS_EVENT_PARK; +struct _ETW_UMS_EVENT_DISASSOCIATE; +struct _ETW_UMS_EVENT_CONTEXT_SWITCH; +struct _ETW_SET_TIMER_EVENT; +struct _ETW_CANCEL_TIMER_EVENT; +struct _ETW_TIMER_EXPIRATION_EVENT; +struct _ETW_TIMER_EXPIRATION_START_EVENT; +struct _ETW_SET_KTIMER2_EVENT; +struct _ETW_CANCEL_KTIMER2_EVENT; +struct _ETW_DISABLE_KTIMER2_EVENT; +struct _ETW_FINALIZE_KTIMER2_EVENT; +struct _ETW_CLOCK_CONFIGURATION_EVENT; +struct _ETW_CLOCK_TIME_UPDATE; +struct _ETW_CLOCK_STATE_CHANGE_EVENT; +struct _ETW_PER_SESSION_QUOTA; +struct _ETW_DFSS_START_NEW_INTERVAL; +struct _ETW_DFSS_RELEASE_THREAD_ON_IDLE; +struct _ETW_CPU_CACHE_FLUSH_EVENT; +struct _ETW_TP_EVENT_CALLBACK_ENQUEUE; +struct _ETW_TP_EVENT_CALLBACK_CANCEL; +struct _ETW_TP_EVENT_POOL_CREATE; +struct _ETW_TP_EVENT_POOL_CLOSE; +struct _ETW_TP_EVENT_POOL_TH_MIN_SET; +struct _ETW_TP_EVENT_POOL_TH_MAX_SET; +struct _ETW_TP_EVENT_WORKER_NUMANODE_SWITCH; +struct _ETW_TP_EVENT_TIMER_SET; +struct _ETW_TP_EVENT_TIMER_CANCELLED; +struct _ETW_TP_EVENT_TIMER_SET_NTTIMER; +struct _ETW_TP_EVENT_TIMER_CANCEL_NTTIMER; +struct _ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN; +struct _ETW_TP_EVENT_TIMER_EXPIRATION_END; +struct _ETW_TP_EVENT_TIMER_EXPIRATION; +struct _ETW_THREAD_EVENT_SUBPROCESSTAG; +struct _ETW_WNF_EVENT_CALLBACK; +struct _PERFINFO_DRIVER_MAJORFUNCTION; +struct _PERFINFO_DRIVER_MAJORFUNCTION_RET; +struct _PERFINFO_DRIVER_COMPLETE_REQUEST; +struct _PERFINFO_DRIVER_COMPLETE_REQUEST_RET; +struct _PERFINFO_DRIVER_COMPLETIONROUTINE; +struct _PERFINFO_BATTERY_LIFE_INFO; +struct _PERFINFO_IDLE_STATE_CHANGE; +struct _PERFINFO_SET_POWER_ACTION; +struct _PERFINFO_SET_POWER_ACTION_RET; +struct _PERFINFO_SET_DEVICES_STATE; +struct _PERFINFO_SET_DEVICES_STATE_RET; +struct _PERFINFO_PO_NOTIFY_DEVICE; +struct _PERFINFO_PO_NOTIFY_DEVICE_COMPLETE; +struct _PERFINFO_PO_SESSION_CALLOUT; +struct _PERFINFO_PO_PRESLEEP; +struct _PERFINFO_PO_POSTSLEEP; +struct _PERFINFO_PO_CALIBRATED_PERFCOUNTER; +struct _PERFINFO_BOOT_PHASE_START; +struct _PERFINFO_BOOT_PREFETCH_INFORMATION; +struct _PERFINFO_PO_SESSION_CALLOUT_RET; +struct _PERFINFO_PPM_IDLE_STATE_CHANGE; +struct _PERFINFO_PPM_IDLE_STATE_ENTER; +struct _PERFINFO_PPM_IDLE_STATE_EXIT; +struct _PERFINFO_PPM_STATE_SELECTION; +struct _PERFINFO_PPM_IDLE_EXIT_LATENCY; +struct _PERFINFO_PPM_PERF_STATE_CHANGE; +struct _PERFINFO_PPM_THERMAL_CONSTRAINT; +struct _PERFINFO_FILEOBJECT_INFORMATION; +struct _PERFINFO_FILENAME_SAME_INFORMATION; +struct _PERFINFO_SAMPLED_PROFILE_INFORMATION; +struct _PERFINFO_SAMPLED_PROFILE_CACHE; +struct _PERFINFO_SAMPLED_PROFILE_CONFIG; +struct _PERFINFO_PMC_SAMPLE_INFORMATION; +struct _PERFINFO_DPC_INFORMATION; +struct _PERFINFO_DPC_ENQUEUE_INFORMATION; +struct _PERFINFO_DPC_EXECUTION_INFORMATION; +struct _PERFINFO_YIELD_PROCESSOR_INFORMATION; +struct _PERFINFO_INTERRUPT_INFORMATION; +struct _PERFINFO_CLOCK_INTERRUPT_INFORMATION; +struct _PERFINFO_SPINLOCK_CONFIG; +struct _PERFINFO_EXECUTIVE_RESOURCE_CONFIG; +struct _PERFINFO_SESSIONCREATE_INFORMATION; +struct _PERFINFO_PAGE_RANGE_IDENTITY; +struct _PERFINFO_KERNELMEMORY_RANGE_USAGE; +struct _PERFINFO_PAGECOMBINE_ITERATION_STAT; +struct _PERFINFO_HARDPAGEFAULT_INFORMATION; +struct _PERFINFO_VIRTUAL_ALLOC; +struct _PERFINFO_VAD_ROTATE_INFO; +struct _PERFINFO_MEM_RESET_INFO; +struct _PERFINFO_CC_WORKITEM_ENQUEUE; +struct _PERFINFO_CC_WORKITEM_DEQUEUE; +struct _PERFINFO_CC_WORKITEM_COMPLETE; +struct _PERFINFO_CC_READ_AHEAD; +struct _PERFINFO_CC_SCHEDULE_READ_AHEAD; +struct _PERFINFO_CC_LAZY_WRITE_SCAN; +struct _PERFINFO_CC_CAN_WRITE_FAIL; +struct _PERFINFO_CC_FLUSH_SECTION; +struct _PERFINFO_CC_FLUSH_CACHE; +struct _PERFINFO_CC_LOGGED_STREAM_INFO; +struct _PERFINFO_CC_EXTRA_WB_THREAD_INFO; +struct _PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO; +struct _PERFINFO_SYSCALL_ENTER_DATA; +struct _PERFINFO_SYSCALL_EXIT_DATA; +struct _PERFINFO_MARK_INFORMATION; +struct _PERFINFO_FILE_CREATE; +struct _PERFINFO_FILE_INFORMATION; +struct _PERFINFO_FILE_DIRENUM; +struct _PERFINFO_FILE_READ_WRITE; +struct _PERFINFO_FILE_SIMPLE_OPERATION; +struct _PERFINFO_FLT_OPERATION; +struct _PERFINFO_FLT_OPERATION_STATUS; +struct _PERFINFO_MEMORY_INFORMATION; +struct _PERFINFO_SYSTEM_MEMORY_INFORMATION; +struct _PERFINFO_WORKINGSET_ENTRY; +struct _PERFINFO_WORKINGSET_INFORMATION; +struct _PERFINFO_CONTIGUOUS_PAGE_GENERATE; +struct _PERFINFO_DEBUG_EVENT; +struct _PERFINFO_CCSWAP_BUFFER; +struct _PERFINFO_CCSWAP_IDLE_SHORT; +struct _PERFINFO_CCSWAP_IDLE; +struct _PERFINFO_CCSWAP_LITE; +struct _PERFINFO_CCSWAP; +struct _PERFINFO_PROCESS_PERFCTR; +struct _PERFINFO_PROCESS_PERFCTR32; +struct _PERFINFO_PROCESS_PERFCTR64; +struct _PERFINFO_PROCESS_INSWAP; +struct _PERFINFO_IO_TIMER; +struct _WMI_LOGGER_INFORMATION; +struct _ETW_UMGL_KEY; +struct _ETW_KERNEL_HEADER_EXTENSION; +struct _ETW_SET_MARK_INFORMATION; +struct _ETW_NOTIFICATION_HEADER; +struct _ETW_SESSION_NOTIFICATION_PACKET; +struct _EVENT_DESCRIPTOR; +struct _EVENT_DATA_DESCRIPTOR; +struct _ETW_TRACE_PROVIDER_INSTANCE_INFO; +struct _ETW_TRACE_GUID_INFO; +struct _TELEMETRY_COVERAGE_POINT; +struct _VECTXCPT_CALLOUT_ENTRY; +struct _LDRP_VECTOR_HANDLER_LIST; +enum _TRANSACTIONMANAGER_INFORMATION_CLASS : int +{ + TransactionManagerBasicInformation = 0, + TransactionManagerLogInformation = 1, + TransactionManagerLogPathInformation = 2, + TransactionManagerRecoveryInformation = 4, + TransactionManagerOnlineProbeInformation = 3, + TransactionManagerOldestTransactionInformation = 5, +}; +enum _EXCEPTION_DISPOSITION : int +{ + ExceptionContinueExecution = 0, + ExceptionContinueSearch = 1, + ExceptionNestedException = 2, + ExceptionCollidedUnwind = 3, +}; +enum POWER_ACTION : int +{ + PowerActionNone = 0, + PowerActionReserved = 1, + PowerActionSleep = 2, + PowerActionHibernate = 3, + PowerActionShutdown = 4, + PowerActionShutdownReset = 5, + PowerActionShutdownOff = 6, + PowerActionWarmEject = 7, + PowerActionDisplayOff = 8, +}; +enum ACTCTX_COMPATIBILITY_ELEMENT_TYPE : int +{ + ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN = 0, + ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS = 1, + ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION = 2, + ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED = 3, +}; +enum _ENLISTMENT_INFORMATION_CLASS : int +{ + EnlistmentBasicInformation = 0, + EnlistmentRecoveryInformation = 1, + EnlistmentCrmInformation = 2, +}; +enum _SID_NAME_USE : int +{ + SidTypeUser = 1, + SidTypeGroup = 2, + SidTypeDomain = 3, + SidTypeAlias = 4, + SidTypeWellKnownGroup = 5, + SidTypeDeletedAccount = 6, + SidTypeInvalid = 7, + SidTypeUnknown = 8, + SidTypeComputer = 9, + SidTypeLabel = 10, + SidTypeLogonSession = 11, +}; +enum _FINDEX_INFO_LEVELS : int +{ + FindExInfoStandard = 0, + FindExInfoBasic = 1, + FindExInfoMaxInfoLevel = 2, +}; +enum _CM_SERVICE_NODE_TYPE : int +{ + DriverType = 1, + FileSystemType = 2, + Win32ServiceOwnProcess = 16, + Win32ServiceShareProcess = 32, + AdapterType = 4, + RecognizerType = 8, +}; +enum _OS_DEPLOYEMENT_STATE_VALUES : int +{ + OS_DEPLOYMENT_STANDARD = 1, + OS_DEPLOYMENT_COMPACT = 2, +}; +enum _TAPE_DRIVE_PROBLEM_TYPE : int +{ + TapeDriveProblemNone = 0, + TapeDriveReadWriteWarning = 1, + TapeDriveReadWriteError = 2, + TapeDriveReadWarning = 3, + TapeDriveWriteWarning = 4, + TapeDriveReadError = 5, + TapeDriveWriteError = 6, + TapeDriveHardwareError = 7, + TapeDriveUnsupportedMedia = 8, + TapeDriveScsiConnectionError = 9, + TapeDriveTimetoClean = 10, + TapeDriveCleanDriveNow = 11, + TapeDriveMediaLifeExpired = 12, + TapeDriveSnappedTape = 13, +}; +enum _TRANSACTION_STATE : int +{ + TransactionStateNormal = 1, + TransactionStateIndoubt = 2, + TransactionStateCommittedNotify = 3, +}; +enum _CPU_SET_INFORMATION_TYPE : int +{ + CpuSetInformation = 0, +}; +enum _DEVICE_POWER_STATE : int +{ + PowerDeviceUnspecified = 0, + PowerDeviceD0 = 1, + PowerDeviceD1 = 2, + PowerDeviceD2 = 3, + PowerDeviceD3 = 4, + PowerDeviceMaximum = 5, +}; +enum COMPARTMENT_ID : int +{ + UNSPECIFIED_COMPARTMENT_ID = 0, + DEFAULT_COMPARTMENT_ID = 1, +}; +enum _JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL : int +{ + ToleranceIntervalShort = 1, + ToleranceIntervalMedium = 2, + ToleranceIntervalLong = 3, +}; +enum _GET_FILEEX_INFO_LEVELS : int +{ + GetFileExInfoStandard = 0, + GetFileExMaxInfoLevel = 1, +}; +enum _LOGICAL_PROCESSOR_RELATIONSHIP : int +{ + RelationProcessorCore = 0, + RelationNumaNode = 1, + RelationCache = 2, + RelationProcessorPackage = 3, + RelationGroup = 4, + RelationProcessorDie = 5, + RelationNumaNodeEx = 6, + RelationProcessorModule = 7, + RelationAll = 65535, +}; +enum _SharedVirtualDiskHandleState : int +{ + SharedVirtualDiskHandleStateNone = 0, + SharedVirtualDiskHandleStateFileShared = 1, + SharedVirtualDiskHandleStateHandleShared = 3, +}; +enum _TP_CALLBACK_PRIORITY : int +{ + TP_CALLBACK_PRIORITY_HIGH = 0, + TP_CALLBACK_PRIORITY_NORMAL = 1, + TP_CALLBACK_PRIORITY_LOW = 2, + TP_CALLBACK_PRIORITY_INVALID = 3, + TP_CALLBACK_PRIORITY_COUNT = 3, +}; +enum SERVICE_SHARED_DIRECTORY_TYPE : int +{ + ServiceSharedDirectoryPersistentState = 0, +}; +enum _USER_ACTIVITY_PRESENCE : int +{ + PowerUserPresent = 0, + PowerUserNotPresent = 1, + PowerUserInactive = 2, + PowerUserMaximum = 3, + PowerUserInvalid = 3, +}; +enum _MEM_DEDICATED_ATTRIBUTE_TYPE : int +{ + MemDedicatedAttributeReadBandwidth = 0, + MemDedicatedAttributeReadLatency = 1, + MemDedicatedAttributeWriteBandwidth = 2, + MemDedicatedAttributeWriteLatency = 3, + MemDedicatedAttributeMax = 4, +}; +enum _POWER_MONITOR_REQUEST_TYPE : int +{ + MonitorRequestTypeOff = 0, + MonitorRequestTypeOnAndPresent = 1, + MonitorRequestTypeToggleOn = 2, +}; +enum _SharedVirtualDiskSupportType : int +{ + SharedVirtualDisksUnsupported = 0, + SharedVirtualDisksSupported = 1, + SharedVirtualDiskSnapshotsSupported = 3, + SharedVirtualDiskCDPSnapshotsSupported = 7, +}; +enum WELL_KNOWN_SID_TYPE : int +{ + WinNullSid = 0, + WinWorldSid = 1, + WinLocalSid = 2, + WinCreatorOwnerSid = 3, + WinCreatorGroupSid = 4, + WinCreatorOwnerServerSid = 5, + WinCreatorGroupServerSid = 6, + WinNtAuthoritySid = 7, + WinDialupSid = 8, + WinNetworkSid = 9, + WinBatchSid = 10, + WinInteractiveSid = 11, + WinServiceSid = 12, + WinAnonymousSid = 13, + WinProxySid = 14, + WinEnterpriseControllersSid = 15, + WinSelfSid = 16, + WinAuthenticatedUserSid = 17, + WinRestrictedCodeSid = 18, + WinTerminalServerSid = 19, + WinRemoteLogonIdSid = 20, + WinLogonIdsSid = 21, + WinLocalSystemSid = 22, + WinLocalServiceSid = 23, + WinNetworkServiceSid = 24, + WinBuiltinDomainSid = 25, + WinBuiltinAdministratorsSid = 26, + WinBuiltinUsersSid = 27, + WinBuiltinGuestsSid = 28, + WinBuiltinPowerUsersSid = 29, + WinBuiltinAccountOperatorsSid = 30, + WinBuiltinSystemOperatorsSid = 31, + WinBuiltinPrintOperatorsSid = 32, + WinBuiltinBackupOperatorsSid = 33, + WinBuiltinReplicatorSid = 34, + WinBuiltinPreWindows2000CompatibleAccessSid = 35, + WinBuiltinRemoteDesktopUsersSid = 36, + WinBuiltinNetworkConfigurationOperatorsSid = 37, + WinAccountAdministratorSid = 38, + WinAccountGuestSid = 39, + WinAccountKrbtgtSid = 40, + WinAccountDomainAdminsSid = 41, + WinAccountDomainUsersSid = 42, + WinAccountDomainGuestsSid = 43, + WinAccountComputersSid = 44, + WinAccountControllersSid = 45, + WinAccountCertAdminsSid = 46, + WinAccountSchemaAdminsSid = 47, + WinAccountEnterpriseAdminsSid = 48, + WinAccountPolicyAdminsSid = 49, + WinAccountRasAndIasServersSid = 50, + WinNTLMAuthenticationSid = 51, + WinDigestAuthenticationSid = 52, + WinSChannelAuthenticationSid = 53, + WinThisOrganizationSid = 54, + WinOtherOrganizationSid = 55, + WinBuiltinIncomingForestTrustBuildersSid = 56, + WinBuiltinPerfMonitoringUsersSid = 57, + WinBuiltinPerfLoggingUsersSid = 58, + WinBuiltinAuthorizationAccessSid = 59, + WinBuiltinTerminalServerLicenseServersSid = 60, + WinBuiltinDCOMUsersSid = 61, + WinBuiltinIUsersSid = 62, + WinIUserSid = 63, + WinBuiltinCryptoOperatorsSid = 64, + WinUntrustedLabelSid = 65, + WinLowLabelSid = 66, + WinMediumLabelSid = 67, + WinHighLabelSid = 68, + WinSystemLabelSid = 69, + WinWriteRestrictedCodeSid = 70, + WinCreatorOwnerRightsSid = 71, + WinCacheablePrincipalsGroupSid = 72, + WinNonCacheablePrincipalsGroupSid = 73, + WinEnterpriseReadonlyControllersSid = 74, + WinAccountReadonlyControllersSid = 75, + WinBuiltinEventLogReadersGroup = 76, + WinNewEnterpriseReadonlyControllersSid = 77, + WinBuiltinCertSvcDComAccessGroup = 78, + WinMediumPlusLabelSid = 79, + WinLocalLogonSid = 80, + WinConsoleLogonSid = 81, + WinThisOrganizationCertificateSid = 82, + WinApplicationPackageAuthoritySid = 83, + WinBuiltinAnyPackageSid = 84, + WinCapabilityInternetClientSid = 85, + WinCapabilityInternetClientServerSid = 86, + WinCapabilityPrivateNetworkClientServerSid = 87, + WinCapabilityPicturesLibrarySid = 88, + WinCapabilityVideosLibrarySid = 89, + WinCapabilityMusicLibrarySid = 90, + WinCapabilityDocumentsLibrarySid = 91, + WinCapabilitySharedUserCertificatesSid = 92, + WinCapabilityEnterpriseAuthenticationSid = 93, + WinCapabilityRemovableStorageSid = 94, + WinBuiltinRDSRemoteAccessServersSid = 95, + WinBuiltinRDSEndpointServersSid = 96, + WinBuiltinRDSManagementServersSid = 97, + WinUserModeDriversSid = 98, + WinBuiltinHyperVAdminsSid = 99, + WinAccountCloneableControllersSid = 100, + WinBuiltinAccessControlAssistanceOperatorsSid = 101, + WinBuiltinRemoteManagementUsersSid = 102, + WinAuthenticationAuthorityAssertedSid = 103, + WinAuthenticationServiceAssertedSid = 104, + WinLocalAccountSid = 105, + WinLocalAccountAndAdministratorSid = 106, + WinAccountProtectedUsersSid = 107, + WinCapabilityAppointmentsSid = 108, + WinCapabilityContactsSid = 109, + WinAccountDefaultSystemManagedSid = 110, + WinBuiltinDefaultSystemManagedGroupSid = 111, + WinBuiltinStorageReplicaAdminsSid = 112, + WinAccountKeyAdminsSid = 113, + WinAccountEnterpriseKeyAdminsSid = 114, + WinAuthenticationKeyTrustSid = 115, + WinAuthenticationKeyPropertyMFASid = 116, + WinAuthenticationKeyPropertyAttestationSid = 117, + WinAuthenticationFreshKeyAuthSid = 118, + WinBuiltinDeviceOwnersSid = 119, + WinBuiltinUserModeHardwareOperatorsSid = 120, + WinBuiltinOpenSSHUsersSid = 121, +}; +enum _MANDATORY_LEVEL : int +{ + MandatoryLevelUntrusted = 0, + MandatoryLevelLow = 1, + MandatoryLevelMedium = 2, + MandatoryLevelHigh = 3, + MandatoryLevelSystem = 4, + MandatoryLevelSecureProcess = 5, + MandatoryLevelCount = 6, +}; +enum _FIRMWARE_TYPE : int +{ + FirmwareTypeUnknown = 0, + FirmwareTypeBios = 1, + FirmwareTypeUefi = 2, + FirmwareTypeMax = 3, +}; +enum _JOBOBJECT_RATE_CONTROL_TOLERANCE : int +{ + ToleranceLow = 1, + ToleranceMedium = 2, + ToleranceHigh = 3, +}; +enum _ACL_INFORMATION_CLASS : int +{ + AclRevisionInformation = 1, + AclSizeInformation = 2, +}; +enum _AUDIT_EVENT_TYPE : int +{ + AuditEventObjectAccess = 0, + AuditEventDirectoryServiceAccess = 1, +}; +enum _PROCESSOR_CACHE_TYPE : int +{ + CacheUnified = 0, + CacheInstruction = 1, + CacheData = 2, + CacheTrace = 3, + CacheUnknown = 4, +}; +enum _ACCESS_REASON_TYPE : int +{ + AccessReasonNone = 0, + AccessReasonAllowedAce = 65536, + AccessReasonDeniedAce = 131072, + AccessReasonAllowedParentAce = 196608, + AccessReasonDeniedParentAce = 262144, + AccessReasonNotGrantedByCape = 327680, + AccessReasonNotGrantedByParentCape = 393216, + AccessReasonNotGrantedToAppContainer = 458752, + AccessReasonMissingPrivilege = 1048576, + AccessReasonFromPrivilege = 2097152, + AccessReasonIntegrityLevel = 3145728, + AccessReasonOwnership = 4194304, + AccessReasonNullDacl = 5242880, + AccessReasonEmptyDacl = 6291456, + AccessReasonNoSD = 7340032, + AccessReasonNoGrant = 8388608, + AccessReasonTrustLabel = 9437184, + AccessReasonFilterAce = 10485760, +}; +enum _ACTIVATION_CONTEXT_INFO_CLASS : int +{ + ActivationContextBasicInformation = 1, + ActivationContextDetailedInformation = 2, + AssemblyDetailedInformationInActivationContext = 3, + FileInformationInAssemblyOfAssemblyInActivationContext = 4, + RunlevelInformationInActivationContext = 5, + CompatibilityInformationInActivationContext = 6, + ActivationContextManifestResourceName = 7, + MaxActivationContextInfoClass = 8, + AssemblyDetailedInformationInActivationContxt = 3, + FileInformationInAssemblyOfAssemblyInActivationContxt = 4, +}; +enum _SECURITY_IMPERSONATION_LEVEL : int +{ + SecurityAnonymous = 0, + SecurityIdentification = 1, + SecurityImpersonation = 2, + SecurityDelegation = 3, +}; +enum _TOKEN_TYPE : int +{ + TokenPrimary = 1, + TokenImpersonation = 2, +}; +enum _TOKEN_ELEVATION_TYPE : int +{ + TokenElevationTypeDefault = 1, + TokenElevationTypeFull = 2, + TokenElevationTypeLimited = 3, +}; +enum _TOKEN_INFORMATION_CLASS : int +{ + TokenUser = 1, + TokenGroups = 2, + TokenPrivileges = 3, + TokenOwner = 4, + TokenPrimaryGroup = 5, + TokenDefaultDacl = 6, + TokenSource = 7, + TokenType = 8, + TokenImpersonationLevel = 9, + TokenStatistics = 10, + TokenRestrictedSids = 11, + TokenSessionId = 12, + TokenGroupsAndPrivileges = 13, + TokenSessionReference = 14, + TokenSandBoxInert = 15, + TokenAuditPolicy = 16, + TokenOrigin = 17, + TokenElevationType = 18, + TokenLinkedToken = 19, + TokenElevation = 20, + TokenHasRestrictions = 21, + TokenAccessInformation = 22, + TokenVirtualizationAllowed = 23, + TokenVirtualizationEnabled = 24, + TokenIntegrityLevel = 25, + TokenUIAccess = 26, + TokenMandatoryPolicy = 27, + TokenLogonSid = 28, + TokenIsAppContainer = 29, + TokenCapabilities = 30, + TokenAppContainerSid = 31, + TokenAppContainerNumber = 32, + TokenUserClaimAttributes = 33, + TokenDeviceClaimAttributes = 34, + TokenRestrictedUserClaimAttributes = 35, + TokenRestrictedDeviceClaimAttributes = 36, + TokenDeviceGroups = 37, + TokenRestrictedDeviceGroups = 38, + TokenSecurityAttributes = 39, + TokenIsRestricted = 40, + TokenProcessTrustLevel = 41, + TokenPrivateNameSpace = 42, + TokenSingletonAttributes = 43, + TokenBnoIsolation = 44, + TokenChildProcessFlags = 45, + TokenIsLessPrivilegedAppContainer = 46, + TokenIsSandboxed = 47, + TokenIsAppSilo = 48, + TokenLoggingInformation = 49, + MaxTokenInfoClass = 50, +}; +enum DIALOG_DPI_CHANGE_BEHAVIORS : int +{ + DDC_DEFAULT = 0, + DDC_DISABLE_ALL = 1, + DDC_DISABLE_RESIZE = 2, + DDC_DISABLE_CONTROL_RELAYOUT = 4, +}; +enum POWER_USER_PRESENCE_TYPE : int +{ + UserNotPresent = 0, + UserPresent = 1, + UserUnknown = 255, +}; +enum _POWER_REQUEST_TYPE : int +{ + PowerRequestDisplayRequired = 0, + PowerRequestSystemRequired = 1, + PowerRequestAwayModeRequired = 2, + PowerRequestExecutionRequired = 3, +}; +enum MEM_SECTION_EXTENDED_PARAMETER_TYPE : int +{ + MemSectionExtendedParameterInvalidType = 0, + MemSectionExtendedParameterUserPhysicalFlags = 1, + MemSectionExtendedParameterNumaNode = 2, + MemSectionExtendedParameterSigningLevel = 3, + MemSectionExtendedParameterMax = 4, +}; +enum _MONITOR_DISPLAY_STATE : int +{ + PowerMonitorOff = 0, + PowerMonitorOn = 1, + PowerMonitorDim = 2, +}; +enum _SE_IMAGE_SIGNATURE_TYPE : int +{ + SeImageSignatureNone = 0, + SeImageSignatureEmbedded = 1, + SeImageSignatureCache = 2, + SeImageSignatureCatalogCached = 3, + SeImageSignatureCatalogNotCached = 4, + SeImageSignatureCatalogHint = 5, + SeImageSignaturePackageCatalog = 6, + SeImageSignaturePplMitigated = 7, +}; +enum _RTL_UMS_SCHEDULER_REASON : int +{ + UmsSchedulerStartup = 0, + UmsSchedulerThreadBlocked = 1, + UmsSchedulerThreadYield = 2, +}; +enum _HARDWARE_COUNTER_TYPE : int +{ + PMCCounter = 0, + MaxHardwareCounterType = 1, +}; +enum _PROCESS_MITIGATION_POLICY : int +{ + ProcessDEPPolicy = 0, + ProcessASLRPolicy = 1, + ProcessDynamicCodePolicy = 2, + ProcessStrictHandleCheckPolicy = 3, + ProcessSystemCallDisablePolicy = 4, + ProcessMitigationOptionsMask = 5, + ProcessExtensionPointDisablePolicy = 6, + ProcessControlFlowGuardPolicy = 7, + ProcessSignaturePolicy = 8, + ProcessFontDisablePolicy = 9, + ProcessImageLoadPolicy = 10, + ProcessSystemCallFilterPolicy = 11, + ProcessPayloadRestrictionPolicy = 12, + ProcessChildProcessPolicy = 13, + ProcessSideChannelIsolationPolicy = 14, + ProcessUserShadowStackPolicy = 15, + ProcessRedirectionTrustPolicy = 16, + ProcessUserPointerAuthPolicy = 17, + ProcessSEHOPPolicy = 18, + MaxProcessMitigationPolicy = 19, +}; +enum _PROCESSINFOCLASS : int +{ + ProcessBasicInformation = 0, + ProcessQuotaLimits = 1, + ProcessIoCounters = 2, + ProcessVmCounters = 3, + ProcessTimes = 4, + ProcessBasePriority = 5, + ProcessRaisePriority = 6, + ProcessDebugPort = 7, + ProcessExceptionPort = 8, + ProcessAccessToken = 9, + ProcessLdtInformation = 10, + ProcessLdtSize = 11, + ProcessDefaultHardErrorMode = 12, + ProcessIoPortHandlers = 13, + ProcessPooledUsageAndLimits = 14, + ProcessWorkingSetWatch = 15, + ProcessUserModeIOPL = 16, + ProcessEnableAlignmentFaultFixup = 17, + ProcessPriorityClass = 18, + ProcessWx86Information = 19, + ProcessHandleCount = 20, + ProcessAffinityMask = 21, + ProcessPriorityBoost = 22, + ProcessDeviceMap = 23, + ProcessSessionInformation = 24, + ProcessForegroundInformation = 25, + ProcessWow64Information = 26, + ProcessImageFileName = 27, + ProcessLUIDDeviceMapsEnabled = 28, + ProcessBreakOnTermination = 29, + ProcessDebugObjectHandle = 30, + ProcessDebugFlags = 31, + ProcessHandleTracing = 32, + ProcessIoPriority = 33, + ProcessExecuteFlags = 34, + ProcessTlsInformation = 35, + ProcessCookie = 36, + ProcessImageInformation = 37, + ProcessCycleTime = 38, + ProcessPagePriority = 39, + ProcessInstrumentationCallback = 40, + ProcessThreadStackAllocation = 41, + ProcessWorkingSetWatchEx = 42, + ProcessImageFileNameWin32 = 43, + ProcessImageFileMapping = 44, + ProcessAffinityUpdateMode = 45, + ProcessMemoryAllocationMode = 46, + ProcessGroupInformation = 47, + ProcessTokenVirtualizationEnabled = 48, + ProcessConsoleHostProcess = 49, + ProcessWindowInformation = 50, + ProcessHandleInformation = 51, + ProcessMitigationPolicy = 52, + ProcessDynamicFunctionTableInformation = 53, + ProcessHandleCheckingMode = 54, + ProcessKeepAliveCount = 55, + ProcessRevokeFileHandles = 56, + ProcessWorkingSetControl = 57, + ProcessHandleTable = 58, + ProcessCheckStackExtentsMode = 59, + ProcessCommandLineInformation = 60, + ProcessProtectionInformation = 61, + ProcessMemoryExhaustion = 62, + ProcessFaultInformation = 63, + ProcessTelemetryIdInformation = 64, + ProcessCommitReleaseInformation = 65, + ProcessDefaultCpuSetsInformation = 66, + ProcessAllowedCpuSetsInformation = 67, + ProcessSubsystemProcess = 68, + ProcessJobMemoryInformation = 69, + ProcessInPrivate = 70, + ProcessRaiseUMExceptionOnInvalidHandleClose = 71, + ProcessIumChallengeResponse = 72, + ProcessChildProcessInformation = 73, + ProcessHighGraphicsPriorityInformation = 74, + ProcessSubsystemInformation = 75, + ProcessEnergyValues = 76, + ProcessPowerThrottlingState = 77, + ProcessReserved3Information = 78, + ProcessWin32kSyscallFilterInformation = 79, + ProcessDisableSystemAllowedCpuSets = 80, + ProcessWakeInformation = 81, + ProcessEnergyTrackingState = 82, + ProcessManageWritesToExecutableMemory = 83, + ProcessCaptureTrustletLiveDump = 84, + ProcessTelemetryCoverage = 85, + ProcessEnclaveInformation = 86, + ProcessEnableReadWriteVmLogging = 87, + ProcessUptimeInformation = 88, + ProcessImageSection = 89, + ProcessDebugAuthInformation = 90, + ProcessSystemResourceManagement = 91, + ProcessSequenceNumber = 92, + ProcessLoaderDetour = 93, + ProcessSecurityDomainInformation = 94, + ProcessCombineSecurityDomainsInformation = 95, + ProcessEnableLogging = 96, + ProcessLeapSecondInformation = 97, + ProcessFiberShadowStackAllocation = 98, + ProcessFreeFiberShadowStackAllocation = 99, + ProcessAltSystemCallInformation = 100, + ProcessDynamicEHContinuationTargets = 101, + ProcessDynamicEnforcedCetCompatibleRanges = 102, + ProcessCreateStateChange = 103, + ProcessApplyStateChange = 104, + ProcessEnableOptionalXStateFeatures = 105, + ProcessAltPrefetchParam = 106, + ProcessAssignCpuPartitions = 107, + ProcessPriorityClassEx = 108, + ProcessMembershipInformation = 109, + ProcessEffectiveIoPriority = 110, + ProcessEffectivePagePriority = 111, + MaxProcessInfoClass = 112, +}; +enum POWER_SETTING_ALTITUDE : int +{ + ALTITUDE_GROUP_POLICY = 0, + ALTITUDE_USER = 1, + ALTITUDE_RUNTIME_OVERRIDE = 2, + ALTITUDE_PROVISIONING = 3, + ALTITUDE_OEM_CUSTOMIZATION = 4, + ALTITUDE_INTERNAL_OVERRIDE = 5, + ALTITUDE_OS_DEFAULT = 6, +}; +enum _JOBOBJECTINFOCLASS : int +{ + JobObjectBasicAccountingInformation = 1, + JobObjectBasicLimitInformation = 2, + JobObjectBasicProcessIdList = 3, + JobObjectBasicUIRestrictions = 4, + JobObjectSecurityLimitInformation = 5, + JobObjectEndOfJobTimeInformation = 6, + JobObjectAssociateCompletionPortInformation = 7, + JobObjectBasicAndIoAccountingInformation = 8, + JobObjectExtendedLimitInformation = 9, + JobObjectJobSetInformation = 10, + JobObjectGroupInformation = 11, + JobObjectNotificationLimitInformation = 12, + JobObjectLimitViolationInformation = 13, + JobObjectGroupInformationEx = 14, + JobObjectCpuRateControlInformation = 15, + JobObjectCompletionFilter = 16, + JobObjectCompletionCounter = 17, + JobObjectReserved1Information = 18, + JobObjectReserved2Information = 19, + JobObjectReserved3Information = 20, + JobObjectReserved4Information = 21, + JobObjectReserved5Information = 22, + JobObjectReserved6Information = 23, + JobObjectReserved7Information = 24, + JobObjectReserved8Information = 25, + JobObjectReserved9Information = 26, + JobObjectReserved10Information = 27, + JobObjectReserved11Information = 28, + JobObjectReserved12Information = 29, + JobObjectReserved13Information = 30, + JobObjectReserved14Information = 31, + JobObjectNetRateControlInformation = 32, + JobObjectNotificationLimitInformation2 = 33, + JobObjectLimitViolationInformation2 = 34, + JobObjectCreateSilo = 35, + JobObjectSiloBasicInformation = 36, + JobObjectReserved15Information = 37, + JobObjectReserved16Information = 38, + JobObjectReserved17Information = 39, + JobObjectReserved18Information = 40, + JobObjectReserved19Information = 41, + JobObjectReserved20Information = 42, + JobObjectReserved21Information = 43, + JobObjectReserved22Information = 44, + JobObjectReserved23Information = 45, + JobObjectReserved24Information = 46, + JobObjectReserved25Information = 47, + JobObjectReserved26Information = 48, + JobObjectReserved27Information = 49, + JobObjectReserved28Information = 50, + JobObjectNetworkAccountingInformation = 51, + MaxJobObjectInfoClass = 52, +}; +enum _POWER_PLATFORM_ROLE : int +{ + PlatformRoleUnspecified = 0, + PlatformRoleDesktop = 1, + PlatformRoleMobile = 2, + PlatformRoleWorkstation = 3, + PlatformRoleEnterpriseServer = 4, + PlatformRoleSOHOServer = 5, + PlatformRoleAppliancePC = 6, + PlatformRolePerformanceServer = 7, + PlatformRoleSlate = 8, + PlatformRoleMaximum = 9, +}; +enum _SERVERSILO_STATE : int +{ + SERVERSILO_INITING = 0, + SERVERSILO_STARTED = 1, + SERVERSILO_SHUTTING_DOWN = 2, + SERVERSILO_TERMINATING = 3, + SERVERSILO_TERMINATED = 4, +}; +enum IMPORT_OBJECT_NAME_TYPE : int +{ + IMPORT_OBJECT_ORDINAL = 0, + IMPORT_OBJECT_NAME = 1, + IMPORT_OBJECT_NAME_NO_PREFIX = 2, + IMPORT_OBJECT_NAME_UNDECORATE = 3, + IMPORT_OBJECT_NAME_EXPORTAS = 4, +}; +enum JOB_OBJECT_NET_RATE_CONTROL_FLAGS : int +{ + JOB_OBJECT_NET_RATE_CONTROL_ENABLE = 1, + JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH = 2, + JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG = 4, + JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS = 7, +}; +enum JOB_OBJECT_IO_RATE_CONTROL_FLAGS : int +{ + JOB_OBJECT_IO_RATE_CONTROL_ENABLE = 1, + JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME = 2, + JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL = 4, + JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP = 8, + JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS = 15, +}; +enum JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS : int +{ + JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE = 1, + JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE = 2, + JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS = 3, +}; +enum _IMAGE_POLICY_ID : int +{ + ImagePolicyIdNone = 0, + ImagePolicyIdEtw = 1, + ImagePolicyIdDebug = 2, + ImagePolicyIdCrashDump = 3, + ImagePolicyIdCrashDumpKey = 4, + ImagePolicyIdCrashDumpKeyGuid = 5, + ImagePolicyIdParentSd = 6, + ImagePolicyIdParentSdRev = 7, + ImagePolicyIdSvn = 8, + ImagePolicyIdDeviceId = 9, + ImagePolicyIdCapability = 10, + ImagePolicyIdScenarioId = 11, + ImagePolicyIdCapabilityOverridable = 12, + ImagePolicyIdTrustletIdOverridable = 13, + ImagePolicyIdMaximum = 14, +}; +enum IMPORT_OBJECT_TYPE : int +{ + IMPORT_OBJECT_CODE = 0, + IMPORT_OBJECT_DATA = 1, + IMPORT_OBJECT_CONST = 2, +}; +enum MEM_EXTENDED_PARAMETER_TYPE : int +{ + MemExtendedParameterInvalidType = 0, + MemExtendedParameterAddressRequirements = 1, + MemExtendedParameterNumaNode = 2, + MemExtendedParameterPartitionHandle = 3, + MemExtendedParameterUserPhysicalHandle = 4, + MemExtendedParameterAttributeFlags = 5, + MemExtendedParameterImageMachine = 6, + MemExtendedParameterMax = 7, +}; +enum _PROCESS_STATE_CHANGE_TYPE : int +{ + ProcessStateChangeSuspend = 0, + ProcessStateChangeResume = 1, + ProcessStateChangeMax = 2, +}; +enum _SYSTEM_POWER_STATE : int +{ + PowerSystemUnspecified = 0, + PowerSystemWorking = 1, + PowerSystemSleeping1 = 2, + PowerSystemSleeping2 = 3, + PowerSystemSleeping3 = 4, + PowerSystemHibernate = 5, + PowerSystemShutdown = 6, + PowerSystemMaximum = 7, +}; +enum _ENERGY_SAVER_STATUS : int +{ + ENERGY_SAVER_OFF = 0, + ENERGY_SAVER_STANDARD = 1, + ENERGY_SAVER_HIGH_SAVINGS = 2, +}; +enum LATENCY_TIME : int +{ + LT_DONT_CARE = 0, + LT_LOWEST_LATENCY = 1, +}; +enum POWER_INFORMATION_LEVEL : int +{ + SystemPowerPolicyAc = 0, + SystemPowerPolicyDc = 1, + VerifySystemPolicyAc = 2, + VerifySystemPolicyDc = 3, + SystemPowerCapabilities = 4, + SystemBatteryState = 5, + SystemPowerStateHandler = 6, + ProcessorStateHandler = 7, + SystemPowerPolicyCurrent = 8, + AdministratorPowerPolicy = 9, + SystemReserveHiberFile = 10, + ProcessorInformation = 11, + SystemPowerInformation = 12, + ProcessorStateHandler2 = 13, + LastWakeTime = 14, + LastSleepTime = 15, + SystemExecutionState = 16, + SystemPowerStateNotifyHandler = 17, + ProcessorPowerPolicyAc = 18, + ProcessorPowerPolicyDc = 19, + VerifyProcessorPowerPolicyAc = 20, + VerifyProcessorPowerPolicyDc = 21, + ProcessorPowerPolicyCurrent = 22, + SystemPowerStateLogging = 23, + SystemPowerLoggingEntry = 24, + SetPowerSettingValue = 25, + NotifyUserPowerSetting = 26, + PowerInformationLevelUnused0 = 27, + SystemMonitorHiberBootPowerOff = 28, + SystemVideoState = 29, + TraceApplicationPowerMessage = 30, + TraceApplicationPowerMessageEnd = 31, + ProcessorPerfStates = 32, + ProcessorIdleStates = 33, + ProcessorCap = 34, + SystemWakeSource = 35, + SystemHiberFileInformation = 36, + TraceServicePowerMessage = 37, + ProcessorLoad = 38, + PowerShutdownNotification = 39, + MonitorCapabilities = 40, + SessionPowerInit = 41, + SessionDisplayState = 42, + PowerRequestCreate = 43, + PowerRequestAction = 44, + GetPowerRequestList = 45, + ProcessorInformationEx = 46, + NotifyUserModeLegacyPowerEvent = 47, + GroupPark = 48, + ProcessorIdleDomains = 49, + WakeTimerList = 50, + SystemHiberFileSize = 51, + ProcessorIdleStatesHv = 52, + ProcessorPerfStatesHv = 53, + ProcessorPerfCapHv = 54, + ProcessorSetIdle = 55, + LogicalProcessorIdling = 56, + UserPresence = 57, + PowerSettingNotificationName = 58, + GetPowerSettingValue = 59, + IdleResiliency = 60, + SessionRITState = 61, + SessionConnectNotification = 62, + SessionPowerCleanup = 63, + SessionLockState = 64, + SystemHiberbootState = 65, + PlatformInformation = 66, + PdcInvocation = 67, + MonitorInvocation = 68, + FirmwareTableInformationRegistered = 69, + SetShutdownSelectedTime = 70, + SuspendResumeInvocation = 71, + PlmPowerRequestCreate = 72, + ScreenOff = 73, + CsDeviceNotification = 74, + PlatformRole = 75, + LastResumePerformance = 76, + DisplayBurst = 77, + ExitLatencySamplingPercentage = 78, + RegisterSpmPowerSettings = 79, + PlatformIdleStates = 80, + ProcessorIdleVeto = 81, + PlatformIdleVeto = 82, + SystemBatteryStatePrecise = 83, + ThermalEvent = 84, + PowerRequestActionInternal = 85, + BatteryDeviceState = 86, + PowerInformationInternal = 87, + ThermalStandby = 88, + SystemHiberFileType = 89, + PhysicalPowerButtonPress = 90, + QueryPotentialDripsConstraint = 91, + EnergyTrackerCreate = 92, + EnergyTrackerQuery = 93, + UpdateBlackBoxRecorder = 94, + SessionAllowExternalDmaDevices = 95, + SendSuspendResumeNotification = 96, + BlackBoxRecorderDirectAccessBuffer = 97, + PowerInformationLevelMaximum = 98, +}; +enum POWER_MONITOR_REQUEST_REASON : int +{ + MonitorRequestReasonUnknown = 0, + MonitorRequestReasonPowerButton = 1, + MonitorRequestReasonRemoteConnection = 2, + MonitorRequestReasonScMonitorpower = 3, + MonitorRequestReasonUserInput = 4, + MonitorRequestReasonAcDcDisplayBurst = 5, + MonitorRequestReasonUserDisplayBurst = 6, + MonitorRequestReasonPoSetSystemState = 7, + MonitorRequestReasonSetThreadExecutionState = 8, + MonitorRequestReasonFullWake = 9, + MonitorRequestReasonSessionUnlock = 10, + MonitorRequestReasonScreenOffRequest = 11, + MonitorRequestReasonIdleTimeout = 12, + MonitorRequestReasonPolicyChange = 13, + MonitorRequestReasonSleepButton = 14, + MonitorRequestReasonLid = 15, + MonitorRequestReasonBatteryCountChange = 16, + MonitorRequestReasonGracePeriod = 17, + MonitorRequestReasonPnP = 18, + MonitorRequestReasonDP = 19, + MonitorRequestReasonSxTransition = 20, + MonitorRequestReasonSystemIdle = 21, + MonitorRequestReasonNearProximity = 22, + MonitorRequestReasonThermalStandby = 23, + MonitorRequestReasonResumePdc = 24, + MonitorRequestReasonResumeS4 = 25, + MonitorRequestReasonTerminal = 26, + MonitorRequestReasonPdcSignal = 27, + MonitorRequestReasonAcDcDisplayBurstSuppressed = 28, + MonitorRequestReasonSystemStateEntered = 29, + MonitorRequestReasonWinrt = 30, + MonitorRequestReasonUserInputKeyboard = 31, + MonitorRequestReasonUserInputMouse = 32, + MonitorRequestReasonUserInputTouchpad = 33, + MonitorRequestReasonUserInputPen = 34, + MonitorRequestReasonUserInputAccelerometer = 35, + MonitorRequestReasonUserInputHid = 36, + MonitorRequestReasonUserInputPoUserPresent = 37, + MonitorRequestReasonUserInputSessionSwitch = 38, + MonitorRequestReasonUserInputInitialization = 39, + MonitorRequestReasonPdcSignalWindowsMobilePwrNotif = 40, + MonitorRequestReasonPdcSignalWindowsMobileShell = 41, + MonitorRequestReasonPdcSignalHeyCortana = 42, + MonitorRequestReasonPdcSignalHolographicShell = 43, + MonitorRequestReasonPdcSignalFingerprint = 44, + MonitorRequestReasonDirectedDrips = 45, + MonitorRequestReasonDim = 46, + MonitorRequestReasonBuiltinPanel = 47, + MonitorRequestReasonDisplayRequiredUnDim = 48, + MonitorRequestReasonBatteryCountChangeSuppressed = 49, + MonitorRequestReasonResumeModernStandby = 50, + MonitorRequestReasonTerminalInit = 51, + MonitorRequestReasonPdcSignalSensorsHumanPresence = 52, + MonitorRequestReasonBatteryPreCritical = 53, + MonitorRequestReasonUserInputTouch = 54, + MonitorRequestReasonAusterityBatteryDrain = 55, + MonitorRequestReasonDozeRestrictedStandby = 56, + MonitorRequestReasonSmartRestrictedStandby = 57, + MonitorRequestReasonMax = 58, +}; +enum _POWER_LIMIT_TYPES : int +{ + PowerLimitContinuous = 0, + PowerLimitBurst = 1, + PowerLimitRapid = 2, + PowerLimitPreemptive = 3, + PowerLimitPreemptiveOffset = 4, + PowerLimitTypeMax = 5, +}; +enum _BCD_ELEMENT_DEVICE_TYPE : int +{ + BCD_ELEMENT_DEVICE_TYPE_NONE = 0, + BCD_ELEMENT_DEVICE_TYPE_BOOT_DEVICE = 1, + BCD_ELEMENT_DEVICE_TYPE_PARTITION = 2, + BCD_ELEMENT_DEVICE_TYPE_FILE = 3, + BCD_ELEMENT_DEVICE_TYPE_RAMDISK = 4, + BCD_ELEMENT_DEVICE_TYPE_UNKNOWN = 5, + BCD_ELEMENT_DEVICE_TYPE_QUALIFIED_PARTITION = 6, + BCD_ELEMENT_DEVICE_TYPE_VMBUS = 7, + BCD_ELEMENT_DEVICE_TYPE_LOCATE_DEVICE = 8, + BCD_ELEMENT_DEVICE_TYPE_URI = 9, + BCD_ELEMENT_DEVICE_TYPE_COMPOSITE = 10, +}; +enum _QUEUE_USER_APC_FLAGS : int +{ + QUEUE_USER_APC_FLAGS_NONE = 0, + QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC = 1, + QUEUE_USER_APC_CALLBACK_DATA_CONTEXT = 65536, +}; +enum SYSTEM_POWER_CONDITION : int +{ + PoAc = 0, + PoDc = 1, + PoHot = 2, + PoConditionMaximum = 3, +}; +enum _BCD_APPLICATION_OBJECT_TYPE : int +{ + BCD_APPLICATION_OBJECT_NONE = 0, + BCD_APPLICATION_OBJECT_FIRMWARE_BOOT_MANAGER = 1, + BCD_APPLICATION_OBJECT_WINDOWS_BOOT_MANAGER = 2, + BCD_APPLICATION_OBJECT_WINDOWS_BOOT_LOADER = 3, + BCD_APPLICATION_OBJECT_WINDOWS_RESUME_APPLICATION = 4, + BCD_APPLICATION_OBJECT_MEMORY_TESTER = 5, + BCD_APPLICATION_OBJECT_LEGACY_NTLDR = 6, + BCD_APPLICATION_OBJECT_LEGACY_SETUPLDR = 7, + BCD_APPLICATION_OBJECT_BOOT_SECTOR = 8, + BCD_APPLICATION_OBJECT_STARTUP_MODULE = 9, + BCD_APPLICATION_OBJECT_GENERIC_APPLICATION = 10, + BCD_APPLICATION_OBJECT_RESERVED = 1048575, +}; +enum _BUS_DATA_TYPE : int +{ + ConfigurationSpaceUndefined = -1, + Cmos = 0, + EisaConfiguration = 1, + Pos = 2, + CbusConfiguration = 3, + PCIConfiguration = 4, + VMEConfiguration = 5, + NuBusConfiguration = 6, + PCMCIAConfiguration = 7, + MPIConfiguration = 8, + MPSAConfiguration = 9, + PNPISAConfiguration = 10, + SgiInternalConfiguration = 11, + MaximumBusDataType = 12, +}; +enum _PRIORITY_HINT : int +{ + IoPriorityHintVeryLow = 0, + IoPriorityHintLow = 1, + IoPriorityHintNormal = 2, + MaximumIoPriorityHintType = 3, +}; +enum _HIBERFILE_BUCKET_SIZE : int +{ + HiberFileBucket1GB = 0, + HiberFileBucket2GB = 1, + HiberFileBucket4GB = 2, + HiberFileBucket8GB = 3, + HiberFileBucket16GB = 4, + HiberFileBucket32GB = 5, + HiberFileBucketUnlimited = 6, + HiberFileBucketMax = 7, +}; +enum IMAGE_AUX_SYMBOL_TYPE : int +{ + IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF = 1, +}; +enum _FILE_INFO_BY_HANDLE_CLASS : int +{ + FileBasicInfo = 0, + FileStandardInfo = 1, + FileNameInfo = 2, + FileRenameInfo = 3, + FileDispositionInfo = 4, + FileAllocationInfo = 5, + FileEndOfFileInfo = 6, + FileStreamInfo = 7, + FileCompressionInfo = 8, + FileAttributeTagInfo = 9, + FileIdBothDirectoryInfo = 10, + FileIdBothDirectoryRestartInfo = 11, + FileIoPriorityHintInfo = 12, + FileRemoteProtocolInfo = 13, + FileFullDirectoryInfo = 14, + FileFullDirectoryRestartInfo = 15, + FileStorageInfo = 16, + FileAlignmentInfo = 17, + FileIdInfo = 18, + FileIdExtdDirectoryInfo = 19, + FileIdExtdDirectoryRestartInfo = 20, + FileDispositionInfoEx = 21, + FileRenameInfoEx = 22, + FileCaseSensitiveInfo = 23, + FileNormalizedNameInfo = 24, + MaximumFileInfoByHandleClass = 25, +}; +enum _BcdLibrary_DebuggerStartPolicy : int +{ + DebuggerStartActive = 0, + DebuggerStartAutoEnable = 1, + DebuggerStartDisable = 2, +}; +enum _CM_SERVICE_LOAD_TYPE : int +{ + BootLoad = 0, + SystemLoad = 1, + AutoLoad = 2, + DemandLoad = 3, + DisableLoad = 4, +}; +enum _KTMOBJECT_TYPE : int +{ + KTMOBJECT_TRANSACTION = 0, + KTMOBJECT_TRANSACTION_MANAGER = 1, + KTMOBJECT_RESOURCE_MANAGER = 2, + KTMOBJECT_ENLISTMENT = 3, + KTMOBJECT_INVALID = 4, +}; +enum _THREAD_INFORMATION_CLASS : int +{ + ThreadMemoryPriority = 0, + ThreadAbsoluteCpuPriority = 1, + ThreadDynamicCodePolicy = 2, + ThreadPowerThrottling = 3, + ThreadInformationClassMax = 4, +}; +enum ARM64_FNPDATA_FLAGS : int +{ + PdataRefToFullXdata = 0, + PdataPackedUnwindFunction = 1, + PdataPackedUnwindFragment = 2, +}; +enum ARM64_FNPDATA_CR : int +{ + PdataCrUnchained = 0, + PdataCrUnchainedSavedLr = 1, + PdataCrChainedWithPac = 2, + PdataCrChained = 3, +}; +enum ReplacesCorHdrNumericDefines : int +{ + COMIMAGE_FLAGS_ILONLY = 1, + COMIMAGE_FLAGS_32BITREQUIRED = 2, + COMIMAGE_FLAGS_IL_LIBRARY = 4, + COMIMAGE_FLAGS_STRONGNAMESIGNED = 8, + COMIMAGE_FLAGS_NATIVE_ENTRYPOINT = 16, + COMIMAGE_FLAGS_TRACKDEBUGDATA = 65536, + COMIMAGE_FLAGS_32BITPREFERRED = 131072, + COR_VERSION_MAJOR_V2 = 2, + COR_VERSION_MAJOR = 2, + COR_VERSION_MINOR = 5, + COR_DELETED_NAME_LENGTH = 8, + COR_VTABLEGAP_NAME_LENGTH = 8, + NATIVE_TYPE_MAX_CB = 1, + COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE = 255, + IMAGE_COR_MIH_METHODRVA = 1, + IMAGE_COR_MIH_EHRVA = 2, + IMAGE_COR_MIH_BASICBLOCK = 8, + COR_VTABLE_32BIT = 1, + COR_VTABLE_64BIT = 2, + COR_VTABLE_FROM_UNMANAGED = 4, + COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN = 8, + COR_VTABLE_CALL_MOST_DERIVED = 16, + IMAGE_COR_EATJ_THUNK_SIZE = 32, + MAX_CLASS_NAME = 1024, + MAX_PACKAGE_NAME = 1024, +}; +enum _RTL_SYSTEM_GLOBAL_DATA_ID : int +{ + GlobalDataIdUnknown = 0, + GlobalDataIdRngSeedVersion = 1, + GlobalDataIdInterruptTime = 2, + GlobalDataIdTimeZoneBias = 3, + GlobalDataIdImageNumberLow = 4, + GlobalDataIdImageNumberHigh = 5, + GlobalDataIdTimeZoneId = 6, + GlobalDataIdNtMajorVersion = 7, + GlobalDataIdNtMinorVersion = 8, + GlobalDataIdSystemExpirationDate = 9, + GlobalDataIdKdDebuggerEnabled = 10, + GlobalDataIdCyclesPerYield = 11, + GlobalDataIdSafeBootMode = 12, + GlobalDataIdLastSystemRITEventTickCount = 13, + GlobalDataIdConsoleSharedDataFlags = 14, + GlobalDataIdNtSystemRootDrive = 15, + GlobalDataIdQpcBypassEnabled = 16, + GlobalDataIdQpcData = 17, + GlobalDataIdQpcBias = 18, +}; +enum _RTL_UMS_THREAD_INFO_CLASS : int +{ + UmsThreadInvalidInfoClass = 0, + UmsThreadUserContext = 1, + UmsThreadPriority = 2, + UmsThreadAffinity = 3, + UmsThreadTeb = 4, + UmsThreadIsSuspended = 5, + UmsThreadIsTerminated = 6, + UmsThreadMaxInfoClass = 7, +}; +enum _COPYFILE2_MESSAGE_ACTION : int +{ + COPYFILE2_PROGRESS_CONTINUE = 0, + COPYFILE2_PROGRESS_CANCEL = 1, + COPYFILE2_PROGRESS_STOP = 2, + COPYFILE2_PROGRESS_QUIET = 3, + COPYFILE2_PROGRESS_PAUSE = 4, +}; +enum _IMAGE_POLICY_ENTRY_TYPE : int +{ + ImagePolicyEntryTypeNone = 0, + ImagePolicyEntryTypeBool = 1, + ImagePolicyEntryTypeInt8 = 2, + ImagePolicyEntryTypeUInt8 = 3, + ImagePolicyEntryTypeInt16 = 4, + ImagePolicyEntryTypeUInt16 = 5, + ImagePolicyEntryTypeInt32 = 6, + ImagePolicyEntryTypeUInt32 = 7, + ImagePolicyEntryTypeInt64 = 8, + ImagePolicyEntryTypeUInt64 = 9, + ImagePolicyEntryTypeAnsiString = 10, + ImagePolicyEntryTypeUnicodeString = 11, + ImagePolicyEntryTypeOverride = 12, + ImagePolicyEntryTypeMaximum = 13, +}; +enum _STREAM_INFO_LEVELS : int +{ + FindStreamInfoStandard = 0, + FindStreamInfoMaxInfoLevel = 1, +}; +enum _HEAP_INFORMATION_CLASS : int +{ + HeapCompatibilityInformation = 0, + HeapEnableTerminationOnCorruption = 1, + HeapOptimizeResources = 3, + HeapTag = 7, +}; +enum ACTCTX_REQUESTED_RUN_LEVEL : int +{ + ACTCTX_RUN_LEVEL_UNSPECIFIED = 0, + ACTCTX_RUN_LEVEL_AS_INVOKER = 1, + ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE = 2, + ACTCTX_RUN_LEVEL_REQUIRE_ADMIN = 3, + ACTCTX_RUN_LEVEL_NUMBERS = 4, +}; +enum _READ_DIRECTORY_NOTIFY_INFORMATION_CLASS : int +{ + ReadDirectoryNotifyInformation = 1, + ReadDirectoryNotifyExtendedInformation = 2, + ReadDirectoryNotifyFullInformation = 3, + ReadDirectoryNotifyMaximumInformation = 4, +}; +enum _CM_ERROR_CONTROL_TYPE : int +{ + IgnoreError = 0, + NormalError = 1, + SevereError = 2, + CriticalError = 3, +}; +enum _TRANSACTION_OUTCOME : int +{ + TransactionOutcomeUndetermined = 1, + TransactionOutcomeCommitted = 2, + TransactionOutcomeAborted = 3, +}; +enum DPI_AWARENESS : int +{ + DPI_AWARENESS_INVALID = -1, + DPI_AWARENESS_UNAWARE = 0, + DPI_AWARENESS_SYSTEM_AWARE = 1, + DPI_AWARENESS_PER_MONITOR_AWARE = 2, +}; +enum _TRANSACTION_INFORMATION_CLASS : int +{ + TransactionBasicInformation = 0, + TransactionPropertiesInformation = 1, + TransactionEnlistmentInformation = 2, + TransactionSuperiorEnlistmentInformation = 3, + TransactionBindInformation = 4, + TransactionDTCPrivateInformation = 5, +}; +enum _RESOURCEMANAGER_INFORMATION_CLASS : int +{ + ResourceManagerBasicInformation = 0, + ResourceManagerCompletionInformation = 1, +}; +enum DPI_HOSTING_BEHAVIOR : int +{ + DPI_HOSTING_BEHAVIOR_INVALID = -1, + DPI_HOSTING_BEHAVIOR_DEFAULT = 0, + DPI_HOSTING_BEHAVIOR_MIXED = 1, +}; +enum _FINDEX_SEARCH_OPS : int +{ + FindExSearchNameMatch = 0, + FindExSearchLimitToDirectories = 1, + FindExSearchLimitToDevices = 2, + FindExSearchMaxSearchOp = 3, +}; +enum _FILE_INFO_BY_NAME_CLASS : int +{ + FileStatByNameInfo = 0, + FileStatLxByNameInfo = 1, + FileCaseSensitiveByNameInfo = 2, + FileStatBasicByNameInfo = 3, + MaximumFileInfoByNameClass = 4, +}; +enum WIN32_MEMORY_PARTITION_INFORMATION_CLASS : int +{ + MemoryPartitionInfo = 0, + MemoryPartitionDedicatedMemoryInfo = 1, +}; +enum _SM_CONFIG_TYPE : int +{ + SmConfigDirtyPageCompression = 0, + SmConfigAsyncInswap = 1, + SmConfigPrefetchSeekThreshold = 2, + SmConfigTypeMax = 3, +}; +enum _PROCESS_INFORMATION_CLASS : int +{ + ProcessMemoryPriority = 0, + ProcessMemoryExhaustionInfo = 1, + ProcessAppMemoryInfo = 2, + ProcessInPrivateInfo = 3, + ProcessPowerThrottling = 4, + ProcessReservedValue1 = 5, + ProcessTelemetryCoverageInfo = 6, + ProcessProtectionLevelInfo = 7, + ProcessLeapSecondInfo = 8, + ProcessMachineTypeInfo = 9, + ProcessOverrideSubsequentPrefetchParameter = 10, + ProcessMaxOverridePrefetchParameter = 11, + ProcessInformationClassMax = 12, +}; +enum _MACHINE_ATTRIBUTES : int +{ + UserEnabled = 1, + KernelEnabled = 2, + Wow64Container = 4, +}; +enum _PROCESS_MEMORY_EXHAUSTION_TYPE : int +{ + PMETypeFailFastOnCommitFailure = 0, + PMETypeMax = 1, +}; +enum _COMPUTER_NAME_FORMAT : int +{ + ComputerNameNetBIOS = 0, + ComputerNameDnsHostname = 1, + ComputerNameDnsDomain = 2, + ComputerNameDnsFullyQualified = 3, + ComputerNamePhysicalNetBIOS = 4, + ComputerNamePhysicalDnsHostname = 5, + ComputerNamePhysicalDnsDomain = 6, + ComputerNamePhysicalDnsFullyQualified = 7, + ComputerNameMax = 8, +}; +enum DEVELOPER_DRIVE_ENABLEMENT_STATE : int +{ + DeveloperDriveEnablementStateError = 0, + DeveloperDriveEnabled = 1, + DeveloperDriveDisabledBySystemPolicy = 2, + DeveloperDriveDisabledByGroupPolicy = 3, +}; +enum _MEMORY_RESOURCE_NOTIFICATION_TYPE : int +{ + LowMemoryResourceNotification = 0, + HighMemoryResourceNotification = 1, +}; +enum OFFER_PRIORITY : int +{ + VmOfferPriorityVeryLow = 1, + VmOfferPriorityLow = 2, + VmOfferPriorityBelowNormal = 3, + VmOfferPriorityNormal = 4, +}; +enum WIN32_MEMORY_INFORMATION_CLASS : int +{ + MemoryRegionInfo = 0, +}; +enum ALLOC_CONSOLE_MODE : int +{ + ALLOC_CONSOLE_MODE_DEFAULT = 0, + ALLOC_CONSOLE_MODE_NEW_WINDOW = 1, + ALLOC_CONSOLE_MODE_NO_WINDOW = 2, +}; +enum SERVICE_SHARED_REGISTRY_STATE_TYPE : int +{ + ServiceSharedRegistryPersistentState = 0, +}; +enum FILE_WRITE_FLAGS : int +{ + FILE_WRITE_FLAGS_NONE = 0, + FILE_WRITE_FLAGS_WRITE_THROUGH = 1, +}; +enum FILE_FLUSH_MODE : int +{ + FILE_FLUSH_DEFAULT = 0, + FILE_FLUSH_DATA = 1, + FILE_FLUSH_MIN_METADATA = 2, + FILE_FLUSH_NO_SYNC = 3, +}; +enum ETW_PROCESS_TRACE_MODES : int +{ + ETW_PROCESS_TRACE_MODE_NONE = 0, + ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP = 1, +}; +enum _DEP_SYSTEM_POLICY_TYPE : int +{ + DEPPolicyAlwaysOff = 0, + DEPPolicyAlwaysOn = 1, + DEPPolicyOptIn = 2, + DEPPolicyOptOut = 3, + DEPTotalPolicyCount = 4, +}; +enum TOOLTIP_DISMISS_FLAGS : int +{ + TDF_REGISTER = 1, + TDF_UNREGISTER = 2, +}; +enum _PROC_THREAD_ATTRIBUTE_NUM : int +{ + ProcThreadAttributeParentProcess = 0, + ProcThreadAttributeHandleList = 2, + ProcThreadAttributeGroupAffinity = 3, + ProcThreadAttributePreferredNode = 4, + ProcThreadAttributeIdealProcessor = 5, + ProcThreadAttributeUmsThread = 6, + ProcThreadAttributeMitigationPolicy = 7, + ProcThreadAttributeSecurityCapabilities = 9, + ProcThreadAttributeProtectionLevel = 11, + ProcThreadAttributeJobList = 13, + ProcThreadAttributeChildProcessPolicy = 14, + ProcThreadAttributeAllApplicationPackagesPolicy = 15, + ProcThreadAttributeWin32kFilter = 16, + ProcThreadAttributeSafeOpenPromptOriginClaim = 17, + ProcThreadAttributeDesktopAppPolicy = 18, + ProcThreadAttributePseudoConsole = 22, + ProcThreadAttributeMitigationAuditPolicy = 24, + ProcThreadAttributeMachineType = 25, + ProcThreadAttributeComponentFilter = 26, + ProcThreadAttributeEnableOptionalXStateFeatures = 27, + ProcThreadAttributeTrustedApp = 29, + ProcThreadAttributeSveVectorLength = 30, +}; +enum _DISPLAYCONFIG_ADVANCED_COLOR_MODE : int +{ + DISPLAYCONFIG_ADVANCED_COLOR_MODE_SDR = 0, + DISPLAYCONFIG_ADVANCED_COLOR_MODE_WCG = 1, + DISPLAYCONFIG_ADVANCED_COLOR_MODE_HDR = 2, +}; +enum _COPYFILE2_MESSAGE_TYPE : int +{ + COPYFILE2_CALLBACK_NONE = 0, + COPYFILE2_CALLBACK_CHUNK_STARTED = 1, + COPYFILE2_CALLBACK_CHUNK_FINISHED = 2, + COPYFILE2_CALLBACK_STREAM_STARTED = 3, + COPYFILE2_CALLBACK_STREAM_FINISHED = 4, + COPYFILE2_CALLBACK_POLL_CONTINUE = 5, + COPYFILE2_CALLBACK_ERROR = 6, + COPYFILE2_CALLBACK_MAX = 7, +}; +enum _COPYFILE2_COPY_PHASE : int +{ + COPYFILE2_PHASE_NONE = 0, + COPYFILE2_PHASE_PREPARE_SOURCE = 1, + COPYFILE2_PHASE_PREPARE_DEST = 2, + COPYFILE2_PHASE_READ_SOURCE = 3, + COPYFILE2_PHASE_WRITE_DESTINATION = 4, + COPYFILE2_PHASE_SERVER_COPY = 5, + COPYFILE2_PHASE_NAMEGRAFT_COPY = 6, + COPYFILE2_PHASE_MAX = 7, +}; +enum DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY : int +{ + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER = -1, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15 = 0, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO = 1, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO = 2, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO = 3, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI = 4, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI = 5, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS = 6, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN = 8, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI = 9, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL = 10, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED = 11, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL = 12, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED = 13, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE = 14, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST = 15, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED = 16, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL = 17, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL = 18, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL = -2147483648, + DISPLAYCONFIG_OUTPUT_TECHNOLOGY_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_DEVICE_INFO_TYPE : int +{ + DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME = 1, + DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME = 2, + DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE = 3, + DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME = 4, + DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE = 5, + DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE = 6, + DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION = 7, + DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION = 8, + DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO = 9, + DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE = 10, + DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL = 11, + DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION = 12, + DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION = 13, + DISPLAYCONFIG_DEVICE_INFO_SET_RESERVED1 = 14, + DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO_2 = 15, + DISPLAYCONFIG_DEVICE_INFO_SET_HDR_STATE = 16, + DISPLAYCONFIG_DEVICE_INFO_SET_WCG_STATE = 17, + DISPLAYCONFIG_DEVICE_INFO_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_MODE_INFO_TYPE : int +{ + DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE = 1, + DISPLAYCONFIG_MODE_INFO_TYPE_TARGET = 2, + DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE = 3, + DISPLAYCONFIG_MODE_INFO_TYPE_FORCE_UINT32 = -1, +}; +enum ORIENTATION_PREFERENCE : int +{ + ORIENTATION_PREFERENCE_NONE = 0, + ORIENTATION_PREFERENCE_LANDSCAPE = 1, + ORIENTATION_PREFERENCE_PORTRAIT = 2, + ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED = 4, + ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED = 8, +}; +enum _NORM_FORM : int +{ + NormalizationOther = 0, + NormalizationC = 1, + NormalizationD = 2, + NormalizationKC = 5, + NormalizationKD = 6, +}; +enum tagINPUT_MESSAGE_DEVICE_TYPE : int +{ + IMDT_UNAVAILABLE = 0, + IMDT_KEYBOARD = 1, + IMDT_MOUSE = 2, + IMDT_TOUCH = 4, + IMDT_PEN = 8, + IMDT_TOUCHPAD = 16, +}; +enum _FILE_ID_TYPE : int +{ + FileIdType = 0, + ObjectIdType = 1, + ExtendedFileIdType = 2, + MaximumFileIdType = 3, +}; +enum _STORAGE_BUS_TYPE : int +{ + BusTypeUnknown = 0, + BusTypeScsi = 1, + BusTypeAtapi = 2, + BusTypeAta = 3, + BusType1394 = 4, + BusTypeSsa = 5, + BusTypeFibre = 6, + BusTypeUsb = 7, + BusTypeRAID = 8, + BusTypeiScsi = 9, + BusTypeSas = 10, + BusTypeSata = 11, + BusTypeSd = 12, + BusTypeMmc = 13, + BusTypeVirtual = 14, + BusTypeFileBackedVirtual = 15, + BusTypeSpaces = 16, + BusTypeNvme = 17, + BusTypeSCM = 18, + BusTypeUfs = 19, + BusTypeNvmeof = 20, + BusTypeMax = 21, + BusTypeMaxReserved = 127, +}; +enum _TIMER_SET_INFORMATION_CLASS : int +{ + TimerSetCoalescableTimer = 0, + MaxTimerInfoClass = 1, +}; +enum _SC_STATUS_TYPE : int +{ + SC_STATUS_PROCESS_INFO = 0, +}; +enum DISPLAYCONFIG_ROTATION : int +{ + DISPLAYCONFIG_ROTATION_IDENTITY = 1, + DISPLAYCONFIG_ROTATION_ROTATE90 = 2, + DISPLAYCONFIG_ROTATION_ROTATE180 = 3, + DISPLAYCONFIG_ROTATION_ROTATE270 = 4, + DISPLAYCONFIG_ROTATION_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_SCANLINE_ORDERING : int +{ + DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED = 0, + DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE = 1, + DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED = 2, + DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST = 2, + DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST = 3, + DISPLAYCONFIG_SCANLINE_ORDERING_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_SCALING : int +{ + DISPLAYCONFIG_SCALING_IDENTITY = 1, + DISPLAYCONFIG_SCALING_CENTERED = 2, + DISPLAYCONFIG_SCALING_STRETCHED = 3, + DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX = 4, + DISPLAYCONFIG_SCALING_CUSTOM = 5, + DISPLAYCONFIG_SCALING_PREFERRED = 128, + DISPLAYCONFIG_SCALING_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_PIXELFORMAT : int +{ + DISPLAYCONFIG_PIXELFORMAT_8BPP = 1, + DISPLAYCONFIG_PIXELFORMAT_16BPP = 2, + DISPLAYCONFIG_PIXELFORMAT_24BPP = 3, + DISPLAYCONFIG_PIXELFORMAT_32BPP = 4, + DISPLAYCONFIG_PIXELFORMAT_NONGDI = 5, + DISPLAYCONFIG_PIXELFORMAT_FORCE_UINT32 = -1, +}; +enum DISPLAYCONFIG_TOPOLOGY_ID : int +{ + DISPLAYCONFIG_TOPOLOGY_INTERNAL = 1, + DISPLAYCONFIG_TOPOLOGY_CLONE = 2, + DISPLAYCONFIG_TOPOLOGY_EXTEND = 4, + DISPLAYCONFIG_TOPOLOGY_EXTERNAL = 8, + DISPLAYCONFIG_TOPOLOGY_FORCE_UINT32 = -1, +}; +enum _DISPLAYCONFIG_COLOR_ENCODING : int +{ + DISPLAYCONFIG_COLOR_ENCODING_RGB = 0, + DISPLAYCONFIG_COLOR_ENCODING_YCBCR444 = 1, + DISPLAYCONFIG_COLOR_ENCODING_YCBCR422 = 2, + DISPLAYCONFIG_COLOR_ENCODING_YCBCR420 = 3, + DISPLAYCONFIG_COLOR_ENCODING_INTENSITY = 4, + DISPLAYCONFIG_COLOR_ENCODING_FORCE_UINT32 = -1, +}; +enum EDIT_CONTROL_FEATURE : int +{ + EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT = 0, + EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS = 1, +}; +enum tagFEEDBACK_TYPE : int +{ + FEEDBACK_TOUCH_CONTACTVISUALIZATION = 1, + FEEDBACK_PEN_BARRELVISUALIZATION = 2, + FEEDBACK_PEN_TAP = 3, + FEEDBACK_PEN_DOUBLETAP = 4, + FEEDBACK_PEN_PRESSANDHOLD = 5, + FEEDBACK_PEN_RIGHTTAP = 6, + FEEDBACK_TOUCH_TAP = 7, + FEEDBACK_TOUCH_DOUBLETAP = 8, + FEEDBACK_TOUCH_PRESSANDHOLD = 9, + FEEDBACK_TOUCH_RIGHTTAP = 10, + FEEDBACK_GESTURE_PRESSANDTAP = 11, + FEEDBACK_MAX = -1, +}; +enum SYSGEOCLASS : int +{ + GEOCLASS_NATION = 16, + GEOCLASS_REGION = 14, + GEOCLASS_ALL = 0, +}; +enum _STORAGE_MEDIA_TYPE : int +{ + DDS_4mm = 32, + MiniQic = 33, + Travan = 34, + QIC = 35, + MP_8mm = 36, + AME_8mm = 37, + AIT1_8mm = 38, + DLT = 39, + NCTP = 40, + IBM_3480 = 41, + IBM_3490E = 42, + IBM_Magstar_3590 = 43, + IBM_Magstar_MP = 44, + STK_DATA_D3 = 45, + SONY_DTF = 46, + DV_6mm = 47, + DMI = 48, + SONY_D2 = 49, + CLEANER_CARTRIDGE = 50, + CD_ROM = 51, + CD_R = 52, + CD_RW = 53, + DVD_ROM = 54, + DVD_R = 55, + DVD_RW = 56, + MO_3_RW = 57, + MO_5_WO = 58, + MO_5_RW = 59, + MO_5_LIMDOW = 60, + PC_5_WO = 61, + PC_5_RW = 62, + PD_5_RW = 63, + ABL_5_WO = 64, + PINNACLE_APEX_5_RW = 65, + SONY_12_WO = 66, + PHILIPS_12_WO = 67, + HITACHI_12_WO = 68, + CYGNET_12_WO = 69, + KODAK_14_WO = 70, + MO_NFR_525 = 71, + NIKON_12_RW = 72, + IOMEGA_ZIP = 73, + IOMEGA_JAZ = 74, + SYQUEST_EZ135 = 75, + SYQUEST_EZFLYER = 76, + SYQUEST_SYJET = 77, + AVATAR_F2 = 78, + MP2_8mm = 79, + DST_S = 80, + DST_M = 81, + DST_L = 82, + VXATape_1 = 83, + VXATape_2 = 84, + STK_9840 = 85, + LTO_Ultrium = 86, + LTO_Accelis = 87, + DVD_RAM = 88, + AIT_8mm = 89, + ADR_1 = 90, + ADR_2 = 91, + STK_9940 = 92, + SAIT = 93, + VXATape = 94, +}; +enum tagPOINTER_DEVICE_CURSOR_TYPE : int +{ + POINTER_DEVICE_CURSOR_TYPE_UNKNOWN = 0, + POINTER_DEVICE_CURSOR_TYPE_TIP = 1, + POINTER_DEVICE_CURSOR_TYPE_ERASER = 2, + POINTER_DEVICE_CURSOR_TYPE_MAX = -1, +}; +enum DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS : int +{ + DCDC_DEFAULT = 0, + DCDC_DISABLE_FONT_UPDATE = 1, + DCDC_DISABLE_RELAYOUT = 2, +}; +enum tagPOINTER_INPUT_TYPE : int +{ + PT_POINTER = 1, + PT_TOUCH = 2, + PT_PEN = 3, + PT_MOUSE = 4, + PT_TOUCHPAD = 5, +}; +enum tagPOINTER_BUTTON_CHANGE_TYPE : int +{ + POINTER_CHANGE_NONE = 0, + POINTER_CHANGE_FIRSTBUTTON_DOWN = 1, + POINTER_CHANGE_FIRSTBUTTON_UP = 2, + POINTER_CHANGE_SECONDBUTTON_DOWN = 3, + POINTER_CHANGE_SECONDBUTTON_UP = 4, + POINTER_CHANGE_THIRDBUTTON_DOWN = 5, + POINTER_CHANGE_THIRDBUTTON_UP = 6, + POINTER_CHANGE_FOURTHBUTTON_DOWN = 7, + POINTER_CHANGE_FOURTHBUTTON_UP = 8, + POINTER_CHANGE_FIFTHBUTTON_DOWN = 9, + POINTER_CHANGE_FIFTHBUTTON_UP = 10, +}; +enum POINTER_FEEDBACK_MODE : int +{ + POINTER_FEEDBACK_DEFAULT = 1, + POINTER_FEEDBACK_INDIRECT = 2, + POINTER_FEEDBACK_NONE = 3, +}; +enum SERVICE_DIRECTORY_TYPE : int +{ + ServiceDirectoryPersistentState = 0, + ServiceDirectoryTypeMax = 1, +}; +enum _SC_EVENT_TYPE : int +{ + SC_EVENT_DATABASE_CHANGE = 0, + SC_EVENT_PROPERTY_CHANGE = 1, + SC_EVENT_STATUS_CHANGE = 2, +}; +enum tagHANDEDNESS : int +{ + HANDEDNESS_LEFT = 0, + HANDEDNESS_RIGHT = 1, +}; +enum tagPOINTER_DEVICE_TYPE : int +{ + POINTER_DEVICE_TYPE_INTEGRATED_PEN = 1, + POINTER_DEVICE_TYPE_EXTERNAL_PEN = 2, + POINTER_DEVICE_TYPE_TOUCH = 3, + POINTER_DEVICE_TYPE_TOUCH_PAD = 4, + POINTER_DEVICE_TYPE_MAX = -1, +}; +enum tagAR_STATE : int +{ + AR_ENABLED = 0, + AR_DISABLED = 1, + AR_SUPPRESSED = 2, + AR_REMOTESESSION = 4, + AR_MULTIMON = 8, + AR_NOSENSOR = 16, + AR_NOT_SUPPORTED = 32, + AR_DOCKED = 64, + AR_LAPTOP = 128, +}; +enum tagINPUT_MESSAGE_ORIGIN_ID : int +{ + IMO_UNAVAILABLE = 0, + IMO_HARDWARE = 1, + IMO_INJECTED = 2, + IMO_SYSTEM = 4, +}; +enum LEGACY_TOUCHPAD_FEATURES : int +{ + LEGACY_TOUCHPAD_FEATURE_NONE = 0, + LEGACY_TOUCHPAD_FEATURE_ENABLE_DISABLE = 1, + LEGACY_TOUCHPAD_FEATURE_REVERSE_SCROLL_DIRECTION = 4, +}; +enum TOUCHPAD_SENSITIVITY_LEVEL : int +{ + TOUCHPAD_SENSITIVITY_LEVEL_MOST_SENSITIVE = 0, + TOUCHPAD_SENSITIVITY_LEVEL_HIGH_SENSITIVITY = 1, + TOUCHPAD_SENSITIVITY_LEVEL_MEDIUM_SENSITIVITY = 2, + TOUCHPAD_SENSITIVITY_LEVEL_LOW_SENSITIVITY = 3, + TOUCHPAD_SENSITIVITY_LEVEL_LEAST_SENSITIVE = 4, +}; +enum SERVICE_REGISTRY_STATE_TYPE : int +{ + ServiceRegistryStateParameters = 0, + ServiceRegistryStatePersistent = 1, + MaxServiceRegistryStateType = 2, +}; +enum SYSNLS_FUNCTION : int +{ + COMPARE_STRING = 1, +}; +enum SYSGEOTYPE : int +{ + GEO_NATION = 1, + GEO_LATITUDE = 2, + GEO_LONGITUDE = 3, + GEO_ISO2 = 4, + GEO_ISO3 = 5, + GEO_RFC1766 = 6, + GEO_LCID = 7, + GEO_FRIENDLYNAME = 8, + GEO_OFFICIALNAME = 9, + GEO_TIMEZONES = 10, + GEO_OFFICIALLANGUAGES = 11, + GEO_ISO_UN_NUMBER = 12, + GEO_PARENT = 13, + GEO_DIALINGCODE = 14, + GEO_CURRENCYCODE = 15, + GEO_CURRENCYSYMBOL = 16, + GEO_NAME = 17, + GEO_ID = 18, +}; +enum _WRITE_CACHE_CHANGE : int +{ + WriteCacheChangeUnknown = 0, + WriteCacheNotChangeable = 1, + WriteCacheChangeable = 2, +}; +enum ALLOC_CONSOLE_RESULT : int +{ + ALLOC_CONSOLE_RESULT_NO_CONSOLE = 0, + ALLOC_CONSOLE_RESULT_NEW_CONSOLE = 1, + ALLOC_CONSOLE_RESULT_EXISTING_CONSOLE = 2, +}; +enum _SC_ENUM_TYPE : int +{ + SC_ENUM_PROCESS_INFO = 0, +}; +enum _SC_ACTION_TYPE : int +{ + SC_ACTION_NONE = 0, + SC_ACTION_RESTART = 1, + SC_ACTION_REBOOT = 2, + SC_ACTION_RUN_COMMAND = 3, + SC_ACTION_OWN_RESTART = 4, +}; +enum _STORAGE_QUERY_TYPE : int +{ + PropertyStandardQuery = 0, + PropertyExistsQuery = 1, + PropertyMaskQuery = 2, + PropertyQueryMaxDefined = 3, +}; +enum _STORAGE_SET_TYPE : int +{ + PropertyStandardSet = 0, + PropertyExistsSet = 1, + PropertySetMaxDefined = 2, +}; +enum _STORAGE_PROPERTY_ID : int +{ + StorageDeviceProperty = 0, + StorageAdapterProperty = 1, + StorageDeviceIdProperty = 2, + StorageDeviceUniqueIdProperty = 3, + StorageDeviceWriteCacheProperty = 4, + StorageMiniportProperty = 5, + StorageAccessAlignmentProperty = 6, + StorageDeviceSeekPenaltyProperty = 7, + StorageDeviceTrimProperty = 8, + StorageDeviceWriteAggregationProperty = 9, + StorageDeviceDeviceTelemetryProperty = 10, + StorageDeviceLBProvisioningProperty = 11, + StorageDevicePowerProperty = 12, + StorageDeviceCopyOffloadProperty = 13, + StorageDeviceResiliencyProperty = 14, + StorageDeviceMediumProductType = 15, + StorageAdapterRpmbProperty = 16, + StorageAdapterCryptoProperty = 17, + StorageDeviceIoCapabilityProperty = 48, + StorageAdapterProtocolSpecificProperty = 49, + StorageDeviceProtocolSpecificProperty = 50, + StorageAdapterTemperatureProperty = 51, + StorageDeviceTemperatureProperty = 52, + StorageAdapterPhysicalTopologyProperty = 53, + StorageDevicePhysicalTopologyProperty = 54, + StorageDeviceAttributesProperty = 55, + StorageDeviceManagementStatus = 56, + StorageAdapterSerialNumberProperty = 57, + StorageDeviceLocationProperty = 58, + StorageDeviceNumaProperty = 59, + StorageDeviceZonedDeviceProperty = 60, + StorageDeviceUnsafeShutdownCount = 61, + StorageDeviceEnduranceProperty = 62, + StorageDeviceLedStateProperty = 63, + StorageDeviceSelfEncryptionProperty = 64, + StorageFruIdProperty = 65, + StorageStackProperty = 66, + StorageAdapterProtocolSpecificPropertyEx = 67, + StorageDeviceProtocolSpecificPropertyEx = 68, +}; +enum _FSINFOCLASS : int +{ + FileFsVolumeInformation = 1, + FileFsLabelInformation = 2, + FileFsSizeInformation = 3, + FileFsDeviceInformation = 4, + FileFsAttributeInformation = 5, + FileFsControlInformation = 6, + FileFsFullSizeInformation = 7, + FileFsObjectIdInformation = 8, + FileFsDriverPathInformation = 9, + FileFsVolumeFlagsInformation = 10, + FileFsSectorSizeInformation = 11, + FileFsDataCopyInformation = 12, + FileFsMetadataSizeInformation = 13, + FileFsFullSizeInformationEx = 14, + FileFsGuidInformation = 15, + FileFsMaximumInformation = 16, +}; +enum _STORAGE_PORT_CODE_SET : int +{ + StoragePortCodeSetReserved = 0, + StoragePortCodeSetStorport = 1, + StoragePortCodeSetSCSIport = 2, + StoragePortCodeSetSpaceport = 3, + StoragePortCodeSetATAport = 4, + StoragePortCodeSetUSBport = 5, + StoragePortCodeSetSBP2port = 6, + StoragePortCodeSetSDport = 7, +}; +enum _STORAGE_IDENTIFIER_CODE_SET : int +{ + StorageIdCodeSetReserved = 0, + StorageIdCodeSetBinary = 1, + StorageIdCodeSetAscii = 2, + StorageIdCodeSetUtf8 = 3, +}; +enum _STORAGE_IDENTIFIER_TYPE : int +{ + StorageIdTypeVendorSpecific = 0, + StorageIdTypeVendorId = 1, + StorageIdTypeEUI64 = 2, + StorageIdTypeFCPHName = 3, + StorageIdTypePortRelative = 4, + StorageIdTypeTargetPortGroup = 5, + StorageIdTypeLogicalUnitGroup = 6, + StorageIdTypeMD5LogicalUnitIdentifier = 7, + StorageIdTypeScsiNameString = 8, +}; +enum _STORAGE_DEVICE_POWER_CAP_UNITS : int +{ + StorageDevicePowerCapUnitsPercent = 0, + StorageDevicePowerCapUnitsMilliwatts = 1, +}; +enum _STORAGE_ID_NAA_FORMAT : int +{ + StorageIdNAAFormatIEEEExtended = 2, + StorageIdNAAFormatIEEERegistered = 3, + StorageIdNAAFormatIEEEERegisteredExtended = 5, +}; +enum _STORAGE_ASSOCIATION_TYPE : int +{ + StorageIdAssocDevice = 0, + StorageIdAssocPort = 1, + StorageIdAssocTarget = 2, +}; +enum _DETECTION_TYPE : int +{ + DetectNone = 0, + DetectInt13 = 1, + DetectExInt13 = 2, +}; +enum _STORAGE_RPMB_FRAME_TYPE : int +{ + StorageRpmbFrameTypeUnknown = 0, + StorageRpmbFrameTypeStandard = 1, + StorageRpmbFrameTypeMax = 2, +}; +enum _STORAGE_CRYPTO_ALGORITHM_ID : int +{ + StorageCryptoAlgorithmUnknown = 0, + StorageCryptoAlgorithmXTSAES = 1, + StorageCryptoAlgorithmBitlockerAESCBC = 2, + StorageCryptoAlgorithmAESECB = 3, + StorageCryptoAlgorithmESSIVAESCBC = 4, + StorageCryptoAlgorithmMax = 5, +}; +enum _STORAGE_CRYPTO_KEY_SIZE : int +{ + StorageCryptoKeySizeUnknown = 0, + StorageCryptoKeySize128Bits = 1, + StorageCryptoKeySize192Bits = 2, + StorageCryptoKeySize256Bits = 3, + StorageCryptoKeySize512Bits = 4, +}; +enum _KPROFILE_SOURCE : int +{ + ProfileTime = 0, + ProfileAlignmentFixup = 1, + ProfileTotalIssues = 2, + ProfilePipelineDry = 3, + ProfileLoadInstructions = 4, + ProfilePipelineFrozen = 5, + ProfileBranchInstructions = 6, + ProfileTotalNonissues = 7, + ProfileDcacheMisses = 8, + ProfileIcacheMisses = 9, + ProfileCacheMisses = 10, + ProfileBranchMispredictions = 11, + ProfileStoreInstructions = 12, + ProfileFpInstructions = 13, + ProfileIntegerInstructions = 14, + Profile2Issue = 15, + Profile3Issue = 16, + Profile4Issue = 17, + ProfileSpecialInstructions = 18, + ProfileTotalCycles = 19, + ProfileIcacheIssues = 20, + ProfileDcacheAccesses = 21, + ProfileMemoryBarrierCycles = 22, + ProfileLoadLinkedIssues = 23, + ProfileMaximum = 24, +}; +enum _TIMER_TYPE : int +{ + NotificationTimer = 0, + SynchronizationTimer = 1, +}; +enum _STORAGE_COUNTER_TYPE : int +{ + StorageCounterTypeUnknown = 0, + StorageCounterTypeTemperatureCelsius = 1, + StorageCounterTypeTemperatureCelsiusMax = 2, + StorageCounterTypeReadErrorsTotal = 3, + StorageCounterTypeReadErrorsCorrected = 4, + StorageCounterTypeReadErrorsUncorrected = 5, + StorageCounterTypeWriteErrorsTotal = 6, + StorageCounterTypeWriteErrorsCorrected = 7, + StorageCounterTypeWriteErrorsUncorrected = 8, + StorageCounterTypeManufactureDate = 9, + StorageCounterTypeStartStopCycleCount = 10, + StorageCounterTypeStartStopCycleCountMax = 11, + StorageCounterTypeLoadUnloadCycleCount = 12, + StorageCounterTypeLoadUnloadCycleCountMax = 13, + StorageCounterTypeWearPercentage = 14, + StorageCounterTypeWearPercentageWarning = 15, + StorageCounterTypeWearPercentageMax = 16, + StorageCounterTypePowerOnHours = 17, + StorageCounterTypeReadLatency100NSMax = 18, + StorageCounterTypeWriteLatency100NSMax = 19, + StorageCounterTypeFlushLatency100NSMax = 20, + StorageCounterTypeMax = 21, +}; +enum _STORAGE_ICE_TYPE : int +{ + StorageIceTypeUnknown = 0, + StorageIceTypeUfs = 1, + StorageIceTypeNvme = 2, +}; +enum _STORAGE_TIER_MEDIA_TYPE : int +{ + StorageTierMediaTypeUnspecified = 0, + StorageTierMediaTypeDisk = 1, + StorageTierMediaTypeSsd = 2, + StorageTierMediaTypeScm = 4, + StorageTierMediaTypeMax = 5, +}; +enum _STORAGE_TIER_CLASS : int +{ + StorageTierClassUnspecified = 0, + StorageTierClassCapacity = 1, + StorageTierClassPerformance = 2, + StorageTierClassMax = 3, +}; +enum _SUITE_TYPE : int +{ + SmallBusiness = 0, + Enterprise = 1, + BackOffice = 2, + CommunicationServer = 3, + TerminalServer = 4, + SmallBusinessRestricted = 5, + EmbeddedNT = 6, + DataCenter = 7, + SingleUserTS = 8, + Personal = 9, + Blade = 10, + EmbeddedRestricted = 11, + SecurityAppliance = 12, + StorageServer = 13, + ComputeServer = 14, + WHServer = 15, + PhoneNT = 16, + MaxSuiteType = 17, +}; +enum _STORAGE_PROTOCOL_TYPE : int +{ + ProtocolTypeUnknown = 0, + ProtocolTypeScsi = 1, + ProtocolTypeAta = 2, + ProtocolTypeNvme = 3, + ProtocolTypeSd = 4, + ProtocolTypeUfs = 5, + ProtocolTypeProprietary = 126, + ProtocolTypeMaxReserved = 127, +}; +enum _PARTITION_STYLE : int +{ + PARTITION_STYLE_MBR = 0, + PARTITION_STYLE_GPT = 1, + PARTITION_STYLE_RAW = 2, +}; +enum _STORAGE_PROTOCOL_NVME_DATA_TYPE : int +{ + NVMeDataTypeUnknown = 0, + NVMeDataTypeIdentify = 1, + NVMeDataTypeLogPage = 2, + NVMeDataTypeFeature = 3, + NVMeDataTypeLogPageEx = 4, + NVMeDataTypeFeatureEx = 5, +}; +enum _STORAGE_PROTOCOL_ATA_DATA_TYPE : int +{ + AtaDataTypeUnknown = 0, + AtaDataTypeIdentify = 1, + AtaDataTypeLogPage = 2, +}; +enum _MEDIA_TYPE : int +{ + Unknown = 0, + F5_1Pt2_512 = 1, + F3_1Pt44_512 = 2, + F3_2Pt88_512 = 3, + F3_20Pt8_512 = 4, + F3_720_512 = 5, + F5_360_512 = 6, + F5_320_512 = 7, + F5_320_1024 = 8, + F5_180_512 = 9, + F5_160_512 = 10, + RemovableMedia = 11, + FixedMedia = 12, + F3_120M_512 = 13, + F3_640_512 = 14, + F5_640_512 = 15, + F5_720_512 = 16, + F3_1Pt2_512 = 17, + F3_1Pt23_1024 = 18, + F5_1Pt23_1024 = 19, + F3_128Mb_512 = 20, + F3_230Mb_512 = 21, + F8_256_128 = 22, + F3_200Mb_512 = 23, + F3_240M_512 = 24, + F3_32M_512 = 25, +}; +enum _WRITE_CACHE_TYPE : int +{ + WriteCacheTypeUnknown = 0, + WriteCacheTypeNone = 1, + WriteCacheTypeWriteBack = 2, + WriteCacheTypeWriteThrough = 3, +}; +enum _STORAGE_PROTOCOL_UFS_DATA_TYPE : int +{ + UfsDataTypeUnknown = 0, + UfsDataTypeQueryDescriptor = 1, + UfsDataTypeQueryAttribute = 2, + UfsDataTypeQueryFlag = 3, + UfsDataTypeQueryDmeAttribute = 4, + UfsDataTypeQueryDmePeerAttribute = 5, + UfsDataTypeMax = 6, +}; +enum _STORAGE_DEVICE_FORM_FACTOR : int +{ + FormFactorUnknown = 0, + FormFactor3_5 = 1, + FormFactor2_5 = 2, + FormFactor1_8 = 3, + FormFactor1_8Less = 4, + FormFactorEmbedded = 5, + FormFactorMemoryCard = 6, + FormFactormSata = 7, + FormFactorM_2 = 8, + FormFactorPCIeBoard = 9, + FormFactorDimm = 10, +}; +enum _DBG_STATE : int +{ + DbgIdle = 0, + DbgReplyPending = 1, + DbgCreateThreadStateChange = 2, + DbgCreateProcessStateChange = 3, + DbgExitThreadStateChange = 4, + DbgExitProcessStateChange = 5, + DbgExceptionStateChange = 6, + DbgBreakpointStateChange = 7, + DbgSingleStepStateChange = 8, + DbgLoadDllStateChange = 9, + DbgUnloadDllStateChange = 10, +}; +enum _STORAGE_COMPONENT_HEALTH_STATUS : int +{ + HealthStatusUnknown = 0, + HealthStatusNormal = 1, + HealthStatusThrottled = 2, + HealthStatusWarning = 3, + HealthStatusDisabled = 4, + HealthStatusFailed = 5, +}; +enum _SYSTEM_ENVIRONMENT_INFORMATION_CLASS : int +{ + SystemEnvironmentNameInformation = 1, + SystemEnvironmentValueInformation = 2, + MaxSystemEnvironmentInfoClass = 3, +}; +enum _STORAGE_DIAGNOSTIC_TARGET_TYPE : int +{ + StorageDiagnosticTargetTypeUndefined = 0, + StorageDiagnosticTargetTypePort = 1, + StorageDiagnosticTargetTypeMiniport = 2, + StorageDiagnosticTargetTypeHbaFirmware = 3, + StorageDiagnosticTargetTypeMax = 4, +}; +enum _BIN_TYPES : int +{ + RequestSize = 0, + RequestLocation = 1, +}; +enum _STORAGE_DISK_HEALTH_STATUS : int +{ + DiskHealthUnknown = 0, + DiskHealthUnhealthy = 1, + DiskHealthWarning = 2, + DiskHealthHealthy = 3, + DiskHealthMax = 4, +}; +enum _STORAGE_DISK_OPERATIONAL_STATUS : int +{ + DiskOpStatusNone = 0, + DiskOpStatusUnknown = 1, + DiskOpStatusOk = 2, + DiskOpStatusPredictingFailure = 3, + DiskOpStatusInService = 4, + DiskOpStatusHardwareError = 5, + DiskOpStatusNotUsable = 6, + DiskOpStatusTransientError = 7, + DiskOpStatusMissing = 8, +}; +enum _STORAGE_ZONES_ATTRIBUTES : int +{ + ZonesAttributeTypeAndLengthMayDifferent = 0, + ZonesAttributeTypeSameLengthSame = 1, + ZonesAttributeTypeSameLastZoneLengthDifferent = 2, + ZonesAttributeTypeMayDifferentLengthSame = 3, +}; +enum _STORAGE_OPERATIONAL_STATUS_REASON : int +{ + DiskOpReasonUnknown = 0, + DiskOpReasonScsiSenseCode = 1, + DiskOpReasonMedia = 2, + DiskOpReasonIo = 3, + DiskOpReasonThresholdExceeded = 4, + DiskOpReasonLostData = 5, + DiskOpReasonEnergySource = 6, + DiskOpReasonConfiguration = 7, + DiskOpReasonDeviceController = 8, + DiskOpReasonMediaController = 9, + DiskOpReasonComponent = 10, + DiskOpReasonNVDIMM_N = 11, + DiskOpReasonBackgroundOperation = 12, + DiskOpReasonInvalidFirmware = 13, + DiskOpReasonHealthCheck = 14, + DiskOpReasonLostDataPersistence = 15, + DiskOpReasonDisabledByPlatform = 16, + DiskOpReasonLostWritePersistence = 17, + DiskOpReasonDataPersistenceLossImminent = 18, + DiskOpReasonWritePersistenceLossImminent = 19, + DiskOpReasonMax = 20, +}; +enum _STORAGE_ZONED_DEVICE_TYPES : int +{ + ZonedDeviceTypeUnknown = 0, + ZonedDeviceTypeHostManaged = 1, + ZonedDeviceTypeHostAware = 2, + ZonedDeviceTypeDeviceManaged = 3, +}; +enum _SCM_BUS_FIRMWARE_ACTIVATION_STATE : int +{ + ScmBusFirmwareActivationState_Idle = 0, + ScmBusFirmwareActivationState_Armed = 1, + ScmBusFirmwareActivationState_Busy = 2, +}; +enum _STORAGE_ZONE_TYPES : int +{ + ZoneTypeUnknown = 0, + ZoneTypeConventional = 1, + ZoneTypeSequentialWriteRequired = 2, + ZoneTypeSequentialWritePreferred = 3, + ZoneTypeMax = 4, +}; +enum _EVENT_INFORMATION_CLASS : int +{ + EventBasicInformation = 0, +}; +enum _WNF_STATE_NAME_INFORMATION : int +{ + WnfInfoStateNameExist = 0, + WnfInfoSubscribersPresent = 1, + WnfInfoIsQuiescent = 2, +}; +enum _STORAGE_STACK_TYPE : int +{ + StorageStackTypeUnknown = 0, + StorageStackTypeScsi = 1, + StorageStackTypeNVMe = 2, +}; +enum _STORAGE_ZONE_CONDITION : int +{ + ZoneConditionConventional = 0, + ZoneConditionEmpty = 1, + ZoneConditionImplicitlyOpened = 2, + ZoneConditionExplicitlyOpened = 3, + ZoneConditionClosed = 4, + ZoneConditionReadOnly = 13, + ZoneConditionFull = 14, + ZoneConditionOffline = 15, +}; +enum _FS_BPIO_OPERATIONS : int +{ + FS_BPIO_OP_ENABLE = 1, + FS_BPIO_OP_DISABLE = 2, + FS_BPIO_OP_QUERY = 3, + FS_BPIO_OP_VOLUME_STACK_PAUSE = 4, + FS_BPIO_OP_VOLUME_STACK_RESUME = 5, + FS_BPIO_OP_STREAM_PAUSE = 6, + FS_BPIO_OP_STREAM_RESUME = 7, + FS_BPIO_OP_GET_INFO = 8, + FS_BPIO_OP_MAX_OPERATION = 9, +}; +enum _WORKERFACTORYINFOCLASS : int +{ + WorkerFactoryTimeout = 0, + WorkerFactoryRetryTimeout = 1, + WorkerFactoryIdleTimeout = 2, + WorkerFactoryBindingCount = 3, + WorkerFactoryThreadMinimum = 4, + WorkerFactoryThreadMaximum = 5, + WorkerFactoryPaused = 6, + WorkerFactoryBasicInformation = 7, + WorkerFactoryAdjustThreadGoal = 8, + WorkerFactoryCallbackType = 9, + WorkerFactoryStackInformation = 10, + WorkerFactoryThreadBasePriority = 11, + WorkerFactoryTimeoutWaiters = 12, + WorkerFactoryFlags = 13, + WorkerFactoryThreadSoftMaximum = 14, + WorkerFactoryThreadCpuSets = 15, + MaxWorkerFactoryInfoClass = 16, +}; +enum _STORAGE_ENCRYPTION_TYPE : int +{ + StorageEncryptionTypeUnknown = 0, + StorageEncryptionTypeEDrive = 1, + StorageEncryptionTypeTcgOpal = 2, +}; +enum _PF_PHASED_SCENARIO_TYPE : int +{ + PfScenarioTypeNone = 0, + PfScenarioTypeStandby = 1, + PfScenarioTypeHibernate = 2, + PfScenarioTypeFUS = 3, + PfScenarioTypeMax = 4, +}; +enum _KWAIT_REASON : int +{ + Executive = 0, + FreePage = 1, + PageIn = 2, + PoolAllocation = 3, + DelayExecution = 4, + Suspended = 5, + UserRequest = 6, + WrExecutive = 7, + WrFreePage = 8, + WrPageIn = 9, + WrPoolAllocation = 10, + WrDelayExecution = 11, + WrSuspended = 12, + WrUserRequest = 13, + WrEventPair = 14, + WrQueue = 15, + WrLpcReceive = 16, + WrLpcReply = 17, + WrVirtualMemory = 18, + WrPageOut = 19, + WrRendezvous = 20, + WrKeyedEvent = 21, + WrTerminated = 22, + WrProcessInSwap = 23, + WrCpuRateControl = 24, + WrCalloutStack = 25, + WrKernel = 26, + WrResource = 27, + WrPushLock = 28, + WrMutex = 29, + WrQuantumEnd = 30, + WrDispatchInt = 31, + WrPreempted = 32, + WrYieldExecution = 33, + WrFastMutex = 34, + WrGuardedMutex = 35, + WrRundown = 36, + WrAlertByThreadId = 37, + WrDeferredPreempt = 38, + WrPhysicalFault = 39, + WrIoRing = 40, + WrMdlCache = 41, + MaximumWaitReason = 42, +}; +enum _STORAGE_DIAGNOSTIC_LEVEL : int +{ + StorageDiagnosticLevelDefault = 0, + StorageDiagnosticLevelMax = 1, +}; +enum _CHANGER_DEVICE_PROBLEM_TYPE : int +{ + DeviceProblemNone = 0, + DeviceProblemHardware = 1, + DeviceProblemCHMError = 2, + DeviceProblemDoorOpen = 3, + DeviceProblemCalibrationError = 4, + DeviceProblemTargetFailure = 5, + DeviceProblemCHMMoveError = 6, + DeviceProblemCHMZeroError = 7, + DeviceProblemCartridgeInsertError = 8, + DeviceProblemPositionError = 9, + DeviceProblemSensorError = 10, + DeviceProblemCartridgeEjectError = 11, + DeviceProblemGripperError = 12, + DeviceProblemDriveError = 13, +}; +enum _DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE : int +{ + DeviceInternalStatusDataRequestTypeUndefined = 0, + DeviceCurrentInternalStatusDataHeader = 1, + DeviceCurrentInternalStatusData = 2, + DeviceSavedInternalStatusDataHeader = 3, + DeviceSavedInternalStatusData = 4, +}; +enum _DEVICE_INTERNAL_STATUS_DATA_SET : int +{ + DeviceStatusDataSetUndefined = 0, + DeviceStatusDataSet1 = 1, + DeviceStatusDataSet2 = 2, + DeviceStatusDataSet3 = 3, + DeviceStatusDataSet4 = 4, + DeviceStatusDataSetMax = 5, +}; +enum _KTHREAD_STATE : int +{ + Initialized = 0, + Ready = 1, + Running = 2, + Standby = 3, + Terminated = 4, + Waiting = 5, + Transition = 6, + DeferredReady = 7, + GateWaitObsolete = 8, + WaitingForProcessInSwap = 9, + MaximumThreadState = 10, +}; +enum _SCM_BUS_PROPERTY_ID : int +{ + ScmBusProperty_RuntimeFwActivationInfo = 0, + ScmBusProperty_DedicatedMemoryInfo = 1, + ScmBusProperty_DedicatedMemoryState = 2, + ScmBusProperty_Max = 3, +}; +enum _STORAGE_SANITIZE_METHOD : int +{ + StorageSanitizeMethodDefault = 0, + StorageSanitizeMethodBlockErase = 1, + StorageSanitizeMethodCryptoErase = 2, +}; +enum _SCM_PD_PROPERTY_ID : int +{ + ScmPhysicalDeviceProperty_DeviceInfo = 0, + ScmPhysicalDeviceProperty_ManagementStatus = 1, + ScmPhysicalDeviceProperty_FirmwareInfo = 2, + ScmPhysicalDeviceProperty_LocationString = 3, + ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4, + ScmPhysicalDeviceProperty_DeviceHandle = 5, + ScmPhysicalDeviceProperty_FruIdString = 6, + ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7, + ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8, + ScmPhysicalDeviceProperty_Max = 9, +}; +enum _CREATE_FILE_TYPE : int +{ + CreateFileTypeNone = 0, + CreateFileTypeNamedPipe = 1, + CreateFileTypeMailslot = 2, +}; +enum _WRITE_CACHE_ENABLE : int +{ + WriteCacheEnableUnknown = 0, + WriteCacheDisabled = 1, + WriteCacheEnabled = 2, +}; +enum _WRITE_THROUGH : int +{ + WriteThroughUnknown = 0, + WriteThroughNotSupported = 1, + WriteThroughSupported = 2, +}; +enum _DEVICEDUMP_COLLECTION_TYPE : int +{ + TCCollectionBugCheck = 1, + TCCollectionApplicationRequested = 2, + TCCollectionDeviceRequested = 3, +}; +enum _SEMAPHORE_INFORMATION_CLASS : int +{ + SemaphoreBasicInformation = 0, +}; +enum _SCM_PD_OPERATIONAL_STATUS_REASON : int +{ + ScmPhysicalDeviceOpReason_Unknown = 0, + ScmPhysicalDeviceOpReason_Media = 1, + ScmPhysicalDeviceOpReason_ThresholdExceeded = 2, + ScmPhysicalDeviceOpReason_LostData = 3, + ScmPhysicalDeviceOpReason_EnergySource = 4, + ScmPhysicalDeviceOpReason_Configuration = 5, + ScmPhysicalDeviceOpReason_DeviceController = 6, + ScmPhysicalDeviceOpReason_MediaController = 7, + ScmPhysicalDeviceOpReason_Component = 8, + ScmPhysicalDeviceOpReason_BackgroundOperation = 9, + ScmPhysicalDeviceOpReason_InvalidFirmware = 10, + ScmPhysicalDeviceOpReason_HealthCheck = 11, + ScmPhysicalDeviceOpReason_LostDataPersistence = 12, + ScmPhysicalDeviceOpReason_DisabledByPlatform = 13, + ScmPhysicalDeviceOpReason_PermanentError = 14, + ScmPhysicalDeviceOpReason_LostWritePersistence = 15, + ScmPhysicalDeviceOpReason_FatalError = 16, + ScmPhysicalDeviceOpReason_DataPersistenceLossImminent = 17, + ScmPhysicalDeviceOpReason_WritePersistenceLossImminent = 18, + ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock = 19, + ScmPhysicalDeviceOpReason_PerformanceDegradation = 20, + ScmPhysicalDeviceOpReason_ExcessiveTemperature = 21, + ScmPhysicalDeviceOpReason_InternalFailure = 22, + ScmPhysicalDeviceOpReason_Max = 23, +}; +enum _STORAGE_POWERUP_REASON_TYPE : int +{ + StoragePowerupUnknown = 0, + StoragePowerupIO = 1, + StoragePowerupDeviceAttention = 2, +}; +enum _STORAGE_RPMB_COMMAND_TYPE : int +{ + StorRpmbProgramAuthKey = 1, + StorRpmbQueryWriteCounter = 2, + StorRpmbAuthenticatedWrite = 3, + StorRpmbAuthenticatedRead = 4, + StorRpmbReadResultRequest = 5, + StorRpmbAuthenticatedDeviceConfigWrite = 6, + StorRpmbAuthenticatedDeviceConfigRead = 7, +}; +enum _STORAGE_ATTRIBUTE_MGMT_ACTION : int +{ + StorAttributeMgmt_ClearAttribute = 0, + StorAttributeMgmt_SetAttribute = 1, + StorAttributeMgmt_ResetAttribute = 2, +}; +enum _SCM_REGION_FLAG : int +{ + ScmRegionFlagNone = 0, + ScmRegionFlagLabel = 1, +}; +enum _SCM_BUS_QUERY_TYPE : int +{ + ScmBusQuery_Descriptor = 0, + ScmBusQuery_IsSupported = 1, + ScmBusQuery_Max = 2, +}; +enum _SCM_BUS_SET_TYPE : int +{ + ScmBusSet_Descriptor = 0, + ScmBusSet_IsSupported = 1, + ScmBusSet_Max = 2, +}; +enum _SCM_PD_QUERY_TYPE : int +{ + ScmPhysicalDeviceQuery_Descriptor = 0, + ScmPhysicalDeviceQuery_IsSupported = 1, + ScmPhysicalDeviceQuery_Max = 2, +}; +enum _SCM_PD_SET_TYPE : int +{ + ScmPhysicalDeviceSet_Descriptor = 0, + ScmPhysicalDeviceSet_IsSupported = 1, + ScmPhysicalDeviceSet_Max = 2, +}; +enum _FILE_STORAGE_TIER_CLASS : int +{ + FileStorageTierClassUnspecified = 0, + FileStorageTierClassCapacity = 1, + FileStorageTierClassPerformance = 2, + FileStorageTierClassMax = 3, +}; +enum _SCM_PD_HEALTH_STATUS : int +{ + ScmPhysicalDeviceHealth_Unknown = 0, + ScmPhysicalDeviceHealth_Unhealthy = 1, + ScmPhysicalDeviceHealth_Warning = 2, + ScmPhysicalDeviceHealth_Healthy = 3, + ScmPhysicalDeviceHealth_Max = 4, +}; +enum _SCM_PD_OPERATIONAL_STATUS : int +{ + ScmPhysicalDeviceOpStatus_Unknown = 0, + ScmPhysicalDeviceOpStatus_Ok = 1, + ScmPhysicalDeviceOpStatus_PredictingFailure = 2, + ScmPhysicalDeviceOpStatus_InService = 3, + ScmPhysicalDeviceOpStatus_HardwareError = 4, + ScmPhysicalDeviceOpStatus_NotUsable = 5, + ScmPhysicalDeviceOpStatus_TransientError = 6, + ScmPhysicalDeviceOpStatus_Missing = 7, + ScmPhysicalDeviceOpStatus_Max = 8, +}; +enum _SCM_PD_LAST_FW_ACTIVATION_STATUS : int +{ + ScmPdLastFwActivationStatus_None = 0, + ScmPdLastFwActivationStatus_Success = 1, + ScmPdLastFwActivationStatus_FwNotFound = 2, + ScmPdLastFwActivationStatus_ColdRebootRequired = 3, + ScmPdLastFwActivaitonStatus_ActivationInProgress = 4, + ScmPdLastFwActivaitonStatus_Retry = 5, + ScmPdLastFwActivaitonStatus_FwUnsupported = 6, + ScmPdLastFwActivaitonStatus_UnknownError = 7, +}; +enum _SCM_PD_FIRMWARE_ACTIVATION_STATE : int +{ + ScmPdFirmwareActivationState_Idle = 0, + ScmPdFirmwareActivationState_Armed = 1, + ScmPdFirmwareActivationState_Busy = 2, +}; +enum _REFS_SMR_VOLUME_GC_ACTION : int +{ + SmrGcActionStart = 1, + SmrGcActionStartFullSpeed = 2, + SmrGcActionPause = 3, + SmrGcActionStop = 4, +}; +enum ETW_COMPRESSION_RESUMPTION_MODE : int +{ + EtwCompressionModeRestart = 0, + EtwCompressionModeNoDisable = 1, + EtwCompressionModeNoRestart = 2, +}; +enum _SCM_PD_MEDIA_REINITIALIZATION_STATUS : int +{ + ScmPhysicalDeviceReinit_Success = 0, + ScmPhysicalDeviceReinit_RebootNeeded = 1, + ScmPhysicalDeviceReinit_ColdBootNeeded = 2, + ScmPhysicalDeviceReinit_Max = 3, +}; +enum DISK_CACHE_RETENTION_PRIORITY : int +{ + EqualPriority = 0, + KeepPrefetchedData = 1, + KeepReadData = 2, +}; +enum _QUERY_FILE_LAYOUT_FILTER_TYPE : int +{ + QUERY_FILE_LAYOUT_FILTER_TYPE_NONE = 0, + QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS = 1, + QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID = 2, + QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID = 3, + QUERY_FILE_LAYOUT_NUM_FILTER_TYPES = 4, +}; +enum _ELEMENT_TYPE : int +{ + AllElements = 0, + ChangerTransport = 1, + ChangerSlot = 2, + ChangerIEPort = 3, + ChangerDrive = 4, + ChangerDoor = 5, + ChangerKeypad = 6, + ChangerMaxElement = 7, +}; +enum _REFS_SMR_VOLUME_GC_METHOD : int +{ + SmrGcMethodCompaction = 1, + SmrGcMethodCompression = 2, + SmrGcMethodRotation = 3, +}; +enum _KHETERO_CPU_POLICY : int +{ + KHeteroCpuPolicyAll = 0, + KHeteroCpuPolicyLarge = 1, + KHeteroCpuPolicyLargeOrIdle = 2, + KHeteroCpuPolicySmall = 3, + KHeteroCpuPolicySmallOrIdle = 4, + KHeteroCpuPolicyDynamic = 5, + KHeteroCpuPolicyStaticMax = 5, + KHeteroCpuPolicyBiasedSmall = 6, + KHeteroCpuPolicyBiasedLarge = 7, + KHeteroCpuPolicyDefault = 8, + KHeteroCpuPolicyMax = 9, +}; +enum _ATOM_INFORMATION_CLASS : int +{ + AtomBasicInformation = 0, + AtomTableInformation = 1, +}; +enum _BCD_MESSAGE_TYPE : int +{ + BCD_MESSAGE_TYPE_NONE = 0, + BCD_MESSAGE_TYPE_TRACE = 1, + BCD_MESSAGE_TYPE_INFORMATION = 2, + BCD_MESSAGE_TYPE_WARNING = 3, + BCD_MESSAGE_TYPE_ERROR = 4, + BCD_MESSAGE_TYPE_MAXIMUM = 5, +}; +enum _MUTANT_INFORMATION_CLASS : int +{ + MutantBasicInformation = 0, + MutantOwnerInformation = 1, +}; +enum _SHRINK_VOLUME_REQUEST_TYPES : int +{ + ShrinkPrepare = 1, + ShrinkCommit = 2, + ShrinkAbort = 3, +}; +enum _HARDERROR_RESPONSE : int +{ + ResponseReturnToCaller = 0, + ResponseNotHandled = 1, + ResponseAbort = 2, + ResponseCancel = 3, + ResponseIgnore = 4, + ResponseNo = 5, + ResponseOk = 6, + ResponseRetry = 7, + ResponseYes = 8, + ResponseTryAgain = 9, + ResponseContinue = 10, +}; +enum _CSV_CONTROL_OP : int +{ + CsvControlStartRedirectFile = 2, + CsvControlStopRedirectFile = 3, + CsvControlQueryRedirectState = 4, + CsvControlQueryFileRevision = 6, + CsvControlQueryMdsPath = 8, + CsvControlQueryFileRevisionFileId128 = 9, + CsvControlQueryVolumeRedirectState = 10, + CsvControlEnableUSNRangeModificationTracking = 13, + CsvControlMarkHandleLocalVolumeMount = 14, + CsvControlUnmarkHandleLocalVolumeMount = 15, + CsvControlGetCsvFsMdsPathV2 = 18, + CsvControlDisableCaching = 19, + CsvControlEnableCaching = 20, + CsvControlStartForceDFO = 21, + CsvControlStopForceDFO = 22, + CsvControlQueryMdsPathNoPause = 23, + CsvControlSetVolumeId = 24, + CsvControlQueryVolumeId = 25, +}; +enum _CSVFS_DISK_CONNECTIVITY : int +{ + CsvFsDiskConnectivityNone = 0, + CsvFsDiskConnectivityMdsNodeOnly = 1, + CsvFsDiskConnectivitySubsetOfNodes = 2, + CsvFsDiskConnectivityAllNodes = 3, +}; +enum _VIRTUAL_STORAGE_BEHAVIOR_CODE : int +{ + VirtualStorageBehaviorUndefined = 0, + VirtualStorageBehaviorCacheWriteThrough = 1, + VirtualStorageBehaviorCacheWriteBack = 2, + VirtualStorageBehaviorStopIoProcessing = 3, + VirtualStorageBehaviorRestartIoProcessing = 4, +}; +enum _LMR_QUERY_INFO_CLASS : int +{ + LMRQuerySessionInfo = 1, +}; +enum _STORAGE_RESERVE_ID : int +{ + StorageReserveIdNone = 0, + StorageReserveIdHard = 1, + StorageReserveIdSoft = 2, + StorageReserveIdUpdateScratch = 3, + StorageReserveIdMax = 4, +}; +enum _FILE_STORAGE_TIER_MEDIA_TYPE : int +{ + FileStorageTierMediaTypeUnspecified = 0, + FileStorageTierMediaTypeDisk = 1, + FileStorageTierMediaTypeSsd = 2, + FileStorageTierMediaTypeScm = 4, + FileStorageTierMediaTypeMax = 5, +}; +enum _WNF_DATA_SCOPE : int +{ + WnfDataScopeSystem = 0, + WnfDataScopeSession = 1, + WnfDataScopeUser = 2, + WnfDataScopeProcess = 3, + WnfDataScopeMachine = 4, + WnfDataScopePhysicalMachine = 5, +}; +enum ETW_CONTEXT_REGISTER_TYPES : int +{ + EtwContextRegisterTypeNone = 0, + EtwContextRegisterTypeControl = 1, + EtwContextRegisterTypeInteger = 2, +}; +enum _SYSTEM_INFORMATION_CLASS : int +{ + SystemBasicInformation = 0, + SystemProcessorInformation = 1, + SystemPerformanceInformation = 2, + SystemTimeOfDayInformation = 3, + SystemPathInformation = 4, + SystemProcessInformation = 5, + SystemCallCountInformation = 6, + SystemDeviceInformation = 7, + SystemProcessorPerformanceInformation = 8, + SystemFlagsInformation = 9, + SystemCallTimeInformation = 10, + SystemModuleInformation = 11, + SystemLocksInformation = 12, + SystemStackTraceInformation = 13, + SystemPagedPoolInformation = 14, + SystemNonPagedPoolInformation = 15, + SystemHandleInformation = 16, + SystemObjectInformation = 17, + SystemPageFileInformation = 18, + SystemVdmInstemulInformation = 19, + SystemVdmBopInformation = 20, + SystemFileCacheInformation = 21, + SystemPoolTagInformation = 22, + SystemInterruptInformation = 23, + SystemDpcBehaviorInformation = 24, + SystemFullMemoryInformation = 25, + SystemLoadGdiDriverInformation = 26, + SystemUnloadGdiDriverInformation = 27, + SystemTimeAdjustmentInformation = 28, + SystemSummaryMemoryInformation = 29, + SystemMirrorMemoryInformation = 30, + SystemPerformanceTraceInformation = 31, + SystemObsolete0 = 32, + SystemExceptionInformation = 33, + SystemCrashDumpStateInformation = 34, + SystemKernelDebuggerInformation = 35, + SystemContextSwitchInformation = 36, + SystemRegistryQuotaInformation = 37, + SystemExtendServiceTableInformation = 38, + SystemPrioritySeperation = 39, + SystemVerifierAddDriverInformation = 40, + SystemVerifierRemoveDriverInformation = 41, + SystemProcessorIdleInformation = 42, + SystemLegacyDriverInformation = 43, + SystemCurrentTimeZoneInformation = 44, + SystemLookasideInformation = 45, + SystemTimeSlipNotification = 46, + SystemSessionCreate = 47, + SystemSessionDetach = 48, + SystemSessionInformation = 49, + SystemRangeStartInformation = 50, + SystemVerifierInformation = 51, + SystemVerifierThunkExtend = 52, + SystemSessionProcessInformation = 53, + SystemLoadGdiDriverInSystemSpace = 54, + SystemNumaProcessorMap = 55, + SystemPrefetcherInformation = 56, + SystemExtendedProcessInformation = 57, + SystemRecommendedSharedDataAlignment = 58, + SystemComPlusPackage = 59, + SystemNumaAvailableMemory = 60, + SystemProcessorPowerInformation = 61, + SystemEmulationBasicInformation = 62, + SystemEmulationProcessorInformation = 63, + SystemExtendedHandleInformation = 64, + SystemLostDelayedWriteInformation = 65, + SystemBigPoolInformation = 66, + SystemSessionPoolTagInformation = 67, + SystemSessionMappedViewInformation = 68, + SystemHotpatchInformation = 69, + SystemObjectSecurityMode = 70, + SystemWatchdogTimerHandler = 71, + SystemWatchdogTimerInformation = 72, + SystemLogicalProcessorInformation = 73, + SystemWow64SharedInformationObsolete = 74, + SystemRegisterFirmwareTableInformationHandler = 75, + SystemFirmwareTableInformation = 76, + SystemModuleInformationEx = 77, + SystemVerifierTriageInformation = 78, + SystemSuperfetchInformation = 79, + SystemMemoryListInformation = 80, + SystemFileCacheInformationEx = 81, + SystemThreadPriorityClientIdInformation = 82, + SystemProcessorIdleCycleTimeInformation = 83, + SystemVerifierCancellationInformation = 84, + SystemProcessorPowerInformationEx = 85, + SystemRefTraceInformation = 86, + SystemSpecialPoolInformation = 87, + SystemProcessIdInformation = 88, + SystemErrorPortInformation = 89, + SystemBootEnvironmentInformation = 90, + SystemHypervisorInformation = 91, + SystemVerifierInformationEx = 92, + SystemTimeZoneInformation = 93, + SystemImageFileExecutionOptionsInformation = 94, + SystemCoverageInformation = 95, + SystemPrefetchPatchInformation = 96, + SystemVerifierFaultsInformation = 97, + SystemSystemPartitionInformation = 98, + SystemSystemDiskInformation = 99, + SystemProcessorPerformanceDistribution = 100, + SystemNumaProximityNodeInformation = 101, + SystemDynamicTimeZoneInformation = 102, + SystemCodeIntegrityInformation = 103, + SystemProcessorMicrocodeUpdateInformation = 104, + SystemProcessorBrandString = 105, + SystemVirtualAddressInformation = 106, + SystemLogicalProcessorAndGroupInformation = 107, + SystemProcessorCycleTimeInformation = 108, + SystemStoreInformation = 109, + SystemRegistryAppendString = 110, + SystemAitSamplingValue = 111, + SystemVhdBootInformation = 112, + SystemCpuQuotaInformation = 113, + SystemNativeBasicInformation = 114, + SystemErrorPortTimeouts = 115, + SystemLowPriorityIoInformation = 116, + SystemTpmBootEntropyInformation = 117, + SystemVerifierCountersInformation = 118, + SystemPagedPoolInformationEx = 119, + SystemSystemPtesInformationEx = 120, + SystemNodeDistanceInformation = 121, + SystemAcpiAuditInformation = 122, + SystemBasicPerformanceInformation = 123, + SystemQueryPerformanceCounterInformation = 124, + SystemSessionBigPoolInformation = 125, + SystemBootGraphicsInformation = 126, + SystemScrubPhysicalMemoryInformation = 127, + SystemBadPageInformation = 128, + SystemProcessorProfileControlArea = 129, + SystemCombinePhysicalMemoryInformation = 130, + SystemEntropyInterruptTimingInformation = 131, + SystemConsoleInformation = 132, + SystemPlatformBinaryInformation = 133, + SystemPolicyInformation = 134, + SystemHypervisorProcessorCountInformation = 135, + SystemDeviceDataInformation = 136, + SystemDeviceDataEnumerationInformation = 137, + SystemMemoryTopologyInformation = 138, + SystemMemoryChannelInformation = 139, + SystemBootLogoInformation = 140, + SystemProcessorPerformanceInformationEx = 141, + SystemCriticalProcessErrorLogInformation = 142, + SystemSecureBootPolicyInformation = 143, + SystemPageFileInformationEx = 144, + SystemSecureBootInformation = 145, + SystemEntropyInterruptTimingRawInformation = 146, + SystemPortableWorkspaceEfiLauncherInformation = 147, + SystemFullProcessInformation = 148, + SystemKernelDebuggerInformationEx = 149, + SystemBootMetadataInformation = 150, + SystemSoftRebootInformation = 151, + SystemElamCertificateInformation = 152, + SystemOfflineDumpConfigInformation = 153, + SystemProcessorFeaturesInformation = 154, + SystemRegistryReconciliationInformation = 155, + SystemEdidInformation = 156, + SystemManufacturingInformation = 157, + SystemEnergyEstimationConfigInformation = 158, + SystemHypervisorDetailInformation = 159, + SystemProcessorCycleStatsInformation = 160, + SystemVmGenerationCountInformation = 161, + SystemTrustedPlatformModuleInformation = 162, + SystemKernelDebuggerFlags = 163, + SystemCodeIntegrityPolicyInformation = 164, + SystemIsolatedUserModeInformation = 165, + SystemHardwareSecurityTestInterfaceResultsInformation = 166, + SystemSingleModuleInformation = 167, + SystemAllowedCpuSetsInformation = 168, + SystemVsmProtectionInformation = 169, + SystemInterruptCpuSetsInformation = 170, + SystemSecureBootPolicyFullInformation = 171, + SystemCodeIntegrityPolicyFullInformation = 172, + SystemAffinitizedInterruptProcessorInformation = 173, + SystemRootSiloInformation = 174, + SystemCpuSetInformation = 175, + SystemCpuSetTagInformation = 176, + SystemWin32WerStartCallout = 177, + SystemSecureKernelProfileInformation = 178, + SystemCodeIntegrityPlatformManifestInformation = 179, + SystemInterruptSteeringInformation = 180, + SystemSupportedProcessorArchitectures = 181, + SystemMemoryUsageInformation = 182, + SystemCodeIntegrityCertificateInformation = 183, + SystemPhysicalMemoryInformation = 184, + SystemControlFlowTransition = 185, + SystemKernelDebuggingAllowed = 186, + SystemActivityModerationExeState = 187, + SystemActivityModerationUserSettings = 188, + SystemCodeIntegrityPoliciesFullInformation = 189, + SystemCodeIntegrityUnlockInformation = 190, + SystemIntegrityQuotaInformation = 191, + SystemFlushInformation = 192, + SystemProcessorIdleMaskInformation = 193, + SystemSecureDumpEncryptionInformation = 194, + SystemWriteConstraintInformation = 195, + SystemKernelVaShadowInformation = 196, + SystemHypervisorSharedPageInformation = 197, + SystemFirmwareBootPerformanceInformation = 198, + SystemCodeIntegrityVerificationInformation = 199, + SystemFirmwarePartitionInformation = 200, + SystemSpeculationControlInformation = 201, + SystemDmaGuardPolicyInformation = 202, + SystemEnclaveLaunchControlInformation = 203, + SystemWorkloadAllowedCpuSetsInformation = 204, + SystemCodeIntegrityUnlockModeInformation = 205, + SystemLeapSecondInformation = 206, + SystemFlags2Information = 207, + SystemSecurityModelInformation = 208, + SystemCodeIntegritySyntheticCacheInformation = 209, + SystemFeatureConfigurationInformation = 210, + SystemFeatureConfigurationSectionInformation = 211, + SystemFeatureUsageSubscriptionInformation = 212, + SystemSecureSpeculationControlInformation = 213, + SystemSpacesBootInformation = 214, + SystemFwRamdiskInformation = 215, + SystemWheaIpmiHardwareInformation = 216, + SystemDifSetRuleClassInformation = 217, + SystemDifClearRuleClassInformation = 218, + SystemDifApplyPluginVerificationOnDriver = 219, + SystemDifRemovePluginVerificationOnDriver = 220, + SystemShadowStackInformation = 221, + SystemBuildVersionInformation = 222, + SystemPoolLimitInformation = 223, + SystemCodeIntegrityAddDynamicStore = 224, + SystemCodeIntegrityClearDynamicStores = 225, + SystemDifPoolTrackingInformation = 226, + SystemPoolZeroingInformation = 227, + SystemDpcWatchdogInformation = 228, + SystemDpcWatchdogInformation2 = 229, + SystemSupportedProcessorArchitectures2 = 230, + SystemSingleProcessorRelationshipInformation = 231, + SystemXfgCheckFailureInformation = 232, + SystemIommuStateInformation = 233, + SystemHypervisorMinrootInformation = 234, + SystemHypervisorBootPagesInformation = 235, + SystemPointerAuthInformation = 236, + SystemSecureKernelDebuggerInformation = 237, + SystemOriginalImageFeatureInformation = 238, + MaxSystemInfoClass = 239, +}; +enum _DUPLICATE_EXTENTS_STATE : int +{ + FileSnapStateInactive = 0, + FileSnapStateSource = 1, + FileSnapStateTarget = 2, +}; +enum _REFS_SMR_VOLUME_GC_STATE : int +{ + SmrGcStateInactive = 0, + SmrGcStatePaused = 1, + SmrGcStateActive = 2, + SmrGcStateActiveFullSpeed = 3, +}; +enum _WAIT_TYPE : int +{ + WaitAll = 0, + WaitAny = 1, + WaitNotification = 2, +}; +enum _OBJECT_INFORMATION_CLASS : int +{ + ObjectBasicInformation = 0, + ObjectNameInformation = 1, + ObjectTypeInformation = 2, + ObjectTypesInformation = 3, + ObjectHandleFlagInformation = 4, + ObjectSessionInformation = 5, + ObjectSessionObjectInformation = 6, + MaxObjectInfoClass = 7, +}; +enum _NT_PRODUCT_TYPE : int +{ + NtProductWinNt = 1, + NtProductLanManNt = 2, + NtProductServer = 3, +}; +enum _MEMORY_WORKING_SET_EX_LOCATION : int +{ + MemoryLocationInvalid = 0, + MemoryLocationResident = 1, + MemoryLocationPagefile = 2, + MemoryLocationReserved = 3, +}; +enum _FS_BPIO_INFLAGS : int +{ + FSBPIO_INFL_None = 0, + FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY = 1, +}; +enum _FS_BPIO_OUTFLAGS : int +{ + FSBPIO_OUTFL_None = 0, + FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED = 1, + FSBPIO_OUTFL_STREAM_BYPASS_PAUSED = 2, + FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED = 4, + FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER = 8, +}; +enum _LDR_HOT_PATCH_STATE : int +{ + LdrHotPatchBaseImage = 0, + LdrHotPatchNotApplied = 1, + LdrHotPatchAppliedReverse = 2, + LdrHotPatchAppliedForward = 3, + LdrHotPatchFailedToPatch = 4, + LdrHotPatchStateMax = 5, +}; +enum WMIDPREQUESTCODE : int +{ + WMI_GET_ALL_DATA = 0, + WMI_GET_SINGLE_INSTANCE = 1, + WMI_SET_SINGLE_INSTANCE = 2, + WMI_SET_SINGLE_ITEM = 3, + WMI_ENABLE_EVENTS = 4, + WMI_DISABLE_EVENTS = 5, + WMI_ENABLE_COLLECTION = 6, + WMI_DISABLE_COLLECTION = 7, + WMI_REGINFO = 8, + WMI_EXECUTE_METHOD = 9, + WMI_CAPTURE_STATE = 10, +}; +enum _EVENT_TYPE : int +{ + NotificationEvent = 0, + SynchronizationEvent = 1, +}; +enum _ETW_PMC_COUNTER_OWNER_TYPE : int +{ + EtwPmcOwnerFree = 0, + EtwPmcOwnerUntagged = 1, + EtwPmcOwnerTagged = 2, + EtwPmcOwnerTaggedWithSource = 3, +}; +enum _TRACE_QUERY_INFO_CLASS : int +{ + TraceGuidQueryList = 0, + TraceGuidQueryInfo = 1, + TraceGuidQueryProcess = 2, + TraceStackTracingInfo = 3, + TraceSystemTraceEnableFlagsInfo = 4, + TraceSampledProfileIntervalInfo = 5, + TraceProfileSourceConfigInfo = 6, + TraceProfileSourceListInfo = 7, + TracePmcEventListInfo = 8, + TracePmcCounterListInfo = 9, + TraceSetDisallowList = 10, + TraceVersionInfo = 11, + TraceGroupQueryList = 12, + TraceGroupQueryInfo = 13, + TraceDisallowListQuery = 14, + TraceInfoReserved15 = 15, + TracePeriodicCaptureStateListInfo = 16, + TracePeriodicCaptureStateInfo = 17, + TraceProviderBinaryTracking = 18, + TraceMaxLoggersQuery = 19, + TraceLbrConfigurationInfo = 20, + TraceLbrEventListInfo = 21, + TraceMaxPmcCounterQuery = 22, + TraceStreamCount = 23, + TraceStackCachingInfo = 24, + TracePmcCounterOwners = 25, + TraceUnifiedStackCachingInfo = 26, + TracePmcSessionInformation = 27, + TraceContextRegisterInfo = 28, + MaxTraceSetInfoClass = 29, +}; +enum _ETW_PROCESS_HANDLE_INFO_TYPE : int +{ + EtwQueryPartitionInformation = 1, + EtwQueryPartitionInformationV2 = 2, + EtwQueryLastDroppedTimes = 3, + EtwQueryLogFileHeader = 4, + EtwQueryProcessHandleInfoMax = 5, +}; +enum _LDR_DLL_LOAD_REASON : int +{ + LoadReasonStaticDependency = 0, + LoadReasonStaticForwarderDependency = 1, + LoadReasonDynamicForwarderDependency = 2, + LoadReasonDelayloadDependency = 3, + LoadReasonDynamicLoad = 4, + LoadReasonAsImageLoad = 5, + LoadReasonAsDataLoad = 6, + LoadReasonEnclavePrimary = 7, + LoadReasonEnclaveDependency = 8, + LoadReasonPatchImage = 9, + LoadReasonUnknown = -1, +}; +enum _LDR_DDAG_STATE : int +{ + LdrModulesMerged = -5, + LdrModulesInitError = -4, + LdrModulesSnapError = -3, + LdrModulesUnloaded = -2, + LdrModulesUnloading = -1, + LdrModulesPlaceHolder = 0, + LdrModulesMapping = 1, + LdrModulesMapped = 2, + LdrModulesWaitingForDependencies = 3, + LdrModulesSnapping = 4, + LdrModulesSnapped = 5, + LdrModulesCondensed = 6, + LdrModulesReadyToInit = 7, + LdrModulesInitializing = 8, + LdrModulesReadyToRun = 9, +}; +enum _FILTER_BOOT_OPTION_OPERATION : int +{ + FilterBootOptionOperationOpenSystemStore = 0, + FilterBootOptionOperationSetElement = 1, + FilterBootOptionOperationDeleteElement = 2, + FilterBootOptionOperationMax = 3, +}; +enum _TIMER_INFORMATION_CLASS : int +{ + TimerBasicInformation = 0, +}; +enum _WNF_STATE_NAME_LIFETIME : int +{ + WnfWellKnownStateName = 0, + WnfPermanentStateName = 1, + WnfPersistentStateName = 2, + WnfTemporaryStateName = 3, +}; +enum _BCD_OPEN_FLAGS : int +{ + BCD_OPEN_NONE = 0, + BCD_OPEN_OPEN_STORE_OFFLINE = 1, + BCD_OPEN_SYNC_FIRMWARE_ENTRIES = 2, +}; +enum _SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS : int +{ + SystemCrashDumpDisable = 0, + SystemCrashDumpReconfigure = 1, + SystemCrashDumpInitializationComplete = 2, +}; +enum _PF_BOOT_PHASE_ID : int +{ + PfKernelInitPhase = 0, + PfBootDriverInitPhase = 90, + PfSystemDriverInitPhase = 120, + PfSessionManagerInitPhase = 150, + PfSMRegistryInitPhase = 180, + PfVideoInitPhase = 210, + PfPostVideoInitPhase = 240, + PfBootAcceptedRegistryInitPhase = 270, + PfUserShellReadyPhase = 300, + PfMaxBootPhaseId = 900, +}; +enum _WATCHDOG_HANDLER_ACTION : int +{ + WdActionSetTimeoutValue = 0, + WdActionQueryTimeoutValue = 1, + WdActionResetTimer = 2, + WdActionStopTimer = 3, + WdActionStartTimer = 4, + WdActionSetTriggerAction = 5, + WdActionQueryTriggerAction = 6, + WdActionQueryState = 7, +}; +enum _SYMBOLIC_LINK_INFO_CLASS : int +{ + SymbolicLinkGlobalInformation = 1, + SymbolicLinkAccessMask = 2, + MaxnSymbolicLinkInfoClass = 3, +}; +enum _WATCHDOG_INFORMATION_CLASS : int +{ + WdInfoTimeoutValue = 0, + WdInfoResetTimer = 1, + WdInfoStopTimer = 2, + WdInfoStartTimer = 3, + WdInfoTriggerAction = 4, + WdInfoState = 5, + WdInfoTriggerReset = 6, + WdInfoNop = 7, + WdInfoGeneratedLastReset = 8, + WdInfoInvalid = 9, +}; +enum _SYSTEM_FIRMWARE_TABLE_ACTION : int +{ + SystemFirmwareTableEnumerate = 0, + SystemFirmwareTableGet = 1, + SystemFirmwareTableMax = 2, +}; +enum _SYSTEM_MEMORY_LIST_COMMAND : int +{ + MemoryCaptureAccessedBits = 0, + MemoryCaptureAndResetAccessedBits = 1, + MemoryEmptyWorkingSets = 2, + MemoryFlushModifiedList = 3, + MemoryPurgeStandbyList = 4, + MemoryPurgeLowPriorityStandbyList = 5, + MemoryCommandMax = 6, +}; +enum _BOUNDARY_ENTRY_TYPE : int +{ + OBNS_Invalid = 0, + OBNS_Name = 1, + OBNS_SID = 2, + OBNS_IL = 3, +}; +enum _COVERAGE_REQUEST_CODES : int +{ + CoverageAllModules = 0, + CoverageSearchByHash = 1, + CoverageSearchByName = 2, +}; +enum _BcdLibrary_ConfigAccessPolicy : int +{ + ConfigAccessPolicyDefault = 0, + ConfigAccessPolicyDisallowMmConfig = 1, +}; +enum _SYSTEM_VA_TYPE : int +{ + SystemVaTypeAll = 0, + SystemVaTypeNonPagedPool = 1, + SystemVaTypePagedPool = 2, + SystemVaTypeSystemCache = 3, + SystemVaTypeSystemPtes = 4, + SystemVaTypeSessionSpace = 5, + SystemVaTypeMax = 6, +}; +enum _STORE_INFORMATION_CLASS : int +{ + StorePageRequest = 1, + StoreStatsRequest = 2, + StoreCreateRequest = 3, + StoreDeleteRequest = 4, + StoreListRequest = 5, + Available1 = 6, + StoreEmptyRequest = 7, + CacheListRequest = 8, + CacheCreateRequest = 9, + CacheDeleteRequest = 10, + CacheStoreCreateRequest = 11, + CacheStoreDeleteRequest = 12, + CacheStatsRequest = 13, + Available2 = 14, + RegistrationRequest = 15, + GlobalCacheStatsRequest = 16, + StoreResizeRequest = 17, + CacheStoreResizeRequest = 18, + SmConfigRequest = 19, + StoreHighMemoryPriorityRequest = 20, + SystemStoreTrimRequest = 21, + MemCompressionInfoRequest = 22, + ProcessStoreInfoRequest = 23, + StoreInformationMax = 24, +}; +enum _ST_STATS_LEVEL : int +{ + StStatsLevelBasic = 0, + StStatsLevelIoStats = 1, + StStatsLevelRegionSpace = 2, + StStatsLevelSpaceBitmap = 3, + StStatsLevelMax = 4, +}; +enum _IO_PRIORITY_HINT : int +{ + IoPriorityVeryLow = 0, + IoPriorityLow = 1, + IoPriorityNormal = 2, + IoPriorityHigh = 3, + IoPriorityCritical = 4, + MaxIoPriorityTypes = 5, +}; +enum _FILE_INFORMATION_CLASS : int +{ + FileDirectoryInformation = 1, + FileFullDirectoryInformation = 2, + FileBothDirectoryInformation = 3, + FileBasicInformation = 4, + FileStandardInformation = 5, + FileInternalInformation = 6, + FileEaInformation = 7, + FileAccessInformation = 8, + FileNameInformation = 9, + FileRenameInformation = 10, + FileLinkInformation = 11, + FileNamesInformation = 12, + FileDispositionInformation = 13, + FilePositionInformation = 14, + FileFullEaInformation = 15, + FileModeInformation = 16, + FileAlignmentInformation = 17, + FileAllInformation = 18, + FileAllocationInformation = 19, + FileEndOfFileInformation = 20, + FileAlternateNameInformation = 21, + FileStreamInformation = 22, + FilePipeInformation = 23, + FilePipeLocalInformation = 24, + FilePipeRemoteInformation = 25, + FileMailslotQueryInformation = 26, + FileMailslotSetInformation = 27, + FileCompressionInformation = 28, + FileObjectIdInformation = 29, + FileCompletionInformation = 30, + FileMoveClusterInformation = 31, + FileQuotaInformation = 32, + FileReparsePointInformation = 33, + FileNetworkOpenInformation = 34, + FileAttributeTagInformation = 35, + FileTrackingInformation = 36, + FileIdBothDirectoryInformation = 37, + FileIdFullDirectoryInformation = 38, + FileValidDataLengthInformation = 39, + FileShortNameInformation = 40, + FileIoCompletionNotificationInformation = 41, + FileIoStatusBlockRangeInformation = 42, + FileIoPriorityHintInformation = 43, + FileSfioReserveInformation = 44, + FileSfioVolumeInformation = 45, + FileHardLinkInformation = 46, + FileProcessIdsUsingFileInformation = 47, + FileNormalizedNameInformation = 48, + FileNetworkPhysicalNameInformation = 49, + FileIdGlobalTxDirectoryInformation = 50, + FileIsRemoteDeviceInformation = 51, + FileUnusedInformation = 52, + FileNumaNodeInformation = 53, + FileStandardLinkInformation = 54, + FileRemoteProtocolInformation = 55, + FileRenameInformationBypassAccessCheck = 56, + FileLinkInformationBypassAccessCheck = 57, + FileVolumeNameInformation = 58, + FileIdInformation = 59, + FileIdExtdDirectoryInformation = 60, + FileReplaceCompletionInformation = 61, + FileHardLinkFullIdInformation = 62, + FileIdExtdBothDirectoryInformation = 63, + FileDispositionInformationEx = 64, + FileRenameInformationEx = 65, + FileRenameInformationExBypassAccessCheck = 66, + FileDesiredStorageClassInformation = 67, + FileStatInformation = 68, + FileMemoryPartitionInformation = 69, + FileStatLxInformation = 70, + FileCaseSensitiveInformation = 71, + FileLinkInformationEx = 72, + FileLinkInformationExBypassAccessCheck = 73, + FileStorageReserveIdInformation = 74, + FileCaseSensitiveInformationForceAccessCheck = 75, + FileKnownFolderInformation = 76, + FileStatBasicInformation = 77, + FileId64ExtdDirectoryInformation = 78, + FileId64ExtdBothDirectoryInformation = 79, + FileIdAllExtdDirectoryInformation = 80, + FileIdAllExtdBothDirectoryInformation = 81, + FileMaximumInformation = 82, +}; +enum _SM_STORE_TYPE : int +{ + StoreTypeInMemory = 0, + StoreTypeFile = 1, + StoreTypeMax = 2, +}; +enum _SYSDBG_COMMAND : int +{ + SysDbgQueryModuleInformation = 0, + SysDbgQueryTraceInformation = 1, + SysDbgSetTracepoint = 2, + SysDbgSetSpecialCall = 3, + SysDbgClearSpecialCalls = 4, + SysDbgQuerySpecialCalls = 5, + SysDbgBreakPoint = 6, + SysDbgQueryVersion = 7, + SysDbgReadVirtual = 8, + SysDbgWriteVirtual = 9, + SysDbgReadPhysical = 10, + SysDbgWritePhysical = 11, + SysDbgReadControlSpace = 12, + SysDbgWriteControlSpace = 13, + SysDbgReadIoSpace = 14, + SysDbgWriteIoSpace = 15, + SysDbgReadMsr = 16, + SysDbgWriteMsr = 17, + SysDbgReadBusData = 18, + SysDbgWriteBusData = 19, + SysDbgCheckLowMemory = 20, + SysDbgEnableKernelDebugger = 21, + SysDbgDisableKernelDebugger = 22, + SysDbgGetAutoKdEnable = 23, + SysDbgSetAutoKdEnable = 24, + SysDbgGetPrintBufferSize = 25, + SysDbgSetPrintBufferSize = 26, + SysDbgGetKdUmExceptionEnable = 27, + SysDbgSetKdUmExceptionEnable = 28, + SysDbgGetTriageDump = 29, + SysDbgGetKdBlockEnable = 30, + SysDbgSetKdBlockEnable = 31, + SysDbgRegisterForUmBreakInfo = 32, + SysDbgGetUmBreakPid = 33, + SysDbgClearUmBreakPid = 34, + SysDbgGetUmAttachPid = 35, + SysDbgClearUmAttachPid = 36, + SysDbgGetLiveKernelDump = 37, + SysDbgKdPullRemoteFile = 38, + SysDbgMaxInfoClass = 39, +}; +enum _IO_SESSION_STATE : int +{ + IoSessionStateCreated = 1, + IoSessionStateInitialized = 2, + IoSessionStateConnected = 3, + IoSessionStateDisconnected = 4, + IoSessionStateDisconnectedLoggedOn = 5, + IoSessionStateLoggedOn = 6, + IoSessionStateLoggedOff = 7, + IoSessionStateTerminated = 8, + IoSessionStateMax = 9, +}; +enum _PS_CREATE_STATE : int +{ + PsCreateInitialState = 0, + PsCreateFailOnFileOpen = 1, + PsCreateFailOnSectionCreate = 2, + PsCreateFailExeFormat = 3, + PsCreateFailMachineMismatch = 4, + PsCreateFailExeName = 5, + PsCreateSuccess = 6, + PsCreateMaximumStates = 7, +}; +enum _BcdLibraryElementTypes : int +{ + BcdLibraryDevice_ApplicationDevice = 285212673, + BcdLibraryString_ApplicationPath = 301989890, + BcdLibraryString_Description = 301989892, + BcdLibraryString_PreferredLocale = 301989893, + BcdLibraryObjectList_InheritedObjects = 335544326, + BcdLibraryInteger_TruncatePhysicalMemory = 352321543, + BcdLibraryObjectList_RecoverySequence = 335544328, + BcdLibraryBoolean_AutoRecoveryEnabled = 369098761, + BcdLibraryIntegerList_BadMemoryList = 385875978, + BcdLibraryBoolean_AllowBadMemoryAccess = 369098763, + BcdLibraryInteger_FirstMegabytePolicy = 352321548, + BcdLibraryInteger_RelocatePhysicalMemory = 352321549, + BcdLibraryInteger_AvoidLowPhysicalMemory = 352321550, + BcdLibraryBoolean_TraditionalKsegMappings = 369098767, + BcdLibraryBoolean_DebuggerEnabled = 369098768, + BcdLibraryInteger_DebuggerType = 352321553, + BcdLibraryInteger_SerialDebuggerPortAddress = 352321554, + BcdLibraryInteger_SerialDebuggerPort = 352321555, + BcdLibraryInteger_SerialDebuggerBaudRate = 352321556, + BcdLibraryInteger_1394DebuggerChannel = 352321557, + BcdLibraryString_UsbDebuggerTargetName = 301989910, + BcdLibraryBoolean_DebuggerIgnoreUsermodeExceptions = 369098775, + BcdLibraryInteger_DebuggerStartPolicy = 352321560, + BcdLibraryString_DebuggerBusParameters = 301989913, + BcdLibraryInteger_DebuggerNetHostIP = 352321562, + BcdLibraryInteger_DebuggerNetPort = 352321563, + BcdLibraryBoolean_DebuggerNetDhcp = 369098780, + BcdLibraryString_DebuggerNetKey = 301989917, + BcdLibraryBoolean_DebuggerNetVM = 369098782, + BcdLibraryString_DebuggerNetHostIpv6 = 301989919, + BcdLibraryBoolean_EmsEnabled = 369098784, + BcdLibraryInteger_EmsPort = 352321570, + BcdLibraryInteger_EmsBaudRate = 352321571, + BcdLibraryString_LoadOptionsString = 301989936, + BcdLibraryBoolean_AttemptNonBcdStart = 369098801, + BcdLibraryBoolean_DisplayAdvancedOptions = 369098816, + BcdLibraryBoolean_DisplayOptionsEdit = 369098817, + BcdLibraryInteger_FVEKeyRingAddress = 352321602, + BcdLibraryDevice_BsdLogDevice = 285212739, + BcdLibraryString_BsdLogPath = 301989956, + BcdLibraryBoolean_BsdPreserveLog = 369098821, + BcdLibraryBoolean_GraphicsModeDisabled = 369098822, + BcdLibraryInteger_ConfigAccessPolicy = 352321607, + BcdLibraryBoolean_DisableIntegrityChecks = 369098824, + BcdLibraryBoolean_AllowPrereleaseSignatures = 369098825, + BcdLibraryString_FontPath = 301989962, + BcdLibraryInteger_SiPolicy = 352321611, + BcdLibraryInteger_FveBandId = 352321612, + BcdLibraryBoolean_ConsoleExtendedInput = 369098832, + BcdLibraryInteger_InitialConsoleInput = 352321617, + BcdLibraryInteger_GraphicsResolution = 352321618, + BcdLibraryBoolean_RestartOnFailure = 369098835, + BcdLibraryBoolean_GraphicsForceHighestMode = 369098836, + BcdLibraryBoolean_IsolatedExecutionContext = 369098848, + BcdLibraryInteger_BootUxDisplayMessage = 352321637, + BcdLibraryInteger_BootUxDisplayMessageOverride = 352321638, + BcdLibraryBoolean_BootUxLogoDisable = 369098855, + BcdLibraryBoolean_BootUxTextDisable = 369098856, + BcdLibraryBoolean_BootUxProgressDisable = 369098857, + BcdLibraryBoolean_BootUxFadeDisable = 369098858, + BcdLibraryBoolean_BootUxReservePoolDebug = 369098859, + BcdLibraryBoolean_BootUxDisable = 369098860, + BcdLibraryInteger_BootUxFadeFrames = 352321645, + BcdLibraryBoolean_BootUxDumpStats = 369098862, + BcdLibraryBoolean_BootUxShowStats = 369098863, + BcdLibraryBoolean_MultiBootSystem = 369098865, + BcdLibraryBoolean_ForceNoKeyboard = 369098866, + BcdLibraryInteger_AliasWindowsKey = 352321651, + BcdLibraryBoolean_BootShutdownDisabled = 369098868, + BcdLibraryInteger_PerformanceFrequency = 352321653, + BcdLibraryInteger_SecurebootRawPolicy = 352321654, + BcdLibraryIntegerList_AllowedInMemorySettings = 352321655, + BcdLibraryInteger_BootUxBitmapTransitionTime = 352321657, + BcdLibraryBoolean_TwoBootImages = 369098874, + BcdLibraryBoolean_ForceFipsCrypto = 369098875, + BcdLibraryInteger_BootErrorUx = 352321661, + BcdLibraryBoolean_AllowFlightSignatures = 369098878, + BcdLibraryInteger_BootMeasurementLogFormat = 352321663, + BcdLibraryInteger_DisplayRotation = 352321664, + BcdLibraryInteger_LogControl = 352321665, + BcdLibraryBoolean_NoFirmwareSync = 369098882, + BcdLibraryDevice_WindowsSystemDevice = 285212804, + BcdLibraryBoolean_NumLockOn = 369098887, + BcdLibraryString_AdditionalCiPolicy = 301990024, +}; +enum _BCD_FLAGS : int +{ + BCD_FLAG_NONE = 0, + BCD_FLAG_QUALIFIED_PARTITION = 1, + BCD_FLAG_NO_DEVICE_TRANSLATION = 2, + BCD_FLAG_ENUMERATE_INHERITED_OBJECTS = 4, + BCD_FLAG_ENUMERATE_DEVICE_OPTIONS = 8, + BCD_FLAG_OBSERVE_PRECEDENCE = 16, + BCD_FLAG_DISABLE_VHD_NT_TRANSLATION = 32, + BCD_FLAG_DISABLE_VHD_DEVICE_DETECTION = 64, + BCD_FLAG_DISABLE_POLICY_CHECKS = 128, +}; +enum _PFS_PRIVATE_PAGE_SOURCE_TYPE : int +{ + PfsPrivateSourceKernel = 0, + PfsPrivateSourceSession = 1, + PfsPrivateSourceProcess = 2, + PfsPrivateSourceMax = 3, +}; +enum _SHUTDOWN_ACTION : int +{ + ShutdownNoReboot = 0, + ShutdownReboot = 1, + ShutdownPowerOff = 2, + ShutdownRebootForRecovery = 3, +}; +enum _SM_STORE_MANAGER_TYPE : int +{ + SmStoreManagerTypePhysical = 0, + SmStoreManagerTypeVirtual = 1, + SmStoreManagerTypeMax = 2, +}; +enum _FILE_KNOWN_FOLDER_TYPE : int +{ + KnownFolderNone = 0, + KnownFolderDesktop = 1, + KnownFolderDocuments = 2, + KnownFolderDownloads = 3, + KnownFolderMusic = 4, + KnownFolderPictures = 5, + KnownFolderVideos = 6, + KnownFolderOther = 7, + KnownFolderMax = 7, +}; +enum _PF_EVENT_TYPE : int +{ + PfEventTypeImageLoad = 0, + PfEventTypeAppLaunch = 1, + PfEventTypeStartTrace = 2, + PfEventTypeEndTrace = 3, + PfEventTypeTimestamp = 4, + PfEventTypeOperation = 5, + PfEventTypeRepurpose = 6, + PfEventTypeForegroundProcess = 7, + PfEventTypeTimeRange = 8, + PfEventTypeUserInput = 9, + PfEventTypeFileAccess = 10, + PfEventTypeUnmap = 11, + PfEventTypeUtilization = 11, + PfEventTypeMemInfo = 12, + PfEventTypeFileDelete = 13, + PfEventTypeAppExit = 14, + PfEventTypeSystemTime = 15, + PfEventTypePower = 16, + PfEventTypeSessionChange = 17, + PfEventTypeHardFaultTimeStamp = 18, + PfEventTypeVirtualFree = 19, + PfEventTypePerfInfo = 20, + PfEventTypeProcessSnapshot = 21, + PfEventTypeUserSnapshot = 22, + PfEventTypeStreamSequenceNumber = 23, + PfEventTypeFileTruncate = 24, + PfEventTypeFileRename = 25, + PfEventTypeFileCreate = 26, + PfEventTypeAgCxContext = 27, + PfEventTypePowerAction = 28, + PfEventTypeHardFaultTS = 29, + PfEventTypeRobustInfo = 30, + PfEventTypeFileDefrag = 31, + PfEventTypeMax = 32, +}; +enum _BCD_OBJECT_TYPE : int +{ + BCD_OBJECT_TYPE_NONE = 0, + BCD_OBJECT_TYPE_APPLICATION = 1, + BCD_OBJECT_TYPE_INHERITED = 2, + BCD_OBJECT_TYPE_DEVICE = 3, +}; +enum _PF_ROBUSTNESS_CONTROL_COMMAND : int +{ + PfRpControlUpdate = 0, + PfRpControlReset = 1, + PfRpControlRobustAllStart = 2, + PfRpControlRobustAllStop = 3, + PfRpControlCommandMax = 4, +}; +enum _TPM_BOOT_ENTROPY_RESULT_CODE : int +{ + TpmBootEntropyStructureUninitialized = 0, + TpmBootEntropyDisabledByPolicy = 1, + TpmBootEntropyNoTpmFound = 2, + TpmBootEntropyTpmError = 3, + TpmBootEntropySuccess = 4, +}; +enum _BCD_COPY_FLAGS : int +{ + BCD_COPY_NONE = 0, + BCD_COPY_COPY_CREATE_NEW_OBJECT_IDENTIFIER = 1, + BCD_COPY_COPY_DELETE_EXISTING_OBJECT = 2, + BCD_COPY_COPY_UNKNOWN_FIRMWARE_APPLICATION = 4, + BCD_COPY_IGNORE_SETUP_TEMPLATE_ELEMENTS = 8, + BCD_COPY_RETAIN_ELEMENT_DATA = 16, + BCD_COPY_MIGRATE_ELEMENT_DATA = 32, +}; +enum _SYSTEM_PIXEL_FORMAT : int +{ + SystemPixelFormatUnknown = 0, + SystemPixelFormatR8G8B8 = 1, + SystemPixelFormatR8G8B8X8 = 2, + SystemPixelFormatB8G8R8 = 3, + SystemPixelFormatB8G8R8X8 = 4, +}; +enum _ALTERNATIVE_ARCHITECTURE_TYPE : int +{ + StandardDesign = 0, + NEC98x86 = 1, + EndAlternatives = 2, +}; +enum _PROCESS_WORKING_SET_OPERATION : int +{ + ProcessWorkingSetSwap = 0, + ProcessWorkingSetEmpty = 1, + ProcessWorkingSetOperationMax = 2, +}; +enum _BCD_APPLICATION_IMAGE_TYPE : int +{ + BCD_APPLICATION_IMAGE_NONE = 0, + BCD_APPLICATION_IMAGE_FIRMWARE_APPLICATION = 1, + BCD_APPLICATION_IMAGE_BOOT_APPLICATION = 2, + BCD_APPLICATION_IMAGE_LEGACY_LOADER = 3, + BCD_APPLICATION_IMAGE_REALMODE_CODE = 4, +}; +enum _PS_PROTECTED_SIGNER : int +{ + PsProtectedSignerNone = 0, + PsProtectedSignerAuthenticode = 1, + PsProtectedSignerCodeGen = 2, + PsProtectedSignerAntimalware = 3, + PsProtectedSignerLsa = 4, + PsProtectedSignerWindows = 5, + PsProtectedSignerWinTcb = 6, + PsProtectedSignerWinSystem = 7, + PsProtectedSignerApp = 8, + PsProtectedSignerMax = 9, +}; +enum _MEMORY_PHYSICAL_CONTIGUITY_UNIT_STATE : int +{ + MemoryNotContiguous = 0, + MemoryAlignedAndContiguous = 1, + MemoryNotResident = 2, + MemoryNotEligibleToMakeContiguous = 3, + MemoryContiguityStateMax = 4, +}; +enum _VIRTUAL_MEMORY_INFORMATION_CLASS : int +{ + VmPrefetchInformation = 0, + VmPagePriorityInformation = 1, + VmCfgCallTargetInformation = 2, + VmPageDirtyStateInformation = 3, + VmImageHotPatchInformation = 4, + VmPhysicalContiguityInformation = 5, + VmVirtualMachinePrepopulateInformation = 6, + VmRemoveFromWorkingSetInformation = 7, + MaxVmInfoClass = 8, +}; +enum _SYSTEM_PROCESS_CLASSIFICATION : int +{ + SystemProcessClassificationNormal = 0, + SystemProcessClassificationSystem = 1, + SystemProcessClassificationSecureSystem = 2, + SystemProcessClassificationMemCompression = 3, + SystemProcessClassificationRegistry = 4, + SystemProcessClassificationMaximum = 5, +}; +enum _BcdOSLoader_PAEPolicy : int +{ + PaePolicyDefault = 0, + PaePolicyForceEnable = 1, + PaePolicyForceDisable = 2, +}; +enum _SYSTEM_ACTIVITY_MODERATION_APP_TYPE : int +{ + SystemActivityModerationAppTypeClassic = 0, + SystemActivityModerationAppTypePackaged = 1, + MaxSystemActivityModerationAppType = 2, +}; +enum _BcdTemplateElementTypes : int +{ + BcdSetupInteger_DeviceType = 1157627905, + BcdSetupString_ApplicationRelativePath = 1107296258, + BcdSetupString_RamdiskDeviceRelativePath = 1107296259, + BcdSetupBoolean_OmitOsLoaderElements = 1174405124, + BcdSetupIntegerList_ElementsToMigrateList = 1191182342, + BcdSetupBoolean_RecoveryOs = 1174405136, +}; +enum _HARDERROR_RESPONSE_OPTION : int +{ + OptionAbortRetryIgnore = 0, + OptionOk = 1, + OptionOkCancel = 2, + OptionRetryCancel = 3, + OptionYesNo = 4, + OptionYesNoCancel = 5, + OptionShutdownSystem = 6, + OptionOkNoWait = 7, + OptionCancelTryContinue = 8, +}; +enum _BcdBootMgrElementTypes : int +{ + BcdBootMgrObjectList_DisplayOrder = 603979777, + BcdBootMgrObjectList_BootSequence = 603979778, + BcdBootMgrObject_DefaultObject = 587202563, + BcdBootMgrInteger_Timeout = 620756996, + BcdBootMgrBoolean_AttemptResume = 637534213, + BcdBootMgrObject_ResumeObject = 587202566, + BcdBootMgrObjectList_StartupSequence = 603979783, + BcdBootMgrObjectList_ToolsDisplayOrder = 603979792, + BcdBootMgrBoolean_DisplayBootMenu = 637534240, + BcdBootMgrBoolean_NoErrorDisplay = 637534241, + BcdBootMgrDevice_BcdDevice = 553648162, + BcdBootMgrString_BcdFilePath = 570425379, + BcdBootMgrBoolean_HormEnabled = 637534244, + BcdBootMgrBoolean_HiberRoot = 637534245, + BcdBootMgrString_PasswordOverride = 570425382, + BcdBootMgrString_PinpassPhraseOverride = 570425383, + BcdBootMgrBoolean_ProcessCustomActionsFirst = 637534248, + BcdBootMgrIntegerList_CustomActionsList = 654311472, + BcdBootMgrBoolean_PersistBootSequence = 637534257, + BcdBootMgrBoolean_SkipStartupSequence = 637534258, +}; +enum _SYSTEM_ACTIVITY_MODERATION_STATE : int +{ + SystemActivityModerationStateSystemManaged = 0, + SystemActivityModerationStateUserManagedAllowThrottling = 1, + SystemActivityModerationStateUserManagedDisableThrottling = 2, + MaxSystemActivityModerationState = 3, +}; +enum _BcdLibrary_DebuggerType : int +{ + DebuggerSerial = 0, + Debugger1394 = 1, + DebuggerUsb = 2, + DebuggerNet = 3, + DebuggerLocal = 4, +}; +enum _SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS : int +{ + SeSafeOpenExperienceNone = 0, + SeSafeOpenExperienceCalled = 1, + SeSafeOpenExperienceAppRepCalled = 2, + SeSafeOpenExperiencePromptDisplayed = 4, + SeSafeOpenExperienceUAC = 8, + SeSafeOpenExperienceUninstaller = 16, + SeSafeOpenExperienceIgnoreUnknownOrBad = 32, + SeSafeOpenExperienceDefenderTrustedInstaller = 64, + SeSafeOpenExperienceMOTWPresent = 128, + SeSafeOpenExperienceElevatedNoPropagation = 256, +}; +enum _PROCESS_TLS_INFORMATION_TYPE : int +{ + ProcessTlsReplaceIndex = 0, + ProcessTlsReplaceVector = 1, + MaxProcessTlsOperation = 2, +}; +enum _SYSTEM_IOMMU_STATE : int +{ + IommuStateBlock = 0, + IommuStateUnblock = 1, +}; +enum _PARTITION_INFORMATION_CLASS : int +{ + SystemMemoryPartitionInformation = 0, + SystemMemoryPartitionMoveMemory = 1, + SystemMemoryPartitionAddPagefile = 2, + SystemMemoryPartitionCombineMemory = 3, + SystemMemoryPartitionInitialAddMemory = 4, + SystemMemoryPartitionGetMemoryEvents = 5, + SystemMemoryPartitionSetAttributes = 6, + SystemMemoryPartitionNodeInformation = 7, + SystemMemoryPartitionCreateLargePages = 8, + SystemMemoryPartitionDedicatedMemoryInformation = 9, + SystemMemoryPartitionOpenDedicatedMemory = 10, + SystemMemoryPartitionMemoryChargeAttributes = 11, + SystemMemoryPartitionClearAttributes = 12, + SystemMemoryPartitionSetMemoryThresholds = 13, + SystemMemoryPartitionMax = 14, +}; +enum _INTERFACE_TYPE : int +{ + InterfaceTypeUndefined = -1, + Internal = 0, + Isa = 1, + Eisa = 2, + MicroChannel = 3, + TurboChannel = 4, + PCIBus = 5, + VMEBus = 6, + NuBus = 7, + PCMCIABus = 8, + CBus = 9, + MPIBus = 10, + MPSABus = 11, + ProcessorInternal = 12, + InternalPowerBus = 13, + PNPISABus = 14, + PNPBus = 15, + Vmcs = 16, + ACPIBus = 17, + MaximumInterfaceType = 18, +}; +enum BcdLibrary_SafeBoot : int +{ + SafemodeMinimal = 0, + SafemodeNetwork = 1, + SafemodeDsRepair = 2, +}; +enum _PS_STD_HANDLE_STATE : int +{ + PsNeverDuplicate = 0, + PsRequestDuplicate = 1, + PsAlwaysDuplicate = 2, + PsMaxStdHandleStates = 3, +}; +enum _SECTION_INHERIT : int +{ + ViewShare = 1, + ViewUnmap = 2, +}; +enum _BcdOSLoader_NxPolicy : int +{ + NxPolicyOptIn = 0, + NxPolicyOptOut = 1, + NxPolicyAlwaysOff = 2, + NxPolicyAlwaysOn = 3, +}; +enum _MEMORY_INFORMATION_CLASS : int +{ + MemoryBasicInformation = 0, + MemoryWorkingSetInformation = 1, + MemoryMappedFilenameInformation = 2, + MemoryRegionInformation = 3, + MemoryWorkingSetExInformation = 4, + MemorySharedCommitInformation = 5, + MemoryImageInformation = 6, + MemoryRegionInformationEx = 7, + MemoryPrivilegedBasicInformation = 8, + MemoryEnclaveImageInformation = 9, + MemoryBasicInformationCapped = 10, + MemoryPhysicalContiguityInformation = 11, + MemoryBadInformation = 12, + MemoryBadInformationAllProcesses = 13, + MaxMemoryInfoClass = 14, +}; +enum _BCD_IMPORT_FLAGS : int +{ + BCD_IMPORT_NONE = 0, + BCD_IMPORT_DELETE_FIRMWARE_OBJECTS = 1, +}; +enum _BcdLibrary_UxDisplayMessageType : int +{ + DisplayMessageTypeDefault = 0, + DisplayMessageTypeResume = 1, + DisplayMessageTypeHyperV = 2, + DisplayMessageTypeRecovery = 3, + DisplayMessageTypeStartupRepair = 4, + DisplayMessageTypeSystemImageRecovery = 5, + DisplayMessageTypeCommandPrompt = 6, + DisplayMessageTypeSystemRestore = 7, + DisplayMessageTypePushButtonReset = 8, +}; +enum _BCD_INHERITED_CLASS_TYPE : int +{ + BCD_INHERITED_CLASS_NONE = 0, + BCD_INHERITED_CLASS_LIBRARY = 1, + BCD_INHERITED_CLASS_APPLICATION = 2, + BCD_INHERITED_CLASS_DEVICE = 3, +}; +enum _BCD_ELEMENT_DATATYPE_FORMAT : int +{ + BCD_ELEMENT_DATATYPE_FORMAT_UNKNOWN = 0, + BCD_ELEMENT_DATATYPE_FORMAT_DEVICE = 1, + BCD_ELEMENT_DATATYPE_FORMAT_STRING = 2, + BCD_ELEMENT_DATATYPE_FORMAT_OBJECT = 3, + BCD_ELEMENT_DATATYPE_FORMAT_OBJECTLIST = 4, + BCD_ELEMENT_DATATYPE_FORMAT_INTEGER = 5, + BCD_ELEMENT_DATATYPE_FORMAT_BOOLEAN = 6, + BCD_ELEMENT_DATATYPE_FORMAT_INTEGERLIST = 7, + BCD_ELEMENT_DATATYPE_FORMAT_BINARY = 8, +}; +enum _BCD_ELEMENT_DATATYPE_CLASS : int +{ + BCD_ELEMENT_DATATYPE_CLASS_NONE = 0, + BCD_ELEMENT_DATATYPE_CLASS_LIBRARY = 1, + BCD_ELEMENT_DATATYPE_CLASS_APPLICATION = 2, + BCD_ELEMENT_DATATYPE_CLASS_DEVICE = 3, + BCD_ELEMENT_DATATYPE_CLASS_SETUPTEMPLATE = 4, + BCD_ELEMENT_DATATYPE_CLASS_OEM = 5, +}; +enum _BcdLibrary_FirstMegabytePolicy : int +{ + FirstMegabytePolicyUseNone = 0, + FirstMegabytePolicyUseAll = 1, + FirstMegabytePolicyUsePrivate = 2, +}; +enum _BcdOSLoader_BootStatusPolicy : int +{ + BootStatusPolicyDisplayAllFailures = 0, + BootStatusPolicyIgnoreAllFailures = 1, + BootStatusPolicyIgnoreShutdownFailures = 2, + BootStatusPolicyIgnoreBootFailures = 3, + BootStatusPolicyIgnoreCheckpointFailures = 4, + BootStatusPolicyDisplayShutdownFailures = 5, + BootStatusPolicyDisplayBootFailures = 6, + BootStatusPolicyDisplayCheckpointFailures = 7, +}; +enum _BcdOSLoaderElementTypes : int +{ + BcdOSLoaderDevice_OSDevice = 553648129, + BcdOSLoaderString_SystemRoot = 570425346, + BcdOSLoaderObject_AssociatedResumeObject = 587202563, + BcdOSLoaderBoolean_StampDisks = 637534212, + BcdOSLoaderBoolean_DetectKernelAndHal = 637534224, + BcdOSLoaderString_KernelPath = 570425361, + BcdOSLoaderString_HalPath = 570425362, + BcdOSLoaderString_DbgTransportPath = 570425363, + BcdOSLoaderInteger_NxPolicy = 620757024, + BcdOSLoaderInteger_PAEPolicy = 620757025, + BcdOSLoaderBoolean_WinPEMode = 637534242, + BcdOSLoaderBoolean_DisableCrashAutoReboot = 637534244, + BcdOSLoaderBoolean_UseLastGoodSettings = 637534245, + BcdOSLoaderBoolean_DisableCodeIntegrityChecks = 637534246, + BcdOSLoaderBoolean_AllowPrereleaseSignatures = 637534247, + BcdOSLoaderBoolean_NoLowMemory = 637534256, + BcdOSLoaderInteger_RemoveMemory = 620757041, + BcdOSLoaderInteger_IncreaseUserVa = 620757042, + BcdOSLoaderInteger_PerformaceDataMemory = 620757043, + BcdOSLoaderBoolean_UseVgaDriver = 637534272, + BcdOSLoaderBoolean_DisableBootDisplay = 637534273, + BcdOSLoaderBoolean_DisableVesaBios = 637534274, + BcdOSLoaderBoolean_DisableVgaMode = 637534275, + BcdOSLoaderInteger_ClusterModeAddressing = 620757072, + BcdOSLoaderBoolean_UsePhysicalDestination = 637534289, + BcdOSLoaderInteger_RestrictApicCluster = 620757074, + BcdOSLoaderString_OSLoaderTypeEVStore = 570425427, + BcdOSLoaderBoolean_UseLegacyApicMode = 637534292, + BcdOSLoaderInteger_X2ApicPolicy = 620757077, + BcdOSLoaderBoolean_UseBootProcessorOnly = 637534304, + BcdOSLoaderInteger_NumberOfProcessors = 620757089, + BcdOSLoaderBoolean_ForceMaximumProcessors = 637534306, + BcdOSLoaderBoolean_ProcessorConfigurationFlags = 620757091, + BcdOSLoaderBoolean_MaximizeGroupsCreated = 637534308, + BcdOSLoaderBoolean_ForceGroupAwareness = 637534309, + BcdOSLoaderInteger_GroupSize = 620757094, + BcdOSLoaderInteger_UseFirmwarePciSettings = 637534320, + BcdOSLoaderInteger_MsiPolicy = 620757105, + BcdOSLoaderInteger_PciExpressPolicy = 620757106, + BcdOSLoaderInteger_SafeBoot = 620757120, + BcdOSLoaderBoolean_SafeBootAlternateShell = 637534337, + BcdOSLoaderBoolean_BootLogInitialization = 637534352, + BcdOSLoaderBoolean_VerboseObjectLoadMode = 637534353, + BcdOSLoaderBoolean_KernelDebuggerEnabled = 637534368, + BcdOSLoaderBoolean_DebuggerHalBreakpoint = 637534369, + BcdOSLoaderBoolean_UsePlatformClock = 637534370, + BcdOSLoaderBoolean_ForceLegacyPlatform = 637534371, + BcdOSLoaderBoolean_UsePlatformTick = 637534372, + BcdOSLoaderBoolean_DisableDynamicTick = 637534373, + BcdOSLoaderInteger_TscSyncPolicy = 620757158, + BcdOSLoaderBoolean_EmsEnabled = 637534384, + BcdOSLoaderInteger_ForceFailure = 620757184, + BcdOSLoaderInteger_DriverLoadFailurePolicy = 620757185, + BcdOSLoaderInteger_BootMenuPolicy = 620757186, + BcdOSLoaderBoolean_AdvancedOptionsOneTime = 637534403, + BcdOSLoaderBoolean_OptionsEditOneTime = 637534404, + BcdOSLoaderInteger_BootStatusPolicy = 620757216, + BcdOSLoaderBoolean_DisableElamDrivers = 637534433, + BcdOSLoaderInteger_HypervisorLaunchType = 620757232, + BcdOSLoaderString_HypervisorPath = 620757233, + BcdOSLoaderBoolean_HypervisorDebuggerEnabled = 637534450, + BcdOSLoaderInteger_HypervisorDebuggerType = 620757235, + BcdOSLoaderInteger_HypervisorDebuggerPortNumber = 620757236, + BcdOSLoaderInteger_HypervisorDebuggerBaudrate = 620757237, + BcdOSLoaderInteger_HypervisorDebugger1394Channel = 620757238, + BcdOSLoaderInteger_BootUxPolicy = 620757239, + BcdOSLoaderInteger_HypervisorSlatDisabled = 570425592, + BcdOSLoaderString_HypervisorDebuggerBusParams = 570425593, + BcdOSLoaderInteger_HypervisorNumProc = 620757242, + BcdOSLoaderInteger_HypervisorRootProcPerNode = 620757243, + BcdOSLoaderBoolean_HypervisorUseLargeVTlb = 637534460, + BcdOSLoaderInteger_HypervisorDebuggerNetHostIp = 620757245, + BcdOSLoaderInteger_HypervisorDebuggerNetHostPort = 620757246, + BcdOSLoaderInteger_HypervisorDebuggerPages = 620757247, + BcdOSLoaderInteger_TpmBootEntropyPolicy = 620757248, + BcdOSLoaderString_HypervisorDebuggerNetKey = 570425616, + BcdOSLoaderString_HypervisorProductSkuType = 570425618, + BcdOSLoaderInteger_HypervisorRootProc = 570425619, + BcdOSLoaderBoolean_HypervisorDebuggerNetDhcp = 637534484, + BcdOSLoaderInteger_HypervisorIommuPolicy = 620757269, + BcdOSLoaderBoolean_HypervisorUseVApic = 637534486, + BcdOSLoaderString_HypervisorLoadOptions = 570425623, + BcdOSLoaderInteger_HypervisorMsrFilterPolicy = 620757272, + BcdOSLoaderInteger_HypervisorMmioNxPolicy = 620757273, + BcdOSLoaderInteger_HypervisorSchedulerType = 620757274, + BcdOSLoaderString_HypervisorRootProcNumaNodes = 570425627, + BcdOSLoaderInteger_HypervisorPerfmon = 620757276, + BcdOSLoaderInteger_HypervisorRootProcPerCore = 620757277, + BcdOSLoaderString_HypervisorRootProcNumaNodeLps = 570425630, + BcdOSLoaderInteger_XSavePolicy = 620757280, + BcdOSLoaderInteger_XSaveAddFeature0 = 620757281, + BcdOSLoaderInteger_XSaveAddFeature1 = 620757282, + BcdOSLoaderInteger_XSaveAddFeature2 = 620757283, + BcdOSLoaderInteger_XSaveAddFeature3 = 620757284, + BcdOSLoaderInteger_XSaveAddFeature4 = 620757285, + BcdOSLoaderInteger_XSaveAddFeature5 = 620757286, + BcdOSLoaderInteger_XSaveAddFeature6 = 620757287, + BcdOSLoaderInteger_XSaveAddFeature7 = 620757288, + BcdOSLoaderInteger_XSaveRemoveFeature = 620757289, + BcdOSLoaderInteger_XSaveProcessorsMask = 620757290, + BcdOSLoaderInteger_XSaveDisable = 620757291, + BcdOSLoaderInteger_KernelDebuggerType = 620757292, + BcdOSLoaderString_KernelDebuggerBusParameters = 570425645, + BcdOSLoaderInteger_KernelDebuggerPortAddress = 620757294, + BcdOSLoaderInteger_KernelDebuggerPortNumber = 620757295, + BcdOSLoaderInteger_ClaimedTpmCounter = 620757296, + BcdOSLoaderInteger_KernelDebugger1394Channel = 620757297, + BcdOSLoaderString_KernelDebuggerUsbTargetname = 570425650, + BcdOSLoaderInteger_KernelDebuggerNetHostIp = 620757299, + BcdOSLoaderInteger_KernelDebuggerNetHostPort = 620757300, + BcdOSLoaderBoolean_KernelDebuggerNetDhcp = 637534517, + BcdOSLoaderString_KernelDebuggerNetKey = 570425654, + BcdOSLoaderString_IMCHiveName = 570425655, + BcdOSLoaderDevice_IMCDevice = 553648440, + BcdOSLoaderInteger_KernelDebuggerBaudrate = 620757305, + BcdOSLoaderString_ManufacturingMode = 570425664, + BcdOSLoaderBoolean_EventLoggingEnabled = 637534529, + BcdOSLoaderInteger_VsmLaunchType = 620757314, + BcdOSLoaderInteger_HypervisorEnforcedCodeIntegrity = 620757316, + BcdOSLoaderBoolean_DtraceEnabled = 637534533, + BcdOSLoaderDevice_SystemDataDevice = 553648464, + BcdOSLoaderDevice_OsArcDevice = 553648465, + BcdOSLoaderDevice_OsDataDevice = 553648467, + BcdOSLoaderDevice_BspDevice = 553648468, + BcdOSLoaderDevice_BspFilepath = 553648469, + BcdOSLoaderString_KernelDebuggerNetHostIpv6 = 570425686, + BcdOSLoaderString_HypervisorDebuggerNetHostIpv6 = 570425697, +}; +enum _SECTION_INFORMATION_CLASS : int +{ + SectionBasicInformation = 0, + SectionImageInformation = 1, + SectionRelocationInformation = 2, + SectionOriginalBaseInformation = 3, + SectionInternalImageInformation = 4, + MaxSectionInfoClass = 5, +}; +enum _SUBSYSTEM_INFORMATION_TYPE : int +{ + SubsystemInformationTypeWin32 = 0, + SubsystemInformationTypeWSL = 1, + MaxSubsystemInformationType = 2, +}; +enum _DIRECTORY_NOTIFY_INFORMATION_CLASS : int +{ + DirectoryNotifyInformation = 1, + DirectoryNotifyExtendedInformation = 2, + DirectoryNotifyFullInformation = 3, + DirectoryNotifyMaximumInformation = 4, +}; +enum _PS_MITIGATION_OPTION : int +{ + PS_MITIGATION_OPTION_NX = 0, + PS_MITIGATION_OPTION_SEHOP = 1, + PS_MITIGATION_OPTION_FORCE_RELOCATE_IMAGES = 2, + PS_MITIGATION_OPTION_HEAP_TERMINATE = 3, + PS_MITIGATION_OPTION_BOTTOM_UP_ASLR = 4, + PS_MITIGATION_OPTION_HIGH_ENTROPY_ASLR = 5, + PS_MITIGATION_OPTION_STRICT_HANDLE_CHECKS = 6, + PS_MITIGATION_OPTION_WIN32K_SYSTEM_CALL_DISABLE = 7, + PS_MITIGATION_OPTION_EXTENSION_POINT_DISABLE = 8, + PS_MITIGATION_OPTION_PROHIBIT_DYNAMIC_CODE = 9, + PS_MITIGATION_OPTION_CONTROL_FLOW_GUARD = 10, + PS_MITIGATION_OPTION_BLOCK_NON_MICROSOFT_BINARIES = 11, + PS_MITIGATION_OPTION_FONT_DISABLE = 12, + PS_MITIGATION_OPTION_IMAGE_LOAD_NO_REMOTE = 13, + PS_MITIGATION_OPTION_IMAGE_LOAD_NO_LOW_LABEL = 14, + PS_MITIGATION_OPTION_IMAGE_LOAD_PREFER_SYSTEM32 = 15, + PS_MITIGATION_OPTION_RETURN_FLOW_GUARD = 16, + PS_MITIGATION_OPTION_LOADER_INTEGRITY_CONTINUITY = 17, + PS_MITIGATION_OPTION_STRICT_CONTROL_FLOW_GUARD = 18, + PS_MITIGATION_OPTION_RESTRICT_SET_THREAD_CONTEXT = 19, + PS_MITIGATION_OPTION_ROP_STACKPIVOT = 20, + PS_MITIGATION_OPTION_ROP_CALLER_CHECK = 21, + PS_MITIGATION_OPTION_ROP_SIMEXEC = 22, + PS_MITIGATION_OPTION_EXPORT_ADDRESS_FILTER = 23, + PS_MITIGATION_OPTION_EXPORT_ADDRESS_FILTER_PLUS = 24, + PS_MITIGATION_OPTION_RESTRICT_CHILD_PROCESS_CREATION = 25, + PS_MITIGATION_OPTION_IMPORT_ADDRESS_FILTER = 26, + PS_MITIGATION_OPTION_MODULE_TAMPERING_PROTECTION = 27, + PS_MITIGATION_OPTION_RESTRICT_INDIRECT_BRANCH_PREDICTION = 28, + PS_MITIGATION_OPTION_SPECULATIVE_STORE_BYPASS_DISABLE = 29, + PS_MITIGATION_OPTION_ALLOW_DOWNGRADE_DYNAMIC_CODE_POLICY = 30, + PS_MITIGATION_OPTION_CET_USER_SHADOW_STACKS = 31, + PS_MITIGATION_OPTION_USER_CET_SET_CONTEXT_IP_VALIDATION = 32, + PS_MITIGATION_OPTION_BLOCK_NON_CET_BINARIES = 33, + PS_MITIGATION_OPTION_CET_DYNAMIC_APIS_OUT_OF_PROC_ONLY = 34, + PS_MITIGATION_OPTION_REDIRECTION_TRUST = 35, + PS_MITIGATION_OPTION_RESTRICT_CORE_SHARING = 36, +}; +enum _JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS : int +{ + JOBOBJECT_PAGE_PRIORITY_LIMIT_ENABLE = 1, + JOBOBJECT_PAGE_PRIORITY_LIMIT_VALID_FLAGS = 1, +}; +enum _THREADINFOCLASS : int +{ + ThreadBasicInformation = 0, + ThreadTimes = 1, + ThreadPriority = 2, + ThreadBasePriority = 3, + ThreadAffinityMask = 4, + ThreadImpersonationToken = 5, + ThreadDescriptorTableEntry = 6, + ThreadEnableAlignmentFaultFixup = 7, + ThreadEventPair = 8, + ThreadQuerySetWin32StartAddress = 9, + ThreadZeroTlsCell = 10, + ThreadPerformanceCount = 11, + ThreadAmILastThread = 12, + ThreadIdealProcessor = 13, + ThreadPriorityBoost = 14, + ThreadSetTlsArrayAddress = 15, + ThreadIsIoPending = 16, + ThreadHideFromDebugger = 17, + ThreadBreakOnTermination = 18, + ThreadSwitchLegacyState = 19, + ThreadIsTerminated = 20, + ThreadLastSystemCall = 21, + ThreadIoPriority = 22, + ThreadCycleTime = 23, + ThreadPagePriority = 24, + ThreadActualBasePriority = 25, + ThreadTebInformation = 26, + ThreadCSwitchMon = 27, + ThreadCSwitchPmu = 28, + ThreadWow64Context = 29, + ThreadGroupInformation = 30, + ThreadUmsInformation = 31, + ThreadCounterProfiling = 32, + ThreadIdealProcessorEx = 33, + ThreadCpuAccountingInformation = 34, + ThreadSuspendCount = 35, + ThreadHeterogeneousCpuPolicy = 36, + ThreadContainerId = 37, + ThreadNameInformation = 38, + ThreadSelectedCpuSets = 39, + ThreadSystemThreadInformation = 40, + ThreadActualGroupAffinity = 41, + ThreadDynamicCodePolicyInfo = 42, + ThreadExplicitCaseSensitivity = 43, + ThreadWorkOnBehalfTicket = 44, + ThreadSubsystemInformation = 45, + ThreadDbgkWerReportActive = 46, + ThreadAttachContainer = 47, + ThreadManageWritesToExecutableMemory = 48, + ThreadPowerThrottlingState = 49, + ThreadWorkloadClass = 50, + ThreadCreateStateChange = 51, + ThreadApplyStateChange = 52, + ThreadStrongerBadHandleChecks = 53, + ThreadEffectiveIoPriority = 54, + ThreadEffectivePagePriority = 55, + MaxThreadInfoClass = 56, +}; +enum _MEMORY_RESERVE_TYPE : int +{ + MemoryReserveUserApc = 0, + MemoryReserveIoCompletion = 1, + MemoryReserveTypeMax = 2, +}; +enum _PNP_VETO_TYPE : int +{ + PNP_VetoTypeUnknown = 0, + PNP_VetoLegacyDevice = 1, + PNP_VetoPendingClose = 2, + PNP_VetoWindowsApp = 3, + PNP_VetoWindowsService = 4, + PNP_VetoOutstandingOpen = 5, + PNP_VetoDevice = 6, + PNP_VetoDriver = 7, + PNP_VetoIllegalDeviceRequest = 8, + PNP_VetoInsufficientPower = 9, + PNP_VetoNonDisableable = 10, + PNP_VetoLegacyDriver = 11, + PNP_VetoInsufficientRights = 12, + PNP_VetoAlreadyRemoved = 13, +}; +enum _THREAD_WORKLOAD_CLASS : int +{ + ThreadWorkloadClassDefault = 0, + ThreadWorkloadClassGraphics = 1, + MaxThreadWorkloadClass = 2, +}; +enum _THREAD_STATE_CHANGE_TYPE : int +{ + ThreadStateChangeSuspend = 0, + ThreadStateChangeResume = 1, + ThreadStateChangeMax = 2, +}; +enum _PS_ATTRIBUTE_NUM : int +{ + PsAttributeParentProcess = 0, + PsAttributeDebugObject = 1, + PsAttributeToken = 2, + PsAttributeClientId = 3, + PsAttributeTebAddress = 4, + PsAttributeImageName = 5, + PsAttributeImageInfo = 6, + PsAttributeMemoryReserve = 7, + PsAttributePriorityClass = 8, + PsAttributeErrorMode = 9, + PsAttributeStdHandleInfo = 10, + PsAttributeHandleList = 11, + PsAttributeGroupAffinity = 12, + PsAttributePreferredNode = 13, + PsAttributeIdealProcessor = 14, + PsAttributeUmsThread = 15, + PsAttributeMitigationOptions = 16, + PsAttributeProtectionLevel = 17, + PsAttributeSecureProcess = 18, + PsAttributeJobList = 19, + PsAttributeChildProcessPolicy = 20, + PsAttributeAllApplicationPackagesPolicy = 21, + PsAttributeWin32kFilter = 22, + PsAttributeSafeOpenPromptOriginClaim = 23, + PsAttributeBnoIsolation = 24, + PsAttributeDesktopAppPolicy = 25, + PsAttributeChpe = 26, + PsAttributeMitigationAuditOptions = 27, + PsAttributeMachineType = 28, + PsAttributeComponentFilter = 29, + PsAttributeEnableOptionalXStateFeatures = 30, + PsAttributeMax = 31, +}; +enum _DMA_SPEED : int +{ + Compatible = 0, + TypeA = 1, + TypeB = 2, + TypeC = 3, + TypeF = 4, + MaximumDmaSpeed = 5, +}; +enum _PS_PROTECTED_TYPE : int +{ + PsProtectedTypeNone = 0, + PsProtectedTypeProtectedLight = 1, + PsProtectedTypeProtected = 2, + PsProtectedTypeMax = 3, +}; +enum _PF_ENABLE_STATUS : int +{ + PfSvNotSpecified = 0, + PfSvEnabled = 1, + PfSvDisabled = 2, + PfSvMaxEnableStatus = 3, +}; +enum _ALPC_PORT_INFORMATION_CLASS : int +{ + AlpcBasicInformation = 0, + AlpcPortInformation = 1, + AlpcAssociateCompletionPortInformation = 2, + AlpcConnectedSIDInformation = 3, + AlpcServerInformation = 4, + AlpcMessageZoneInformation = 5, + AlpcRegisterCompletionListInformation = 6, + AlpcUnregisterCompletionListInformation = 7, + AlpcAdjustCompletionListConcurrencyCountInformation = 8, + AlpcRegisterCallbackInformation = 9, + AlpcCompletionListRundownInformation = 10, + AlpcWaitForPortReferences = 11, + AlpcServerSessionInformation = 12, +}; +enum _PREFETCHER_INFORMATION_CLASS : int +{ + PrefetcherRetrieveTrace = 1, + PrefetcherSystemParameters = 2, + PrefetcherBootPhase = 3, + PrefetcherSpare1 = 4, + PrefetcherBootControl = 5, + PrefetcherScenarioPolicyControl = 6, + PrefetcherSpare2 = 7, + PrefetcherAppLaunchScenarioControl = 8, + PrefetcherInformationMax = 9, +}; +enum _PORT_INFORMATION_CLASS : int +{ + PortBasicInformation = 0, + PortDumpInformation = 1, +}; +enum _THREAD_UMS_INFORMATION_COMMAND : int +{ + UmsInformationCommandInvalid = 0, + UmsInformationCommandAttach = 1, + UmsInformationCommandDetach = 2, + UmsInformationCommandQuery = 3, +}; +enum _ALPC_MESSAGE_INFORMATION_CLASS : int +{ + AlpcMessageSidInformation = 0, + AlpcMessageTokenModifiedIdInformation = 1, + AlpcMessageDirectStatusInformation = 2, + AlpcMessageHandleInformation = 3, + MaxAlpcMessageInfoClass = 4, +}; +enum _JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS : int +{ + JOBOBJECT_IO_PRIORITY_LIMIT_ENABLE = 1, + JOBOBJECT_IO_PRIORITY_LIMIT_VALID_FLAGS = 1, +}; +enum _IO_SESSION_EVENT : int +{ + IoSessionEventIgnore = 0, + IoSessionEventCreated = 1, + IoSessionEventTerminated = 2, + IoSessionEventConnected = 3, + IoSessionEventDisconnected = 4, + IoSessionEventLogon = 5, + IoSessionEventLogoff = 6, + IoSessionEventMax = 7, +}; +enum _DMA_WIDTH : int +{ + Width8Bits = 0, + Width16Bits = 1, + Width32Bits = 2, + Width64Bits = 3, + WidthNoWrap = 4, + MaximumDmaWidth = 5, +}; +enum _DEBUGOBJECTINFOCLASS : int +{ + DebugObjectUnusedInformation = 0, + DebugObjectKillProcessOnExitInformation = 1, + MaxDebugObjectInfoClass = 2, +}; +enum _FS_FILTER_SECTION_SYNC_TYPE : int +{ + SyncTypeOther = 0, + SyncTypeCreateSection = 1, +}; +enum _IO_COMPLETION_INFORMATION_CLASS : int +{ + IoCompletionBasicInformation = 0, +}; +enum _MOUNTMGR_AUTO_MOUNT_STATE : int +{ + Disabled = 0, + Enabled = 1, +}; +enum _SUPERFETCH_INFORMATION_CLASS : int +{ + SuperfetchRetrieveTrace = 1, + SuperfetchSystemParameters = 2, + SuperfetchLogEvent = 3, + SuperfetchGenerateTrace = 4, + SuperfetchPrefetch = 5, + SuperfetchPfnQuery = 6, + SuperfetchPfnSetPriority = 7, + SuperfetchPrivSourceQuery = 8, + SuperfetchSequenceNumberQuery = 9, + SuperfetchScenarioPhase = 10, + SuperfetchWorkerPriority = 11, + SuperfetchScenarioQuery = 12, + SuperfetchScenarioPrefetch = 13, + SuperfetchRobustnessControl = 14, + SuperfetchTimeControl = 15, + SuperfetchMemoryListQuery = 16, + SuperfetchMemoryRangesQuery = 17, + SuperfetchTracingControl = 18, + SuperfetchTrimWhileAgingControl = 19, + SuperfetchRepurposedByPrefetch = 20, + SuperfetchChannelPowerRequest = 21, + SuperfetchMovePages = 22, + SuperfetchVirtualQuery = 23, + SuperfetchCombineStatsQuery = 24, + SuperfetchSetMinWsAgeRate = 25, + SuperfetchDeprioritizeOldPagesInWs = 26, + SuperfetchFileExtentsQuery = 27, + SuperfetchGpuUtilizationQuery = 28, + SuperfetchPfnSet = 29, + SuperfetchInformationMax = 30, +}; +enum _PLUGPLAY_EVENT_CATEGORY : int +{ + HardwareProfileChangeEvent = 0, + TargetDeviceChangeEvent = 1, + DeviceClassChangeEvent = 2, + CustomDeviceEvent = 3, + DeviceInstallEvent = 4, + DeviceArrivalEvent = 5, + PowerEvent = 6, + VetoEvent = 7, + BlockedDriverEvent = 8, + InvalidIDEvent = 9, + MaxPlugEventCategory = 10, +}; +enum _PLUGPLAY_CONTROL_CLASS : int +{ + PlugPlayControlEnumerateDevice = 0, + PlugPlayControlRegisterNewDevice = 1, + PlugPlayControlDeregisterDevice = 2, + PlugPlayControlInitializeDevice = 3, + PlugPlayControlStartDevice = 4, + PlugPlayControlUnlockDevice = 5, + PlugPlayControlQueryAndRemoveDevice = 6, + PlugPlayControlUserResponse = 7, + PlugPlayControlGenerateLegacyDevice = 8, + PlugPlayControlGetInterfaceDeviceList = 9, + PlugPlayControlProperty = 10, + PlugPlayControlDeviceClassAssociation = 11, + PlugPlayControlGetRelatedDevice = 12, + PlugPlayControlGetInterfaceDeviceAlias = 13, + PlugPlayControlDeviceStatus = 14, + PlugPlayControlGetDeviceDepth = 15, + PlugPlayControlQueryDeviceRelations = 16, + PlugPlayControlTargetDeviceRelation = 17, + PlugPlayControlQueryConflictList = 18, + PlugPlayControlRetrieveDock = 19, + PlugPlayControlResetDevice = 20, + PlugPlayControlHaltDevice = 21, + PlugPlayControlGetBlockedDriverList = 22, + PlugPlayControlGetDeviceInterfaceEnabled = 23, + MaxPlugPlayControl = 24, +}; +enum _DEVICE_RELATION_TYPE : int +{ + BusRelations = 0, + EjectionRelations = 1, + PowerRelations = 2, + RemovalRelations = 3, + TargetDeviceRelation = 4, + SingleBusRelations = 5, + TransportRelations = 6, +}; +enum _BUS_QUERY_ID_TYPE : int +{ + BusQueryDeviceID = 0, + BusQueryHardwareIDs = 1, + BusQueryCompatibleIDs = 2, + BusQueryInstanceID = 3, + BusQueryDeviceSerialNumber = 4, + BusQueryContainerID = 5, +}; +enum _DEVICE_TEXT_TYPE : int +{ + DeviceTextDescription = 0, + DeviceTextLocationInformation = 1, +}; +enum _DEVICE_USAGE_NOTIFICATION_TYPE : int +{ + DeviceUsageTypeUndefined = 0, + DeviceUsageTypePaging = 1, + DeviceUsageTypeHibernation = 2, + DeviceUsageTypeDumpFile = 3, + DeviceUsageTypeBoot = 4, + DeviceUsageTypePostDisplay = 5, + DeviceUsageTypeGuestAssigned = 6, +}; +enum _POWER_REQUEST_TYPE_INTERNAL : int +{ + PowerRequestDisplayRequiredInternal = 0, + PowerRequestSystemRequiredInternal = 1, + PowerRequestAwayModeRequiredInternal = 2, + PowerRequestExecutionRequiredInternal = 3, + PowerRequestPerfBoostRequiredInternal = 4, + PowerRequestActiveLockScreenInternal = 5, + PowerRequestInternalInvalid = 6, + PowerRequestInternalUnknown = 7, + PowerRequestFullScreenVideoRequired = 8, +}; +enum _POWER_STATE_TYPE : int +{ + SystemPowerState = 0, + DevicePowerState = 1, +}; +enum _REQUESTER_TYPE : int +{ + KernelRequester = 0, + UserProcessRequester = 1, + UserSharedServiceRequester = 2, +}; +enum _PO_WAKE_SOURCE_TYPE : int +{ + DeviceWakeSourceType = 0, + FixedWakeSourceType = 1, + TimerWakeSourceType = 2, + TimerPresumedWakeSourceType = 3, + InternalWakeSourceType = 4, +}; +enum _PO_INTERNAL_WAKE_SOURCE_TYPE : int +{ + InternalWakeSourceDozeToHibernate = 0, + InternalWakeSourcePredictedUserPresence = 1, +}; +enum _PO_FIXED_WAKE_SOURCE_TYPE : int +{ + FixedWakeSourcePowerButton = 0, + FixedWakeSourceSleepButton = 1, + FixedWakeSourceRtc = 2, + FixedWakeSourceDozeToHibernate = 3, +}; +enum _POWER_STATE_HANDLER_TYPE : int +{ + PowerStateSleeping1 = 0, + PowerStateSleeping2 = 1, + PowerStateSleeping3 = 2, + PowerStateSleeping4 = 3, + PowerStateShutdownOff = 4, + PowerStateShutdownReset = 5, + PowerStateSleeping4Firmware = 6, + PowerStateMaximum = 7, +}; +enum _POWER_INFORMATION_LEVEL_INTERNAL : int +{ + PowerInternalAcpiInterfaceRegister = 0, + PowerInternalS0LowPowerIdleInfo = 1, + PowerInternalReapplyBrightnessSettings = 2, + PowerInternalUserAbsencePrediction = 3, + PowerInternalUserAbsencePredictionCapability = 4, + PowerInternalPoProcessorLatencyHint = 5, + PowerInternalStandbyNetworkRequest = 6, + PowerInternalDirtyTransitionInformation = 7, + PowerInternalSetBackgroundTaskState = 8, + PowerInternalTtmOpenTerminal = 9, + PowerInternalTtmCreateTerminal = 10, + PowerInternalTtmEvacuateDevices = 11, + PowerInternalTtmCreateTerminalEventQueue = 12, + PowerInternalTtmGetTerminalEvent = 13, + PowerInternalTtmSetDefaultDeviceAssignment = 14, + PowerInternalTtmAssignDevice = 15, + PowerInternalTtmSetDisplayState = 16, + PowerInternalTtmSetDisplayTimeouts = 17, + PowerInternalBootSessionStandbyActivationInformation = 18, + PowerInternalSessionPowerState = 19, + PowerInternalSessionTerminalInput = 20, + PowerInternalSetWatchdog = 21, + PowerInternalPhysicalPowerButtonPressInfoAtBoot = 22, + PowerInternalExternalMonitorConnected = 23, + PowerInternalHighPrecisionBrightnessSettings = 24, + PowerInternalWinrtScreenToggle = 25, + PowerInternalPpmQosDisable = 26, + PowerInternalTransitionCheckpoint = 27, + PowerInternalInputControllerState = 28, + PowerInternalFirmwareResetReason = 29, + PowerInternalPpmSchedulerQosSupport = 30, + PowerInternalBootStatGet = 31, + PowerInternalBootStatSet = 32, + PowerInternalCallHasNotReturnedWatchdog = 33, + PowerInternalBootStatCheckIntegrity = 34, + PowerInternalBootStatRestoreDefaults = 35, + PowerInternalHostEsStateUpdate = 36, + PowerInternalGetPowerActionState = 37, + PowerInternalBootStatUnlock = 38, + PowerInternalWakeOnVoiceState = 39, + PowerInternalDeepSleepBlock = 40, + PowerInternalIsPoFxDevice = 41, + PowerInternalPowerTransitionExtensionAtBoot = 42, + PowerInternalProcessorBrandedFrequency = 43, + PowerInternalTimeBrokerExpirationReason = 44, + PowerInternalNotifyUserShutdownStatus = 45, + PowerInternalPowerRequestTerminalCoreWindow = 46, + PowerInternalProcessorIdleVeto = 47, + PowerInternalPlatformIdleVeto = 48, + PowerInternalIsLongPowerButtonBugcheckEnabled = 49, + PowerInternalAutoChkCausedReboot = 50, + PowerInternalSetWakeAlarmOverride = 51, + PowerInternalDirectedFxAddTestDevice = 53, + PowerInternalDirectedFxRemoveTestDevice = 54, + PowerInternalDirectedFxSetMode = 56, + PowerInternalRegisterPowerPlane = 57, + PowerInternalSetDirectedDripsFlags = 58, + PowerInternalClearDirectedDripsFlags = 59, + PowerInternalRetrieveHiberFileResumeContext = 60, + PowerInternalReadHiberFilePage = 61, + PowerInternalLastBootSucceeded = 62, + PowerInternalQuerySleepStudyHelperRoutineBlock = 63, + PowerInternalDirectedDripsQueryCapabilities = 64, + PowerInternalClearConstraints = 65, + PowerInternalSoftParkVelocityEnabled = 66, + PowerInternalQueryIntelPepCapabilities = 67, + PowerInternalGetSystemIdleLoopEnablement = 68, + PowerInternalGetVmPerfControlSupport = 69, + PowerInternalGetVmPerfControlConfig = 70, + PowerInternalSleepDetailedDiagUpdate = 71, + PowerInternalProcessorClassFrequencyBandsStats = 72, + PowerInternalHostGlobalUserPresenceStateUpdate = 73, + PowerInternalCpuNodeIdleIntervalStats = 74, + PowerInternalClassIdleIntervalStats = 75, + PowerInternalCpuNodeConcurrencyStats = 76, + PowerInternalClassConcurrencyStats = 77, + PowerInternalQueryProcMeasurementCapabilities = 78, + PowerInternalQueryProcMeasurementValues = 79, + PowerInternalPrepareForSystemInitiatedReboot = 80, + PowerInternalGetAdaptiveSessionState = 81, + PowerInternalSetConsoleLockedState = 82, + PowerInternalOverrideSystemInitiatedRebootState = 83, + PowerInternalFanImpactStats = 84, + PowerInternalFanRpmBuckets = 85, + PowerInternalPowerBootAppDiagInfo = 86, + PowerInternalUnregisterShutdownNotification = 87, + PowerInternalManageTransitionStateRecord = 88, + PowerInternalGetAcpiTimeAndAlarmCapabilities = 89, + PowerInternalSuspendResumeRequest = 90, + PowerInternalEnergyEstimationInfo = 91, + PowerInformationInternalMaximum = 92, +}; +enum _POWER_S0_DISCONNECTED_REASON : int +{ + PoS0DisconnectedReasonNone = 0, + PoS0DisconnectedReasonNonCompliantNic = 1, + PoS0DisconnectedReasonSettingPolicy = 2, + PoS0DisconnectedReasonEnforceDsPolicy = 3, + PoS0DisconnectedReasonCsChecksFailed = 4, + PoS0DisconnectedReasonSmartStandby = 5, + PoS0DisconnectedReasonMaximum = 6, +}; +enum _KEY_INFORMATION_CLASS : int +{ + KeyBasicInformation = 0, + KeyNodeInformation = 1, + KeyFullInformation = 2, + KeyNameInformation = 3, + KeyCachedInformation = 4, + KeyFlagsInformation = 5, + KeyVirtualizationInformation = 6, + KeyHandleTagsInformation = 7, + KeyTrustInformation = 8, + KeyLayerInformation = 9, + MaxKeyInfoClass = 10, +}; +enum _KEY_SET_INFORMATION_CLASS : int +{ + KeyWriteTimeInformation = 0, + KeyWow64FlagsInformation = 1, + KeyControlFlagsInformation = 2, + KeySetVirtualizationInformation = 3, + KeySetDebugInformation = 4, + KeySetHandleTagsInformation = 5, + KeySetLayerInformation = 6, + MaxKeySetInfoClass = 7, +}; +enum _POLICY_AUDIT_EVENT_TYPE : int +{ + AuditCategorySystem = 0, + AuditCategoryLogon = 1, + AuditCategoryObjectAccess = 2, + AuditCategoryPrivilegeUse = 3, + AuditCategoryDetailedTracking = 4, + AuditCategoryPolicyChange = 5, + AuditCategoryAccountManagement = 6, + AuditCategoryDirectoryServiceAccess = 7, + AuditCategoryAccountLogon = 8, +}; +enum _KEY_VALUE_INFORMATION_CLASS : int +{ + KeyValueBasicInformation = 0, + KeyValueFullInformation = 1, + KeyValuePartialInformation = 2, + KeyValueFullInformationAlign64 = 3, + KeyValuePartialInformationAlign64 = 4, + KeyValueLayerInformation = 5, + MaxKeyValueInfoClass = 6, +}; +enum _CM_EXTENDED_PARAMETER_TYPE : int +{ + CmExtendedParameterInvalidType = 0, + CmExtendedParameterTrustClassKey = 1, + CmExtendedParameterEvent = 2, + CmExtendedParameterFileAccessToken = 3, + CmExtendedParameterMax = 4, +}; +enum _REG_ACTION : int +{ + KeyAdded = 0, + KeyRemoved = 1, + KeyModified = 2, +}; +enum _TABLE_SEARCH_RESULT : int +{ + TableEmptyTree = 0, + TableFoundNode = 1, + TableInsertAsLeft = 2, + TableInsertAsRight = 3, +}; +enum _RTL_GENERIC_COMPARE_RESULTS : int +{ + GenericLessThan = 0, + GenericGreaterThan = 1, + GenericEqual = 2, +}; +enum _RTL_NORM_FORM : int +{ + NormOther = 0, + NormC = 1, + NormD = 2, + NormKC = 5, + NormKD = 6, + NormIdna = 13, + DisallowUnassigned = 256, + NormCDisallowUnassigned = 257, + NormDDisallowUnassigned = 258, + NormKCDisallowUnassigned = 261, + NormKDDisallowUnassigned = 262, + NormIdnaDisallowUnassigned = 269, +}; +enum _FUNCTION_TABLE_TYPE : int +{ + RF_SORTED = 0, + RF_UNSORTED = 1, + RF_CALLBACK = 2, + RF_KERNEL_DYNAMIC = 3, +}; +enum _RTL_PATH_TYPE : int +{ + RtlPathTypeUnknown = 0, + RtlPathTypeUncAbsolute = 1, + RtlPathTypeDriveAbsolute = 2, + RtlPathTypeDriveRelative = 3, + RtlPathTypeRooted = 4, + RtlPathTypeRelative = 5, + RtlPathTypeLocalDevice = 6, + RtlPathTypeRootLocalDevice = 7, +}; +enum _RTL_MEMORY_TYPE : int +{ + MemoryTypePaged = 0, + MemoryTypeNonPaged = 1, + MemoryType64KPage = 2, + MemoryTypeLargePage = 3, + MemoryTypeHugePage = 4, + MemoryTypeCustom = 5, + MemoryTypeMax = 6, +}; +enum _HEAP_MEMORY_INFO_CLASS : int +{ + HeapMemoryBasicInformation = 0, +}; +enum _HEAP_COMPATIBILITY_MODE : int +{ + HEAP_COMPATIBILITY_STANDARD = 0, + HEAP_COMPATIBILITY_LAL = 1, + HEAP_COMPATIBILITY_LFH = 2, +}; +enum _IMAGE_MITIGATION_POLICY : int +{ + ImageDepPolicy = 0, + ImageAslrPolicy = 1, + ImageDynamicCodePolicy = 2, + ImageStrictHandleCheckPolicy = 3, + ImageSystemCallDisablePolicy = 4, + ImageMitigationOptionsMask = 5, + ImageExtensionPointDisablePolicy = 6, + ImageControlFlowGuardPolicy = 7, + ImageSignaturePolicy = 8, + ImageFontDisablePolicy = 9, + ImageImageLoadPolicy = 10, + ImagePayloadRestrictionPolicy = 11, + ImageChildProcessPolicy = 12, + ImageSehopPolicy = 13, + ImageHeapPolicy = 14, + ImageUserShadowStackPolicy = 15, + ImageRedirectionTrustPolicy = 16, + ImageUserPointerAuthPolicy = 17, + MaxImageMitigationPolicy = 18, +}; +enum _RTL_IMAGE_MITIGATION_OPTION_STATE : int +{ + RtlMitigationOptionStateNotConfigured = 0, + RtlMitigationOptionStateOn = 1, + RtlMitigationOptionStateOff = 2, + RtlMitigationOptionStateForce = 3, + RtlMitigationOptionStateOption = 4, +}; +enum _APPCONTAINER_SID_TYPE : int +{ + NotAppContainerSidType = 0, + ChildAppContainerSidType = 1, + ParentAppContainerSidType = 2, + InvalidAppContainerSidType = 3, + MaxAppContainerSidType = 4, +}; +enum _STATE_LOCATION_TYPE : int +{ + LocationTypeRegistry = 0, + LocationTypeFileSystem = 1, + LocationTypeMaximum = 2, +}; +enum _RTL_BSD_ITEM_TYPE : int +{ + RtlBsdItemVersionNumber = 0, + RtlBsdItemProductType = 1, + RtlBsdItemAabEnabled = 2, + RtlBsdItemAabTimeout = 3, + RtlBsdItemBootGood = 4, + RtlBsdItemBootShutdown = 5, + RtlBsdSleepInProgress = 6, + RtlBsdPowerTransition = 7, + RtlBsdItemBootAttemptCount = 8, + RtlBsdItemBootCheckpoint = 9, + RtlBsdItemBootId = 10, + RtlBsdItemShutdownBootId = 11, + RtlBsdItemReportedAbnormalShutdownBootId = 12, + RtlBsdItemErrorInfo = 13, + RtlBsdItemPowerButtonPressInfo = 14, + RtlBsdItemChecksum = 15, + RtlBsdPowerTransitionExtension = 16, + RtlBsdItemFeatureConfigurationState = 17, + RtlBsdItemMax = 18, +}; +enum _RTL_FEATURE_CONFIGURATION_TYPE : int +{ + RtlFeatureConfigurationBoot = 0, + RtlFeatureConfigurationRuntime = 1, + RtlFeatureConfigurationCount = 2, +}; +enum _TOKEN_SECURITY_ATTRIBUTE_OPERATION : int +{ + TOKEN_SECURITY_ATTRIBUTE_OPERATION_NONE = 0, + TOKEN_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL = 1, + TOKEN_SECURITY_ATTRIBUTE_OPERATION_ADD = 2, + TOKEN_SECURITY_ATTRIBUTE_OPERATION_DELETE = 3, + TOKEN_SECURITY_ATTRIBUTE_OPERATION_REPLACE = 4, +}; +enum _TP_TRACE_TYPE : int +{ + TpTraceThreadPriority = 1, + TpTraceThreadAffinity = 2, + MaxTpTraceType = 3, +}; +enum _KCONTINUE_TYPE : int +{ + KCONTINUE_UNWIND = 0, + KCONTINUE_RESUME = 1, + KCONTINUE_LONGJUMP = 2, + KCONTINUE_SET = 3, + KCONTINUE_LAST = 4, +}; +enum _WOW64_SHARED_INFORMATION : int +{ + SharedNtdll32LdrInitializeThunk = 0, + SharedNtdll32KiUserExceptionDispatcher = 1, + SharedNtdll32KiUserApcDispatcher = 2, + SharedNtdll32KiUserCallbackDispatcher = 3, + SharedNtdll32ExpInterlockedPopEntrySListFault = 4, + SharedNtdll32ExpInterlockedPopEntrySListResume = 5, + SharedNtdll32ExpInterlockedPopEntrySListEnd = 6, + SharedNtdll32RtlUserThreadStart = 7, + SharedNtdll32pQueryProcessDebugInformationRemote = 8, + SharedNtdll32BaseAddress = 9, + SharedNtdll32LdrSystemDllInitBlock = 10, + Wow64SharedPageEntriesCount = 11, +}; +enum _LSA_LOOKUP_DOMAIN_INFO_CLASS : int +{ + AccountDomainInformation = 5, + DnsDomainInformation = 12, +}; +enum _SECURITY_LOGON_TYPE : int +{ + UndefinedLogonType = 0, + Interactive = 2, + Network = 3, + Batch = 4, + Service = 5, + Proxy = 6, + Unlock = 7, + NetworkCleartext = 8, + NewCredentials = 9, + RemoteInteractive = 10, + CachedInteractive = 11, + CachedRemoteInteractive = 12, + CachedUnlock = 13, +}; +enum _SE_ADT_PARAMETER_TYPE : int +{ + SeAdtParmTypeNone = 0, + SeAdtParmTypeString = 1, + SeAdtParmTypeFileSpec = 2, + SeAdtParmTypeUlong = 3, + SeAdtParmTypeSid = 4, + SeAdtParmTypeLogonId = 5, + SeAdtParmTypeNoLogonId = 6, + SeAdtParmTypeAccessMask = 7, + SeAdtParmTypePrivs = 8, + SeAdtParmTypeObjectTypes = 9, + SeAdtParmTypeHexUlong = 10, + SeAdtParmTypePtr = 11, + SeAdtParmTypeTime = 12, + SeAdtParmTypeGuid = 13, + SeAdtParmTypeLuid = 14, + SeAdtParmTypeHexInt64 = 15, + SeAdtParmTypeStringList = 16, + SeAdtParmTypeSidList = 17, + SeAdtParmTypeDuration = 18, + SeAdtParmTypeUserAccountControl = 19, + SeAdtParmTypeNoUac = 20, + SeAdtParmTypeMessage = 21, + SeAdtParmTypeDateTime = 22, + SeAdtParmTypeSockAddr = 23, + SeAdtParmTypeSD = 24, + SeAdtParmTypeLogonHours = 25, + SeAdtParmTypeLogonIdNoSid = 26, + SeAdtParmTypeUlongNoConv = 27, + SeAdtParmTypeSockAddrNoPort = 28, + SeAdtParmTypeAccessReason = 29, + SeAdtParmTypeStagingReason = 30, + SeAdtParmTypeResourceAttribute = 31, + SeAdtParmTypeClaims = 32, + SeAdtParmTypeLogonIdAsSid = 33, + SeAdtParmTypeMultiSzString = 34, + SeAdtParmTypeLogonIdEx = 35, +}; +enum _POLICY_AUDIT_EVENT_TYPE_EX : int +{ + iSystem_SecurityStateChange = 100, + iSystem_SecuritySubsystemExtension = 101, + iSystem_Integrity = 102, + iSystem_IPSecDriverEvents = 103, + iSystem_Others = 104, + iLogon_Logon = 105, + iLogon_Logoff = 106, + iLogon_AccountLockout = 107, + iLogon_IPSecMainMode = 108, + iLogon_SpecialLogon = 109, + iLogon_IPSecQuickMode = 110, + iLogon_IPSecUsermode = 111, + iLogon_Others = 112, + iLogon_NPS = 113, + iLogon_Claims = 114, + iLogon_Groups = 115, + iObjectAccess_FileSystem = 116, + iObjectAccess_Registry = 117, + iObjectAccess_Kernel = 118, + iObjectAccess_Sam = 119, + iObjectAccess_Other = 120, + iObjectAccess_CertificationAuthority = 121, + iObjectAccess_ApplicationGenerated = 122, + iObjectAccess_HandleBasedAudits = 123, + iObjectAccess_Share = 124, + iObjectAccess_FirewallPacketDrops = 125, + iObjectAccess_FirewallConnection = 126, + iObjectAccess_DetailedFileShare = 127, + iObjectAccess_RemovableStorage = 128, + iObjectAccess_CbacStaging = 129, + iPrivilegeUse_Sensitive = 130, + iPrivilegeUse_NonSensitive = 131, + iPrivilegeUse_Others = 132, + iDetailedTracking_ProcessCreation = 133, + iDetailedTracking_ProcessTermination = 134, + iDetailedTracking_DpapiActivity = 135, + iDetailedTracking_RpcCall = 136, + iDetailedTracking_PnpActivity = 137, + iDetailedTracking_TokenRightAdjusted = 138, + iPolicyChange_AuditPolicy = 139, + iPolicyChange_AuthenticationPolicy = 140, + iPolicyChange_AuthorizationPolicy = 141, + iPolicyChange_MpsscvRulePolicy = 142, + iPolicyChange_WfpIPSecPolicy = 143, + iPolicyChange_Others = 144, + iAccountManagement_UserAccount = 145, + iAccountManagement_ComputerAccount = 146, + iAccountManagement_SecurityGroup = 147, + iAccountManagement_DistributionGroup = 148, + iAccountManagement_ApplicationGroup = 149, + iAccountManagement_Others = 150, + iDSAccess_DSAccess = 151, + iDSAccess_AdAuditChanges = 152, + iDS_Replication = 153, + iDS_DetailedReplication = 154, + iAccountLogon_CredentialValidation = 155, + iAccountLogon_Kerberos = 156, + iAccountLogon_Others = 157, + iAccountLogon_KerbCredentialValidation = 158, + iUnknownSubCategory = 999, +}; +enum _LSA_TOKEN_INFORMATION_TYPE : int +{ + LsaTokenInformationNull = 0, + LsaTokenInformationV1 = 1, + LsaTokenInformationV2 = 2, + LsaTokenInformationV3 = 3, +}; +enum _POLICY_LSA_SERVER_ROLE : int +{ + PolicyServerRoleBackup = 2, + PolicyServerRolePrimary = 3, +}; +enum _POLICY_INFORMATION_CLASS : int +{ + PolicyAuditLogInformation = 1, + PolicyAuditEventsInformation = 2, + PolicyPrimaryDomainInformation = 3, + PolicyPdAccountInformation = 4, + PolicyAccountDomainInformation = 5, + PolicyLsaServerRoleInformation = 6, + PolicyReplicaSourceInformation = 7, + PolicyDefaultQuotaInformation = 8, + PolicyModificationInformation = 9, + PolicyAuditFullSetInformation = 10, + PolicyAuditFullQueryInformation = 11, + PolicyDnsDomainInformation = 12, + PolicyDnsDomainInformationInt = 13, + PolicyLocalAccountDomainInformation = 14, + PolicyMachineAccountInformation = 15, + PolicyMachineAccountInformation2 = 16, + PolicyLastEntry = 17, +}; +enum _POLICY_DOMAIN_INFORMATION_CLASS : int +{ + PolicyDomainEfsInformation = 2, + PolicyDomainKerberosTicketInformation = 3, +}; +enum _POLICY_NOTIFICATION_INFORMATION_CLASS : int +{ + PolicyNotifyAuditEventsInformation = 1, + PolicyNotifyAccountDomainInformation = 2, + PolicyNotifyServerRoleInformation = 3, + PolicyNotifyDnsDomainInformation = 4, + PolicyNotifyDomainEfsInformation = 5, + PolicyNotifyDomainKerberosTicketInformation = 6, + PolicyNotifyMachineAccountPasswordInformation = 7, + PolicyNotifyGlobalSaclInformation = 8, + PolicyNotifyMax = 9, +}; +enum _TRUSTED_INFORMATION_CLASS : int +{ + TrustedDomainNameInformation = 1, + TrustedControllersInformation = 2, + TrustedPosixOffsetInformation = 3, + TrustedPasswordInformation = 4, + TrustedDomainInformationBasic = 5, + TrustedDomainInformationEx = 6, + TrustedDomainAuthInformation = 7, + TrustedDomainFullInformation = 8, + TrustedDomainAuthInformationInternal = 9, + TrustedDomainFullInformationInternal = 10, + TrustedDomainInformationEx2Internal = 11, + TrustedDomainFullInformation2Internal = 12, + TrustedDomainSupportedEncryptionTypes = 13, + TrustedDomainAuthInformationInternalAes = 14, + TrustedDomainFullInformationInternalAes = 15, +}; +enum LSA_FOREST_TRUST_RECORD_TYPE : int +{ + ForestTrustTopLevelName = 0, + ForestTrustTopLevelNameEx = 1, + ForestTrustDomainInfo = 2, + ForestTrustBinaryInfo = 3, + ForestTrustScannerInfo = 4, + ForestTrustRecordTypeLast = 4, +}; +enum LSA_FOREST_TRUST_COLLISION_RECORD_TYPE : int +{ + CollisionTdo = 0, + CollisionXref = 1, + CollisionOther = 2, +}; +enum NEGOTIATE_MESSAGES : int +{ + NegEnumPackagePrefixes = 0, + NegGetCallerName = 1, + NegTransferCredentials = 2, + NegEnumPackageNames = 3, + NegCallPackageMax = 4, +}; +enum _LSA_CREDENTIAL_KEY_SOURCE_TYPE : int +{ + eFromPrecomputed = 1, + eFromClearPassword = 2, + eFromNtOwf = 3, +}; +enum _DOMAIN_INFORMATION_CLASS : int +{ + DomainPasswordInformation = 1, + DomainGeneralInformation = 2, + DomainLogoffInformation = 3, + DomainOemInformation = 4, + DomainNameInformation = 5, + DomainReplicationInformation = 6, + DomainServerRoleInformation = 7, + DomainModifiedInformation = 8, + DomainStateInformation = 9, + DomainUasInformation = 10, + DomainGeneralInformation2 = 11, + DomainLockoutInformation = 12, + DomainModifiedInformation2 = 13, +}; +enum _DOMAIN_SERVER_ENABLE_STATE : int +{ + DomainServerEnabled = 1, + DomainServerDisabled = 2, +}; +enum _DOMAIN_SERVER_ROLE : int +{ + DomainServerRoleBackup = 2, + DomainServerRolePrimary = 3, +}; +enum _DOMAIN_PASSWORD_CONSTRUCTION : int +{ + DomainPasswordSimple = 1, + DomainPasswordComplex = 2, +}; +enum _DOMAIN_DISPLAY_INFORMATION : int +{ + DomainDisplayUser = 1, + DomainDisplayMachine = 2, + DomainDisplayGroup = 3, + DomainDisplayOemUser = 4, + DomainDisplayOemGroup = 5, + DomainDisplayServer = 6, +}; +enum _DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION : int +{ + DomainLocalizableAccountsBasic = 1, +}; +enum _GROUP_INFORMATION_CLASS : int +{ + GroupGeneralInformation = 1, + GroupNameInformation = 2, + GroupAttributeInformation = 3, + GroupAdminCommentInformation = 4, + GroupReplicationInformation = 5, +}; +enum _ALIAS_INFORMATION_CLASS : int +{ + AliasGeneralInformation = 1, + AliasNameInformation = 2, + AliasAdminCommentInformation = 3, + AliasReplicationInformation = 4, + AliasExtendedInformation = 5, +}; +enum _USER_INFORMATION_CLASS : int +{ + UserGeneralInformation = 1, + UserPreferencesInformation = 2, + UserLogonInformation = 3, + UserLogonHoursInformation = 4, + UserAccountInformation = 5, + UserNameInformation = 6, + UserAccountNameInformation = 7, + UserFullNameInformation = 8, + UserPrimaryGroupInformation = 9, + UserHomeInformation = 10, + UserScriptInformation = 11, + UserProfileInformation = 12, + UserAdminCommentInformation = 13, + UserWorkStationsInformation = 14, + UserSetPasswordInformation = 15, + UserControlInformation = 16, + UserExpiresInformation = 17, + UserInternal1Information = 18, + UserInternal2Information = 19, + UserParametersInformation = 20, + UserAllInformation = 21, + UserInternal3Information = 22, + UserInternal4Information = 23, + UserInternal5Information = 24, + UserInternal4InformationNew = 25, + UserInternal5InformationNew = 26, + UserInternal6Information = 27, + UserExtendedInformation = 28, + UserLogonUIInformation = 29, + UserUnknownTodoInformation = 30, + UserInternal7Information = 31, + UserInternal8Information = 32, +}; +enum _SECURITY_DB_DELTA_TYPE : int +{ + SecurityDbNew = 1, + SecurityDbRename = 2, + SecurityDbDelete = 3, + SecurityDbChangeMemberAdd = 4, + SecurityDbChangeMemberSet = 5, + SecurityDbChangeMemberDel = 6, + SecurityDbChange = 7, + SecurityDbChangePassword = 8, +}; +enum _SECURITY_DB_OBJECT_TYPE : int +{ + SecurityDbObjectSamDomain = 1, + SecurityDbObjectSamUser = 2, + SecurityDbObjectSamGroup = 3, + SecurityDbObjectSamAlias = 4, + SecurityDbObjectLsaPolicy = 5, + SecurityDbObjectLsaTDomain = 6, + SecurityDbObjectLsaAccount = 7, + SecurityDbObjectLsaSecret = 8, +}; +enum _SAM_ACCOUNT_TYPE : int +{ + SamObjectUser = 1, + SamObjectGroup = 2, + SamObjectAlias = 3, +}; +enum _PASSWORD_POLICY_VALIDATION_TYPE : int +{ + SamValidateAuthentication = 1, + SamValidatePasswordChange = 2, + SamValidatePasswordReset = 3, +}; +enum _SAM_VALIDATE_VALIDATION_STATUS : int +{ + SamValidateSuccess = 0, + SamValidatePasswordMustChange = 1, + SamValidateAccountLockedOut = 2, + SamValidatePasswordExpired = 3, + SamValidatePasswordIncorrect = 4, + SamValidatePasswordIsInHistory = 5, + SamValidatePasswordTooShort = 6, + SamValidatePasswordTooLong = 7, + SamValidatePasswordNotComplexEnough = 8, + SamValidatePasswordTooRecent = 9, + SamValidatePasswordFilterError = 10, +}; +enum _SAM_GENERIC_OPERATION_TYPE : int +{ + SamObjectChangeNotificationOperation = 0, +}; +enum _VDMSERVICECLASS : int +{ + VdmStartExecution = 0, + VdmQueueInterrupt = 1, + VdmDelayInterrupt = 2, + VdmInitialize = 3, + VdmFeatures = 4, + VdmSetInt21Handler = 5, + VdmQueryDir = 6, + VdmPrinterDirectIoOpen = 7, + VdmPrinterDirectIoClose = 8, + VdmPrinterInitialize = 9, + VdmSetLdtEntries = 10, + VdmSetProcessLdtInfo = 11, + VdmAdlibEmulation = 12, + VdmPMCliControl = 13, + VdmQueryVdmProcess = 14, + VdmPreInitialize = 15, +}; +enum _ETW_BUFFER_STATE : int +{ + EtwBufferStateFree = 0, + EtwBufferStateGeneralLogging = 1, + EtwBufferStateCSwitch = 2, + EtwBufferStateFlush = 3, + EtwBufferStateMaximum = 4, +}; +enum _ETW_RT_EVENT_LOSS : int +{ + EtwRtEventNoLoss = 0, + EtwRtEventLost = 1, + EtwRtBufferLost = 2, + EtwRtBackupLost = 3, + EtwRtEventLossMax = 4, +}; +enum _PERFINFO_DYNAMIC_TICK_VETO_REASON : int +{ + DynamicTickVetoNone = 0, + DynamicTickVetoProcBusy = 1, + DynamicTickVetoSoftwareTimer = 2, + DynamicTickVetoClockConstraint = 3, + DynamicTickVetoClockOutOfSync = 4, + DynamicTickVetoClockUpdateFailed = 5, + DynamicTickVetoMax = 6, +}; +enum _PERFINFO_DYNAMIC_TICK_DISABLE_REASON : int +{ + DynamicTickDisableReasonNone = 0, + DynamicTickDisableReasonBcdOverride = 1, + DynamicTickDisableReasonNoHwSupport = 2, + DynamicTickDisableReasonEmOverride = 3, + DynamicTickDisableReasonMax = 4, +}; +enum _PERFINFO_KERNELMEMORY_USAGE_TYPE : int +{ + PerfInfoMemUsagePfnMetadata = 0, + PerfInfoMemUsageMax = 1, +}; +enum _PERFINFO_MM_STAT : int +{ + PerfInfoMMStatNotUsed = 0, + PerfInfoMMStatAggregatePageCombine = 1, + PerfInfoMMStatIterationPageCombine = 2, + PerfInfoMMStatMax = 3, +}; +enum _PERFINFO_MEM_RESET_INFO_TYPE : int +{ + PerfInfoMemReset = 0, + PerfInfoMemResetUndo = 1, + PerfInfoMemResetUndoFailed = 2, + PerfInfoMemResetMax = 3, +}; +enum _PERFINFO_DEBUG_EVENT_REASON : int +{ + PerfInfoDebugEventReceived = 1, + PerfInfoDebugEventContinued = 2, + PerfInfoDebugEventMax = 3, +}; +enum _PERFINFO_CCSWAP_TYPE : int +{ + PerfCSwapIdleShort = 0, + PerfCSwapIdle = 1, + PerfCSwapLite = 2, + PerfCSwapFull = 3, +}; +enum _ETW_NOTIFICATION_TYPE : int +{ + EtwNotificationTypeNoReply = 1, + EtwNotificationTypeLegacyEnable = 2, + EtwNotificationTypeEnable = 3, + EtwNotificationTypePrivateLogger = 4, + EtwNotificationTypePerflib = 5, + EtwNotificationTypeAudio = 6, + EtwNotificationTypeSession = 7, + EtwNotificationTypeReserved = 8, + EtwNotificationTypeCredentialUI = 9, + EtwNotificationTypeInProcSession = 10, + EtwNotificationTypeMax = 11, +}; +enum _ETW_SESSION_NOTIFICATION_TYPE : int +{ + EtwSessionNotificationMediaChanged = 1, + EtwSessionNotificationSessionTerminated = 2, + EtwSessionNotificationLogfileError = 3, + EtwSessionNotificationRealtimeError = 4, + EtwSessionNotificationSessionStarted = 5, + EtwSessionNotificationMax = 6, +}; +enum _EVENT_INFO_CLASS : int +{ +}; +enum _ETWTRACECONTROLCODE : int +{ + EtwStartLoggerCode = 1, + EtwStopLoggerCode = 2, + EtwQueryLoggerCode = 3, + EtwUpdateLoggerCode = 4, + EtwFlushLoggerCode = 5, + EtwIncrementLoggerFile = 6, + EtwRealtimeTransition = 7, + EtwRealtimeConnectCode = 11, + EtwActivityIdCreate = 12, + EtwWdiScenarioCode = 13, + EtwRealtimeDisconnectCode = 14, + EtwRegisterGuidsCode = 15, + EtwReceiveNotification = 16, + EtwSendDataBlock = 17, + EtwSendReplyDataBlock = 18, + EtwReceiveReplyDataBlock = 19, + EtwWdiSemUpdate = 20, + EtwEnumTraceGuidList = 21, + EtwGetTraceGuidInfo = 22, + EtwEnumerateTraceGuids = 23, + EtwRegisterSecurityProv = 24, + EtwReferenceTimeCode = 25, + EtwTrackBinaryCode = 26, + EtwAddNotificationEvent = 27, + EtwUpdateDisallowList = 28, + EtwSetEnableAllKeywordsCode = 29, + EtwSetProviderTraitsCode = 30, + EtwUseDescriptorTypeCode = 31, + EtwEnumTraceGroupList = 32, + EtwGetTraceGroupInfo = 33, + EtwGetDisallowList = 34, + EtwSetCompressionSettings = 35, + EtwGetCompressionSettings = 36, + EtwUpdatePeriodicCaptureState = 37, + EtwGetPrivateSessionTraceHandle = 38, + EtwRegisterPrivateSession = 39, + EtwQuerySessionDemuxObject = 40, + EtwSetProviderBinaryTracking = 41, + EtwMaxLoggers = 42, + EtwMaxPmcCounter = 43, + EtwQueryUsedProcessorCount = 44, + EtwGetPmcOwnership = 45, + EtwGetPmcSessions = 46, +}; +typedef _TOKEN_USER* PTOKEN_USER; +typedef _TP_CALLBACK_INSTANCE* PTP_CALLBACK_INSTANCE; +typedef void* PVOID; +typedef _ULARGE_INTEGER ULARGE_INTEGER; +typedef ULARGE_INTEGER* PULARGE_INTEGER; +typedef wchar_t WCHAR; +typedef _PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY; +typedef _ACL_INFORMATION_CLASS ACL_INFORMATION_CLASS; +typedef unsigned long long ULONGLONG; +typedef ULONGLONG DWORDLONG; +typedef _WIN32_FIND_STREAM_DATA WIN32_FIND_STREAM_DATA; +typedef PVOID PSECURITY_ATTRIBUTES_OPAQUE; +typedef _ACL_REVISION_INFORMATION ACL_REVISION_INFORMATION; +typedef unsigned char BYTE; +typedef BYTE BOOLEAN; +typedef _SID_AND_ATTRIBUTES_HASH* PSID_AND_ATTRIBUTES_HASH; +typedef unsigned char UCHAR; +typedef _REARRANGE_FILE_DATA32* PREARRANGE_FILE_DATA32; +typedef _RTL_CRITICAL_SECTION_DEBUG* PRTL_CRITICAL_SECTION_DEBUG; +typedef tagPOINTER_DEVICE_CURSOR_TYPE POINTER_DEVICE_CURSOR_TYPE; +typedef _PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY* PPROCESS_MITIGATION_USER_SHADOW_STACK_POLICY; +typedef _TOKEN_ACCESS_INFORMATION TOKEN_ACCESS_INFORMATION; +typedef value_entA VALENTA; +typedef _LIST_ENTRY LIST_ENTRY; +typedef _TOKEN_ACCESS_INFORMATION* PTOKEN_ACCESS_INFORMATION; +typedef _TRANSACTIONMANAGER_INFORMATION_CLASS TRANSACTIONMANAGER_INFORMATION_CLASS; +typedef unsigned long long uintptr_t; +typedef _FILE_SEGMENT_ELEMENT* PFILE_SEGMENT_ELEMENT; +typedef char* va_list; +typedef _SYSTEM_AUDIT_OBJECT_ACE* PSYSTEM_AUDIT_OBJECT_ACE; +typedef unsigned long long size_t; +typedef long long ptrdiff_t; +typedef _PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY* PPROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +typedef long long intptr_t; +typedef bool __vcrt_bool; +typedef _EXCEPTION_DISPOSITION EXCEPTION_DISPOSITION; +typedef _REPARSE_GUID_DATA_BUFFER* PREPARSE_GUID_DATA_BUFFER; +typedef _PROCESS_MITIGATION_SEHOP_POLICY PROCESS_MITIGATION_SEHOP_POLICY; +typedef _PRIVILEGE_SET* PPRIVILEGE_SET; +typedef _LIST_ENTRY* PLIST_ENTRY; +typedef _PROCESS_MITIGATION_FONT_DISABLE_POLICY* PPROCESS_MITIGATION_FONT_DISABLE_POLICY; +typedef _ACCESS_ALLOWED_CALLBACK_ACE ACCESS_ALLOWED_CALLBACK_ACE; +typedef unsigned long ULONG; +typedef tagIMEMENUITEMINFOA* PIMEMENUITEMINFOA; +typedef PIMEMENUITEMINFOA PIMEMENUITEMINFO; +typedef LIST_ENTRY64 LIST_ENTRY64; +typedef LIST_ENTRY64* PLIST_ENTRY64; +typedef _TOKEN_DEFAULT_DACL TOKEN_DEFAULT_DACL; +typedef _ACCESS_DENIED_ACE ACCESS_DENIED_ACE; +typedef ACCESS_DENIED_ACE* PACCESS_DENIED_ACE; +typedef _TOKEN_DEFAULT_DACL* PTOKEN_DEFAULT_DACL; +typedef LIST_ENTRY32 LIST_ENTRY32; +typedef LIST_ENTRY32* PLIST_ENTRY32; +typedef tagSIZE* PSIZE; +typedef ULONG* PULONG; +typedef _TRANSACTIONMANAGER_RECOVERY_INFORMATION* PTRANSACTIONMANAGER_RECOVERY_INFORMATION; +typedef _IMAGE_HOT_PATCH_MACHINE* PIMAGE_HOT_PATCH_MACHINE; +typedef unsigned short USHORT; +typedef _SINGLE_LIST_ENTRY* PSINGLE_LIST_ENTRY; +typedef _SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION; +typedef tagCHANGEFILTERSTRUCT* PCHANGEFILTERSTRUCT; +typedef _PROCESS_MITIGATION_DEP_POLICY* PPROCESS_MITIGATION_DEP_POLICY; +typedef _SYSTEM_AUDIT_ACE SYSTEM_AUDIT_ACE; +typedef _HEAP_INFORMATION_CLASS HEAP_INFORMATION_CLASS; +typedef USHORT* PUSHORT; +typedef _CPU_SET_INFORMATION_TYPE CPU_SET_INFORMATION_TYPE; +typedef void* LPVOID; +typedef unsigned long DWORD; +typedef DWORD ( *PTHREAD_START_ROUTINE )( LPVOID ); +typedef PTHREAD_START_ROUTINE LPTHREAD_START_ROUTINE; +typedef _GUID GUID; +typedef _SE_ACCESS_REPLY* PSE_ACCESS_REPLY; +typedef _TRANSACTIONMANAGER_RECOVERY_INFORMATION TRANSACTIONMANAGER_RECOVERY_INFORMATION; +typedef UCHAR* PUCHAR; +typedef char* PSZ; +typedef tagHELPWININFOW* LPHELPWININFOW; +typedef _FILE_NOTIFY_INFORMATION FILE_NOTIFY_INFORMATION; +typedef _XSTATE_FEATURE XSTATE_FEATURE; +typedef tagHELPWININFOA* LPHELPWININFOA; +typedef _SYSTEM_ALARM_ACE SYSTEM_ALARM_ACE; +typedef SYSTEM_ALARM_ACE* PSYSTEM_ALARM_ACE; +typedef int BOOL; +typedef _SYSTEM_POOL_ZEROING_INFORMATION* PSYSTEM_POOL_ZEROING_INFORMATION; +typedef tagGESTUREINFO GESTUREINFO; +typedef _SYSTEM_CPU_SET_INFORMATION SYSTEM_CPU_SET_INFORMATION; +typedef unsigned short WORD; +typedef GUID CLSID; +typedef _TOKEN_TYPE TOKEN_TYPE; +typedef float FLOAT; +typedef tagHELPWININFOW HELPWININFOW; +typedef _NETRESOURCEW* LPNETRESOURCEW; +typedef _ACCESS_ALLOWED_CALLBACK_OBJECT_ACE ACCESS_ALLOWED_CALLBACK_OBJECT_ACE; +typedef const GUID* LPCGUID; +typedef FLOAT* PFLOAT; +typedef _SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION; +typedef GUID IID; +typedef IID* LPIID; +typedef BOOL* PBOOL; +typedef BOOL* LPBOOL; +typedef long LONG; +typedef LONG* PRTL_REFERENCE_COUNT32; +typedef _TOKEN_ELEVATION_TYPE* PTOKEN_ELEVATION_TYPE; +typedef APP_LOCAL_DEVICE_ID APP_LOCAL_DEVICE_ID; +typedef BYTE* PBYTE; +typedef _DISCDLGSTRUCTW* LPDISCDLGSTRUCTW; +typedef BYTE* LPBYTE; +typedef _IMAGE_POLICY_METADATA IMAGE_POLICY_METADATA; +typedef _SYSTEM_AUDIT_CALLBACK_OBJECT_ACE* PSYSTEM_AUDIT_CALLBACK_OBJECT_ACE; +typedef int* PINT; +typedef long long LONG_PTR; +typedef LONG_PTR* PRTL_REFERENCE_COUNT; +typedef int* LPINT; +typedef _PROCESS_MITIGATION_CHILD_PROCESS_POLICY PROCESS_MITIGATION_CHILD_PROCESS_POLICY; +typedef tagHELPWININFOA* PHELPWININFOA; +typedef PHELPWININFOA PHELPWININFO; +typedef _ENCLAVE_CREATE_INFO_VBS_BASIC ENCLAVE_CREATE_INFO_VBS_BASIC; +typedef _TOKEN_MANDATORY_LABEL TOKEN_MANDATORY_LABEL; +typedef WORD* PWORD; +typedef _TOKEN_MANDATORY_LABEL* PTOKEN_MANDATORY_LABEL; +typedef _TP_TIMER* PTP_TIMER; +typedef WORD* LPWORD; +typedef CM_Power_Data_s CM_POWER_DATA; +typedef GUID FMTID; +typedef _MODEMDEVCAPS* PMODEMDEVCAPS; +typedef tagINPUT_MESSAGE_ORIGIN_ID INPUT_MESSAGE_ORIGIN_ID; +typedef long* LPLONG; +typedef _JOBOBJECT_ASSOCIATE_COMPLETION_PORT* PJOBOBJECT_ASSOCIATE_COMPLETION_PORT; +typedef const _ACTIVATION_CONTEXT_QUERY_INDEX* PCACTIVATION_CONTEXT_QUERY_INDEX; +typedef _IMAGE_DEBUG_DIRECTORY IMAGE_DEBUG_DIRECTORY; +typedef DWORD* PDWORD; +typedef DWORD* LPDWORD; +typedef _IMAGE_FUNCTION_ENTRY IMAGE_FUNCTION_ENTRY; +typedef POWER_USER_PRESENCE_TYPE POWER_USER_PRESENCE_TYPE; +typedef _FILE_INFO_BY_HANDLE_CLASS* PFILE_INFO_BY_HANDLE_CLASS; +typedef _ASSEMBLY_FILE_DETAILED_INFORMATION ASSEMBLY_FILE_DETAILED_INFORMATION; +typedef void* LPCVOID; +typedef int INT; +typedef unsigned long long ULONG_PTR; +typedef ULONG_PTR KSPIN_LOCK; +typedef ORIENTATION_PREFERENCE ORIENTATION_PREFERENCE; +typedef unsigned int UINT; +typedef _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION JOBOBJECT_BASIC_ACCOUNTING_INFORMATION; +typedef _PF_TIME_CONTROL* PPF_TIME_CONTROL; +typedef _M128A M128A; +typedef _ENCLAVE_INIT_INFO_VBS ENCLAVE_INIT_INFO_VBS; +typedef _SID_AND_ATTRIBUTES SID_AND_ATTRIBUTES; +typedef _UNIVERSAL_NAME_INFOW* LPUNIVERSAL_NAME_INFOW; +typedef unsigned int* PUINT; +typedef _ACL_SIZE_INFORMATION ACL_SIZE_INFORMATION; +typedef ACL_SIZE_INFORMATION* PACL_SIZE_INFORMATION; +typedef _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION; +typedef bool __crt_bool; +typedef tagSTICKYKEYS STICKYKEYS; +typedef _TP_POOL_STACK_INFORMATION* PTP_POOL_STACK_INFORMATION; +typedef int errno_t; +typedef unsigned short wint_t; +typedef _NETWORK_APP_INSTANCE_EA NETWORK_APP_INSTANCE_EA; +typedef SID_AND_ATTRIBUTES SID_AND_ATTRIBUTES_ARRAY[1]; +typedef SID_AND_ATTRIBUTES_ARRAY* PSID_AND_ATTRIBUTES_ARRAY; +typedef _PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY* PPROCESS_MITIGATION_REDIRECTION_TRUST_POLICY; +typedef unsigned short wctype_t; +typedef WORD SECURITY_DESCRIPTOR_CONTROL; +typedef long __time32_t; +typedef _HARDWARE_COUNTER_DATA* PHARDWARE_COUNTER_DATA; +typedef _FILE_INFO_BY_HANDLE_CLASS FILE_INFO_BY_HANDLE_CLASS; +typedef long long __time64_t; +typedef _RTL_SRWLOCK RTL_SRWLOCK; +typedef RTL_SRWLOCK* PSRWLOCK; +typedef _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE* PPROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE; +typedef _TP_POOL_STACK_INFORMATION TP_POOL_STACK_INFORMATION; +typedef _SID_AND_ATTRIBUTES* PSID_AND_ATTRIBUTES; +typedef _SECURITY_DESCRIPTOR_RELATIVE* PISECURITY_DESCRIPTOR_RELATIVE; +typedef __crt_locale_data_public __crt_locale_data_public; +typedef _REMOTE_NAME_INFOA* LPREMOTE_NAME_INFOA; +typedef LPREMOTE_NAME_INFOA LPREMOTE_NAME_INFO; +typedef _TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT; +typedef TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT TRANSACTION_NOTIFICATION_PROMOTE_ARGUMENT; +typedef _OVERLAPPED* LPOVERLAPPED; +typedef _M128A* PM128A; +typedef _SID_AND_ATTRIBUTES_HASH SID_AND_ATTRIBUTES_HASH; +typedef _SECURITY_DESCRIPTOR SECURITY_DESCRIPTOR; +typedef _ENLISTMENT_INFORMATION_CLASS ENLISTMENT_INFORMATION_CLASS; +typedef __crt_locale_pointers __crt_locale_pointers; +typedef _SCRUB_DATA_INPUT* PSCRUB_DATA_INPUT; +typedef __crt_locale_pointers* _locale_t; +typedef _TOKEN_USER_CLAIMS* PTOKEN_USER_CLAIMS; +typedef _SYSTEM_AUDIT_CALLBACK_ACE* PSYSTEM_AUDIT_CALLBACK_ACE; +typedef _Mbstatet _Mbstatet; +typedef _Mbstatet mbstate_t; +typedef _SCRUB_PARITY_EXTENT SCRUB_PARITY_EXTENT; +typedef _COMPATIBILITY_CONTEXT_ELEMENT COMPATIBILITY_CONTEXT_ELEMENT; +typedef __time64_t time_t; +typedef _numberfmtA NUMBERFMTA; +typedef size_t rsize_t; +typedef _XSAVE_AREA* PXSAVE_AREA; +typedef unsigned long long POINTER_64_INT; +typedef SERVICE_TRIGGER_CUSTOM_STATE_ID SERVICE_TRIGGER_CUSTOM_STATE_ID; +typedef _PRIVILEGE_SET PRIVILEGE_SET; +typedef signed char INT8; +typedef _TP_WORK TP_WORK; +typedef signed char* PINT8; +typedef _ENERGY_SAVER_STATUS* PENERGY_SAVER_STATUS; +typedef short INT16; +typedef _JOBOBJECT_BASIC_UI_RESTRICTIONS* PJOBOBJECT_BASIC_UI_RESTRICTIONS; +typedef void ( *WAITORTIMERCALLBACKFUNC )( PVOID, BOOLEAN ); +typedef WAITORTIMERCALLBACKFUNC WAITORTIMERCALLBACK; +typedef _XSAVE_AREA XSAVE_AREA; +typedef short* PINT16; +typedef _STARTUPINFOA STARTUPINFOA; +typedef int INT32; +typedef _TOKEN_LINKED_TOKEN* PTOKEN_LINKED_TOKEN; +typedef int* PINT32; +typedef DWORD ACCESS_REASON; +typedef long long INT64; +typedef CLSID* LPCLSID; +typedef _SERVICE_DESCRIPTIONW SERVICE_DESCRIPTIONW; +typedef long long* PINT64; +typedef _POWER_REQUEST_TYPE POWER_REQUEST_TYPE; +typedef _XSAVE_AREA_HEADER XSAVE_AREA_HEADER; +typedef unsigned char UINT8; +typedef FMTID* LPFMTID; +typedef unsigned char* PUINT8; +typedef _TOKEN_GROUPS* PTOKEN_GROUPS; +typedef unsigned short UINT16; +typedef char CHAR; +typedef char* LPSTR; +typedef BOOL ( *CODEPAGE_ENUMPROCA )( LPSTR ); +typedef unsigned short* PUINT16; +typedef _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET* PPROCESS_DYNAMIC_EH_CONTINUATION_TARGET; +typedef unsigned int UINT32; +typedef MEM_SECTION_EXTENDED_PARAMETER_TYPE MEM_SECTION_EXTENDED_PARAMETER_TYPE; +typedef char* PSTR; +typedef PSTR* PZPSTR; +typedef _CLAIM_SECURITY_ATTRIBUTE_V1 CLAIM_SECURITY_ATTRIBUTE_V1; +typedef unsigned int* PUINT32; +typedef unsigned long long UINT64; +typedef _PROCESSOR_NUMBER PROCESSOR_NUMBER; +typedef _MONITOR_DISPLAY_STATE* PMONITOR_DISPLAY_STATE; +typedef unsigned long long* PUINT64; +typedef short SHORT; +typedef SHORT* PSHORT; +typedef int LONG32; +typedef _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET PROCESS_DYNAMIC_EH_CONTINUATION_TARGET; +typedef _SID_NAME_USE* PSID_NAME_USE; +typedef int* PLONG32; +typedef unsigned int ULONG32; +typedef ULONG_PTR SIZE_T; +typedef unsigned int* PULONG32; +typedef _ENCLAVE_CREATE_INFO_SGX* PENCLAVE_CREATE_INFO_SGX; +typedef const char* PCSTR; +typedef PCSTR* PZPCSTR; +typedef ULONG SAVEPOINT_ID; +typedef unsigned int DWORD32; +typedef unsigned int* PDWORD32; +typedef _TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT; +typedef long long INT_PTR; +typedef long long* PINT_PTR; +typedef _MODEMDEVCAPS MODEMDEVCAPS; +typedef _FILE_PIPE_INFORMATION* PFILE_PIPE_INFORMATION; +typedef unsigned long long UINT_PTR; +typedef _PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION* PPROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION; +typedef _SYSTEM_RESOURCE_ATTRIBUTE_ACE* PSYSTEM_RESOURCE_ATTRIBUTE_ACE; +typedef unsigned long long* PUINT_PTR; +typedef long long* PLONG_PTR; +typedef char TCHAR; +typedef unsigned long long* PULONG_PTR; +typedef _CLAIM_SECURITY_ATTRIBUTE_V1* PCLAIM_SECURITY_ATTRIBUTE_V1; +typedef _INPUT_RECORD* PINPUT_RECORD; +typedef void** PHANDLE64; +typedef _EVENTLOGRECORD EVENTLOGRECORD; +typedef const char* LPCSTR; +typedef long long SHANDLE_PTR; +typedef _SYSTEM_MANDATORY_LABEL_ACE SYSTEM_MANDATORY_LABEL_ACE; +typedef unsigned long long HANDLE_PTR; +typedef char* PNZCH; +typedef unsigned int UHALF_PTR; +typedef unsigned int* PUHALF_PTR; +typedef _FILE_STAT_INFORMATION FILE_STAT_INFORMATION; +typedef const char* LPCCH; +typedef LPCCH LPCTCH; +typedef _TOKEN_ORIGIN TOKEN_ORIGIN; +typedef int HALF_PTR; +typedef int* PHALF_PTR; +typedef unsigned char TBYTE; +typedef _TOKEN_SOURCE* PTOKEN_SOURCE; +typedef _TRANSACTIONMANAGER_OLDEST_INFORMATION* PTRANSACTIONMANAGER_OLDEST_INFORMATION; +typedef char* PZZSTR; +typedef NUMBERFMTA NUMBERFMT; +typedef _PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY* PPROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +typedef ULONG_PTR* PSIZE_T; +typedef LONG_PTR SSIZE_T; +typedef _OSVERSIONINFOEXA* LPOSVERSIONINFOEXA; +typedef LPOSVERSIONINFOEXA LPOSVERSIONINFOEX; +typedef LPCSTR PCTSTR; +typedef _TOKEN_ELEVATION TOKEN_ELEVATION; +typedef ALLOC_CONSOLE_OPTIONS* PALLOC_CONSOLE_OPTIONS; +typedef _ATTRIBUTES_AND_SID* PATTRIBUTES_AND_SID; +typedef LONG_PTR* PSSIZE_T; +typedef ULONG_PTR DWORD_PTR; +typedef PRTL_CRITICAL_SECTION_DEBUG LPCRITICAL_SECTION_DEBUG; +typedef _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION* PJOBOBJECT_BASIC_ACCOUNTING_INFORMATION; +typedef ULONG_PTR* PDWORD_PTR; +typedef long long LONG64; +typedef void ( *PTP_CLEANUP_GROUP_CANCEL_CALLBACK )( PVOID, PVOID ); +typedef long long* PLONG64; +typedef _RTL_RUN_ONCE* PRTL_RUN_ONCE; +typedef PRTL_RUN_ONCE PINIT_ONCE; +typedef LPSTR LPUTSTR; +typedef _OBJECT_TYPE_LIST* POBJECT_TYPE_LIST; +typedef _IO_COUNTERS IO_COUNTERS; +typedef unsigned long long ULONG64; +typedef unsigned long long* PULONG64; +typedef const char* PCZZSTR; +typedef PCZZSTR PCZZTSTR; +typedef unsigned long long DWORD64; +typedef _ACL ACL; +typedef unsigned long long* PDWORD64; +typedef LPCSTR PCUTSTR; +typedef ULONG_PTR KAFFINITY; +typedef LPSTR LPTSTR; +typedef KAFFINITY* PKAFFINITY; +typedef PZZSTR PUZZTSTR; +typedef const char* PCNZCH; +typedef PCNZCH PCNZTCH; +typedef _TOKEN_ELEVATION* PTOKEN_ELEVATION; +typedef int INT; +typedef _CONSOLE_READCONSOLE_CONTROL* PCONSOLE_READCONSOLE_CONTROL; +typedef _WIN32_FIND_DATAA* PWIN32_FIND_DATAA; +typedef const ASSEMBLY_FILE_DETAILED_INFORMATION* PCASSEMBLY_FILE_DETAILED_INFORMATION; +typedef _RTL_BARRIER* PRTL_BARRIER; +typedef PRTL_BARRIER LPSYNCHRONIZATION_BARRIER; +typedef PNZCH PUNZTCH; +typedef WCHAR* PWCHAR; +typedef wchar_t* LPWCH; +typedef _MEM_ADDRESS_REQUIREMENTS* PMEM_ADDRESS_REQUIREMENTS; +typedef _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE* PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +typedef wchar_t* PWCH; +typedef _SID* PISID; +typedef GUID CRM_PROTOCOL_ID; +typedef const wchar_t* LPCWCH; +typedef const wchar_t* PCWCH; +typedef _UMS_CREATE_THREAD_ATTRIBUTES* PUMS_CREATE_THREAD_ATTRIBUTES; +typedef wchar_t* NWPSTR; +typedef _LARGE_INTEGER LARGE_INTEGER; +typedef LARGE_INTEGER* PLARGE_INTEGER; +typedef _IMAGE_DELAYLOAD_DESCRIPTOR IMAGE_DELAYLOAD_DESCRIPTOR; +typedef wchar_t* LPWSTR; +typedef wchar_t* PWSTR; +typedef _GROUP_AFFINITY GROUP_AFFINITY; +typedef _SERVICE_SID_INFO SERVICE_SID_INFO; +typedef PWSTR* PZPWSTR; +typedef _TAPE_GET_MEDIA_PARAMETERS TAPE_GET_MEDIA_PARAMETERS; +typedef const PWSTR* PCZPWSTR; +typedef _JOBOBJECT_CPU_RATE_CONTROL_INFORMATION* PJOBOBJECT_CPU_RATE_CONTROL_INFORMATION; +typedef _PROCESS_MITIGATION_SEHOP_POLICY* PPROCESS_MITIGATION_SEHOP_POLICY; +typedef _NT_TIB32 NT_TIB32; +typedef WCHAR* LPUWSTR; +typedef _TRANSACTIONMANAGER_LOGPATH_INFORMATION* PTRANSACTIONMANAGER_LOGPATH_INFORMATION; +typedef WCHAR* PUWSTR; +typedef _GROUP_AFFINITY* PGROUP_AFFINITY; +typedef _EXCEPTION_REGISTRATION_RECORD EXCEPTION_REGISTRATION_RECORD; +typedef const wchar_t* LPCWSTR; +typedef const wchar_t* PCWSTR; +typedef tagMENUINFO MENUINFO; +typedef tagREGISTERWORDA* LPREGISTERWORDA; +typedef LPREGISTERWORDA LPREGISTERWORD; +typedef _FILE_IO_PRIORITY_HINT_INFORMATION FILE_IO_PRIORITY_HINT_INFORMATION; +typedef _PROCESSOR_NUMBER* PPROCESSOR_NUMBER; +typedef JOBOBJECT_NET_RATE_CONTROL_INFORMATION JOBOBJECT_NET_RATE_CONTROL_INFORMATION; +typedef PCWSTR* PZPCWSTR; +typedef _SCRUB_DATA_OUTPUT* PSCRUB_DATA_OUTPUT; +typedef void* HANDLE; +typedef HANDLE* PHANDLE; +typedef _ACCESS_DENIED_CALLBACK_OBJECT_ACE ACCESS_DENIED_CALLBACK_OBJECT_ACE; +typedef const PCWSTR* PCZPCWSTR; +typedef _GROUP_AFFINITY64 GROUP_AFFINITY64; +typedef _NT_TIB NT_TIB; +typedef _BY_HANDLE_FILE_INFORMATION* PBY_HANDLE_FILE_INFORMATION; +typedef const WCHAR* LPCUWSTR; +typedef _PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY* PPROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +typedef const WCHAR* PCUWSTR; +typedef JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE; +typedef _TAPE_PREPARE TAPE_PREPARE; +typedef wchar_t* PZZWSTR; +typedef tagMENUITEMINFOA MENUITEMINFOA; +typedef _IMAGE_RESOURCE_DIRECTORY_ENTRY* PIMAGE_RESOURCE_DIRECTORY_ENTRY; +typedef const wchar_t* PCZZWSTR; +typedef _SharedVirtualDiskSupportType SharedVirtualDiskSupportType; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY* PRUNTIME_FUNCTION; +typedef PDWORD PLCID; +typedef wchar_t* PUZZWSTR; +typedef HINSTANCE__* HINSTANCE; +typedef HINSTANCE HMODULE; +typedef const wchar_t* PCUZZWSTR; +typedef HKEY__* HKEY; +typedef WORD FSHORT; +typedef _TRANSACTION_LIST_ENTRY* PTRANSACTION_LIST_ENTRY; +typedef wchar_t* PNZWCH; +typedef const wchar_t* PCNZWCH; +typedef _CONTEXT CONTEXT; +typedef DWORD LGRPID; +typedef DWORD LCID; +typedef BOOL ( *LANGGROUPLOCALE_ENUMPROCW )( LGRPID, LCID, LPWSTR, LONG_PTR ); +typedef _GROUP_AFFINITY64* PGROUP_AFFINITY64; +typedef wchar_t* PUNZWCH; +typedef const wchar_t* PCUNZWCH; +typedef char* LPCH; +typedef LPCH PTCH; +typedef DWORD NLS_FUNCTION; +typedef const WCHAR* LPCWCHAR; +typedef const wchar_t* PCWCHAR; +typedef const wchar_t* LPCUWCHAR; +typedef pvalueW* PPVALUEW; +typedef _SYSTEM_ACCESS_FILTER_ACE* PSYSTEM_ACCESS_FILTER_ACE; +typedef const wchar_t* PCUWCHAR; +typedef unsigned long UCSCHAR; +typedef UCSCHAR* PUCSCHAR; +typedef COMPARTMENT_ID* PCOMPARTMENT_ID; +typedef _FILE_CASE_SENSITIVE_INFORMATION FILE_CASE_SENSITIVE_INFORMATION; +typedef long long LONGLONG; +typedef _TRANSACTION_ENLISTMENTS_INFORMATION* PTRANSACTION_ENLISTMENTS_INFORMATION; +typedef const UCSCHAR* PCUCSCHAR; +typedef _ACCESS_DENIED_OBJECT_ACE ACCESS_DENIED_OBJECT_ACE; +typedef UCSCHAR* PUCSSTR; +typedef _FLOAT128 FLOAT128; +typedef _TOKEN_ORIGIN* PTOKEN_ORIGIN; +typedef tagIMEMENUITEMINFOA IMEMENUITEMINFOA; +typedef COMPARTMENT_ID COMPARTMENT_ID; +typedef UCSCHAR* PUUCSSTR; +typedef _ACE_HEADER ACE_HEADER; +typedef const UCSCHAR* PCUCSSTR; +typedef PVOID ENCLAVE_TARGET_FUNCTION( PVOID ); +typedef const UCSCHAR* PCUUCSSTR; +typedef UCSCHAR* PUUCSCHAR; +typedef _TOKEN_APPCONTAINER_INFORMATION TOKEN_APPCONTAINER_INFORMATION; +typedef const UCSCHAR* PCUUCSCHAR; +typedef FLOAT128* PFLOAT128; +typedef _HARDWARE_COUNTER_TYPE* PHARDWARE_COUNTER_TYPE; +typedef _ACCESS_ALLOWED_ACE ACCESS_ALLOWED_ACE; +typedef CHAR* PCHAR; +typedef _TAPE_GET_MEDIA_PARAMETERS* PTAPE_GET_MEDIA_PARAMETERS; +typedef _PROCESS_MITIGATION_ASLR_POLICY PROCESS_MITIGATION_ASLR_POLICY; +typedef char* PCH; +typedef const char* PCCH; +typedef ULONGLONG* PULONGLONG; +typedef DWORD CALID; +typedef LONG_PTR LPARAM; +typedef char* NPSTR; +typedef _LDT_ENTRY* PLDT_ENTRY; +typedef _PROCESSOR_RELATIONSHIP PROCESSOR_RELATIONSHIP; +typedef _WOW64_FLOATING_SAVE_AREA WOW64_FLOATING_SAVE_AREA; +typedef _RECTL* PRECTL; +typedef const PSTR* PCZPSTR; +typedef _WOW64_CONTEXT WOW64_CONTEXT; +typedef const PCSTR* PCZPCSTR; +typedef _LOGICAL_PROCESSOR_RELATIONSHIP LOGICAL_PROCESSOR_RELATIONSHIP; +typedef _ARM64_NT_NEON128 ARM64_NT_NEON128; +typedef char* PTCHAR; +typedef HFONT__* HFONT; +typedef unsigned char* PTBYTE; +typedef LPCH LPTCH; +typedef _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY ARM64_RUNTIME_FUNCTION; +typedef LPCCH PCTCH; +typedef LPSTR PTSTR; +typedef _ENUM_SERVICE_STATUS_PROCESSA* LPENUM_SERVICE_STATUS_PROCESSA; +typedef LPSTR PUTSTR; +typedef STORAGE_BREAK_RESERVATION_REQUEST* PSTORAGE_BREAK_RESERVATION_REQUEST; +typedef _JOBOBJECT_IO_ATTRIBUTION_INFORMATION JOBOBJECT_IO_ATTRIBUTION_INFORMATION; +typedef LPCSTR LPCTSTR; +typedef _SYSTEM_POWER_STATE SYSTEM_POWER_STATE; +typedef _FILETIME FILETIME; +typedef _OSVERSIONINFOEXA OSVERSIONINFOEXA; +typedef LPCSTR LPCUTSTR; +typedef PRTL_RUN_ONCE LPINIT_ONCE; +typedef PZZSTR PZZTSTR; +typedef tagRAWHID* PRAWHID; +typedef _SILOOBJECT_BASIC_INFORMATION SILOOBJECT_BASIC_INFORMATION; +typedef PCZZSTR PCUZZTSTR; +typedef PZPSTR PZPTSTR; +typedef _DISPATCHER_CONTEXT_ARM64* PDISPATCHER_CONTEXT_ARM64; +typedef PNZCH PNZTCH; +typedef _NV_MEMORY_RANGE* PNV_MEMORY_RANGE; +typedef _CACHE_RELATIONSHIP* PCACHE_RELATIONSHIP; +typedef PCNZCH PCUNZTCH; +typedef DWORD* LPCOLORREF; +typedef _RTL_UMS_SCHEDULER_REASON RTL_UMS_SCHEDULER_REASON; +typedef PRTL_BARRIER PSYNCHRONIZATION_BARRIER; +typedef LONG* PLONG; +typedef _PROCESSOR_GROUP_INFO PROCESSOR_GROUP_INFO; +typedef void SERVICE_MAIN_FUNCTIONW( DWORD, LPWSTR* ); +typedef _GENERIC_MAPPING GENERIC_MAPPING; +typedef GENERIC_MAPPING* PGENERIC_MAPPING; +typedef _LUID_AND_ATTRIBUTES LUID_AND_ATTRIBUTES; +typedef _GROUP_AFFINITY32 GROUP_AFFINITY32; +typedef _GROUP_AFFINITY32* PGROUP_AFFINITY32; +typedef _CFG_CALL_TARGET_INFO* PCFG_CALL_TARGET_INFO; +typedef BYTE FCHAR; +typedef _SE_TOKEN_USER SE_TOKEN_USER; +typedef DWORD FLONG; +typedef _SCOPE_TABLE_AMD64 SCOPE_TABLE_AMD64; +typedef long HRESULT; +typedef char CCHAR; +typedef BOOL ( *GEO_ENUMNAMEPROC )( PWSTR, LPARAM ); +typedef _SYSTEM_CPU_SET_INFORMATION* PSYSTEM_CPU_SET_INFORMATION; +typedef WORD LANGID; +typedef BOOLEAN SECURITY_CONTEXT_TRACKING_MODE; +typedef void ( *LPHANDLER_FUNCTION )( DWORD ); +typedef HPEN__* HPEN; +typedef _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY* PARM64_RUNTIME_FUNCTION; +typedef _NUMA_NODE_RELATIONSHIP NUMA_NODE_RELATIONSHIP; +typedef LONGLONG* PLONGLONG; +typedef LONGLONG USN; +typedef _EXCEPTION_POINTERS EXCEPTION_POINTERS; +typedef PVOID PSECURITY_DESCRIPTOR; +typedef DWORD ACCESS_MASK; +typedef _SERVICE_NOTIFY_2A SERVICE_NOTIFY_2A; +typedef SERVICE_NOTIFY_2A SERVICE_NOTIFYA; +typedef SERVICE_NOTIFYA SERVICE_NOTIFY; +typedef LONG_PTR RTL_REFERENCE_COUNT; +typedef HANDLE HGLOBAL; +typedef LONG RTL_REFERENCE_COUNT32; +typedef _XSAVE_FORMAT XSAVE_FORMAT; +typedef _LUID LUID; +typedef _LUID* PLUID; +typedef _TOKEN_USER TOKEN_USER; +typedef DWORDLONG* PDWORDLONG; +typedef _SERVERSILO_STATE SERVERSILO_STATE; +typedef _SCOPE_TABLE_ARM64 SCOPE_TABLE_ARM64; +typedef BOOLEAN* PBOOLEAN; +typedef _SERVERSILO_DIAGNOSTIC_INFORMATION SERVERSILO_DIAGNOSTIC_INFORMATION; +typedef _LIST_ENTRY* PRLIST_ENTRY; +typedef PRUNTIME_FUNCTION GET_RUNTIME_FUNCTION_CALLBACK( DWORD64, PVOID ); +typedef _SINGLE_LIST_ENTRY SINGLE_LIST_ENTRY; +typedef DWORD OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK( HANDLE, PVOID, PDWORD, PRUNTIME_FUNCTION* ); +typedef DWORD SECURITY_INFORMATION; +typedef _EXCEPTION_RECORD EXCEPTION_RECORD; +typedef _TOKEN_OWNER* PTOKEN_OWNER; +typedef _CONTEXT* PCONTEXT; +typedef _SE_IMAGE_SIGNATURE_TYPE* PSE_IMAGE_SIGNATURE_TYPE; +typedef BYTE SE_SIGNING_LEVEL; +typedef _SERVICE_TRIGGER SERVICE_TRIGGER; +typedef _JOBOBJECT_JOBSET_INFORMATION JOBOBJECT_JOBSET_INFORMATION; +typedef _TP_WAIT* PTP_WAIT; +typedef DWORD TP_WAIT_RESULT; +typedef GUID* LPGUID; +typedef _KNONVOLATILE_CONTEXT_POINTERS KNONVOLATILE_CONTEXT_POINTERS; +typedef _OBJECTID OBJECTID; +typedef _IMAGE_COFF_SYMBOLS_HEADER IMAGE_COFF_SYMBOLS_HEADER; +typedef _SCOPE_TABLE_ARM SCOPE_TABLE_ARM; +typedef tagHIGHCONTRASTW* LPHIGHCONTRASTW; +typedef EXCEPTION_DISPOSITION EXCEPTION_ROUTINE( _EXCEPTION_RECORD*, PVOID, _CONTEXT*, PVOID ); +typedef EXCEPTION_DISPOSITION ( *PEXCEPTION_ROUTINE )( _EXCEPTION_RECORD*, PVOID, _CONTEXT*, PVOID ); +typedef tagHIGHCONTRASTA* LPHIGHCONTRASTA; +typedef LPHIGHCONTRASTA LPHIGHCONTRAST; +typedef _KNONVOLATILE_CONTEXT_POINTERS_ARM64* PKNONVOLATILE_CONTEXT_POINTERS_ARM64; +typedef _IMAGE_DEBUG_MISC* PIMAGE_DEBUG_MISC; +typedef KSPIN_LOCK* PKSPIN_LOCK; +typedef _RTL_CRITICAL_SECTION* PRTL_CRITICAL_SECTION; +typedef PRTL_CRITICAL_SECTION PCRITICAL_SECTION; +typedef _ARM64_NT_NEON128* PARM64_NT_NEON128; +typedef _XSAVE_FORMAT* PXSAVE_FORMAT; +typedef _XSAVE_CET_U_FORMAT XSAVE_CET_U_FORMAT; +typedef _XSAVE_CET_U_FORMAT* PXSAVE_CET_U_FORMAT; +typedef _ARM64_NT_CONTEXT ARM64_NT_CONTEXT; +typedef _XSAVE_ARM64_SVE_HEADER XSAVE_ARM64_SVE_HEADER; +typedef _ENUM_SERVICE_STATUSA* LPENUM_SERVICE_STATUSA; +typedef _DISPATCHER_CONTEXT* PDISPATCHER_CONTEXT; +typedef _XSAVE_ARM64_SVE_HEADER* PXSAVE_ARM64_SVE_HEADER; +typedef char __C_ASSERT__[1]; +typedef JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2; +typedef _XSAVE_AREA_HEADER* PXSAVE_AREA_HEADER; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER_V2* PFILE_PIPE_CLIENT_PROCESS_BUFFER_V2; +typedef _PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY* PPROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY; +typedef _XSTATE_CONTEXT XSTATE_CONTEXT; +typedef _XSTATE_CONTEXT* PXSTATE_CONTEXT; +typedef DWORD* PTP_VERSION; +typedef LONG ( *PTOP_LEVEL_EXCEPTION_FILTER )( _EXCEPTION_POINTERS* ); +typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER; +typedef _ALPC_MESSAGE_HANDLE_INFORMATION* PALPC_MESSAGE_HANDLE_INFORMATION; +typedef _KERNEL_CET_CONTEXT KERNEL_CET_CONTEXT; +typedef _SHUFFLE_FILE_DATA* PSHUFFLE_FILE_DATA; +typedef _KERNEL_CET_CONTEXT* PKERNEL_CET_CONTEXT; +typedef char __C_ASSERT__[1]; +typedef tagIMEMENUITEMINFOA* LPIMEMENUITEMINFOA; +typedef _CREATE_THREAD_DEBUG_INFO CREATE_THREAD_DEBUG_INFO; +typedef _SCOPE_TABLE_AMD64* PSCOPE_TABLE_AMD64; +typedef XSAVE_FORMAT XMM_SAVE_AREA32; +typedef XSAVE_FORMAT* PXMM_SAVE_AREA32; +typedef tagIMECHARPOSITION IMECHARPOSITION; +typedef value_entA* PVALENTA; +typedef PVALENTA PVALENT; +typedef POWER_ACTION POWER_ACTION; +typedef PPM_THERMALCHANGE_EVENT* PPPM_THERMALCHANGE_EVENT; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION; +typedef _CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1* PCLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1; +typedef _MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION* PMEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION; +typedef _TRANSACTIONMANAGER_LOGPATH_INFORMATION TRANSACTIONMANAGER_LOGPATH_INFORMATION; +typedef PPM_IDLESTATE_EVENT* PPPM_IDLESTATE_EVENT; +typedef LPVOID ( *PENCLAVE_ROUTINE )( LPVOID ); +typedef PENCLAVE_ROUTINE LPENCLAVE_ROUTINE; +typedef SCOPE_TABLE_AMD64 SCOPE_TABLE; +typedef tagWNDCLASSEXA* NPWNDCLASSEXA; +typedef SCOPE_TABLE_AMD64* PSCOPE_TABLE; +typedef tagWNDCLASSEXW* PWNDCLASSEXW; +typedef _CLAIM_SECURITY_ATTRIBUTES_INFORMATION* PCLAIM_SECURITY_ATTRIBUTES_INFORMATION; +typedef tagWNDCLASSEXA WNDCLASSEXA; +typedef WNDCLASSEXA WNDCLASSEX; +typedef int ( *REGISTERWORDENUMPROCW )( LPCWSTR, DWORD, LPCWSTR, LPVOID ); +typedef _TAPE_SET_POSITION TAPE_SET_POSITION; +typedef GET_RUNTIME_FUNCTION_CALLBACK* PGET_RUNTIME_FUNCTION_CALLBACK; +typedef _PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +typedef _SECURITY_QUALITY_OF_SERVICE* PSECURITY_QUALITY_OF_SERVICE; +typedef _SCRUB_DATA_OUTPUT SCRUB_DATA_OUTPUT; +typedef POWER_ACTION_POLICY* PPOWER_ACTION_POLICY; +typedef SYSTEM_POWER_LEVEL SYSTEM_POWER_LEVEL; +typedef OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK* POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK; +typedef DWORD* PSECURITY_INFORMATION; +typedef _SharedVirtualDiskHandleState SharedVirtualDiskHandleState; +typedef _DISPATCHER_CONTEXT DISPATCHER_CONTEXT; +typedef _DISCDLGSTRUCTA DISCDLGSTRUCTA; +typedef _PF_ROBUST_PROCESS_ENTRY PF_ROBUST_PROCESS_ENTRY; +typedef _PROC_THREAD_ATTRIBUTE_LIST* PPROC_THREAD_ATTRIBUTE_LIST; +typedef _JOBOBJECT_END_OF_JOB_TIME_INFORMATION* PJOBOBJECT_END_OF_JOB_TIME_INFORMATION; +typedef POWER_INFORMATION_LEVEL POWER_INFORMATION_LEVEL; +typedef LONG ( *PEXCEPTION_FILTER )( _EXCEPTION_POINTERS*, PVOID ); +typedef void ( *PTERMINATION_HANDLER )( BOOLEAN, PVOID ); +typedef _IO_COMPLETION_INFORMATION_CLASS IO_COMPLETION_INFORMATION_CLASS; +typedef _ENCLAVE_INIT_INFO_SGX* PENCLAVE_INIT_INFO_SGX; +typedef _KNONVOLATILE_CONTEXT_POINTERS* PKNONVOLATILE_CONTEXT_POINTERS; +typedef _QUOTA_LIMITS QUOTA_LIMITS; +typedef _TAPE_GET_STATISTICS TAPE_GET_STATISTICS; +typedef _PROCESS_NETWORK_COUNTERS PROCESS_NETWORK_COUNTERS; +typedef _SYSTEM_POWER_STATE* PSYSTEM_POWER_STATE; +typedef _SCOPE_TABLE_ARM* PSCOPE_TABLE_ARM; +typedef DISK_SPACE_INFORMATION DISK_SPACE_INFORMATION; +typedef _SCRUB_PARITY_EXTENT* PSCRUB_PARITY_EXTENT; +typedef _SCOPE_TABLE_ARM64* PSCOPE_TABLE_ARM64; +typedef _STARTUPINFOW* LPSTARTUPINFOW; +typedef _JOBOBJECT_BASIC_PROCESS_ID_LIST* PJOBOBJECT_BASIC_PROCESS_ID_LIST; +typedef LATENCY_TIME LATENCY_TIME; +typedef _TP_CALLBACK_ENVIRON_V3 TP_CALLBACK_ENVIRON_V3; +typedef _STARTUPINFOW STARTUPINFOW; +typedef _DEVICE_POWER_STATE DEVICE_POWER_STATE; +typedef _ARM64_NT_CONTEXT* PARM64_NT_CONTEXT; +typedef _SC_NOTIFICATION_REGISTRATION* PSC_NOTIFICATION_REGISTRATION; +typedef _ARM64EC_NT_CONTEXT ARM64EC_NT_CONTEXT; +typedef _ARM64EC_NT_CONTEXT* PARM64EC_NT_CONTEXT; +typedef _WIN32_FIND_DATAA WIN32_FIND_DATAA; +typedef WIN32_FIND_DATAA WIN32_FIND_DATA; +typedef _CHAR_INFO CHAR_INFO; +typedef _FILE_NOTIFY_FULL_INFORMATION FILE_NOTIFY_FULL_INFORMATION; +typedef _PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +typedef _DISPATCHER_CONTEXT_NONVOLREG_ARM64 DISPATCHER_CONTEXT_NONVOLREG_ARM64; +typedef _TRANSACTION_PROPERTIES_INFORMATION* PTRANSACTION_PROPERTIES_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _DISPATCHER_CONTEXT_ARM64 DISPATCHER_CONTEXT_ARM64; +typedef _RATE_QUOTA_LIMIT* PRATE_QUOTA_LIMIT; +typedef _KNONVOLATILE_CONTEXT_POINTERS_ARM64 KNONVOLATILE_CONTEXT_POINTERS_ARM64; +typedef HIMCC__* HIMCC; +typedef _KCRM_TRANSACTION_BLOB* PRKCRM_TRANSACTION_BLOB; +typedef _ENCLAVE_LOAD_DATA_VBS_BASIC* PENCLAVE_LOAD_DATA_VBS_BASIC; +typedef _JOBOBJECT_EXTENDED_LIMIT_INFORMATION JOBOBJECT_EXTENDED_LIMIT_INFORMATION; +typedef _LDT_ENTRY LDT_ENTRY; +typedef MEM_EXTENDED_PARAMETER* PMEM_EXTENDED_PARAMETER; +typedef _CLIENT_ID64 CLIENT_ID64; +typedef tagCOMPOSITIONFORM* NPCOMPOSITIONFORM; +typedef _TRANSACTION_NOTIFICATION TRANSACTION_NOTIFICATION; +typedef WOW64_FLOATING_SAVE_AREA* PWOW64_FLOATING_SAVE_AREA; +typedef MEM_EXTENDED_PARAMETER MEM_EXTENDED_PARAMETER; +typedef _MEM_DEDICATED_ATTRIBUTE_TYPE MEM_DEDICATED_ATTRIBUTE_TYPE; +typedef _WIN32_FIND_DATAA* LPWIN32_FIND_DATAA; +typedef WOW64_CONTEXT* PWOW64_CONTEXT; +typedef _FILE_ID_128* PFILE_ID_128; +typedef _WOW64_LDT_ENTRY WOW64_LDT_ENTRY; +typedef _SE_TOKEN_USER PSE_TOKEN_USER; +typedef _FILE_ID_128 FILE_ID_128; +typedef _WOW64_LDT_ENTRY* PWOW64_LDT_ENTRY; +typedef POWER_MONITOR_REQUEST_REASON POWER_MONITOR_REQUEST_REASON; +typedef _RTL_CONDITION_VARIABLE* PRTL_CONDITION_VARIABLE; +typedef _WOW64_DESCRIPTOR_TABLE_ENTRY WOW64_DESCRIPTOR_TABLE_ENTRY; +typedef HWND__* HWND; +typedef _WOW64_DESCRIPTOR_TABLE_ENTRY* PWOW64_DESCRIPTOR_TABLE_ENTRY; +typedef _TOKEN_PRIVILEGES TOKEN_PRIVILEGES; +typedef _FILE_NOTIFY_INFORMATION* PFILE_NOTIFY_INFORMATION; +typedef BOOL ( *PROPENUMPROCEXA )( HWND, LPSTR, HANDLE, ULONG_PTR ); +typedef EXCEPTION_RECORD* PEXCEPTION_RECORD; +typedef tagREGISTERWORDA* PREGISTERWORDA; +typedef _TRANSACTION_LIST_INFORMATION TRANSACTION_LIST_INFORMATION; +typedef _EXCEPTION_RECORD32 EXCEPTION_RECORD32; +typedef _SHARED_VIRTUAL_DISK_SUPPORT SHARED_VIRTUAL_DISK_SUPPORT; +typedef _POWER_LIMIT_ATTRIBUTES POWER_LIMIT_ATTRIBUTES; +typedef _PROCESS_MITIGATION_CHILD_PROCESS_POLICY* PPROCESS_MITIGATION_CHILD_PROCESS_POLICY; +typedef _BY_HANDLE_FILE_INFORMATION* LPBY_HANDLE_FILE_INFORMATION; +typedef _EXCEPTION_RECORD32* PEXCEPTION_RECORD32; +typedef _WIN32_FILE_ATTRIBUTE_DATA* LPWIN32_FILE_ATTRIBUTE_DATA; +typedef _POWER_LIMIT_TYPES POWER_LIMIT_TYPES; +typedef _EXCEPTION_RECORD64 EXCEPTION_RECORD64; +typedef _EXCEPTION_RECORD64* PEXCEPTION_RECORD64; +typedef _FILE_STAT_BASIC_INFORMATION FILE_STAT_BASIC_INFORMATION; +typedef _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY* PPROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +typedef tagSTYLEBUFW STYLEBUFW; +typedef _EXCEPTION_POINTERS* PEXCEPTION_POINTERS; +typedef PVOID PACCESS_TOKEN; +typedef PVOID PSID; +typedef PVOID PCLAIMS_BLOB; +typedef _LOAD_DLL_DEBUG_INFO LOAD_DLL_DEBUG_INFO; +typedef ACCESS_MASK* PACCESS_MASK; +typedef ENCLAVE_TARGET_FUNCTION* PENCLAVE_TARGET_FUNCTION; +typedef PENCLAVE_TARGET_FUNCTION LPENCLAVE_TARGET_FUNCTION; +typedef _ALPC_HANDLE_ATTR32* PALPC_HANDLE_ATTR32; +typedef tagSTYLEBUFA* NPSTYLEBUFA; +typedef NPSTYLEBUFA NPSTYLEBUF; +typedef _TRANSACTION_BASIC_INFORMATION TRANSACTION_BASIC_INFORMATION; +typedef _LUID_AND_ATTRIBUTES* PLUID_AND_ATTRIBUTES; +typedef _PROCESS_HEAP_ENTRY PROCESS_HEAP_ENTRY; +typedef LUID_AND_ATTRIBUTES LUID_AND_ATTRIBUTES_ARRAY[1]; +typedef _MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE* PMEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE; +typedef LUID_AND_ATTRIBUTES_ARRAY* PLUID_AND_ATTRIBUTES_ARRAY; +typedef _SID_IDENTIFIER_AUTHORITY SID_IDENTIFIER_AUTHORITY; +typedef _SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; +typedef _SID_IDENTIFIER_AUTHORITY* PSID_IDENTIFIER_AUTHORITY; +typedef _PACKEDEVENTINFO PACKEDEVENTINFO; +typedef _RECTL RECTL; +typedef const RECTL* LPCRECTL; +typedef _SID SID; +typedef _SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX* PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; +typedef _SE_SID SE_SID; +typedef _SE_SID* PSE_SID; +typedef _SID_NAME_USE SID_NAME_USE; +typedef _QUERY_SERVICE_LOCK_STATUSA* LPQUERY_SERVICE_LOCK_STATUSA; +typedef _TOKEN_CONTROL TOKEN_CONTROL; +typedef _IMAGE_LINENUMBER IMAGE_LINENUMBER; +typedef IMAGE_LINENUMBER* PIMAGE_LINENUMBER; +typedef _TOKEN_LINKED_TOKEN TOKEN_LINKED_TOKEN; +typedef _JOBOBJECTINFOCLASS JOBOBJECTINFOCLASS; +typedef ULONG_PTR SID_HASH_ENTRY; +typedef _PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY* PPROCESS_MITIGATION_USER_POINTER_AUTH_POLICY; +typedef ULONG_PTR* PSID_HASH_ENTRY; +typedef DWORD POINTER_INPUT_TYPE; +typedef tagTOUCHINPUT TOUCHINPUT; +typedef _QUERY_SERVICE_CONFIGA* LPQUERY_SERVICE_CONFIGA; +typedef tagRECT* LPRECT; +typedef _ATTRIBUTES_AND_SID ATTRIBUTES_AND_SID; +typedef _IMAGE_BASE_RELOCATION IMAGE_BASE_RELOCATION; +typedef tagRECT* PRECT; +typedef WELL_KNOWN_SID_TYPE WELL_KNOWN_SID_TYPE; +typedef _CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE* PCLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE; +typedef _GROUP_RELATIONSHIP* PGROUP_RELATIONSHIP; +typedef ACL* PACL; +typedef _JOBOBJECT_BASIC_LIMIT_INFORMATION JOBOBJECT_BASIC_LIMIT_INFORMATION; +typedef tagPOINTER_BUTTON_CHANGE_TYPE POINTER_BUTTON_CHANGE_TYPE; +typedef BOOL ( *LANGUAGEGROUP_ENUMPROCA )( LGRPID, LPSTR, LPSTR, DWORD, LONG_PTR ); +typedef _REMOTE_PORT_VIEW REMOTE_PORT_VIEW; +typedef EXCEPTION_REGISTRATION_RECORD* PEXCEPTION_REGISTRATION_RECORD; +typedef ACE_HEADER* PACE_HEADER; +typedef ACCESS_ALLOWED_ACE* PACCESS_ALLOWED_ACE; +typedef MEM_EXTENDED_PARAMETER_TYPE* PMEM_EXTENDED_PARAMETER_TYPE; +typedef tagSIZE* LPSIZE; +typedef _RTL_CONDITION_VARIABLE RTL_CONDITION_VARIABLE; +typedef SYSTEM_AUDIT_ACE* PSYSTEM_AUDIT_ACE; +typedef _SERVICE_NOTIFY_1 SERVICE_NOTIFY_1; +typedef HKEY* PHKEY; +typedef BOOLEAN* PSECURITY_CONTEXT_TRACKING_MODE; +typedef _SYSTEM_RESOURCE_ATTRIBUTE_ACE SYSTEM_RESOURCE_ATTRIBUTE_ACE; +typedef _JOBOBJECT_CPU_RATE_CONTROL_INFORMATION JOBOBJECT_CPU_RATE_CONTROL_INFORMATION; +typedef BOOL ( *CALINFO_ENUMPROCEXW )( LPWSTR, CALID ); +typedef _SYSTEM_SCOPED_POLICY_ID_ACE SYSTEM_SCOPED_POLICY_ID_ACE; +typedef _SYSTEM_SCOPED_POLICY_ID_ACE* PSYSTEM_SCOPED_POLICY_ID_ACE; +typedef _ACTIVATION_CONTEXT_DETAILED_INFORMATION ACTIVATION_CONTEXT_DETAILED_INFORMATION; +typedef _SYSTEM_MANDATORY_LABEL_ACE* PSYSTEM_MANDATORY_LABEL_ACE; +typedef _SYSTEM_PROCESS_TRUST_LABEL_ACE SYSTEM_PROCESS_TRUST_LABEL_ACE; +typedef _SYSTEM_PROCESS_TRUST_LABEL_ACE* PSYSTEM_PROCESS_TRUST_LABEL_ACE; +typedef SERVICE_NOTIFY_2A SERVICE_NOTIFY_2; +typedef _SYSTEM_ACCESS_FILTER_ACE SYSTEM_ACCESS_FILTER_ACE; +typedef _SECURITY_CAPABILITIES SECURITY_CAPABILITIES; +typedef _TAPE_SET_DRIVE_PARAMETERS TAPE_SET_DRIVE_PARAMETERS; +typedef _SECURITY_ATTRIBUTES* PSECURITY_ATTRIBUTES; +typedef _ACCESS_ALLOWED_OBJECT_ACE ACCESS_ALLOWED_OBJECT_ACE; +typedef _ACCESS_ALLOWED_OBJECT_ACE* PACCESS_ALLOWED_OBJECT_ACE; +typedef _SERVICE_CONTROL_STATUS_REASON_PARAMSA* PSERVICE_CONTROL_STATUS_REASON_PARAMSA; +typedef _JOB_SET_ARRAY* PJOB_SET_ARRAY; +typedef _MEMORY_BASIC_INFORMATION MEMORY_BASIC_INFORMATION; +typedef _ACCESS_DENIED_OBJECT_ACE* PACCESS_DENIED_OBJECT_ACE; +typedef _JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION* PJOBOBJECT_NOTIFICATION_LIMIT_INFORMATION; +typedef _SYSTEM_AUDIT_OBJECT_ACE SYSTEM_AUDIT_OBJECT_ACE; +typedef _SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; +typedef _SYSTEM_ALARM_OBJECT_ACE SYSTEM_ALARM_OBJECT_ACE; +typedef _JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION; +typedef _SYSTEM_ALARM_OBJECT_ACE* PSYSTEM_ALARM_OBJECT_ACE; +typedef HANDLE HLOCAL; +typedef UINT_PTR WPARAM; +typedef _ACCESS_ALLOWED_CALLBACK_ACE* PACCESS_ALLOWED_CALLBACK_ACE; +typedef LEGACY_TOUCHPAD_FEATURES LEGACY_TOUCHPAD_FEATURES; +typedef JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2 JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2; +typedef _ACCESS_DENIED_CALLBACK_ACE ACCESS_DENIED_CALLBACK_ACE; +typedef _TOKEN_MANDATORY_POLICY* PTOKEN_MANDATORY_POLICY; +typedef _ACCESS_DENIED_CALLBACK_ACE* PACCESS_DENIED_CALLBACK_ACE; +typedef ACTCTX_REQUESTED_RUN_LEVEL ACTCTX_REQUESTED_RUN_LEVEL; +typedef _SYSTEM_AUDIT_CALLBACK_ACE SYSTEM_AUDIT_CALLBACK_ACE; +typedef _SYSTEM_ALARM_CALLBACK_ACE SYSTEM_ALARM_CALLBACK_ACE; +typedef void* HGDIOBJ; +typedef _SYSTEM_ALARM_CALLBACK_ACE* PSYSTEM_ALARM_CALLBACK_ACE; +typedef _ACCESS_ALLOWED_CALLBACK_OBJECT_ACE* PACCESS_ALLOWED_CALLBACK_OBJECT_ACE; +typedef _SERVICE_REQUIRED_PRIVILEGES_INFOA* LPSERVICE_REQUIRED_PRIVILEGES_INFOA; +typedef _HEAP_OPTIMIZE_RESOURCES_INFORMATION* PHEAP_OPTIMIZE_RESOURCES_INFORMATION; +typedef JOB_OBJECT_NET_RATE_CONTROL_FLAGS JOB_OBJECT_NET_RATE_CONTROL_FLAGS; +typedef _ACCESS_DENIED_CALLBACK_OBJECT_ACE* PACCESS_DENIED_CALLBACK_OBJECT_ACE; +typedef _SYSTEM_AUDIT_CALLBACK_OBJECT_ACE SYSTEM_AUDIT_CALLBACK_OBJECT_ACE; +typedef BYTE* PSE_SIGNING_LEVEL; +typedef _SYSTEM_ALARM_CALLBACK_OBJECT_ACE SYSTEM_ALARM_CALLBACK_OBJECT_ACE; +typedef JOB_OBJECT_IO_RATE_CONTROL_FLAGS JOB_OBJECT_IO_RATE_CONTROL_FLAGS; +typedef _SYSTEM_ALARM_CALLBACK_OBJECT_ACE* PSYSTEM_ALARM_CALLBACK_OBJECT_ACE; +typedef ACL_REVISION_INFORMATION* PACL_REVISION_INFORMATION; +typedef void TP_WAIT_CALLBACK( PTP_CALLBACK_INSTANCE, PVOID, PTP_WAIT, TP_WAIT_RESULT ); +typedef _TP_WAIT TP_WAIT; +typedef _IO_STATUS_BLOCK* PIO_STATUS_BLOCK; +typedef _IMAGE_DOS_HEADER* PIMAGE_DOS_HEADER; +typedef WORD* PSECURITY_DESCRIPTOR_CONTROL; +typedef _CHAR_INFO* PCHAR_INFO; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER* PFILE_PIPE_CLIENT_PROCESS_BUFFER; +typedef _ASSEMBLY_FILE_DETAILED_INFORMATION* PASSEMBLY_FILE_DETAILED_INFORMATION; +typedef _SECURITY_DESCRIPTOR_RELATIVE SECURITY_DESCRIPTOR_RELATIVE; +typedef _JOBOBJECT_IO_ATTRIBUTION_INFORMATION* PJOBOBJECT_IO_ATTRIBUTION_INFORMATION; +typedef _FILETIME* PFILETIME; +typedef HKL__* HKL; +typedef _SECURITY_DESCRIPTOR* PISECURITY_DESCRIPTOR; +typedef DWORD LCTYPE; +typedef _QUOTA_LIMITS* PQUOTA_LIMITS; +typedef _SILOOBJECT_BASIC_INFORMATION* PSILOOBJECT_BASIC_INFORMATION; +typedef _IMAGE_FILE_HEADER* PIMAGE_FILE_HEADER; +typedef _SECURITY_OBJECT_AI_PARAMS SECURITY_OBJECT_AI_PARAMS; +typedef _TOKEN_BNO_ISOLATION_INFORMATION TOKEN_BNO_ISOLATION_INFORMATION; +typedef _SECURITY_OBJECT_AI_PARAMS* PSECURITY_OBJECT_AI_PARAMS; +typedef tagPAINTSTRUCT* LPPAINTSTRUCT; +typedef SC_HANDLE__* SC_HANDLE; +typedef _PERFORMANCE_DATA PERFORMANCE_DATA; +typedef _OBJECT_TYPE_LIST OBJECT_TYPE_LIST; +typedef _RATE_QUOTA_LIMIT RATE_QUOTA_LIMIT; +typedef _AUDIT_EVENT_TYPE AUDIT_EVENT_TYPE; +typedef HUMPD__* HUMPD; +typedef _AUDIT_EVENT_TYPE* PAUDIT_EVENT_TYPE; +typedef _TOKEN_LOGGING_INFORMATION TOKEN_LOGGING_INFORMATION; +typedef _ACCESS_REASON_TYPE ACCESS_REASON_TYPE; +typedef _CACHE_DESCRIPTOR CACHE_DESCRIPTOR; +typedef _TOKEN_AUDIT_POLICY* PTOKEN_AUDIT_POLICY; +typedef _ACCESS_REASONS ACCESS_REASONS; +typedef HCOLORSPACE__* HCOLORSPACE; +typedef _ACCESS_REASONS* PACCESS_REASONS; +typedef _numberfmtW NUMBERFMTW; +typedef _PROCESSOR_CACHE_TYPE PROCESSOR_CACHE_TYPE; +typedef _SE_SECURITY_DESCRIPTOR SE_SECURITY_DESCRIPTOR; +typedef JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3; +typedef _FILE_PIPE_EVENT_BUFFER* PFILE_PIPE_EVENT_BUFFER; +typedef _SE_SECURITY_DESCRIPTOR* PSE_SECURITY_DESCRIPTOR; +typedef _ENUM_SERVICE_STATUSW ENUM_SERVICE_STATUSW; +typedef _SE_ACCESS_REQUEST SE_ACCESS_REQUEST; +typedef _JOBOBJECT_IO_ATTRIBUTION_STATS* PJOBOBJECT_IO_ATTRIBUTION_STATS; +typedef _SE_ACCESS_REQUEST* PSE_ACCESS_REQUEST; +typedef HLSURF__* HLSURF; +typedef _JOBOBJECT_IO_ATTRIBUTION_STATS JOBOBJECT_IO_ATTRIBUTION_STATS; +typedef _SHARED_VIRTUAL_DISK_SUPPORT* PSHARED_VIRTUAL_DISK_SUPPORT; +typedef _SE_ACCESS_REPLY SE_ACCESS_REPLY; +typedef _SECURITY_IMPERSONATION_LEVEL SECURITY_IMPERSONATION_LEVEL; +typedef _IMAGE_AUX_SYMBOL_EX IMAGE_AUX_SYMBOL_EX; +typedef IMAGE_AUX_SYMBOL_EX* PIMAGE_AUX_SYMBOL_EX; +typedef _SECURITY_IMPERSONATION_LEVEL* PSECURITY_IMPERSONATION_LEVEL; +typedef _REARRANGE_FILE_DATA32 REARRANGE_FILE_DATA32; +typedef TOKEN_TYPE* PTOKEN_TYPE; +typedef FLASHWINFO* PFLASHWINFO; +typedef _FILE_SEGMENT_ELEMENT FILE_SEGMENT_ELEMENT; +typedef _TOKEN_ELEVATION_TYPE TOKEN_ELEVATION_TYPE; +typedef _TOKEN_INFORMATION_CLASS TOKEN_INFORMATION_CLASS; +typedef _IMAGE_SYMBOL_EX IMAGE_SYMBOL_EX; +typedef _TOKEN_INFORMATION_CLASS* PTOKEN_INFORMATION_CLASS; +typedef _REPARSE_GUID_DATA_BUFFER REPARSE_GUID_DATA_BUFFER; +typedef DLGITEMTEMPLATE DLGITEMTEMPLATE; +typedef WORD ATOM; +typedef tagMULTIKEYHELPA MULTIKEYHELPA; +typedef MULTIKEYHELPA MULTIKEYHELP; +typedef _IMAGE_NT_HEADERS* PIMAGE_NT_HEADERS32; +typedef tagPOINT* NPPOINT; +typedef tagSIZE SIZE; +typedef _TOKEN_GROUPS TOKEN_GROUPS; +typedef _IMAGE_NT_HEADERS IMAGE_NT_HEADERS32; +typedef _IMAGE_HOT_PATCH_MACHINE IMAGE_HOT_PATCH_MACHINE; +typedef _TOKEN_PRIVILEGES* PTOKEN_PRIVILEGES; +typedef _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY IMAGE_ARM_RUNTIME_FUNCTION_ENTRY; +typedef _TOKEN_OWNER TOKEN_OWNER; +typedef SIZE* PSIZEL; +typedef _TOKEN_PRIMARY_GROUP TOKEN_PRIMARY_GROUP; +typedef _IMAGE_AUX_SYMBOL IMAGE_AUX_SYMBOL; +typedef _TOKEN_PRIMARY_GROUP* PTOKEN_PRIMARY_GROUP; +typedef tagKEYBDINPUT* PKEYBDINPUT; +typedef _IMAGE_TLS_DIRECTORY64 IMAGE_TLS_DIRECTORY64; +typedef _TOKEN_USER_CLAIMS TOKEN_USER_CLAIMS; +typedef CM_Power_Data_s* PCM_POWER_DATA; +typedef _TOKEN_DEVICE_CLAIMS TOKEN_DEVICE_CLAIMS; +typedef _TOKEN_DEVICE_CLAIMS* PTOKEN_DEVICE_CLAIMS; +typedef _TOKEN_GROUPS_AND_PRIVILEGES TOKEN_GROUPS_AND_PRIVILEGES; +typedef POWER_USER_PRESENCE_TYPE* PPOWER_USER_PRESENCE_TYPE; +typedef ULONGLONG* PREGHANDLE; +typedef _TOKEN_GROUPS_AND_PRIVILEGES* PTOKEN_GROUPS_AND_PRIVILEGES; +typedef tagINPUT INPUT; +typedef _NETWORK_APP_INSTANCE_EA* PNETWORK_APP_INSTANCE_EA; +typedef _TOKEN_MANDATORY_POLICY TOKEN_MANDATORY_POLICY; +typedef _SCRUB_DATA_INPUT SCRUB_DATA_INPUT; +typedef _SCRUB_PARITY_EXTENT_DATA SCRUB_PARITY_EXTENT_DATA; +typedef tagPOINTER_INFO POINTER_INFO; +typedef _ENERGY_SAVER_STATUS ENERGY_SAVER_STATUS; +typedef _TOKEN_LOGGING_INFORMATION* PTOKEN_LOGGING_INFORMATION; +typedef DWORD* PEXECUTION_STATE; +typedef _IMAGE_THUNK_DATA64 IMAGE_THUNK_DATA64; +typedef _TOKEN_AUDIT_POLICY TOKEN_AUDIT_POLICY; +typedef _POWER_REQUEST_TYPE* PPOWER_REQUEST_TYPE; +typedef _TOKEN_SOURCE TOKEN_SOURCE; +typedef tagWINDOWPOS WINDOWPOS; +typedef _TOKEN_STATISTICS TOKEN_STATISTICS; +typedef MEM_SECTION_EXTENDED_PARAMETER_TYPE* PMEM_SECTION_EXTENDED_PARAMETER_TYPE; +typedef _PROCESS_LDT_SIZE PROCESS_LDT_SIZE; +typedef _IMAGE_ENCLAVE_CONFIG64* PIMAGE_ENCLAVE_CONFIG64; +typedef _TOKEN_STATISTICS* PTOKEN_STATISTICS; +typedef _ENCLAVE_CREATE_INFO_SGX ENCLAVE_CREATE_INFO_SGX; +typedef SYSTEM_POWER_CAPABILITIES SYSTEM_POWER_CAPABILITIES; +typedef _TOKEN_CONTROL* PTOKEN_CONTROL; +typedef tagSERIALKEYSA SERIALKEYSA; +typedef _MANDATORY_LEVEL MANDATORY_LEVEL; +typedef tagNCCALCSIZE_PARAMS* LPNCCALCSIZE_PARAMS; +typedef _MANDATORY_LEVEL* PMANDATORY_LEVEL; +typedef _TOKEN_APPCONTAINER_INFORMATION* PTOKEN_APPCONTAINER_INFORMATION; +typedef _FILE_STAT_INFORMATION* PFILE_STAT_INFORMATION; +typedef _TOKEN_SID_INFORMATION TOKEN_SID_INFORMATION; +typedef _TOKEN_SID_INFORMATION* PTOKEN_SID_INFORMATION; +typedef _TOKEN_BNO_ISOLATION_INFORMATION* PTOKEN_BNO_ISOLATION_INFORMATION; +typedef _CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE; +typedef _IMAGE_VXD_HEADER* PIMAGE_VXD_HEADER; +typedef _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +typedef _PROCESS_ACCESS_TOKEN* PPROCESS_ACCESS_TOKEN; +typedef tagWINDOWPLACEMENT WINDOWPLACEMENT; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY _IMAGE_RUNTIME_FUNCTION_ENTRY; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY IMAGE_IA64_RUNTIME_FUNCTION_ENTRY; +typedef _MEM_ADDRESS_REQUIREMENTS MEM_ADDRESS_REQUIREMENTS; +typedef PROCESSOR_PERFSTATE_POLICY PROCESSOR_PERFSTATE_POLICY; +typedef _CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1; +typedef _CLAIM_SECURITY_ATTRIBUTES_INFORMATION CLAIM_SECURITY_ATTRIBUTES_INFORMATION; +typedef IMPORT_OBJECT_HEADER IMPORT_OBJECT_HEADER; +typedef _SECURITY_QUALITY_OF_SERVICE SECURITY_QUALITY_OF_SERVICE; +typedef _SE_IMPERSONATION_STATE SE_IMPERSONATION_STATE; +typedef _SERVICE_REQUIRED_PRIVILEGES_INFOW SERVICE_REQUIRED_PRIVILEGES_INFOW; +typedef tagDELETEITEMSTRUCT* PDELETEITEMSTRUCT; +typedef _SE_IMPERSONATION_STATE* PSE_IMPERSONATION_STATE; +typedef _OSVERSIONINFOW OSVERSIONINFOW; +typedef _SE_IMAGE_SIGNATURE_TYPE SE_IMAGE_SIGNATURE_TYPE; +typedef _SECURITY_CAPABILITIES* PSECURITY_CAPABILITIES; +typedef _SECURITY_CAPABILITIES* LPSECURITY_CAPABILITIES; +typedef _JOB_SET_ARRAY JOB_SET_ARRAY; +typedef _IMAGE_SECTION_HEADER* PIMAGE_SECTION_HEADER; +typedef _FILE_CASE_SENSITIVE_INFORMATION* PFILE_CASE_SENSITIVE_INFORMATION; +typedef HWINEVENTHOOK__* HWINEVENTHOOK; +typedef _BLENDFUNCTION BLENDFUNCTION; +typedef _NON_PAGED_DEBUG_INFO NON_PAGED_DEBUG_INFO; +typedef _IMAGE_ROM_OPTIONAL_HEADER* PIMAGE_ROM_OPTIONAL_HEADER; +typedef NT_TIB* PNT_TIB; +typedef _NT_TIB32* PNT_TIB32; +typedef _NT_TIB64 NT_TIB64; +typedef _CACHE_RELATIONSHIP CACHE_RELATIONSHIP; +typedef _NT_TIB64* PNT_TIB64; +typedef _UMS_CREATE_THREAD_ATTRIBUTES UMS_CREATE_THREAD_ATTRIBUTES; +typedef _COMPONENT_FILTER COMPONENT_FILTER; +typedef _COMPONENT_FILTER* PCOMPONENT_FILTER; +typedef _CACHE_DESCRIPTOR* PCACHE_DESCRIPTOR; +typedef PPM_WMI_PERF_STATES* PPPM_WMI_PERF_STATES; +typedef _IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +typedef PPM_WMI_PERF_STATES PPM_WMI_PERF_STATES; +typedef _PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION; +typedef tagKBDLLHOOKSTRUCT* PKBDLLHOOKSTRUCT; +typedef _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE; +typedef _HEAP_SUMMARY* PHEAP_SUMMARY; +typedef _IMAGE_DYNAMIC_RELOCATION32* PIMAGE_DYNAMIC_RELOCATION32; +typedef _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION* PPROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION; +typedef _RTL_UMS_THREAD_INFO_CLASS* PRTL_UMS_THREAD_INFO_CLASS; +typedef _TAPE_STATISTICS* PTAPE_STATISTICS; +typedef PPM_IDLE_STATE_ACCOUNTING_EX PPM_IDLE_STATE_ACCOUNTING_EX; +typedef _QUOTA_LIMITS_EX QUOTA_LIMITS_EX; +typedef _IMAGE_BDD_INFO IMAGE_BDD_INFO; +typedef PPM_IDLE_STATE_ACCOUNTING_EX* PPPM_IDLE_STATE_ACCOUNTING_EX; +typedef _NV_MEMORY_RANGE NV_MEMORY_RANGE; +typedef _QUOTA_LIMITS_EX* PQUOTA_LIMITS_EX; +typedef _PROCESSOR_GROUP_INFO* PPROCESSOR_GROUP_INFO; +typedef IO_COUNTERS* PIO_COUNTERS; +typedef tagMDICREATESTRUCTA* LPMDICREATESTRUCTA; +typedef _MEMORY_BASIC_INFORMATION32* PMEMORY_BASIC_INFORMATION32; +typedef _HARDWARE_COUNTER_TYPE HARDWARE_COUNTER_TYPE; +typedef IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE; +typedef _PROCESS_MITIGATION_POLICY PROCESS_MITIGATION_POLICY; +typedef _PROCESSOR_POWER_POLICY* PPROCESSOR_POWER_POLICY; +typedef _PROCESS_MITIGATION_POLICY* PPROCESS_MITIGATION_POLICY; +typedef _CFG_CALL_TARGET_INFO CFG_CALL_TARGET_INFO; +typedef _PROCESS_MITIGATION_ASLR_POLICY* PPROCESS_MITIGATION_ASLR_POLICY; +typedef _JOBOBJECT_LIMIT_VIOLATION_INFORMATION* PJOBOBJECT_LIMIT_VIOLATION_INFORMATION; +typedef HBRUSH__* HBRUSH; +typedef _PROCESS_MITIGATION_DEP_POLICY PROCESS_MITIGATION_DEP_POLICY; +typedef PPM_THERMAL_POLICY_EVENT* PPPM_THERMAL_POLICY_EVENT; +typedef PPM_IDLE_ACCOUNTING PPM_IDLE_ACCOUNTING; +typedef _PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY* PPROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +typedef _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION; +typedef IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION* PIMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION; +typedef PPM_IDLE_STATE_ACCOUNTING PPM_IDLE_STATE_ACCOUNTING; +typedef _PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +typedef _NUMA_NODE_RELATIONSHIP* PNUMA_NODE_RELATIONSHIP; +typedef _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +typedef PROCESSOR_IDLESTATE_POLICY PROCESSOR_IDLESTATE_POLICY; +typedef _XSTATE_CONFIGURATION XSTATE_CONFIGURATION; +typedef PROCESSOR_IDLESTATE_INFO PROCESSOR_IDLESTATE_INFO; +typedef _PROCESS_MITIGATION_DYNAMIC_CODE_POLICY PROCESS_MITIGATION_DYNAMIC_CODE_POLICY; +typedef _PROCESS_MITIGATION_DYNAMIC_CODE_POLICY* PPROCESS_MITIGATION_DYNAMIC_CODE_POLICY; +typedef tagMSG* LPMSG; +typedef _PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +typedef tagNONCLIENTMETRICSW NONCLIENTMETRICSW; +typedef _JOBOBJECT_RATE_CONTROL_TOLERANCE JOBOBJECT_RATE_CONTROL_TOLERANCE; +typedef PVOID LPMENUTEMPLATEA; +typedef LPMENUTEMPLATEA LPMENUTEMPLATE; +typedef _ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION* PACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION; +typedef _IMAGE_BOUND_IMPORT_DESCRIPTOR IMAGE_BOUND_IMPORT_DESCRIPTOR; +typedef _PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY; +typedef _PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY* PPROCESS_MITIGATION_BINARY_SIGNATURE_POLICY; +typedef _PROCESS_MITIGATION_FONT_DISABLE_POLICY PROCESS_MITIGATION_FONT_DISABLE_POLICY; +typedef tagLASTINPUTINFO* PLASTINPUTINFO; +typedef _SERVERSILO_STATE* PSERVERSILO_STATE; +typedef _PROCESS_MITIGATION_IMAGE_LOAD_POLICY PROCESS_MITIGATION_IMAGE_LOAD_POLICY; +typedef _SERVERSILO_BASIC_INFORMATION SERVERSILO_BASIC_INFORMATION; +typedef _IMAGE_DYNAMIC_RELOCATION64 IMAGE_DYNAMIC_RELOCATION64; +typedef IMAGE_DYNAMIC_RELOCATION64 IMAGE_DYNAMIC_RELOCATION; +typedef _PROCESS_MITIGATION_IMAGE_LOAD_POLICY* PPROCESS_MITIGATION_IMAGE_LOAD_POLICY; +typedef _PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY; +typedef _SERVERSILO_DIAGNOSTIC_INFORMATION* PSERVERSILO_DIAGNOSTIC_INFORMATION; +typedef _PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY* PPROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY; +typedef _SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION* PSYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION; +typedef _XSTATE_FEATURE* PXSTATE_FEATURE; +typedef _PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY; +typedef _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM* PACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM; +typedef _JOBOBJECT_JOBSET_INFORMATION* PJOBOBJECT_JOBSET_INFORMATION; +typedef HDC__* HDC; +typedef _IMAGE_TLS_DIRECTORY32 IMAGE_TLS_DIRECTORY32; +typedef IMAGE_TLS_DIRECTORY32* PIMAGE_TLS_DIRECTORY32; +typedef _JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL; +typedef _POWER_USER_PRESENCE* PPOWER_USER_PRESENCE; +typedef _PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY; +typedef _POWER_USER_PRESENCE POWER_USER_PRESENCE; +typedef tagSERIALKEYSA* LPSERIALKEYSA; +typedef BOOL ( *NAMEENUMPROCA )( LPSTR, LPARAM ); +typedef NAMEENUMPROCA WINSTAENUMPROCA; +typedef WINSTAENUMPROCA WINSTAENUMPROC; +typedef _RTL_ACTIVATION_CONTEXT_STACK_FRAME RTL_ACTIVATION_CONTEXT_STACK_FRAME; +typedef _PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY; +typedef _GET_FILEEX_INFO_LEVELS GET_FILEEX_INFO_LEVELS; +typedef _PROCESS_NETWORK_COUNTERS* PPROCESS_NETWORK_COUNTERS; +typedef NOTIFY_USER_POWER_SETTING* PNOTIFY_USER_POWER_SETTING; +typedef HIMC__* HIMC; +typedef tagHELPINFO* LPHELPINFO; +typedef void ( *MSGBOXCALLBACK )( LPHELPINFO ); +typedef tagCBT_CREATEWNDA* LPCBT_CREATEWNDA; +typedef _RTL_CRITICAL_SECTION_DEBUG RTL_CRITICAL_SECTION_DEBUG; +typedef _JOBOBJECT_BASIC_LIMIT_INFORMATION* PJOBOBJECT_BASIC_LIMIT_INFORMATION; +typedef _IMAGE_FUNCTION_ENTRY* PIMAGE_FUNCTION_ENTRY; +typedef _IMAGE_DEBUG_MISC IMAGE_DEBUG_MISC; +typedef _JOBOBJECT_EXTENDED_LIMIT_INFORMATION* PJOBOBJECT_EXTENDED_LIMIT_INFORMATION; +typedef _GROUP_RELATIONSHIP GROUP_RELATIONSHIP; +typedef PRTL_CRITICAL_SECTION LPCRITICAL_SECTION; +typedef PPM_IDLE_STATE_BUCKET_EX PPM_IDLE_STATE_BUCKET_EX; +typedef _JOBOBJECT_BASIC_PROCESS_ID_LIST JOBOBJECT_BASIC_PROCESS_ID_LIST; +typedef tagWTSSESSION_NOTIFICATION* PWTSSESSION_NOTIFICATION; +typedef _JOBOBJECT_BASIC_UI_RESTRICTIONS JOBOBJECT_BASIC_UI_RESTRICTIONS; +typedef _IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER; +typedef PPM_WMI_IDLE_STATE PPM_WMI_IDLE_STATE; +typedef _JOBOBJECT_SECURITY_LIMIT_INFORMATION JOBOBJECT_SECURITY_LIMIT_INFORMATION; +typedef _JOBOBJECT_SECURITY_LIMIT_INFORMATION* PJOBOBJECT_SECURITY_LIMIT_INFORMATION; +typedef _ICONINFO ICONINFO; +typedef _JOBOBJECT_END_OF_JOB_TIME_INFORMATION JOBOBJECT_END_OF_JOB_TIME_INFORMATION; +typedef _ASSEMBLY_STORAGE_MAP_ENTRY* PASSEMBLY_STORAGE_MAP_ENTRY; +typedef _JOBOBJECT_ASSOCIATE_COMPLETION_PORT JOBOBJECT_ASSOCIATE_COMPLETION_PORT; +typedef tagEVENTMSG* PEVENTMSGMSG; +typedef _IMAGE_RESOURCE_DATA_ENTRY* PIMAGE_RESOURCE_DATA_ENTRY; +typedef JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS; +typedef _JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION; +typedef _RESUME_PERFORMANCE RESUME_PERFORMANCE; +typedef _JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION* PJOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION; +typedef _JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION; +typedef _OSVERSIONINFOEXW* POSVERSIONINFOEXW; +typedef _OSVERSIONINFOEXW OSVERSIONINFOEXW; +typedef _JOBOBJECT_RATE_CONTROL_TOLERANCE* PJOBOBJECT_RATE_CONTROL_TOLERANCE; +typedef _JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL* PJOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL; +typedef tagGUITHREADINFO GUITHREADINFO; +typedef _JOBOBJECT_LIMIT_VIOLATION_INFORMATION JOBOBJECT_LIMIT_VIOLATION_INFORMATION; +typedef DLGTEMPLATE DLGTEMPLATE; +typedef IMPORT_OBJECT_NAME_TYPE IMPORT_OBJECT_NAME_TYPE; +typedef JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2 JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2; +typedef _TAPE_ERASE* PTAPE_ERASE; +typedef LONG GEOID; +typedef BOOL ( *GEO_ENUMPROC )( GEOID ); +typedef tagMENUBARINFO MENUBARINFO; +typedef _OSVERSIONINFOA OSVERSIONINFOA; +typedef char __C_ASSERT__[1]; +typedef _OSVERSIONINFOW RTL_OSVERSIONINFOW; +typedef tagALTTABINFO ALTTABINFO; +typedef _DEBUGOBJECTINFOCLASS DEBUGOBJECTINFOCLASS; +typedef JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V1; +typedef _IMAGE_POLICY_ENTRY IMAGE_POLICY_ENTRY; +typedef _DBGKM_EXIT_PROCESS DBGKM_EXIT_PROCESS; +typedef _POWER_THROTTLING_PROCESS_STATE* PPOWER_THROTTLING_PROCESS_STATE; +typedef _SERVERSILO_BASIC_INFORMATION* PSERVERSILO_BASIC_INFORMATION; +typedef _FIRMWARE_TYPE FIRMWARE_TYPE; +typedef _FIRMWARE_TYPE* PFIRMWARE_TYPE; +typedef _PROCESSOR_CACHE_TYPE* PPROCESSOR_CACHE_TYPE; +typedef tagRID_DEVICE_INFO_KEYBOARD RID_DEVICE_INFO_KEYBOARD; +typedef tagPOINTER_PEN_INFO POINTER_PEN_INFO; +typedef _PS_TRUSTLET_ATTRIBUTE_TYPE PS_TRUSTLET_ATTRIBUTE_TYPE; +typedef _IMAGE_ENCLAVE_CONFIG64 IMAGE_ENCLAVE_CONFIG64; +typedef _SYSTEM_LOGICAL_PROCESSOR_INFORMATION SYSTEM_LOGICAL_PROCESSOR_INFORMATION; +typedef _IMAGE_ENCLAVE_CONFIG32* PIMAGE_ENCLAVE_CONFIG32; +typedef _SYSTEM_LOGICAL_PROCESSOR_INFORMATION* PSYSTEM_LOGICAL_PROCESSOR_INFORMATION; +typedef tagTRACKMOUSEEVENT* LPTRACKMOUSEEVENT; +typedef _PROCESSOR_RELATIONSHIP* PPROCESSOR_RELATIONSHIP; +typedef _IMAGE_NT_HEADERS64* PIMAGE_NT_HEADERS64; +typedef PIMAGE_NT_HEADERS64 PIMAGE_NT_HEADERS; +typedef tagFILTERKEYS FILTERKEYS; +typedef _ADMINISTRATOR_POWER_POLICY ADMINISTRATOR_POWER_POLICY; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY* _PIMAGE_RUNTIME_FUNCTION_ENTRY; +typedef _PROCESS_WS_WATCH_INFORMATION PROCESS_WS_WATCH_INFORMATION; +typedef _CPU_SET_INFORMATION_TYPE* PCPU_SET_INFORMATION_TYPE; +typedef BOOL ( *WNDENUMPROC )( HWND, LPARAM ); +typedef tagSOUNDSENTRYA* LPSOUNDSENTRYA; +typedef _JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION; +typedef _RTL_SRWLOCK* PRTL_SRWLOCK; +typedef _SYSTEM_POOL_ZEROING_INFORMATION SYSTEM_POOL_ZEROING_INFORMATION; +typedef TOUCHPAD_PARAMETERS* PTOUCHPAD_PARAMETERS_V1; +typedef _OSVERSIONINFOA* POSVERSIONINFOA; +typedef _XSTATE_CONFIGURATION* PXSTATE_CONFIGURATION; +typedef _SLIST_ENTRY* PSLIST_ENTRY; +typedef _MEMORY_BASIC_INFORMATION* PMEMORY_BASIC_INFORMATION; +typedef _MEMORY_BASIC_INFORMATION32 MEMORY_BASIC_INFORMATION32; +typedef LONG NTSTATUS; +typedef _MEMORY_BASIC_INFORMATION64 MEMORY_BASIC_INFORMATION64; +typedef _MEMORY_BASIC_INFORMATION64* PMEMORY_BASIC_INFORMATION64; +typedef HMONITOR__* HMONITOR; +typedef _IMAGE_SEPARATE_DEBUG_HEADER IMAGE_SEPARATE_DEBUG_HEADER; +typedef MEM_EXTENDED_PARAMETER_TYPE MEM_EXTENDED_PARAMETER_TYPE; +typedef _IMAGE_LOAD_CONFIG_DIRECTORY64* PIMAGE_LOAD_CONFIG_DIRECTORY64; +typedef PIMAGE_LOAD_CONFIG_DIRECTORY64 PIMAGE_LOAD_CONFIG_DIRECTORY; +typedef _IMAGE_LOAD_CONFIG_DIRECTORY64 IMAGE_LOAD_CONFIG_DIRECTORY64; +typedef IMAGE_LOAD_CONFIG_DIRECTORY64 IMAGE_LOAD_CONFIG_DIRECTORY; +typedef _MEM_DEDICATED_ATTRIBUTE_TYPE* PMEM_DEDICATED_ATTRIBUTE_TYPE; +typedef _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +typedef PPM_WMI_PERF_STATE* PPPM_WMI_PERF_STATE; +typedef _ICONINFOEXA* PICONINFOEXA; +typedef PICONINFOEXA PICONINFOEX; +typedef tagCWPRETSTRUCT* NPCWPRETSTRUCT; +typedef _ENCLAVE_INIT_INFO_SGX ENCLAVE_INIT_INFO_SGX; +typedef _ENCLAVE_CREATE_INFO_VBS ENCLAVE_CREATE_INFO_VBS; +typedef _IMAGE_DYNAMIC_RELOCATION64* PIMAGE_DYNAMIC_RELOCATION64; +typedef _ENCLAVE_CREATE_INFO_VBS* PENCLAVE_CREATE_INFO_VBS; +typedef _ENCLAVE_CREATE_INFO_VBS_BASIC* PENCLAVE_CREATE_INFO_VBS_BASIC; +typedef _REMOTE_NAME_INFOA REMOTE_NAME_INFOA; +typedef _IMAGE_BDD_DYNAMIC_RELOCATION IMAGE_BDD_DYNAMIC_RELOCATION; +typedef _IMAGE_EXPORT_DIRECTORY IMAGE_EXPORT_DIRECTORY; +typedef _ENCLAVE_LOAD_DATA_VBS_BASIC ENCLAVE_LOAD_DATA_VBS_BASIC; +typedef _TP_CLEANUP_GROUP* PTP_CLEANUP_GROUP; +typedef _ENCLAVE_INIT_INFO_VBS_BASIC ENCLAVE_INIT_INFO_VBS_BASIC; +typedef _ENCLAVE_INIT_INFO_VBS_BASIC* PENCLAVE_INIT_INFO_VBS_BASIC; +typedef DWORD HELPPOLY; +typedef _ENCLAVE_INIT_INFO_VBS* PENCLAVE_INIT_INFO_VBS; +typedef tagMOUSEHOOKSTRUCTEX* PMOUSEHOOKSTRUCTEX; +typedef _PS_MEMORY_RESERVE PS_MEMORY_RESERVE; +typedef _PROCESSOR_POWER_POLICY_INFO PROCESSOR_POWER_POLICY_INFO; +typedef _IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY* PIMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY; +typedef _PROC_THREAD_ATTRIBUTE* PPROC_THREAD_ATTRIBUTE; +typedef _MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE; +typedef _PROCESS_ACCESS_TOKEN PROCESS_ACCESS_TOKEN; +typedef _MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION; +typedef _FILE_NOTIFY_EXTENDED_INFORMATION FILE_NOTIFY_EXTENDED_INFORMATION; +typedef _FILE_NOTIFY_EXTENDED_INFORMATION* PFILE_NOTIFY_EXTENDED_INFORMATION; +typedef _IMAGE_FUNCTION_OVERRIDE_HEADER IMAGE_FUNCTION_OVERRIDE_HEADER; +typedef _FILE_NOTIFY_FULL_INFORMATION* PFILE_NOTIFY_FULL_INFORMATION; +typedef _FILE_STAT_LX_INFORMATION FILE_STAT_LX_INFORMATION; +typedef tagHANDEDNESS HANDEDNESS; +typedef _FILE_STAT_LX_INFORMATION* PFILE_STAT_LX_INFORMATION; +typedef _FILE_STAT_BASIC_INFORMATION* PFILE_STAT_BASIC_INFORMATION; +typedef tagNONCLIENTMETRICSA* PNONCLIENTMETRICSA; +typedef PNONCLIENTMETRICSA PNONCLIENTMETRICS; +typedef tagWNDCLASSA* LPWNDCLASSA; +typedef LPWNDCLASSA LPWNDCLASS; +typedef _JOBOBJECT_WAKE_FILTER* PJOBOBJECT_WAKE_FILTER; +typedef _IMAGE_IMPORT_DESCRIPTOR IMAGE_IMPORT_DESCRIPTOR; +typedef tagINPUT_TRANSFORM INPUT_TRANSFORM; +typedef _SCRUB_PARITY_EXTENT_DATA* PSCRUB_PARITY_EXTENT_DATA; +typedef _REARRANGE_FILE_DATA REARRANGE_FILE_DATA; +typedef _REARRANGE_FILE_DATA* PREARRANGE_FILE_DATA; +typedef _POWER_SESSION_CONNECT* PPOWER_SESSION_CONNECT; +typedef IMAGE_THUNK_DATA64 IMAGE_THUNK_DATA; +typedef _SHUFFLE_FILE_DATA SHUFFLE_FILE_DATA; +typedef tagDROPSTRUCT* PDROPSTRUCT; +typedef _TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT; +typedef _APPLICATIONLAUNCH_SETTING_VALUE* PAPPLICATIONLAUNCH_SETTING_VALUE; +typedef POWER_ACTION* PPOWER_ACTION; +typedef ALLOC_CONSOLE_MODE ALLOC_CONSOLE_MODE; +typedef _DEVICE_POWER_STATE* PDEVICE_POWER_STATE; +typedef _KCRM_TRANSACTION_BLOB KCRM_TRANSACTION_BLOB; +typedef _MONITOR_DISPLAY_STATE MONITOR_DISPLAY_STATE; +typedef IMAGE_BDD_INFO* PIMAGE_BDD_INFO; +typedef _USER_ACTIVITY_PRESENCE USER_ACTIVITY_PRESENCE; +typedef _USER_ACTIVITY_PRESENCE* PUSER_ACTIVITY_PRESENCE; +typedef _IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION; +typedef IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION* PIMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION; +typedef DWORD EXECUTION_STATE; +typedef tagMSGBOXPARAMSA* PMSGBOXPARAMSA; +typedef PMSGBOXPARAMSA PMSGBOXPARAMS; +typedef _IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER; +typedef tagEVENTMSG* PEVENTMSG; +typedef MENUITEMTEMPLATE MENUITEMTEMPLATE; +typedef SYSTEM_POWER_CONDITION SYSTEM_POWER_CONDITION; +typedef _IMAGE_RESOURCE_DIR_STRING_U* PIMAGE_RESOURCE_DIR_STRING_U; +typedef POSVERSIONINFOA POSVERSIONINFO; +typedef _STREAM_INFO_LEVELS STREAM_INFO_LEVELS; +typedef _POWER_SESSION_CONNECT POWER_SESSION_CONNECT; +typedef char __C_ASSERT__[1]; +typedef _POWER_SESSION_TIMEOUTS POWER_SESSION_TIMEOUTS; +typedef _POWER_SESSION_TIMEOUTS* PPOWER_SESSION_TIMEOUTS; +typedef _TP_CALLBACK_INSTANCE TP_CALLBACK_INSTANCE; +typedef _POWER_SESSION_RIT_STATE POWER_SESSION_RIT_STATE; +typedef tagAXISINFOW AXISINFOW; +typedef _SLIST_HEADER* PSLIST_HEADER; +typedef _POWER_SESSION_RIT_STATE* PPOWER_SESSION_RIT_STATE; +typedef _OUTPUT_DEBUG_STRING_INFO OUTPUT_DEBUG_STRING_INFO; +typedef _RESOURCEMANAGER_COMPLETION_INFORMATION* PRESOURCEMANAGER_COMPLETION_INFORMATION; +typedef _POWER_SESSION_WINLOGON POWER_SESSION_WINLOGON; +typedef _POWER_SESSION_WINLOGON* PPOWER_SESSION_WINLOGON; +typedef _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES; +typedef _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES* PPOWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES; +typedef _POWER_IDLE_RESILIENCY POWER_IDLE_RESILIENCY; +typedef tagEMRCREATEMONOBRUSH EMRCREATEMONOBRUSH; +typedef _POWER_IDLE_RESILIENCY* PPOWER_IDLE_RESILIENCY; +typedef _POINTL* PPOINTL; +typedef tagPOINT* PPOINT; +typedef _POWER_MONITOR_REQUEST_TYPE POWER_MONITOR_REQUEST_TYPE; +typedef _TRANSACTIONMANAGER_LOG_INFORMATION TRANSACTIONMANAGER_LOG_INFORMATION; +typedef _POWER_MONITOR_INVOCATION POWER_MONITOR_INVOCATION; +typedef tagBITMAPINFOHEADER BITMAPINFOHEADER; +typedef _POWER_MONITOR_INVOCATION* PPOWER_MONITOR_INVOCATION; +typedef SIZE SIZEL; +typedef BITMAPV5HEADER* LPBITMAPV5HEADER; +typedef tagDESIGNVECTOR DESIGNVECTOR; +typedef _POWER_LIMIT_TYPES* PPOWER_LIMIT_TYPES; +typedef tagPOINTS* PPOINTS; +typedef _POWER_LIMIT_ATTRIBUTES* PPOWER_LIMIT_ATTRIBUTES; +typedef tagENUMLOGFONTEXDVA* LPENUMLOGFONTEXDVA; +typedef LPENUMLOGFONTEXDVA LPENUMLOGFONTEXDV; +typedef _SECURITY_ATTRIBUTES* LPSECURITY_ATTRIBUTES; +typedef DPI_AWARENESS_CONTEXT__* DPI_AWARENESS_CONTEXT; +typedef _POWER_LIMIT_VALUE POWER_LIMIT_VALUE; +typedef _OSVERSIONINFOW* PRTL_OSVERSIONINFOW; +typedef tagPOINTS* LPPOINTS; +typedef _TRANSACTION_LIST_INFORMATION* PTRANSACTION_LIST_INFORMATION; +typedef _POWER_LIMIT_VALUE* PPOWER_LIMIT_VALUE; +typedef _TP_TIMER TP_TIMER; +typedef _RESUME_PERFORMANCE* PRESUME_PERFORMANCE; +typedef _TP_WORK* PTP_WORK; +typedef SET_POWER_SETTING_VALUE SET_POWER_SETTING_VALUE; +typedef SET_POWER_SETTING_VALUE* PSET_POWER_SETTING_VALUE; +typedef _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM; +typedef tagENUMTEXTMETRICW* LPENUMTEXTMETRICW; +typedef NOTIFY_USER_POWER_SETTING NOTIFY_USER_POWER_SETTING; +typedef _TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT* PTRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT; +typedef _OSVERSIONINFOEXW* PRTL_OSVERSIONINFOEXW; +typedef PHEAP_SUMMARY LPHEAP_SUMMARY; +typedef _IMAGE_DEBUG_DIRECTORY* PIMAGE_DEBUG_DIRECTORY; +typedef _OSVERSIONINFOEXA* POSVERSIONINFOEXA; +typedef POSVERSIONINFOEXA POSVERSIONINFOEX; +typedef _APPLICATIONLAUNCH_SETTING_VALUE APPLICATIONLAUNCH_SETTING_VALUE; +typedef _POWER_PLATFORM_ROLE POWER_PLATFORM_ROLE; +typedef _FPO_DATA FPO_DATA; +typedef _POWER_PLATFORM_ROLE* PPOWER_PLATFORM_ROLE; +typedef tagEMRSETICMPROFILE* PEMRSETICMPROFILEW; +typedef _POWER_PLATFORM_INFORMATION POWER_PLATFORM_INFORMATION; +typedef _MESSAGE_RESOURCE_ENTRY* PMESSAGE_RESOURCE_ENTRY; +typedef _POWER_PLATFORM_INFORMATION* PPOWER_PLATFORM_INFORMATION; +typedef _UNLOAD_DLL_DEBUG_INFO UNLOAD_DLL_DEBUG_INFO; +typedef POWER_SETTING_ALTITUDE POWER_SETTING_ALTITUDE; +typedef POWER_SETTING_ALTITUDE* PPOWER_SETTING_ALTITUDE; +typedef _MESSAGE_RESOURCE_BLOCK MESSAGE_RESOURCE_BLOCK; +typedef BATTERY_REPORTING_SCALE BATTERY_REPORTING_SCALE; +typedef PCONTEXT LPCONTEXT; +typedef BATTERY_REPORTING_SCALE* PBATTERY_REPORTING_SCALE; +typedef _MESSAGE_RESOURCE_DATA* PMESSAGE_RESOURCE_DATA; +typedef PPM_WMI_LEGACY_PERFSTATE PPM_WMI_LEGACY_PERFSTATE; +typedef PPM_WMI_LEGACY_PERFSTATE* PPPM_WMI_LEGACY_PERFSTATE; +typedef tagHANDLETABLE HANDLETABLE; +typedef tagMETARECORD METARECORD; +typedef _PROCESS_INFORMATION* LPPROCESS_INFORMATION; +typedef CORRELATION_VECTOR CORRELATION_VECTOR; +typedef CORRELATION_VECTOR* PCORRELATION_VECTOR; +typedef PPM_WMI_IDLE_STATE* PPPM_WMI_IDLE_STATE; +typedef PPM_WMI_IDLE_STATES PPM_WMI_IDLE_STATES; +typedef PPM_WMI_IDLE_STATES* PPPM_WMI_IDLE_STATES; +typedef _IMAGE_POLICY_ENTRY_TYPE IMAGE_POLICY_ENTRY_TYPE; +typedef PPM_WMI_IDLE_STATES_EX PPM_WMI_IDLE_STATES_EX; +typedef ULONG* PSAVEPOINT_ID; +typedef PPM_WMI_IDLE_STATES_EX* PPPM_WMI_IDLE_STATES_EX; +typedef PPM_WMI_PERF_STATE PPM_WMI_PERF_STATE; +typedef _SYSDBG_TRIAGE_DUMP SYSDBG_TRIAGE_DUMP; +typedef _TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT* PTRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT; +typedef IMAGE_ENCLAVE_CONFIG64 IMAGE_ENCLAVE_CONFIG; +typedef tagEMRPOLYPOLYLINE* PEMRPOLYPOLYLINE; +typedef _TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT* PTRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT; +typedef PPM_WMI_PERF_STATES_EX PPM_WMI_PERF_STATES_EX; +typedef PPM_WMI_PERF_STATES_EX* PPPM_WMI_PERF_STATES_EX; +typedef _UNWIND_HISTORY_TABLE_ENTRY UNWIND_HISTORY_TABLE_ENTRY; +typedef PPM_IDLE_STATE_ACCOUNTING* PPPM_IDLE_STATE_ACCOUNTING; +typedef _CREATE_PROCESS_DEBUG_INFO* LPCREATE_PROCESS_DEBUG_INFO; +typedef _TRANSACTION_BIND_INFORMATION* PTRANSACTION_BIND_INFORMATION; +typedef PPM_IDLE_ACCOUNTING* PPPM_IDLE_ACCOUNTING; +typedef _KCRM_TRANSACTION_BLOB* PKCRM_TRANSACTION_BLOB; +typedef _RTL_UMS_SCHEDULER_REASON* PRTL_UMS_SCHEDULER_REASON; +typedef RTL_CONDITION_VARIABLE CONDITION_VARIABLE; +typedef tagGCP_RESULTSW GCP_RESULTSW; +typedef PPM_IDLE_STATE_BUCKET_EX* PPPM_IDLE_STATE_BUCKET_EX; +typedef _KCRM_PROTOCOL_BLOB* PRKCRM_PROTOCOL_BLOB; +typedef _OS_DEPLOYEMENT_STATE_VALUES OS_DEPLOYEMENT_STATE_VALUES; +typedef void ( *PTP_SIMPLE_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID ); +typedef _IMAGE_FUNCTION_ENTRY64 IMAGE_FUNCTION_ENTRY64; +typedef _TP_POOL* PTP_POOL; +typedef PPM_IDLE_ACCOUNTING_EX PPM_IDLE_ACCOUNTING_EX; +typedef PPM_IDLE_ACCOUNTING_EX* PPPM_IDLE_ACCOUNTING_EX; +typedef PPM_PERFSTATE_EVENT PPM_PERFSTATE_EVENT; +typedef ULONG NOTIFICATION_MASK; +typedef PPM_PERFSTATE_EVENT* PPPM_PERFSTATE_EVENT; +typedef _PIMAGE_RUNTIME_FUNCTION_ENTRY PIMAGE_IA64_RUNTIME_FUNCTION_ENTRY; +typedef PPM_PERFSTATE_DOMAIN_EVENT PPM_PERFSTATE_DOMAIN_EVENT; +typedef _PIMAGE_RUNTIME_FUNCTION_ENTRY PIMAGE_RUNTIME_FUNCTION_ENTRY; +typedef PPM_PERFSTATE_DOMAIN_EVENT* PPPM_PERFSTATE_DOMAIN_EVENT; +typedef _PARTITION_INFORMATION_CLASS PARTITION_INFORMATION_CLASS; +typedef PPM_IDLESTATE_EVENT PPM_IDLESTATE_EVENT; +typedef _ImageArchitectureEntry IMAGE_ARCHITECTURE_ENTRY; +typedef tagEMRTEXT EMRTEXT; +typedef tagLOGFONTW LOGFONTW; +typedef tagTEXTMETRICW TEXTMETRICW; +typedef int ( *OLDFONTENUMPROCW )( const LOGFONTW*, const TEXTMETRICW*, DWORD, LPARAM ); +typedef PPM_THERMALCHANGE_EVENT PPM_THERMALCHANGE_EVENT; +typedef PPM_THERMAL_POLICY_EVENT PPM_THERMAL_POLICY_EVENT; +typedef _POINTL POINTL; +typedef POWER_ACTION_POLICY POWER_ACTION_POLICY; +typedef HRGN__* HRGN; +typedef SYSTEM_POWER_LEVEL* PSYSTEM_POWER_LEVEL; +typedef _TRANSACTION_LIST_ENTRY TRANSACTION_LIST_ENTRY; +typedef HSPRITE__* HSPRITE; +typedef _OSVERSIONINFOW* POSVERSIONINFOW; +typedef _KTMOBJECT_TYPE* PKTMOBJECT_TYPE; +typedef _SYSTEM_POWER_POLICY SYSTEM_POWER_POLICY; +typedef _KTMOBJECT_TYPE KTMOBJECT_TYPE; +typedef _UNWIND_HISTORY_TABLE* PUNWIND_HISTORY_TABLE; +typedef _SYSTEM_POWER_POLICY* PSYSTEM_POWER_POLICY; +typedef _TRANSACTION_ENLISTMENTS_INFORMATION TRANSACTION_ENLISTMENTS_INFORMATION; +typedef _EXIT_PROCESS_DEBUG_INFO EXIT_PROCESS_DEBUG_INFO; +typedef PROCESSOR_IDLESTATE_INFO* PPROCESSOR_IDLESTATE_INFO; +typedef _TRANSACTION_ENLISTMENT_PAIR TRANSACTION_ENLISTMENT_PAIR; +typedef tagEMRCREATEPEN* PEMRCREATEPEN; +typedef PROCESSOR_IDLESTATE_POLICY* PPROCESSOR_IDLESTATE_POLICY; +typedef _PROCESSOR_POWER_POLICY_INFO* PPROCESSOR_POWER_POLICY_INFO; +typedef _TRANSACTION_STATE TRANSACTION_STATE; +typedef _NON_PAGED_DEBUG_INFO* PNON_PAGED_DEBUG_INFO; +typedef _TRANSACTIONMANAGER_BASIC_INFORMATION* PTRANSACTIONMANAGER_BASIC_INFORMATION; +typedef _PROCESSOR_POWER_POLICY PROCESSOR_POWER_POLICY; +typedef _TRANSACTIONMANAGER_BASIC_INFORMATION TRANSACTIONMANAGER_BASIC_INFORMATION; +typedef _SYSTEM_XFG_FAILURE_INFORMATION SYSTEM_XFG_FAILURE_INFORMATION; +typedef _IMAGE_LOAD_CONFIG_CODE_INTEGRITY IMAGE_LOAD_CONFIG_CODE_INTEGRITY; +typedef PROCESSOR_PERFSTATE_POLICY* PPROCESSOR_PERFSTATE_POLICY; +typedef _IMAGE_LOAD_CONFIG_DIRECTORY32* PIMAGE_LOAD_CONFIG_DIRECTORY32; +typedef _EVENTSFORLOGFILE EVENTSFORLOGFILE; +typedef _ADMINISTRATOR_POWER_POLICY* PADMINISTRATOR_POWER_POLICY; +typedef _CM_SERVICE_NODE_TYPE SERVICE_NODE_TYPE; +typedef _HIBERFILE_BUCKET_SIZE HIBERFILE_BUCKET_SIZE; +typedef _HIBERFILE_BUCKET_SIZE* PHIBERFILE_BUCKET_SIZE; +typedef _FILEOFFSET_INFORMATION FILEOFFSET_INFORMATION; +typedef _HIBERFILE_BUCKET HIBERFILE_BUCKET; +typedef HENHMETAFILE__* HENHMETAFILE; +typedef _HIBERFILE_BUCKET* PHIBERFILE_BUCKET; +typedef _IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION; +typedef SYSTEM_POWER_CAPABILITIES* PSYSTEM_POWER_CAPABILITIES; +typedef _DISPLAYCONFIG_COLOR_ENCODING DISPLAYCONFIG_COLOR_ENCODING; +typedef HICON__* HICON; +typedef const _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION* PCACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION; +typedef SYSTEM_BATTERY_STATE SYSTEM_BATTERY_STATE; +typedef SYSTEM_BATTERY_STATE* PSYSTEM_BATTERY_STATE; +typedef tagEMRNAMEDESCAPE EMRNAMEDESCAPE; +typedef _RTL_RUN_ONCE RTL_RUN_ONCE; +typedef _IMAGE_DOS_HEADER IMAGE_DOS_HEADER; +typedef _IMAGE_DYNAMIC_RELOCATION32 IMAGE_DYNAMIC_RELOCATION32; +typedef _IMAGE_OS2_HEADER IMAGE_OS2_HEADER; +typedef _IMAGE_OS2_HEADER* PIMAGE_OS2_HEADER; +typedef tagENUMLOGFONTEXW ENUMLOGFONTEXW; +typedef RTL_RUN_ONCE INIT_ONCE; +typedef _IMAGE_VXD_HEADER IMAGE_VXD_HEADER; +typedef tagENUMLOGFONTEXA ENUMLOGFONTEXA; +typedef ENUMLOGFONTEXA ENUMLOGFONTEX; +typedef _DISPLAYCONFIG_ADVANCED_COLOR_MODE DISPLAYCONFIG_ADVANCED_COLOR_MODE; +typedef void ( *PTIMERAPCROUTINE )( LPVOID, DWORD, DWORD ); +typedef _IMAGE_FILE_HEADER IMAGE_FILE_HEADER; +typedef BOOL ( *PINIT_ONCE_FN )( PINIT_ONCE, PVOID, PVOID* ); +typedef _IMAGE_DATA_DIRECTORY IMAGE_DATA_DIRECTORY; +typedef _IMAGE_DATA_DIRECTORY* PIMAGE_DATA_DIRECTORY; +typedef _PROCESS_INFORMATION PROCESS_INFORMATION; +typedef _RTL_BARRIER RTL_BARRIER; +typedef _PERFORMANCE_DATA* PPERFORMANCE_DATA; +typedef tagPANOSE* LPPANOSE; +typedef tagEMRSETVIEWPORTORGEX EMRSETVIEWPORTORGEX; +typedef _SYSDBG_CONTROL_SPACE* PSYSDBG_CONTROL_SPACE; +typedef _IMAGE_OPTIONAL_HEADER IMAGE_OPTIONAL_HEADER32; +typedef _IMAGE_OPTIONAL_HEADER* PIMAGE_OPTIONAL_HEADER32; +typedef _TAPE_CREATE_PARTITION* PTAPE_CREATE_PARTITION; +typedef _IMAGE_ROM_OPTIONAL_HEADER IMAGE_ROM_OPTIONAL_HEADER; +typedef _IMAGE_OPTIONAL_HEADER64 IMAGE_OPTIONAL_HEADER64; +typedef _TAPE_DRIVE_PROBLEM_TYPE TAPE_DRIVE_PROBLEM_TYPE; +typedef _IMAGE_OPTIONAL_HEADER64* PIMAGE_OPTIONAL_HEADER64; +typedef _IO_STATUS_BLOCK* PIO_STATUS_BLOCK; +typedef IMAGE_OPTIONAL_HEADER64 IMAGE_OPTIONAL_HEADER; +typedef _RGNDATAHEADER RGNDATAHEADER; +typedef _IMAGE_HOT_PATCH_INFO IMAGE_HOT_PATCH_INFO; +typedef PIMAGE_OPTIONAL_HEADER64 PIMAGE_OPTIONAL_HEADER; +typedef tagPOINT* LPPOINT; +typedef _IMAGE_NT_HEADERS64 IMAGE_NT_HEADERS64; +typedef _TAPE_PREPARE* PTAPE_PREPARE; +typedef _IMAGE_RESOURCE_DIRECTORY IMAGE_RESOURCE_DIRECTORY; +typedef void ( *PAPCFUNC )( ULONG_PTR ); +typedef IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION* PIMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +typedef _IMAGE_ROM_HEADERS IMAGE_ROM_HEADERS; +typedef HPALETTE__* HPALETTE; +typedef _IMAGE_ROM_HEADERS* PIMAGE_ROM_HEADERS; +typedef IMAGE_NT_HEADERS64 IMAGE_NT_HEADERS; +typedef _MAXVERSIONTESTED_INFO MAXVERSIONTESTED_INFO; +typedef ANON_OBJECT_HEADER ANON_OBJECT_HEADER; +typedef IMAGE_FUNCTION_OVERRIDE_HEADER* PIMAGE_FUNCTION_OVERRIDE_HEADER; +typedef ANON_OBJECT_HEADER_V2 ANON_OBJECT_HEADER_V2; +typedef ANON_OBJECT_HEADER_BIGOBJ ANON_OBJECT_HEADER_BIGOBJ; +typedef DPI_AWARENESS DPI_AWARENESS; +typedef ARM64_FNPDATA_CR ARM64_FNPDATA_CR; +typedef _TAPE_GET_DRIVE_PARAMETERS TAPE_GET_DRIVE_PARAMETERS; +typedef _IMAGE_SECTION_HEADER IMAGE_SECTION_HEADER; +typedef _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY; +typedef tagPOLYTEXTA POLYTEXTA; +typedef _IMAGE_SYMBOL IMAGE_SYMBOL; +typedef tagEMRARC* PEMRPIE; +typedef IMAGE_SYMBOL* PIMAGE_SYMBOL; +typedef _devicemodeA* LPDEVMODEA; +typedef LPDEVMODEA LPDEVMODE; +typedef _IMAGE_BOUND_IMPORT_DESCRIPTOR* PIMAGE_BOUND_IMPORT_DESCRIPTOR; +typedef IMAGE_SYMBOL_EX* PIMAGE_SYMBOL_EX; +typedef IMAGE_AUX_SYMBOL_TOKEN_DEF IMAGE_AUX_SYMBOL_TOKEN_DEF; +typedef IMAGE_AUX_SYMBOL_TOKEN_DEF* PIMAGE_AUX_SYMBOL_TOKEN_DEF; +typedef _IMAGE_DYNAMIC_RELOCATION64_V2* PIMAGE_DYNAMIC_RELOCATION64_V2; +typedef const _ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION* PCACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION; +typedef PIMAGE_DYNAMIC_RELOCATION64 PIMAGE_DYNAMIC_RELOCATION; +typedef PIMAGE_DYNAMIC_RELOCATION64_V2 PIMAGE_DYNAMIC_RELOCATION_V2; +typedef _IMAGE_HOT_PATCH_HASHES IMAGE_HOT_PATCH_HASHES; +typedef SIZE* LPSIZEL; +typedef DISPLAYCONFIG_RATIONAL DISPLAYCONFIG_RATIONAL; +typedef _TAPE_GET_POSITION TAPE_GET_POSITION; +typedef _IMAGE_RESOURCE_DIRECTORY_STRING* PIMAGE_RESOURCE_DIRECTORY_STRING; +typedef IMAGE_AUX_SYMBOL* PIMAGE_AUX_SYMBOL; +typedef _TAPE_GET_POSITION* PTAPE_GET_POSITION; +typedef tagEMRSELECTCLIPPATH EMRSETBKMODE; +typedef _SYSTEM_ACTIVITY_MODERATION_EXE_STATE SYSTEM_ACTIVITY_MODERATION_EXE_STATE; +typedef DISPLAYCONFIG_SCALING DISPLAYCONFIG_SCALING; +typedef IMAGE_THUNK_DATA64* PIMAGE_THUNK_DATA64; +typedef IMAGE_TLS_DIRECTORY64* PIMAGE_TLS_DIRECTORY64; +typedef PIMAGE_TLS_DIRECTORY64 PIMAGE_TLS_DIRECTORY; +typedef IMAGE_AUX_SYMBOL_TYPE IMAGE_AUX_SYMBOL_TYPE; +typedef _IMAGE_DYNAMIC_RELOCATION_TABLE* PIMAGE_DYNAMIC_RELOCATION_TABLE; +typedef int HFILE; +typedef _IMAGE_RELOCATION IMAGE_RELOCATION; +typedef tagEMRPOLYPOLYLINE* PEMRPOLYPOLYGON; +typedef DISPLAYCONFIG_MODE_INFO_TYPE DISPLAYCONFIG_MODE_INFO_TYPE; +typedef IMAGE_RELOCATION* PIMAGE_RELOCATION; +typedef _FILE_INFO_BY_NAME_CLASS* PFILE_INFO_BY_NAME_CLASS; +typedef _ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION; +typedef tagTEXTMETRICA TEXTMETRICA; +typedef PRTL_CRITICAL_SECTION_DEBUG PCRITICAL_SECTION_DEBUG; +typedef tagTEXTMETRICA* LPTEXTMETRICA; +typedef IMAGE_BASE_RELOCATION* PIMAGE_BASE_RELOCATION; +typedef RTL_CRITICAL_SECTION_DEBUG CRITICAL_SECTION_DEBUG; +typedef _IMAGE_ARCHIVE_MEMBER_HEADER IMAGE_ARCHIVE_MEMBER_HEADER; +typedef _HARDWARE_COUNTER_DATA HARDWARE_COUNTER_DATA; +typedef _EVENTLOGRECORD* PEVENTLOGRECORD; +typedef _IMAGE_ARCHIVE_MEMBER_HEADER* PIMAGE_ARCHIVE_MEMBER_HEADER; +typedef LPTEXTMETRICA LPTEXTMETRIC; +typedef _IMAGE_EXPORT_DIRECTORY* PIMAGE_EXPORT_DIRECTORY; +typedef ACTCTX_COMPATIBILITY_ELEMENT_TYPE ACTCTX_COMPATIBILITY_ELEMENT_TYPE; +typedef _IMAGE_IMPORT_BY_NAME IMAGE_IMPORT_BY_NAME; +typedef DISPLAYCONFIG_DEVICE_INFO_TYPE DISPLAYCONFIG_DEVICE_INFO_TYPE; +typedef _IMAGE_IMPORT_BY_NAME* PIMAGE_IMPORT_BY_NAME; +typedef IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER* PIMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER; +typedef const _COMPATIBILITY_CONTEXT_ELEMENT* PCCOMPATIBILITY_CONTEXT_ELEMENT; +typedef tagEMRSETPALETTEENTRIES* PEMRSETPALETTEENTRIES; +typedef BOOLEAN ( *PSECURE_MEMORY_CACHE_CALLBACK )( PVOID, SIZE_T ); +typedef _IMAGE_THUNK_DATA32 IMAGE_THUNK_DATA32; +typedef _IMAGE_RESOURCE_DATA_ENTRY IMAGE_RESOURCE_DATA_ENTRY; +typedef IMAGE_THUNK_DATA32* PIMAGE_THUNK_DATA32; +typedef void ( *PIMAGE_TLS_CALLBACK )( PVOID, DWORD, PVOID ); +typedef _ACTIVATION_CONTEXT_QUERY_INDEX* PACTIVATION_CONTEXT_QUERY_INDEX; +typedef _ACTIVATION_CONTEXT_QUERY_INDEX ACTIVATION_CONTEXT_QUERY_INDEX; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY; +typedef _KTMOBJECT_CURSOR KTMOBJECT_CURSOR; +typedef PIMAGE_THUNK_DATA64 PIMAGE_THUNK_DATA; +typedef IMAGE_TLS_DIRECTORY64 IMAGE_TLS_DIRECTORY; +typedef _BCD_IMPORT_FLAGS BCD_IMPORT_FLAGS; +typedef tagEMREXTCREATEPEN EMREXTCREATEPEN; +typedef _RESOURCEMANAGER_BASIC_INFORMATION* PRESOURCEMANAGER_BASIC_INFORMATION; +typedef _RIP_INFO RIP_INFO; +typedef IMAGE_IMPORT_DESCRIPTOR* PIMAGE_IMPORT_DESCRIPTOR; +typedef tagEMRCREATEDIBPATTERNBRUSHPT* PEMRCREATEDIBPATTERNBRUSHPT; +typedef _TRANSACTION_INFORMATION_CLASS TRANSACTION_INFORMATION_CLASS; +typedef _EXIT_THREAD_DEBUG_INFO EXIT_THREAD_DEBUG_INFO; +typedef _IMAGE_BOUND_FORWARDER_REF IMAGE_BOUND_FORWARDER_REF; +typedef _RIP_INFO* LPRIP_INFO; +typedef _IMAGE_BOUND_FORWARDER_REF* PIMAGE_BOUND_FORWARDER_REF; +typedef tagAXISINFOA AXISINFOA; +typedef _REASON_CONTEXT* PREASON_CONTEXT; +typedef _IMAGE_DELAYLOAD_DESCRIPTOR* PIMAGE_DELAYLOAD_DESCRIPTOR; +typedef const IMAGE_DELAYLOAD_DESCRIPTOR* PCIMAGE_DELAYLOAD_DESCRIPTOR; +typedef _TAPE_ERASE TAPE_ERASE; +typedef _IMAGE_RESOURCE_DIRECTORY* PIMAGE_RESOURCE_DIRECTORY; +typedef _IMAGE_RESOURCE_DIRECTORY_ENTRY IMAGE_RESOURCE_DIRECTORY_ENTRY; +typedef tagEMRSETCOLORSPACE EMRSELECTCOLORSPACE; +typedef _IMAGE_RESOURCE_DIRECTORY_STRING IMAGE_RESOURCE_DIRECTORY_STRING; +typedef _CREATEFILE2_EXTENDED_PARAMETERS* LPCREATEFILE2_EXTENDED_PARAMETERS; +typedef tagENUMLOGFONTEXDVW* PENUMLOGFONTEXDVW; +typedef _IMAGE_RESOURCE_DIR_STRING_U IMAGE_RESOURCE_DIR_STRING_U; +typedef void TP_WORK_CALLBACK( PTP_CALLBACK_INSTANCE, PVOID, PTP_WORK ); +typedef _APC_CALLBACK_DATA APC_CALLBACK_DATA; +typedef _STARTUPINFOA* LPSTARTUPINFOA; +typedef LPSTARTUPINFOA LPSTARTUPINFO; +typedef _IMAGE_LOAD_CONFIG_CODE_INTEGRITY* PIMAGE_LOAD_CONFIG_CODE_INTEGRITY; +typedef _APC_CALLBACK_DATA* PAPC_CALLBACK_DATA; +typedef _IMAGE_DYNAMIC_RELOCATION_TABLE IMAGE_DYNAMIC_RELOCATION_TABLE; +typedef _IMAGE_DYNAMIC_RELOCATION32_V2 IMAGE_DYNAMIC_RELOCATION32_V2; +typedef _FILE_INFO_BY_NAME_CLASS FILE_INFO_BY_NAME_CLASS; +typedef _TRIVERTEX TRIVERTEX; +typedef _IMAGE_DYNAMIC_RELOCATION32_V2* PIMAGE_DYNAMIC_RELOCATION32_V2; +typedef _IMAGE_DYNAMIC_RELOCATION64_V2 IMAGE_DYNAMIC_RELOCATION64_V2; +typedef _DEBUG_EVENT DEBUG_EVENT; +typedef _ENLISTMENT_CRM_INFORMATION* PENLISTMENT_CRM_INFORMATION; +typedef IMAGE_DYNAMIC_RELOCATION64_V2 IMAGE_DYNAMIC_RELOCATION_V2; +typedef _DEBUG_EVENT* LPDEBUG_EVENT; +typedef tagEMRALPHABLEND* PEMRALPHABLEND; +typedef IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER* PIMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER; +typedef _PROCESS_INFORMATION* PPROCESS_INFORMATION; +typedef TP_CALLBACK_ENVIRON_V3* PTP_CALLBACK_ENVIRON; +typedef STARTUPINFOA STARTUPINFO; +typedef IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION* PIMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION; +typedef tagENHMETARECORD ENHMETARECORD; +typedef LPWIN32_FIND_DATAA LPWIN32_FIND_DATA; +typedef tagEMRPOLYLINE16* PEMRPOLYLINETO16; +typedef _CFG_CALL_TARGET_LIST_INFORMATION CFG_CALL_TARGET_LIST_INFORMATION; +typedef IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION* PIMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION; +typedef PWIN32_FIND_DATAA PWIN32_FIND_DATA; +typedef IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION IMAGE_IMPORT_CONTROL_TRANSFER_RELOCATION; +typedef IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION* PIMAGE_IMPORT_CONTROL_TRANSFER_RELOCATION; +typedef char __C_ASSERT__[1]; +typedef _FINDEX_SEARCH_OPS FINDEX_SEARCH_OPS; +typedef _CREATE_THREAD_DEBUG_INFO* LPCREATE_THREAD_DEBUG_INFO; +typedef tagEMRPOLYDRAW16* PEMRPOLYDRAW16; +typedef _KCRM_PROTOCOL_BLOB KCRM_PROTOCOL_BLOB; +typedef RTL_BARRIER SYNCHRONIZATION_BARRIER; +typedef IMAGE_BDD_DYNAMIC_RELOCATION* PIMAGE_BDD_DYNAMIC_RELOCATION; +typedef GUID* PCRM_PROTOCOL_ID; +typedef _IMAGE_LOAD_CONFIG_DIRECTORY32 IMAGE_LOAD_CONFIG_DIRECTORY32; +typedef GUID UOW; +typedef _TRANSACTIONMANAGER_LOG_INFORMATION* PTRANSACTIONMANAGER_LOG_INFORMATION; +typedef _IMAGE_HOT_PATCH_INFO* PIMAGE_HOT_PATCH_INFO; +typedef _DISPLAY_DEVICEA* LPDISPLAY_DEVICEA; +typedef _IMAGE_HOT_PATCH_BASE IMAGE_HOT_PATCH_BASE; +typedef _IMAGE_HOT_PATCH_BASE* PIMAGE_HOT_PATCH_BASE; +typedef _EXCEPTION_DEBUG_INFO EXCEPTION_DEBUG_INFO; +typedef _PROCESS_POWER_THROTTLING_STATE* PPROCESS_POWER_THROTTLING_STATE; +typedef _IMAGE_HOT_PATCH_HASHES* PIMAGE_HOT_PATCH_HASHES; +typedef _IMAGE_CE_RUNTIME_FUNCTION_ENTRY IMAGE_CE_RUNTIME_FUNCTION_ENTRY; +typedef _HEAP_OPTIMIZE_RESOURCES_INFORMATION HEAP_OPTIMIZE_RESOURCES_INFORMATION; +typedef _IMAGE_CE_RUNTIME_FUNCTION_ENTRY* PIMAGE_CE_RUNTIME_FUNCTION_ENTRY; +typedef _CREATEFILE2_EXTENDED_PARAMETERS* PCREATEFILE2_EXTENDED_PARAMETERS; +typedef _MEMORYSTATUSEX MEMORYSTATUSEX; +typedef _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY* PIMAGE_ARM_RUNTIME_FUNCTION_ENTRY; +typedef _CREATEFILE2_EXTENDED_PARAMETERS CREATEFILE2_EXTENDED_PARAMETERS; +typedef void ( *WORKERCALLBACKFUNC )( PVOID ); +typedef ARM64_FNPDATA_FLAGS ARM64_FNPDATA_FLAGS; +typedef _TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION; +typedef _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY* PIMAGE_ARM64_RUNTIME_FUNCTION_ENTRY; +typedef IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA; +typedef tagAXISINFOA* LPAXISINFOA; +typedef IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED; +typedef _PROCESS_HEAP_ENTRY* LPPROCESS_HEAP_ENTRY; +typedef _IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY; +typedef _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY; +typedef _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY* PIMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY; +typedef _RECTL* LPRECTL; +typedef tagRECT RECT; +typedef const RECT* LPCRECT; +typedef _MEMORY_WORKING_SET_EX_LOCATION MEMORY_WORKING_SET_EX_LOCATION; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY IMAGE_AMD64_RUNTIME_FUNCTION_ENTRY; +typedef _PIMAGE_RUNTIME_FUNCTION_ENTRY PIMAGE_AMD64_RUNTIME_FUNCTION_ENTRY; +typedef _IMAGE_RUNTIME_FUNCTION_ENTRY IMAGE_RUNTIME_FUNCTION_ENTRY; +typedef _SYSTEM_IOMMU_STATE_INFORMATION* PSYSTEM_IOMMU_STATE_INFORMATION; +typedef _IMAGE_ENCLAVE_CONFIG32 IMAGE_ENCLAVE_CONFIG32; +typedef tagEMRSETCOLORADJUSTMENT EMRSETCOLORADJUSTMENT; +typedef tagEMRLINETO EMRMOVETOEX; +typedef PIMAGE_ENCLAVE_CONFIG64 PIMAGE_ENCLAVE_CONFIG; +typedef _IMAGE_ENCLAVE_IMPORT IMAGE_ENCLAVE_IMPORT; +typedef _IMAGE_ENCLAVE_IMPORT* PIMAGE_ENCLAVE_IMPORT; +typedef _IMAGE_COFF_SYMBOLS_HEADER* PIMAGE_COFF_SYMBOLS_HEADER; +typedef tagACTCTX_SECTION_KEYED_DATA ACTCTX_SECTION_KEYED_DATA; +typedef const ACTCTX_SECTION_KEYED_DATA* PCACTCTX_SECTION_KEYED_DATA; +typedef _FILETIME* LPFILETIME; +typedef _TP_CALLBACK_PRIORITY TP_CALLBACK_PRIORITY; +typedef _FPO_DATA* PFPO_DATA; +typedef tagEMRFILLPATH EMRSTROKEPATH; +typedef _TP_CLEANUP_GROUP TP_CLEANUP_GROUP; +typedef DWORD TP_VERSION; +typedef _IMAGE_FUNCTION_ENTRY64* PIMAGE_FUNCTION_ENTRY64; +typedef _DISPLAYCONFIG_SET_HDR_STATE DISPLAYCONFIG_SET_HDR_STATE; +typedef _TAPE_SET_MEDIA_PARAMETERS* PTAPE_SET_MEDIA_PARAMETERS; +typedef _OVERLAPPED_ENTRY OVERLAPPED_ENTRY; +typedef _IMAGE_SEPARATE_DEBUG_HEADER* PIMAGE_SEPARATE_DEBUG_HEADER; +typedef _OVERLAPPED OVERLAPPED; +typedef _TAPE_WMI_OPERATIONS TAPE_WMI_OPERATIONS; +typedef _SYSTEMTIME* LPSYSTEMTIME; +typedef _ImageArchitectureHeader IMAGE_ARCHITECTURE_HEADER; +typedef _OVERLAPPED_ENTRY* LPOVERLAPPED_ENTRY; +typedef _ImageArchitectureHeader* PIMAGE_ARCHITECTURE_HEADER; +typedef _CM_SERVICE_LOAD_TYPE SERVICE_LOAD_TYPE; +typedef _ImageArchitectureEntry* PIMAGE_ARCHITECTURE_ENTRY; +typedef tagEMREXTFLOODFILL EMREXTFLOODFILL; +typedef IMPORT_OBJECT_TYPE IMPORT_OBJECT_TYPE; +typedef HMETAFILE__* HMETAFILE; +typedef ReplacesCorHdrNumericDefines ReplacesCorHdrNumericDefines; +typedef IMAGE_COR20_HEADER IMAGE_COR20_HEADER; +typedef IMAGE_COR20_HEADER* PIMAGE_COR20_HEADER; +typedef _UNWIND_HISTORY_TABLE_ENTRY* PUNWIND_HISTORY_TABLE_ENTRY; +typedef _UNWIND_HISTORY_TABLE UNWIND_HISTORY_TABLE; +typedef tagEMRROUNDRECT* PEMRROUNDRECT; +typedef _SLIST_ENTRY SLIST_ENTRY; +typedef _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES; +typedef _SLIST_HEADER SLIST_HEADER; +typedef _OUTLINETEXTMETRICA* POUTLINETEXTMETRICA; +typedef POUTLINETEXTMETRICA POUTLINETEXTMETRIC; +typedef HANDLE* LPHANDLE; +typedef LONG_PTR LRESULT; +typedef INT_PTR ( *FARPROC )(); +typedef _MESSAGE_RESOURCE_ENTRY MESSAGE_RESOURCE_ENTRY; +typedef _DISPLAY_DEVICEA* PDISPLAY_DEVICEA; +typedef HACCEL__* HACCEL; +typedef _MESSAGE_RESOURCE_BLOCK* PMESSAGE_RESOURCE_BLOCK; +typedef _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; +typedef _MESSAGE_RESOURCE_DATA MESSAGE_RESOURCE_DATA; +typedef _TAPE_WRITE_MARKS TAPE_WRITE_MARKS; +typedef tagABORTPATH EMRFLATTENPATH; +typedef _OSVERSIONINFOA* LPOSVERSIONINFOA; +typedef _OSVERSIONINFOW* LPOSVERSIONINFOW; +typedef OSVERSIONINFOA OSVERSIONINFO; +typedef LPOSVERSIONINFOA LPOSVERSIONINFO; +typedef _OSVERSIONINFOEXW* LPOSVERSIONINFOEXW; +typedef _OSVERSIONINFOEXW RTL_OSVERSIONINFOEXW; +typedef OSVERSIONINFOEXA OSVERSIONINFOEX; +typedef _RTL_UMS_THREAD_INFO_CLASS RTL_UMS_THREAD_INFO_CLASS; +typedef DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY; +typedef _KCRM_MARSHAL_HEADER KCRM_MARSHAL_HEADER; +typedef void RTL_UMS_SCHEDULER_ENTRY_POINT( RTL_UMS_SCHEDULER_REASON, ULONG_PTR, PVOID ); +typedef void ( *PRTL_UMS_SCHEDULER_ENTRY_POINT )( RTL_UMS_SCHEDULER_REASON, ULONG_PTR, PVOID ); +typedef _PROC_THREAD_ATTRIBUTE_NUM PROC_THREAD_ATTRIBUTE_NUM; +typedef HICON HCURSOR; +typedef tagRECT* NPRECT; +typedef _KCRM_PROTOCOL_BLOB* PKCRM_PROTOCOL_BLOB; +typedef tagEMRSELECTOBJECT* PEMRDELETEOBJECT; +typedef _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG; +typedef HDESK__* HDESK; +typedef _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG* PCUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG; +typedef DISPLAYCONFIG_TARGET_DEVICE_NAME DISPLAYCONFIG_TARGET_DEVICE_NAME; +typedef _IMAGE_POLICY_ID IMAGE_POLICY_ID; +typedef HSTR__* HSTR; +typedef void ( *PFLS_CALLBACK_FUNCTION )( PVOID ); +typedef _BCD_ELEMENT BCD_ELEMENT; +typedef tagEMRRESIZEPALETTE* PEMRRESIZEPALETTE; +typedef HWINSTA__* HWINSTA; +typedef const IMAGE_POLICY_ENTRY* PCIMAGE_POLICY_ENTRY; +typedef _WIN32_FIND_STREAM_DATA* PWIN32_FIND_STREAM_DATA; +typedef const IMAGE_POLICY_METADATA* PCIMAGE_POLICY_METADATA; +typedef _RTL_SYSTEM_GLOBAL_DATA_ID RTL_SYSTEM_GLOBAL_DATA_ID; +typedef _RTL_SYSTEM_GLOBAL_DATA_ID* PRTL_SYSTEM_GLOBAL_DATA_ID; +typedef _OUTPUT_DEBUG_STRING_INFO* LPOUTPUT_DEBUG_STRING_INFO; +typedef _RTL_CRITICAL_SECTION_DEBUG RTL_RESOURCE_DEBUG; +typedef _RTL_CRITICAL_SECTION_DEBUG* PRTL_RESOURCE_DEBUG; +typedef _RTL_CRITICAL_SECTION RTL_CRITICAL_SECTION; +typedef tagEXTLOGPEN32* PEXTLOGPEN32; +typedef LONG ( *PVECTORED_EXCEPTION_HANDLER )( _EXCEPTION_POINTERS* ); +typedef tagEMRSETPIXELV* PEMRSETPIXELV; +typedef _SYSTEM_POWER_STATUS* LPSYSTEM_POWER_STATUS; +typedef _WIN32_FILE_ATTRIBUTE_DATA WIN32_FILE_ATTRIBUTE_DATA; +typedef tagACTCTXW ACTCTXW; +typedef tagLOGFONTW* LPLOGFONTW; +typedef void ( *APC_CALLBACK_FUNCTION )( DWORD, PVOID, PVOID ); +typedef _QUEUE_USER_APC_FLAGS QUEUE_USER_APC_FLAGS; +typedef _ACTIVATION_CONTEXT_INFO_CLASS ACTIVATION_CONTEXT_INFO_CLASS; +typedef _DEVICE_OBJECT* PDEVICE_OBJECT; +typedef _SYSTEM_ACTIVITY_MODERATION_STATE SYSTEM_ACTIVITY_MODERATION_STATE; +typedef _READ_DIRECTORY_NOTIFY_INFORMATION_CLASS* PREAD_DIRECTORY_NOTIFY_INFORMATION_CLASS; +typedef tagACTCTX_SECTION_KEYED_DATA_2600 ACTCTX_SECTION_KEYED_DATA_2600; +typedef const ACTCTX_SECTION_KEYED_DATA_2600* PCACTCTX_SECTION_KEYED_DATA_2600; +typedef RTL_SRWLOCK SRWLOCK; +typedef _ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION* PACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION; +typedef _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION* PACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; +typedef const _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION* PCACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; +typedef _COMPATIBILITY_CONTEXT_ELEMENT* PCOMPATIBILITY_CONTEXT_ELEMENT; +typedef tagEXTLOGFONTA* NPEXTLOGFONTA; +typedef _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION; +typedef _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION* PACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION; +typedef _FINDEX_INFO_LEVELS FINDEX_INFO_LEVELS; +typedef _SUPPORTED_OS_INFO SUPPORTED_OS_INFO; +typedef _SUPPORTED_OS_INFO* PSUPPORTED_OS_INFO; +typedef _MAXVERSIONTESTED_INFO* PMAXVERSIONTESTED_INFO; +typedef _PROC_THREAD_ATTRIBUTE_LIST* LPPROC_THREAD_ATTRIBUTE_LIST; +typedef _CREATE_PROCESS_DEBUG_INFO CREATE_PROCESS_DEBUG_INFO; +typedef _ACTIVATION_CONTEXT_DETAILED_INFORMATION* PACTIVATION_CONTEXT_DETAILED_INFORMATION; +typedef const _ACTIVATION_CONTEXT_DETAILED_INFORMATION* PCACTIVATION_CONTEXT_DETAILED_INFORMATION; +typedef RTL_CONDITION_VARIABLE* PCONDITION_VARIABLE; +typedef _EVENTSFORLOGFILE* PEVENTSFORLOGFILE; +typedef _PACKEDEVENTINFO* PPACKEDEVENTINFO; +typedef _WIN32_FIND_DATAW WIN32_FIND_DATAW; +typedef _FILE_DISPOSITION_INFO_EX FILE_DISPOSITION_INFO_EX; +typedef _CM_ERROR_CONTROL_TYPE SERVICE_ERROR_TYPE; +typedef tagABORTPATH EMRENDPATH; +typedef _BY_HANDLE_FILE_INFORMATION BY_HANDLE_FILE_INFORMATION; +typedef _TAPE_WRITE_MARKS* PTAPE_WRITE_MARKS; +typedef tagABORTPATH* PEMRBEGINPATH; +typedef COPYFILE2_MESSAGE COPYFILE2_MESSAGE; +typedef _COPYFILE2_MESSAGE_ACTION COPYFILE2_MESSAGE_ACTION; +typedef _TAPE_SET_POSITION* PTAPE_SET_POSITION; +typedef _TAPE_GET_DRIVE_PARAMETERS* PTAPE_GET_DRIVE_PARAMETERS; +typedef _EXIT_PROCESS_DEBUG_INFO* LPEXIT_PROCESS_DEBUG_INFO; +typedef _TAPE_SET_DRIVE_PARAMETERS* PTAPE_SET_DRIVE_PARAMETERS; +typedef _TAPE_SET_MEDIA_PARAMETERS TAPE_SET_MEDIA_PARAMETERS; +typedef _PROCESS_HEAP_ENTRY* PPROCESS_HEAP_ENTRY; +typedef _TAPE_CREATE_PARTITION TAPE_CREATE_PARTITION; +typedef _OPERATION_START_PARAMETERS* POPERATION_START_PARAMETERS; +typedef _TAPE_WMI_OPERATIONS* PTAPE_WMI_OPERATIONS; +typedef _SYSTEM_FIRMWARE_TABLE_INFORMATION* PSYSTEM_FIRMWARE_TABLE_INFORMATION; +typedef NTSTATUS ( *PFNFTH )( PSYSTEM_FIRMWARE_TABLE_INFORMATION ); +typedef GUID* PUOW; +typedef _TRANSACTION_NOTIFICATION* PTRANSACTION_NOTIFICATION; +typedef _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT; +typedef _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT* PTRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT; +typedef _TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT; +typedef tagRGBTRIPLE RGBTRIPLE; +typedef _TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT* PTRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT; +typedef tagENUMLOGFONTA ENUMLOGFONTA; +typedef TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT* PTRANSACTION_NOTIFICATION_PROMOTE_ARGUMENT; +typedef _KCRM_MARSHAL_HEADER* PKCRM_MARSHAL_HEADER; +typedef _KCRM_MARSHAL_HEADER* PRKCRM_MARSHAL_HEADER; +typedef tagEMRCREATECOLORSPACEW EMRCREATECOLORSPACEW; +typedef void ( *PFIBER_START_ROUTINE )( LPVOID ); +typedef tagCOLORMATCHTOTARGET* PEMRCOLORMATCHTOTARGET; +typedef LONG LCSGAMUTMATCH; +typedef _SYSTEM_BOOT_ENVIRONMENT_INFORMATION SYSTEM_BOOT_ENVIRONMENT_INFORMATION; +typedef _TRANSACTION_OUTCOME TRANSACTION_OUTCOME; +typedef _TRANSACTION_BASIC_INFORMATION* PTRANSACTION_BASIC_INFORMATION; +typedef _SYSTEM_THREAD_CID_PRIORITY_INFORMATION SYSTEM_THREAD_CID_PRIORITY_INFORMATION; +typedef _SYSTEMTIME SYSTEMTIME; +typedef _COMSTAT* LPCOMSTAT; +typedef _TRANSACTIONMANAGER_OLDEST_INFORMATION TRANSACTIONMANAGER_OLDEST_INFORMATION; +typedef _TRANSACTION_PROPERTIES_INFORMATION TRANSACTION_PROPERTIES_INFORMATION; +typedef _TRANSACTION_BIND_INFORMATION TRANSACTION_BIND_INFORMATION; +typedef _JIT_DEBUG_INFO JIT_DEBUG_INFO; +typedef JIT_DEBUG_INFO* LPJIT_DEBUG_INFO64; +typedef _TRANSACTION_ENLISTMENT_PAIR* PTRANSACTION_ENLISTMENT_PAIR; +typedef _TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION* PTRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION; +typedef _RESOURCEMANAGER_BASIC_INFORMATION RESOURCEMANAGER_BASIC_INFORMATION; +typedef _APP_MEMORY_INFORMATION APP_MEMORY_INFORMATION; +typedef HANDLE* SPHANDLE; +typedef _RESOURCEMANAGER_COMPLETION_INFORMATION RESOURCEMANAGER_COMPLETION_INFORMATION; +typedef HANDLE GLOBALHANDLE; +typedef HHOOK__* HHOOK; +typedef _RESOURCEMANAGER_INFORMATION_CLASS RESOURCEMANAGER_INFORMATION_CLASS; +typedef _ENLISTMENT_BASIC_INFORMATION ENLISTMENT_BASIC_INFORMATION; +typedef _ENLISTMENT_BASIC_INFORMATION* PENLISTMENT_BASIC_INFORMATION; +typedef _ENLISTMENT_CRM_INFORMATION ENLISTMENT_CRM_INFORMATION; +typedef _KTMOBJECT_CURSOR* PKTMOBJECT_CURSOR; +typedef _SYSTEM_INFO SYSTEM_INFO; +typedef _TP_IO TP_IO; +typedef void TP_SIMPLE_CALLBACK( PTP_CALLBACK_INSTANCE, PVOID ); +typedef _TP_POOL TP_POOL; +typedef tagENHMETARECORD* LPENHMETARECORD; +typedef DWORD COLORREF; +typedef void TP_CLEANUP_GROUP_CANCEL_CALLBACK( PVOID, PVOID ); +typedef tagEMRINVERTRGN EMRINVERTRGN; +typedef _TP_IO* PTP_IO; +typedef TP_CALLBACK_ENVIRON_V3 TP_CALLBACK_ENVIRON; +typedef void ( *PTP_WORK_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PTP_WORK ); +typedef void TP_TIMER_CALLBACK( PTP_CALLBACK_INSTANCE, PVOID, PTP_TIMER ); +typedef _SM_SYSTEM_STORE_TRIM_REQUEST SM_SYSTEM_STORE_TRIM_REQUEST; +typedef void ( *PTP_TIMER_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PTP_TIMER ); +typedef _SYSTEM_CODEINTEGRITYPOLICY_INFORMATION* PSYSTEM_CODEINTEGRITYPOLICY_INFORMATION; +typedef _SYSTEM_EDID_INFORMATION* PSYSTEM_EDID_INFORMATION; +typedef void ( *PTP_WAIT_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PTP_WAIT, TP_WAIT_RESULT ); +typedef _IRP* PIRP; +typedef HANDLE LOCALHANDLE; +typedef tagPALETTEENTRY* PPALETTEENTRY; +typedef INT_PTR ( *NEARPROC )(); +typedef tagHW_PROFILE_INFOA HW_PROFILE_INFOA; +typedef INT_PTR ( *PROC )(); +typedef _ABC* PABC; +typedef tagLOGFONTA LOGFONTA; +typedef HRSRC__* HRSRC; +typedef tagLOGFONTA* LPLOGFONTA; +typedef _ABCFLOAT* PABCFLOAT; +typedef tagACTCTXA ACTCTXA; +typedef HTASK__* HTASK; +typedef HBITMAP__* HBITMAP; +typedef HGLRC__* HGLRC; +typedef HMENU__* HMENU; +typedef tagMETAHEADER* PMETAHEADER; +typedef tagTEXTMETRICA* PTEXTMETRICA; +typedef _COVERAGE_MODULE_INFO COVERAGE_MODULE_INFO; +typedef tagPOINT POINT; +typedef _PROCESS_MEMORY_EXHAUSTION_TYPE* PPROCESS_MEMORY_EXHAUSTION_TYPE; +typedef tagNEWTEXTMETRICA* PNEWTEXTMETRICA; +typedef COPYFILE2_MESSAGE_ACTION ( *PCOPYFILE2_PROGRESS_ROUTINE )( const COPYFILE2_MESSAGE*, PVOID ); +typedef tagPOINTS POINTS; +typedef DISPLAYCONFIG_SCANLINE_ORDERING DISPLAYCONFIG_SCANLINE_ORDERING; +typedef tagNEWTEXTMETRICW NEWTEXTMETRICW; +typedef tagLOGBRUSH32 LOGBRUSH32; +typedef DPI_HOSTING_BEHAVIOR DPI_HOSTING_BEHAVIOR; +typedef _OPERATION_END_PARAMETERS* POPERATION_END_PARAMETERS; +typedef _TIMELINE_BITMAP TIMELINE_BITMAP; +typedef tagLOGBRUSH LOGBRUSH; +typedef LOGBRUSH PATTERN; +typedef PATTERN* NPPATTERN; +typedef _SYSTEMTIME* PSYSTEMTIME; +typedef _SYSTEM_VERIFIER_COUNTERS_INFORMATION SYSTEM_VERIFIER_COUNTERS_INFORMATION; +typedef _WIN32_FIND_DATAW* PWIN32_FIND_DATAW; +typedef _WIN32_FIND_DATAW* LPWIN32_FIND_DATAW; +typedef tagXFORM* PXFORM; +typedef tagRGBQUAD RGBQUAD; +typedef _READ_DIRECTORY_NOTIFY_INFORMATION_CLASS READ_DIRECTORY_NOTIFY_INFORMATION_CLASS; +typedef RTL_CRITICAL_SECTION CRITICAL_SECTION; +typedef tagCIEXYZ CIEXYZ; +typedef void ( *LPOVERLAPPED_COMPLETION_ROUTINE )( DWORD, DWORD, LPOVERLAPPED ); +typedef tagLOGCOLORSPACEW LOGCOLORSPACEW; +typedef _SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION; +typedef _PROCESSOR_PROFILE_CONTROL_AREA PROCESSOR_PROFILE_CONTROL_AREA; +typedef _REASON_CONTEXT REASON_CONTEXT; +typedef _EXCEPTION_DEBUG_INFO* LPEXCEPTION_DEBUG_INFO; +typedef _EXIT_THREAD_DEBUG_INFO* LPEXIT_THREAD_DEBUG_INFO; +typedef tagBITMAPCOREINFO* LPBITMAPCOREINFO; +typedef _LOAD_DLL_DEBUG_INFO* LPLOAD_DLL_DEBUG_INFO; +typedef _UNLOAD_DLL_DEBUG_INFO* LPUNLOAD_DLL_DEBUG_INFO; +typedef void* PUMS_COMPLETION_LIST; +typedef _PROCESS_MEMORY_EXHAUSTION_TYPE PROCESS_MEMORY_EXHAUSTION_TYPE; +typedef _SMC_CACHE_CREATE_PARAMETERS SMC_CACHE_CREATE_PARAMETERS; +typedef _HEAP_SUMMARY HEAP_SUMMARY; +typedef _SM_STORE_HIGH_MEM_PRIORITY_REQUEST SM_STORE_HIGH_MEM_PRIORITY_REQUEST; +typedef tagGCP_RESULTSA GCP_RESULTSA; +typedef _SYSTEM_GDI_DRIVER_INFORMATION SYSTEM_GDI_DRIVER_INFORMATION; +typedef _THREAD_INFORMATION_CLASS THREAD_INFORMATION_CLASS; +typedef LOGFONTA LOGFONT; +typedef tagEMRSETCOLORSPACE EMRSETCOLORSPACE; +typedef _MEMORY_PRIORITY_INFORMATION MEMORY_PRIORITY_INFORMATION; +typedef tagLOGFONTA* NPLOGFONTA; +typedef NPLOGFONTA NPLOGFONT; +typedef _MEMORY_PRIORITY_INFORMATION* PMEMORY_PRIORITY_INFORMATION; +typedef tagENUMLOGFONTEXDVA ENUMLOGFONTEXDVA; +typedef ENUMLOGFONTEXDVA ENUMLOGFONTEXDV; +typedef _THREAD_POWER_THROTTLING_STATE THREAD_POWER_THROTTLING_STATE; +typedef _STRING64 STRING64; +typedef STRING64 ANSI_STRING64; +typedef _PROCESS_INFORMATION_CLASS PROCESS_INFORMATION_CLASS; +typedef tagENUMLOGFONTA* LPENUMLOGFONTA; +typedef tagLOGPEN* PLOGPEN; +typedef _APP_MEMORY_INFORMATION* PAPP_MEMORY_INFORMATION; +typedef _MACHINE_ATTRIBUTES MACHINE_ATTRIBUTES; +typedef tagIMEMENUITEMINFOW IMEMENUITEMINFOW; +typedef _PROCESS_MACHINE_INFORMATION PROCESS_MACHINE_INFORMATION; +typedef tagEXTLOGPEN* NPEXTLOGPEN; +typedef OVERRIDE_PREFETCH_PARAMETER OVERRIDE_PREFETCH_PARAMETER; +typedef tagEXTLOGPEN32 EXTLOGPEN32; +typedef tagAXISINFOA* PAXISINFOA; +typedef DWORD HANDLER_FUNCTION_EX( DWORD, DWORD, LPVOID, LPVOID ); +typedef _CONSOLE_HISTORY_INFO* PCONSOLE_HISTORY_INFO; +typedef tagMULTIKEYHELPA* LPMULTIKEYHELPA; +typedef _PROCESS_MEMORY_EXHAUSTION_INFO PROCESS_MEMORY_EXHAUSTION_INFO; +typedef tagNEWTEXTMETRICA* LPNEWTEXTMETRICA; +typedef tagEMRSCALEVIEWPORTEXTEX* PEMRSCALEVIEWPORTEXTEX; +typedef int ( *OLDFONTENUMPROCA )( const LOGFONTA*, const TEXTMETRICA*, DWORD, LPARAM ); +typedef _PROCESS_MEMORY_EXHAUSTION_INFO* PPROCESS_MEMORY_EXHAUSTION_INFO; +typedef tagMULTIKEYHELPW* LPMULTIKEYHELPW; +typedef tagREGISTERWORDW* NPREGISTERWORDW; +typedef _CONSOLE_HISTORY_INFO CONSOLE_HISTORY_INFO; +typedef tagNEWTEXTMETRICEXA NEWTEXTMETRICEXA; +typedef _PROCESS_POWER_THROTTLING_STATE PROCESS_POWER_THROTTLING_STATE; +typedef tagNEWTEXTMETRICEXW NEWTEXTMETRICEXW; +typedef tagEMRSETWORLDTRANSFORM* PEMRSETWORLDTRANSFORM; +typedef int ( *GOBJENUMPROC )( LPVOID, LPARAM ); +typedef PROCESS_PROTECTION_LEVEL_INFORMATION PROCESS_PROTECTION_LEVEL_INFORMATION; +typedef _PROCESS_LEAP_SECOND_INFO PROCESS_LEAP_SECOND_INFO; +typedef _SERVICE_NOTIFY_2A* PSERVICE_NOTIFY_2A; +typedef tagEMRGLSBOUNDEDRECORD EMRGLSBOUNDEDRECORD; +typedef _PROCESS_LEAP_SECOND_INFO* PPROCESS_LEAP_SECOND_INFO; +typedef tagHELPWININFOA HELPWININFOA; +typedef tagENUMLOGFONTEXDVA* PENUMLOGFONTEXDVA; +typedef tagEMREXTFLOODFILL* PEMREXTFLOODFILL; +typedef tagEMRSETPIXELV EMRSETPIXELV; +typedef tagAXESLISTA* LPAXESLISTA; +typedef LPAXESLISTA LPAXESLIST; +typedef _STORAGE_HOTPLUG_INFO STORAGE_HOTPLUG_INFO; +typedef _CONNECTDLGSTRUCTA* LPCONNECTDLGSTRUCTA; +typedef LPCONNECTDLGSTRUCTA LPCONNECTDLGSTRUCT; +typedef tagEMRPIXELFORMAT* PEMRPIXELFORMAT; +typedef _SYSTEM_INFO* LPSYSTEM_INFO; +typedef tagENUMLOGFONTEXDVW* LPENUMLOGFONTEXDVW; +typedef tagLOGFONTW* PLOGFONTW; +typedef _MEMORYSTATUSEX* LPMEMORYSTATUSEX; +typedef tagEXTLOGFONTA* LPEXTLOGFONTA; +typedef _POINTFLOAT POINTFLOAT; +typedef _COMPUTER_NAME_FORMAT COMPUTER_NAME_FORMAT; +typedef tagDIBSECTION* PDIBSECTION; +typedef DEVELOPER_DRIVE_ENABLEMENT_STATE DEVELOPER_DRIVE_ENABLEMENT_STATE; +typedef _DEVICE_MEDIA_INFO DEVICE_MEDIA_INFO; +typedef _SERVICE_DESCRIPTIONA* LPSERVICE_DESCRIPTIONA; +typedef LPSERVICE_DESCRIPTIONA LPSERVICE_DESCRIPTION; +typedef _CPTABLEINFO* PCPTABLEINFO; +typedef _MEMORY_RESOURCE_NOTIFICATION_TYPE MEMORY_RESOURCE_NOTIFICATION_TYPE; +typedef _GLYPHMETRICSFLOAT* PGLYPHMETRICSFLOAT; +typedef _WIN32_MEMORY_RANGE_ENTRY WIN32_MEMORY_RANGE_ENTRY; +typedef _devicemodeA* NPDEVMODEA; +typedef _WIN32_MEMORY_RANGE_ENTRY* PWIN32_MEMORY_RANGE_ENTRY; +typedef void BAD_MEMORY_CALLBACK_ROUTINE(); +typedef tagENUMLOGFONTW ENUMLOGFONTW; +typedef void ( *PBAD_MEMORY_CALLBACK_ROUTINE )(); +typedef tagENHMETAHEADER ENHMETAHEADER; +typedef tagENUMTEXTMETRICA* PENUMTEXTMETRICA; +typedef PENUMTEXTMETRICA PENUMTEXTMETRIC; +typedef ENUMLOGFONTA ENUMLOGFONT; +typedef OFFER_PRIORITY OFFER_PRIORITY; +typedef _MODEMSETTINGS* PMODEMSETTINGS; +typedef _PREVENT_MEDIA_REMOVAL PREVENT_MEDIA_REMOVAL; +typedef BYTE BCHAR; +typedef WIN32_MEMORY_INFORMATION_CLASS WIN32_MEMORY_INFORMATION_CLASS; +typedef tagEMRSETICMPROFILE* PEMRSETICMPROFILE; +typedef WIN32_MEMORY_REGION_INFORMATION WIN32_MEMORY_REGION_INFORMATION; +typedef tagENUMTEXTMETRICA* LPENUMTEXTMETRICA; +typedef LPENUMTEXTMETRICA LPENUMTEXTMETRIC; +typedef WIN32_MEMORY_PARTITION_INFORMATION_CLASS WIN32_MEMORY_PARTITION_INFORMATION_CLASS; +typedef tagEXTLOGPEN32* LPEXTLOGPEN32; +typedef WIN32_MEMORY_PARTITION_INFORMATION WIN32_MEMORY_PARTITION_INFORMATION; +typedef _NETRESOURCEA* LPNETRESOURCEA; +typedef tagPALETTEENTRY PALETTEENTRY; +typedef _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY; +typedef tagEMRFORMAT* PEMRFORMAT; +typedef tagAXESLISTA* PAXESLISTA; +typedef PAXESLISTA PAXESLIST; +typedef _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT; +typedef tagEXTLOGFONTA* PEXTLOGFONTA; +typedef _SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM* LPSERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM; +typedef void ( *PTP_WIN32_IO_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PVOID, ULONG, ULONG_PTR, PTP_IO ); +typedef JOBOBJECT_IO_RATE_CONTROL_INFORMATION JOBOBJECT_IO_RATE_CONTROL_INFORMATION; +typedef _SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM; +typedef tagEXTLOGFONTW* NPEXTLOGFONTW; +typedef tagENUMUILANG ENUMUILANG; +typedef tagEMRGRADIENTFILL* PEMRGRADIENTFILL; +typedef tagENUMUILANG* PENUMUILANG; +typedef BOOL ( *ENUMRESLANGPROCA )( HMODULE, LPCSTR, LPCSTR, WORD, LONG_PTR ); +typedef _GLYPHMETRICS* LPGLYPHMETRICS; +typedef tagEMRPOLYDRAW EMRPOLYDRAW; +typedef BOOL ( *ENUMRESLANGPROCW )( HMODULE, LPCWSTR, LPCWSTR, WORD, LONG_PTR ); +typedef BOOL ( *ENUMRESNAMEPROCA )( HMODULE, LPCSTR, LPSTR, LONG_PTR ); +typedef _GLYPHMETRICS GLYPHMETRICS; +typedef tagPOINTFX POINTFX; +typedef BOOL ( *ENUMRESNAMEPROCW )( HMODULE, LPCWSTR, LPWSTR, LONG_PTR ); +typedef _INPUT_RECORD INPUT_RECORD; +typedef BOOL ( *ENUMRESTYPEPROCA )( HMODULE, LPSTR, LONG_PTR ); +typedef _MOUSE_EVENT_RECORD MOUSE_EVENT_RECORD; +typedef BOOL ( *ENUMRESTYPEPROCW )( HMODULE, LPWSTR, LONG_PTR ); +typedef tagPELARRAY PELARRAY; +typedef tagEMRPLGBLT* PEMRPLGBLT; +typedef BOOL ( *PGET_MODULE_HANDLE_EXA )( DWORD, LPCSTR, HMODULE* ); +typedef tagPELARRAY* LPPELARRAY; +typedef BOOL ( *PGET_MODULE_HANDLE_EXW )( DWORD, LPCWSTR, HMODULE* ); +typedef DWORD ( *LPFNDEVCAPS )( LPSTR, LPSTR, UINT, LPSTR, LPDEVMODE ); +typedef _REDIRECTION_FUNCTION_DESCRIPTOR REDIRECTION_FUNCTION_DESCRIPTOR; +typedef tagEMRSTRETCHDIBITS EMRSTRETCHDIBITS; +typedef _REDIRECTION_FUNCTION_DESCRIPTOR* PREDIRECTION_FUNCTION_DESCRIPTOR; +typedef tagLOGBRUSH* LPLOGBRUSH; +typedef ACCESS_MASK REGSAM; +typedef tagWCRANGE WCRANGE; +typedef const REDIRECTION_FUNCTION_DESCRIPTOR* PCREDIRECTION_FUNCTION_DESCRIPTOR; +typedef tagENUMLOGFONTEXW* LPENUMLOGFONTEXW; +typedef tagGCP_RESULTSA* LPGCP_RESULTSA; +typedef LPGCP_RESULTSA LPGCP_RESULTS; +typedef _NETCONNECTINFOSTRUCT NETCONNECTINFOSTRUCT; +typedef _REDIRECTION_DESCRIPTOR REDIRECTION_DESCRIPTOR; +typedef tagTEXTMETRICW* PTEXTMETRICW; +typedef _GRADIENT_TRIANGLE* LPGRADIENT_TRIANGLE; +typedef tagENUMLOGFONTEXA* LPENUMLOGFONTEXA; +typedef LPENUMLOGFONTEXA LPENUMLOGFONTEX; +typedef _REDIRECTION_DESCRIPTOR* PREDIRECTION_DESCRIPTOR; +typedef _TRIVERTEX* LPTRIVERTEX; +typedef tagCOMPOSITIONFORM COMPOSITIONFORM; +typedef GCP_RESULTSA GCP_RESULTS; +typedef TEXTMETRICA TEXTMETRIC; +typedef tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR; +typedef const REDIRECTION_DESCRIPTOR* PCREDIRECTION_DESCRIPTOR; +typedef PVOID DLL_DIRECTORY_COOKIE; +typedef _CONSOLE_READCONSOLE_CONTROL CONSOLE_READCONSOLE_CONTROL; +typedef PVOID* PDLL_DIRECTORY_COOKIE; +typedef tagTEXTMETRICA* NPTEXTMETRICA; +typedef NPTEXTMETRICA NPTEXTMETRIC; +typedef tagPANOSE PANOSE; +typedef FILE_WRITE_FLAGS FILE_WRITE_FLAGS; +typedef tagPOLYTEXTA* NPPOLYTEXTA; +typedef NPPOLYTEXTA NPPOLYTEXT; +typedef FILE_FLUSH_MODE FILE_FLUSH_MODE; +typedef tagHANDLETABLE* PHANDLETABLE; +typedef PFIBER_START_ROUTINE LPFIBER_START_ROUTINE; +typedef tagPOLYTEXTA* PPOLYTEXTA; +typedef PPOLYTEXTA PPOLYTEXT; +typedef LPVOID ( *PFIBER_CALLOUT_ROUTINE )( LPVOID ); +typedef LPVOID LPLDT_ENTRY; +typedef tagEMRPOLYLINE16 EMRPOLYGON16; +typedef _COMMPROP COMMPROP; +typedef tagMETARECORD* PMETARECORD; +typedef _WINDOW_BUFFER_SIZE_RECORD WINDOW_BUFFER_SIZE_RECORD; +typedef _COMMPROP* LPCOMMPROP; +typedef PNEWTEXTMETRICA PNEWTEXTMETRIC; +typedef _COMSTAT COMSTAT; +typedef OLDFONTENUMPROCA FONTENUMPROCA; +typedef FONTENUMPROCA FONTENUMPROC; +typedef tagEMRBITBLT* PEMRBITBLT; +typedef LPNEWTEXTMETRICA LPNEWTEXTMETRIC; +typedef _STRING* PSTRING; +typedef _DCB DCB; +typedef tagTPMPARAMS TPMPARAMS; +typedef tagREGISTERWORDW* LPREGISTERWORDW; +typedef tagEMR EMR; +typedef OLDFONTENUMPROCW FONTENUMPROCW; +typedef _DCB* LPDCB; +typedef tagABORTPATH EMRCLOSEFIGURE; +typedef tagEMRMASKBLT EMRMASKBLT; +typedef _COMMTIMEOUTS COMMTIMEOUTS; +typedef _CONSOLE_SELECTION_INFO* PCONSOLE_SELECTION_INFO; +typedef _COMMTIMEOUTS* LPCOMMTIMEOUTS; +typedef tagABORTPATH* PEMRENDPATH; +typedef void ( *LINEDDAPROC )( int, int, LPARAM ); +typedef tagABORTPATH EMRSAVEDC; +typedef _COMMCONFIG COMMCONFIG; +typedef _COMMCONFIG* LPCOMMCONFIG; +typedef tagLOGFONTA* PLOGFONTA; +typedef _MEMORYSTATUS MEMORYSTATUS; +typedef tagABORTPATH* PEMRSETMETARGN; +typedef _MEMORYSTATUS* LPMEMORYSTATUS; +typedef tagEMRSELECTCLIPPATH* PEMRSELECTCLIPPATH; +typedef _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM SERVICE_TRIGGER_SPECIFIC_DATA_ITEM; +typedef _CONNECTDLGSTRUCTA CONNECTDLGSTRUCTA; +typedef tagLOGFONTW* NPLOGFONTW; +typedef _JIT_DEBUG_INFO* LPJIT_DEBUG_INFO; +typedef tagMENUGETOBJECTINFO* PMENUGETOBJECTINFO; +typedef JIT_DEBUG_INFO JIT_DEBUG_INFO32; +typedef tagENUMLOGFONTEXDVW ENUMLOGFONTEXDVW; +typedef JIT_DEBUG_INFO* LPJIT_DEBUG_INFO32; +typedef JIT_DEBUG_INFO JIT_DEBUG_INFO64; +typedef tagEMREXTCREATEFONTINDIRECTW* PEMREXTCREATEFONTINDIRECTW; +typedef PEXCEPTION_RECORD LPEXCEPTION_RECORD; +typedef PEXCEPTION_POINTERS LPEXCEPTION_POINTERS; +typedef tagSTYLEBUFA* PSTYLEBUFA; +typedef PATTERN* PPATTERN; +typedef _OFSTRUCT OFSTRUCT; +typedef tagLOGPEN LOGPEN; +typedef _OFSTRUCT* LPOFSTRUCT; +typedef val_context* PVALCONTEXT; +typedef _OFSTRUCT* POFSTRUCT; +typedef void* PUMS_CONTEXT; +typedef pvalueA PVALUEA; +typedef PVALUEA PVALUE; +typedef _RTL_UMS_THREAD_INFO_CLASS UMS_THREAD_INFO_CLASS; +typedef _RTL_UMS_THREAD_INFO_CLASS* PUMS_THREAD_INFO_CLASS; +typedef _RTL_UMS_SCHEDULER_REASON UMS_SCHEDULER_REASON; +typedef tagNEWTEXTMETRICA* NPNEWTEXTMETRICA; +typedef PRTL_UMS_SCHEDULER_ENTRY_POINT PUMS_SCHEDULER_ENTRY_POINT; +typedef tagCANDIDATELIST* PCANDIDATELIST; +typedef _UMS_SCHEDULER_STARTUP_INFO UMS_SCHEDULER_STARTUP_INFO; +typedef _CONSOLE_SCREEN_BUFFER_INFO* PCONSOLE_SCREEN_BUFFER_INFO; +typedef tagNEWTEXTMETRICW* LPNEWTEXTMETRICW; +typedef _UMS_SCHEDULER_STARTUP_INFO* PUMS_SCHEDULER_STARTUP_INFO; +typedef _CONSOLE_CURSOR_INFO* PCONSOLE_CURSOR_INFO; +typedef tagLOGCOLORSPACEA LOGCOLORSPACEA; +typedef _UMS_SYSTEM_THREAD_INFORMATION UMS_SYSTEM_THREAD_INFORMATION; +typedef BOOL ( *CALINFO_ENUMPROCEXA )( LPSTR, CALID ); +typedef tagEMRSETVIEWPORTORGEX* PEMRSETWINDOWORGEX; +typedef _UMS_SYSTEM_THREAD_INFORMATION* PUMS_SYSTEM_THREAD_INFORMATION; +typedef REASON_CONTEXT POWER_REQUEST_CONTEXT; +typedef REASON_CONTEXT* PPOWER_REQUEST_CONTEXT; +typedef BOOL ( *TIMEFMT_ENUMPROCA )( LPSTR ); +typedef REASON_CONTEXT* LPPOWER_REQUEST_CONTEXT; +typedef tagEMRSETVIEWPORTEXTEX EMRSETWINDOWEXTEX; +typedef _DEP_SYSTEM_POLICY_TYPE DEP_SYSTEM_POLICY_TYPE; +typedef DWORD ( *PFE_EXPORT_FUNC )( PBYTE, PVOID, ULONG ); +typedef _currencyfmtW CURRENCYFMTW; +typedef DWORD ( *PFE_IMPORT_FUNC )( PBYTE, PVOID, PULONG ); +typedef tagXFORM* LPXFORM; +typedef _WIN32_STREAM_ID WIN32_STREAM_ID; +typedef _WIN32_STREAM_ID* LPWIN32_STREAM_ID; +typedef tagEMRGDICOMMENT* PEMRGDICOMMENT; +typedef _STARTUPINFOEXA STARTUPINFOEXA; +typedef _STARTUPINFOEXA* LPSTARTUPINFOEXA; +typedef _STARTUPINFOEXW STARTUPINFOEXW; +typedef TOOLTIP_DISMISS_FLAGS TOOLTIP_DISMISS_FLAGS; +typedef tagRAWKEYBOARD RAWKEYBOARD; +typedef _STARTUPINFOEXW* LPSTARTUPINFOEXW; +typedef STARTUPINFOEXA STARTUPINFOEX; +typedef tagEMREXTESCAPE* PEMRDRAWESCAPE; +typedef tagRAWINPUTHEADER* PRAWINPUTHEADER; +typedef _SERVICE_LAUNCH_PROTECTED_INFO* PSERVICE_LAUNCH_PROTECTED_INFO; +typedef LPSTARTUPINFOEXA LPSTARTUPINFOEX; +typedef tagRAWMOUSE* LPRAWMOUSE; +typedef _CLASS_MEDIA_CHANGE_CONTEXT CLASS_MEDIA_CHANGE_CONTEXT; +typedef tagEMRSETICMPROFILE EMRSETICMPROFILE; +typedef _PROCESS_CREATION_SVE_VECTOR_LENGTH PROCESS_CREATION_SVE_VECTOR_LENGTH; +typedef _PROCESS_CREATION_SVE_VECTOR_LENGTH* PPROCESS_CREATION_SVE_VECTOR_LENGTH; +typedef long FXPT2DOT30; +typedef _STORAGE_MEDIA_TYPE* PSTORAGE_MEDIA_TYPE; +typedef tagEMRFILLPATH* PEMRSTROKEANDFILLPATH; +typedef tagRAWHID* LPRAWHID; +typedef UINT ( *PGET_SYSTEM_WOW64_DIRECTORY_A )( LPSTR, UINT ); +typedef tagCOLORMATCHTOTARGET EMRCOLORMATCHTOTARGET; +typedef _QUERY_SERVICE_CONFIGW QUERY_SERVICE_CONFIGW; +typedef UINT ( *PGET_SYSTEM_WOW64_DIRECTORY_W )( LPWSTR, UINT ); +typedef tagRAWMOUSE RAWMOUSE; +typedef tagICEXYZTRIPLE CIEXYZTRIPLE; +typedef DWORD ( *LPPROGRESS_ROUTINE )( LARGE_INTEGER, LARGE_INTEGER, LARGE_INTEGER, LARGE_INTEGER, DWORD, DWORD, HANDLE, HANDLE, LPVOID ); +typedef tagEMREXCLUDECLIPRECT EMRINTERSECTCLIPRECT; +typedef _COPYFILE2_MESSAGE_TYPE COPYFILE2_MESSAGE_TYPE; +typedef _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2 DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2; +typedef tagFONTSIGNATURE* LPFONTSIGNATURE; +typedef _COPYFILE2_COPY_PHASE COPYFILE2_COPY_PHASE; +typedef tagCHARSETINFO CHARSETINFO; +typedef _OUTLINETEXTMETRICA* LPOUTLINETEXTMETRICA; +typedef _COORD COORD; +typedef tagCHARSETINFO* LPCHARSETINFO; +typedef _EVENT_TRACE_LOGFILEW* PEVENT_TRACE_LOGFILEW; +typedef ULONG ( *PEVENT_TRACE_BUFFER_CALLBACKW )( PEVENT_TRACE_LOGFILEW ); +typedef tagEMRPOLYLINE EMRPOLYBEZIER; +typedef tagPOLYTEXTW* NPPOLYTEXTW; +typedef tagPOLYTEXTA* LPPOLYTEXTA; +typedef tagBITMAPCOREHEADER* LPBITMAPCOREHEADER; +typedef tagEMRTEXT* PEMRTEXT; +typedef BOOL ( *CALINFO_ENUMPROCW )( LPWSTR ); +typedef tagEMRSCALEVIEWPORTEXTEX* PEMRSCALEWINDOWEXTEX; +typedef _SERVICE_TABLE_ENTRYA SERVICE_TABLE_ENTRYA; +typedef SERVICE_TABLE_ENTRYA SERVICE_TABLE_ENTRY; +typedef BOOL ( *DATEFMT_ENUMPROCEXW )( LPWSTR, CALID ); +typedef DISPLAYCONFIG_2DREGION DISPLAYCONFIG_2DREGION; +typedef _FILE_FULL_DIR_INFO FILE_FULL_DIR_INFO; +typedef BITMAPV4HEADER* LPBITMAPV4HEADER; +typedef TOUCHPAD_SENSITIVITY_LEVEL TOUCHPAD_SENSITIVITY_LEVEL; +typedef _RGNDATA RGNDATA; +typedef tagRGBTRIPLE* PRGBTRIPLE; +typedef _nlsversioninfoex NLSVERSIONINFOEX; +typedef COPYFILE2_EXTENDED_PARAMETERS COPYFILE2_EXTENDED_PARAMETERS; +typedef tagEMRLINETO EMRLINETO; +typedef _COPYFILE2_CREATE_OPLOCK_KEYS COPYFILE2_CREATE_OPLOCK_KEYS; +typedef _COPYFILE2_CREATE_OPLOCK_KEYS* PCOPYFILE2_CREATE_OPLOCK_KEYS; +typedef RGBQUAD* LPRGBQUAD; +typedef long* LPFXPT16DOT16; +typedef COPYFILE2_EXTENDED_PARAMETERS_V2 COPYFILE2_EXTENDED_PARAMETERS_V2; +typedef _EVENTLOG_FULL_INFORMATION EVENTLOG_FULL_INFORMATION; +typedef _COORD* PCOORD; +typedef _EVENTLOG_FULL_INFORMATION* LPEVENTLOG_FULL_INFORMATION; +typedef ULONG OPERATION_ID; +typedef tagBITMAPCOREINFO* PBITMAPCOREINFO; +typedef _OUTLINETEXTMETRICA* NPOUTLINETEXTMETRICA; +typedef _OPERATION_START_PARAMETERS OPERATION_START_PARAMETERS; +typedef tagEMRARC* PEMRARCTO; +typedef _OPERATION_END_PARAMETERS OPERATION_END_PARAMETERS; +typedef _OUTLINETEXTMETRICW* NPOUTLINETEXTMETRICW; +typedef tagKERNINGPAIR* LPKERNINGPAIR; +typedef tagHW_PROFILE_INFOA* LPHW_PROFILE_INFOA; +typedef _SERVICE_DELAYED_AUTO_START_INFO SERVICE_DELAYED_AUTO_START_INFO; +typedef _FILE_ATTRIBUTE_TAG_INFO* PFILE_ATTRIBUTE_TAG_INFO; +typedef _DISPLAY_DEVICEA DISPLAY_DEVICEA; +typedef DISPLAY_DEVICEA DISPLAY_DEVICE; +typedef tagHW_PROFILE_INFOW HW_PROFILE_INFOW; +typedef tagHW_PROFILE_INFOW* LPHW_PROFILE_INFOW; +typedef tagPOINTER_DEVICE_INFO POINTER_DEVICE_INFO; +typedef HW_PROFILE_INFOA HW_PROFILE_INFO; +typedef _DISPLAY_DEVICEW* LPDISPLAY_DEVICEW; +typedef LPHW_PROFILE_INFOA LPHW_PROFILE_INFO; +typedef DISPLAYCONFIG_PATH_TARGET_INFO DISPLAYCONFIG_PATH_TARGET_INFO; +typedef _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; +typedef _SC_ENUM_TYPE SC_ENUM_TYPE; +typedef _TIME_ZONE_INFORMATION* PTIME_ZONE_INFORMATION; +typedef FILE_ID_DESCRIPTOR* LPFILE_ID_DESCRIPTOR; +typedef _TIME_ZONE_INFORMATION* LPTIME_ZONE_INFORMATION; +typedef DWORD GEOCLASS; +typedef _TIME_DYNAMIC_ZONE_INFORMATION DYNAMIC_TIME_ZONE_INFORMATION; +typedef _DRAWPATRECT DRAWPATRECT; +typedef _TIME_DYNAMIC_ZONE_INFORMATION* PDYNAMIC_TIME_ZONE_INFORMATION; +typedef _SYSTEM_POWER_STATUS SYSTEM_POWER_STATUS; +typedef BITMAPV5HEADER BITMAPV5HEADER; +typedef tagABORTPATH* PEMRWIDENPATH; +typedef _ABCFLOAT ABCFLOAT; +typedef tagACTCTXA* PACTCTXA; +typedef tagBITMAPINFO BITMAPINFO; +typedef tagEMRELLIPSE EMRELLIPSE; +typedef _FILE_ALIGNMENT_INFO* PFILE_ALIGNMENT_INFO; +typedef tagACTCTXW* PACTCTXW; +typedef ACTCTXA ACTCTX; +typedef PACTCTXA PACTCTX; +typedef _devicemodeW* PDEVMODEW; +typedef _DOCINFOA DOCINFOA; +typedef const ACTCTXA* PCACTCTXA; +typedef _SC_ACTION SC_ACTION; +typedef _devicemodeW DEVMODEW; +typedef const ACTCTXW* PCACTCTXW; +typedef _FILE_END_OF_FILE_INFO* PFILE_END_OF_FILE_INFO; +typedef NPDEVMODEA NPDEVMODE; +typedef PCACTCTXA PCACTCTX; +typedef tagRAWINPUTDEVICELIST RAWINPUTDEVICELIST; +typedef tagRAWINPUTDEVICE RAWINPUTDEVICE; +typedef tagACTCTX_SECTION_KEYED_DATA_2600* PACTCTX_SECTION_KEYED_DATA_2600; +typedef _devicemodeA* PDEVMODEA; +typedef PDEVMODEA PDEVMODE; +typedef tagEMRPOLYPOLYLINE16* PEMRPOLYPOLYLINE16; +typedef DISPLAYCONFIG_MODE_INFO DISPLAYCONFIG_MODE_INFO; +typedef tagEMRSETMITERLIMIT* PEMRSETMITERLIMIT; +typedef _ETW_BUFFER_CONTEXT ETW_BUFFER_CONTEXT; +typedef tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA; +typedef DISPLAYCONFIG_DESKTOP_IMAGE_INFO DISPLAYCONFIG_DESKTOP_IMAGE_INFO; +typedef tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA* PACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA; +typedef tagEMRINVERTRGN EMRPAINTRGN; +typedef tagEMRSETARCDIRECTION EMRSETARCDIRECTION; +typedef const ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA* PCACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA; +typedef _MODEMDEVCAPS* LPMODEMDEVCAPS; +typedef _FILE_REMOTE_PROTOCOL_INFO* PFILE_REMOTE_PROTOCOL_INFO; +typedef tagINPUT_MESSAGE_SOURCE INPUT_MESSAGE_SOURCE; +typedef tagEMRINVERTRGN* PEMRINVERTRGN; +typedef tagACTCTX_SECTION_KEYED_DATA* PACTCTX_SECTION_KEYED_DATA; +typedef _VIDEOPARAMETERS* LPVIDEOPARAMETERS; +typedef CIEXYZ* LPCIEXYZ; +typedef _VIDEOPARAMETERS VIDEOPARAMETERS; +typedef _ACTIVATION_CONTEXT_BASIC_INFORMATION ACTIVATION_CONTEXT_BASIC_INFORMATION; +typedef tagEMREXTSELECTCLIPRGN* PEMREXTSELECTCLIPRGN; +typedef _ACTIVATION_CONTEXT_BASIC_INFORMATION* PACTIVATION_CONTEXT_BASIC_INFORMATION; +typedef tagEMREXCLUDECLIPRECT* PEMRINTERSECTCLIPRECT; +typedef tagCOMPOSITIONFORM* PCOMPOSITIONFORM; +typedef LONG LCSCSTYPE; +typedef const _ACTIVATION_CONTEXT_BASIC_INFORMATION* PCACTIVATION_CONTEXT_BASIC_INFORMATION; +typedef DISPLAYCONFIG_SOURCE_DEVICE_NAME DISPLAYCONFIG_SOURCE_DEVICE_NAME; +typedef BOOL ( *PQUERYACTCTXW_FUNC )( DWORD, HANDLE, PVOID, ULONG, PVOID, SIZE_T, SIZE_T* ); +typedef tagEMRSELECTPALETTE EMRSELECTPALETTE; +typedef DWORD ( *APPLICATION_RECOVERY_CALLBACK )( PVOID ); +typedef DISPLAYCONFIG_DEVICE_INFO_HEADER DISPLAYCONFIG_DEVICE_INFO_HEADER; +typedef _FILE_BASIC_INFO FILE_BASIC_INFO; +typedef _PSFEATURE_OUTPUT* PPSFEATURE_OUTPUT; +typedef _FILE_BASIC_INFO* PFILE_BASIC_INFO; +typedef _FILE_STANDARD_INFO FILE_STANDARD_INFO; +typedef _FILE_STANDARD_INFO* PFILE_STANDARD_INFO; +typedef _FILE_NAME_INFO FILE_NAME_INFO; +typedef tagEMRSELECTCLIPPATH EMRSETLAYOUT; +typedef _TRACE_GUID_REGISTRATION* PTRACE_GUID_REGISTRATION; +typedef _FILE_NAME_INFO* PFILE_NAME_INFO; +typedef _FILE_ID_INFO FILE_ID_INFO; +typedef _SERVICE_TRIGGER_INFO* PSERVICE_TRIGGER_INFO; +typedef _FILE_CASE_SENSITIVE_INFO FILE_CASE_SENSITIVE_INFO; +typedef _FILE_CASE_SENSITIVE_INFO* PFILE_CASE_SENSITIVE_INFO; +typedef tagEMRSELECTCLIPPATH EMRSETICMMODE; +typedef _FILE_RENAME_INFO FILE_RENAME_INFO; +typedef tagGESTURENOTIFYSTRUCT* PGESTURENOTIFYSTRUCT; +typedef _FILE_RENAME_INFO* PFILE_RENAME_INFO; +typedef _FILE_ALLOCATION_INFO FILE_ALLOCATION_INFO; +typedef _FILE_ALLOCATION_INFO* PFILE_ALLOCATION_INFO; +typedef tagEMRSETCOLORSPACE EMRDELETECOLORSPACE; +typedef _FILE_END_OF_FILE_INFO FILE_END_OF_FILE_INFO; +typedef _FILE_STREAM_INFO FILE_STREAM_INFO; +typedef tagEMREXTESCAPE EMRDRAWESCAPE; +typedef _FILE_STREAM_INFO* PFILE_STREAM_INFO; +typedef _KSYSTEM_TIME* PKSYSTEM_TIME; +typedef _FILE_COMPRESSION_INFO FILE_COMPRESSION_INFO; +typedef _FILE_COMPRESSION_INFO* PFILE_COMPRESSION_INFO; +typedef _FILE_ATTRIBUTE_TAG_INFO FILE_ATTRIBUTE_TAG_INFO; +typedef PAXISINFOA PAXISINFO; +typedef _FILE_DISPOSITION_INFO FILE_DISPOSITION_INFO; +typedef _FILE_DISPOSITION_INFO* PFILE_DISPOSITION_INFO; +typedef tagEMRCREATEBRUSHINDIRECT EMRCREATEBRUSHINDIRECT; +typedef BOOL ( *TIMEFMT_ENUMPROCW )( LPWSTR ); +typedef tagREGISTERWORDA* NPREGISTERWORDA; +typedef NPREGISTERWORDA NPREGISTERWORD; +typedef _FILE_DISPOSITION_INFO_EX* PFILE_DISPOSITION_INFO_EX; +typedef _DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION; +typedef tagEMRBITBLT EMRBITBLT; +typedef LRESULT ( *WNDPROC )( HWND, UINT, WPARAM, LPARAM ); +typedef _CONSOLE_SELECTION_INFO CONSOLE_SELECTION_INFO; +typedef _FILE_ID_BOTH_DIR_INFO FILE_ID_BOTH_DIR_INFO; +typedef PREGISTERWORDA PREGISTERWORD; +typedef _FILE_ID_BOTH_DIR_INFO* PFILE_ID_BOTH_DIR_INFO; +typedef _FILE_FULL_DIR_INFO* PFILE_FULL_DIR_INFO; +typedef _PRIORITY_HINT PRIORITY_HINT; +typedef _STORAGE_DEVICE_NUMBER* PSTORAGE_DEVICE_NUMBER; +typedef tagWNDCLASSA* PWNDCLASSA; +typedef NPWNDCLASSEXA NPWNDCLASSEX; +typedef _FILE_IO_PRIORITY_HINT_INFO FILE_IO_PRIORITY_HINT_INFO; +typedef _ABC ABC; +typedef _FILE_IO_PRIORITY_HINT_INFO* PFILE_IO_PRIORITY_HINT_INFO; +typedef _STORAGE_DEVICE_NUMBER STORAGE_DEVICE_NUMBER; +typedef _FILE_ALIGNMENT_INFO FILE_ALIGNMENT_INFO; +typedef tagEMRCREATECOLORSPACE* PEMRCREATECOLORSPACE; +typedef _FILE_STORAGE_INFO FILE_STORAGE_INFO; +typedef _FILE_STORAGE_INFO* PFILE_STORAGE_INFO; +typedef tagBITMAP BITMAP; +typedef _FILE_ID_INFO* PFILE_ID_INFO; +typedef _GET_MEDIA_TYPES* PGET_MEDIA_TYPES; +typedef _SYSTEM_OBJECT_INFORMATION SYSTEM_OBJECT_INFORMATION; +typedef _FILE_ID_EXTD_DIR_INFO FILE_ID_EXTD_DIR_INFO; +typedef tagCOLORADJUSTMENT COLORADJUSTMENT; +typedef _FILE_ID_EXTD_DIR_INFO* PFILE_ID_EXTD_DIR_INFO; +typedef _LDR_DEPENDENCY_RECORD LDR_DEPENDENCY_RECORD; +typedef _CLASS_MEDIA_CHANGE_CONTEXT* PCLASS_MEDIA_CHANGE_CONTEXT; +typedef tagENUMTEXTMETRICW* PENUMTEXTMETRICW; +typedef void* HPCON; +typedef tagEMRPOLYPOLYLINE16 EMRPOLYPOLYLINE16; +typedef _UNIVERSAL_NAME_INFOA* LPUNIVERSAL_NAME_INFOA; +typedef _FILE_REMOTE_PROTOCOL_INFO FILE_REMOTE_PROTOCOL_INFO; +typedef USHORT COLOR16; +typedef _MODEMSETTINGS* LPMODEMSETTINGS; +typedef _FILE_ID_TYPE FILE_ID_TYPE; +typedef _FILE_ID_TYPE* PFILE_ID_TYPE; +typedef BOOL ( *IMCENUMPROC )( HIMC, LPARAM ); +typedef FILE_ID_DESCRIPTOR FILE_ID_DESCRIPTOR; +typedef _NETRESOURCEW NETRESOURCEW; +typedef tagAXESLISTW* PAXESLISTW; +typedef tagEMRGLSRECORD* PEMRGLSRECORD; +typedef _DRAWPATRECT* PDRAWPATRECT; +typedef _PSINJECTDATA PSINJECTDATA; +typedef _BLENDFUNCTION* PBLENDFUNCTION; +typedef _PSINJECTDATA* PPSINJECTDATA; +typedef tagEMRALPHABLEND EMRALPHABLEND; +typedef _PSFEATURE_OUTPUT PSFEATURE_OUTPUT; +typedef int ( *MFENUMPROC )( HDC, HANDLETABLE*, METARECORD*, int, LPARAM ); +typedef _PSFEATURE_CUSTPAPER PSFEATURE_CUSTPAPER; +typedef tagEMRTRANSPARENTBLT* PEMRTRANSPARENTBLT; +typedef _PSFEATURE_CUSTPAPER* PPSFEATURE_CUSTPAPER; +typedef tagXFORM XFORM; +typedef tagBITMAP* PBITMAP; +typedef tagBITMAP* NPBITMAP; +typedef tagPOINTFX* LPPOINTFX; +typedef tagBITMAP* LPBITMAP; +typedef tagRGBTRIPLE* NPRGBTRIPLE; +typedef tagEMRSETDIBITSTODEVICE EMRSETDIBITSTODEVICE; +typedef tagRGBTRIPLE* LPRGBTRIPLE; +typedef long FXPT16DOT16; +typedef tagRECONVERTSTRING RECONVERTSTRING; +typedef long* LPFXPT2DOT30; +typedef tagEMRFILLRGN* PEMRFILLRGN; +typedef _RASTERIZER_STATUS* LPRASTERIZER_STATUS; +typedef CIEXYZTRIPLE* LPCIEXYZTRIPLE; +typedef _GRADIENT_RECT GRADIENT_RECT; +typedef tagEMREXTSELECTCLIPRGN EMREXTSELECTCLIPRGN; +typedef tagEMRPOLYLINE16 EMRPOLYLINE16; +typedef tagLOGCOLORSPACEA* LPLOGCOLORSPACEA; +typedef _MENU_EVENT_RECORD MENU_EVENT_RECORD; +typedef tagLOGCOLORSPACEW* LPLOGCOLORSPACEW; +typedef LOGCOLORSPACEA LOGCOLORSPACE; +typedef tagEMRPOLYLINE16* PEMRPOLYBEZIERTO16; +typedef _FIXED FIXED; +typedef LPLOGCOLORSPACEA LPLOGCOLORSPACE; +typedef _SC_EVENT_TYPE* PSC_EVENT_TYPE; +typedef tagBITMAPCOREHEADER BITMAPCOREHEADER; +typedef tagEMRPOLYLINE16* PEMRPOLYGON16; +typedef tagBITMAPCOREHEADER* PBITMAPCOREHEADER; +typedef void ( *SENDASYNCPROC )( HWND, UINT, ULONG_PTR, LRESULT ); +typedef tagEMRSTRETCHBLT EMRSTRETCHBLT; +typedef _PORT_MESSAGE* PPORT_MESSAGE; +typedef tagBITMAPINFOHEADER* LPBITMAPINFOHEADER; +typedef LRESULT ( *HOOKPROC )( int, WPARAM, LPARAM ); +typedef tagBITMAPINFOHEADER* PBITMAPINFOHEADER; +typedef BITMAPV4HEADER BITMAPV4HEADER; +typedef TOUCHPAD_PARAMETERS* PTOUCH_PAD_PARAMETERS; +typedef tagREGISTERWORDA REGISTERWORDA; +typedef BITMAPV4HEADER* PBITMAPV4HEADER; +typedef BITMAPV5HEADER* PBITMAPV5HEADER; +typedef _CONNECTDLGSTRUCTW* LPCONNECTDLGSTRUCTW; +typedef tagEMRGLSBOUNDEDRECORD* PEMRGLSBOUNDEDRECORD; +typedef tagBITMAPINFO* LPBITMAPINFO; +typedef tagBITMAPINFO* PBITMAPINFO; +typedef tagGESTUREINFO* PGESTUREINFO; +typedef _STORAGE_HOTPLUG_INFO* PSTORAGE_HOTPLUG_INFO; +typedef BOOL ( *PROPENUMPROCEXW )( HWND, LPWSTR, HANDLE, ULONG_PTR ); +typedef DISPLAYCONFIG_ROTATION DISPLAYCONFIG_ROTATION; +typedef tagBITMAPCOREINFO BITMAPCOREINFO; +typedef DWORD QUERYHANDLER( LPVOID, PVALCONTEXT, DWORD, LPVOID, DWORD*, DWORD ); +typedef tagBITMAPFILEHEADER BITMAPFILEHEADER; +typedef tagBITMAPFILEHEADER* LPBITMAPFILEHEADER; +typedef tagBITMAPFILEHEADER* PBITMAPFILEHEADER; +typedef PSTYLEBUFA PSTYLEBUF; +typedef tagFONTSIGNATURE FONTSIGNATURE; +typedef tagSTYLEBUFW* PSTYLEBUFW; +typedef tagFONTSIGNATURE* PFONTSIGNATURE; +typedef tagEMREXTTEXTOUTA* PEMREXTTEXTOUTW; +typedef _WORKER_FACTORY_BASIC_INFORMATION WORKER_FACTORY_BASIC_INFORMATION; +typedef tagCHARSETINFO* PCHARSETINFO; +typedef tagCHARSETINFO* NPCHARSETINFO; +typedef tagEMREXTTEXTOUTA* PEMREXTTEXTOUTA; +typedef tagEMRPOLYTEXTOUTA* PEMRPOLYTEXTOUTW; +typedef tagLOCALESIGNATURE LOCALESIGNATURE; +typedef tagCANDIDATELIST* NPCANDIDATELIST; +typedef tagLOCALESIGNATURE* PLOCALESIGNATURE; +typedef tagCANDIDATEFORM* LPCANDIDATEFORM; +typedef _STRING ANSI_STRING; +typedef tagLOCALESIGNATURE* LPLOCALESIGNATURE; +typedef tagEMRPOLYTEXTOUTA* PEMRPOLYTEXTOUTA; +typedef tagEMRSETVIEWPORTEXTEX EMRSETVIEWPORTEXTEX; +typedef tagHANDLETABLE* LPHANDLETABLE; +typedef tagEMRSETVIEWPORTORGEX EMRSETWINDOWORGEX; +typedef BOOL ( *DATEFMT_ENUMPROCA )( LPSTR ); +typedef tagMETARECORD* LPMETARECORD; +typedef tagEMRSETVIEWPORTEXTEX* PEMRSETVIEWPORTEXTEX; +typedef ETW_BUFFER_HEADER ETW_BUFFER_HEADER; +typedef void ( *PETW_BUFFER_COMPLETION_CALLBACK )( const ETW_BUFFER_HEADER*, void* ); +typedef tagMETAFILEPICT METAFILEPICT; +typedef _ENUM_SERVICE_STATUS_PROCESSA ENUM_SERVICE_STATUS_PROCESSA; +typedef ENUM_SERVICE_STATUS_PROCESSA ENUM_SERVICE_STATUS_PROCESS; +typedef DISPLAYCONFIG_TARGET_PREFERRED_MODE DISPLAYCONFIG_TARGET_PREFERRED_MODE; +typedef tagMETAFILEPICT* LPMETAFILEPICT; +typedef tagMETAHEADER METAHEADER; +typedef _ENUM_SERVICE_STATUS_PROCESSW* LPENUM_SERVICE_STATUS_PROCESSW; +typedef tagMETAHEADER* LPMETAHEADER; +typedef tagEMREOF* PEMREOF; +typedef tagENHMETARECORD* PENHMETARECORD; +typedef SC_HANDLE* LPSC_HANDLE; +typedef DISPLAYCONFIG_TARGET_MODE DISPLAYCONFIG_TARGET_MODE; +typedef tagINPUT* LPINPUT; +typedef tagENUMTEXTMETRICW ENUMTEXTMETRICW; +typedef tagEMRSETMITERLIMIT EMRSETMITERLIMIT; +typedef tagENHMETAHEADER* PENHMETAHEADER; +typedef tagHARDWAREINPUT HARDWAREINPUT; +typedef tagENHMETAHEADER* LPENHMETAHEADER; +typedef HTOUCHINPUT__* HTOUCHINPUT; +typedef UINT32 POINTER_FLAGS; +typedef tagEMREXCLUDECLIPRECT EMREXCLUDECLIPRECT; +typedef tagTEXTMETRICW* NPTEXTMETRICW; +typedef _TRIVERTEX* PTRIVERTEX; +typedef tagEMRFILLPATH EMRSTROKEANDFILLPATH; +typedef tagTEXTMETRICW* LPTEXTMETRICW; +typedef PTEXTMETRICA PTEXTMETRIC; +typedef tagEMREXCLUDECLIPRECT* PEMREXCLUDECLIPRECT; +typedef tagNEWTEXTMETRICA NEWTEXTMETRICA; +typedef LPOUTLINETEXTMETRICA LPOUTLINETEXTMETRIC; +typedef tagEMRPOLYLINE EMRPOLYLINE; +typedef tagEMRANGLEARC EMRANGLEARC; +typedef _SERVICE_CONTROL_STATUS_REASON_PARAMSA SERVICE_CONTROL_STATUS_REASON_PARAMSA; +typedef _FILE_PATH FILE_PATH; +typedef tagNEWTEXTMETRICW* PNEWTEXTMETRICW; +typedef tagNEWTEXTMETRICW* NPNEWTEXTMETRICW; +typedef tagEMRPOLYLINE* PEMRPOLYBEZIERTO; +typedef tagEMRPOLYLINE* PEMRPOLYLINE; +typedef NEWTEXTMETRICA NEWTEXTMETRIC; +typedef NPNEWTEXTMETRICA NPNEWTEXTMETRIC; +typedef tagEMRSCALEVIEWPORTEXTEX EMRSCALEWINDOWEXTEX; +typedef TOUCHPAD_PARAMETERS TOUCHPAD_PARAMETERS; +typedef BOOL ( *UILANGUAGE_ENUMPROCW )( LPWSTR, LONG_PTR ); +typedef NEWTEXTMETRICEXA NEWTEXTMETRICEX; +typedef tagPELARRAY* PPELARRAY; +typedef DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION; +typedef tagPELARRAY* NPPELARRAY; +typedef _QUERY_SERVICE_LOCK_STATUSA QUERY_SERVICE_LOCK_STATUSA; +typedef tagLOGBRUSH* PLOGBRUSH; +typedef tagLOGBRUSH* NPLOGBRUSH; +typedef tagEMROFFSETCLIPRGN EMROFFSETCLIPRGN; +typedef tagLOGBRUSH32* PLOGBRUSH32; +typedef tagLOGBRUSH32* NPLOGBRUSH32; +typedef tagLOGBRUSH32* LPLOGBRUSH32; +typedef tagEMRROUNDRECT EMRROUNDRECT; +typedef _SERVICE_NOTIFY_2W SERVICE_NOTIFY_2W; +typedef PATTERN* LPPATTERN; +typedef _OUTLINETEXTMETRICW* LPOUTLINETEXTMETRICW; +typedef tagEMRARC EMRARCTO; +typedef tagLOGPEN* NPLOGPEN; +typedef int ( *ICMENUMPROCA )( LPSTR, LPARAM ); +typedef tagLOGPEN* LPLOGPEN; +typedef _LDR_HOT_PATCH_STATE* PLDR_HOT_PATCH_STATE; +typedef tagEXTLOGPEN EXTLOGPEN; +typedef tagEXTLOGPEN* PEXTLOGPEN; +typedef tagEXTLOGPEN* LPEXTLOGPEN; +typedef tagEMR* PEMR; +typedef _DISPLAY_DEVICEW* PDISPLAY_DEVICEW; +typedef _SERVICE_FAILURE_ACTIONSA SERVICE_FAILURE_ACTIONSA; +typedef SERVICE_FAILURE_ACTIONSA SERVICE_FAILURE_ACTIONS; +typedef tagEXTLOGPEN32* NPEXTLOGPEN32; +typedef tagPALETTEENTRY* LPPALETTEENTRY; +typedef DWORD GEOTYPE; +typedef tagEMRSELECTOBJECT* PEMRSELECTOBJECT; +typedef DISPLAYCONFIG_TOPOLOGY_ID DISPLAYCONFIG_TOPOLOGY_ID; +typedef tagLOGPALETTE LOGPALETTE; +typedef tagLOGPALETTE* PLOGPALETTE; +typedef tagLOGPALETTE* NPLOGPALETTE; +typedef tagLOGPALETTE* LPLOGPALETTE; +typedef tagEMRSELECTOBJECT EMRSELECTOBJECT; +typedef tagABORTPATH EMRSETMETARGN; +typedef _ABCFLOAT* NPABCFLOAT; +typedef tagEMRSELECTCLIPPATH EMRSELECTCLIPPATH; +typedef PLOGFONTA PLOGFONT; +typedef _LDR_DEPENDENCY_RECORD* PLDR_DEPENDENCY_RECORD; +typedef LPLOGFONTA LPLOGFONT; +typedef _DOCINFOA* LPDOCINFOA; +typedef LPDOCINFOA LPDOCINFO; +typedef DOCINFOA DOCINFO; +typedef tagPAINTSTRUCT PAINTSTRUCT; +typedef tagEMRRESTOREDC EMRRESTOREDC; +typedef tagENUMLOGFONTW* LPENUMLOGFONTW; +typedef DISPLAYCONFIG_SOURCE_MODE DISPLAYCONFIG_SOURCE_MODE; +typedef _LDR_DLL_NOTIFICATION_DATA* PLDR_DLL_NOTIFICATION_DATA; +typedef LPENUMLOGFONTA LPENUMLOGFONT; +typedef tagACCEL* LPACCEL; +typedef tagAR_STATE* PAR_STATE; +typedef tagTTPOLYGONHEADER TTPOLYGONHEADER; +typedef DISPLAYCONFIG_PATH_SOURCE_INFO DISPLAYCONFIG_PATH_SOURCE_INFO; +typedef tagCREATESTRUCTA* LPCREATESTRUCTA; +typedef LPCREATESTRUCTA LPCREATESTRUCT; +typedef tagCREATESTRUCTA CREATESTRUCTA; +typedef BOOL ( *LOCALE_ENUMPROCW )( LPWSTR ); +typedef tagEMRFILLPATH* PEMRSTROKEPATH; +typedef _QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; +typedef tagCREATESTRUCTW* LPCREATESTRUCTW; +typedef tagEXTLOGFONTA EXTLOGFONTA; +typedef tagEXTLOGFONTW EXTLOGFONTW; +typedef _cpinfoexA* LPCPINFOEXA; +typedef LPCPINFOEXA LPCPINFOEX; +typedef tagEXTLOGFONTW* PEXTLOGFONTW; +typedef tagEXTLOGFONTW* LPEXTLOGFONTW; +typedef DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS; +typedef EXTLOGFONTA EXTLOGFONT; +typedef PEXTLOGFONTA PEXTLOGFONT; +typedef NPEXTLOGFONTA NPEXTLOGFONT; +typedef LPEXTLOGFONTA LPEXTLOGFONT; +typedef tagEMRSELECTCLIPPATH* PEMRSETPOLYFILLMODE; +typedef DISPLAYCONFIG_PIXELFORMAT DISPLAYCONFIG_PIXELFORMAT; +typedef _LDR_DLL_UNLOADED_NOTIFICATION_DATA* PLDR_DLL_UNLOADED_NOTIFICATION_DATA; +typedef tagGESTURECONFIG* PGESTURECONFIG; +typedef tagEMRSELECTCLIPPATH* PEMRSETLAYOUT; +typedef _devicemodeA DEVMODEA; +typedef tagEMRSELECTCLIPPATH* PEMRSETTEXTALIGN; +typedef _TRACE_ENABLE_INFO TRACE_ENABLE_INFO; +typedef tagEMRSELECTCLIPPATH* PEMRSETICMMODE; +typedef tagEMRSETCOLORSPACE* PEMRSETCOLORSPACE; +typedef _devicemodeW* NPDEVMODEW; +typedef _devicemodeW* LPDEVMODEW; +typedef tagHARDWAREINPUT* PHARDWAREINPUT; +typedef tagEMRSETCOLORSPACE* PEMRDELETECOLORSPACE; +typedef DEVMODEA DEVMODE; +typedef tagEMREXTESCAPE EMREXTESCAPE; +typedef tagWNODE_TOO_SMALL* PWNODE_TOO_SMALL; +typedef tagGUITHREADINFO* LPGUITHREADINFO; +typedef DLGTEMPLATE* LPDLGTEMPLATEA; +typedef _DISPLAY_DEVICEW DISPLAY_DEVICEW; +typedef PDISPLAY_DEVICEA PDISPLAY_DEVICE; +typedef LPDISPLAY_DEVICEA LPDISPLAY_DEVICE; +typedef tagSOUNDSENTRYA SOUNDSENTRYA; +typedef void HANDLER_FUNCTION( DWORD ); +typedef tagDELETEITEMSTRUCT* LPDELETEITEMSTRUCT; +typedef tagEMRSTRETCHBLT* PEMRSTRETCHBLT; +typedef tagMOUSEINPUT MOUSEINPUT; +typedef DISPLAYCONFIG_VIDEO_SIGNAL_INFO DISPLAYCONFIG_VIDEO_SIGNAL_INFO; +typedef void ( *PFN_SC_NOTIFY_CALLBACK )( PVOID ); +typedef tagMENUBARINFO* LPMENUBARINFO; +typedef LPHELPWININFOA LPHELPWININFO; +typedef tagEMRPIXELFORMAT EMRPIXELFORMAT; +typedef _POINTFLOAT* PPOINTFLOAT; +typedef tagRID_DEVICE_INFO_HID RID_DEVICE_INFO_HID; +typedef _GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT; +typedef _FILE_LAYOUT_INFO_ENTRY FILE_LAYOUT_INFO_ENTRY; +typedef _MOF_FIELD* PMOF_FIELD; +typedef tagEMRSETICMPROFILE* PEMRSETICMPROFILEA; +typedef tagACCEL ACCEL; +typedef tagEMRCREATEMONOBRUSH* PEMRCREATEMONOBRUSH; +typedef DLGITEMTEMPLATE* LPDLGITEMTEMPLATEW; +typedef tagTITLEBARINFO TITLEBARINFO; +typedef DISPLAYCONFIG_PATH_INFO DISPLAYCONFIG_PATH_INFO; +typedef DLGITEMTEMPLATE* PDLGITEMTEMPLATEA; +typedef PDLGITEMTEMPLATEA PDLGITEMTEMPLATE; +typedef tagEMRFORMAT EMRFORMAT; +typedef UINT32 PEN_FLAGS; +typedef tagEMRGRADIENTFILL EMRGRADIENTFILL; +typedef tagEMRPOLYDRAW* PEMRPOLYDRAW; +typedef DISPLAYCONFIG_ADAPTER_NAME DISPLAYCONFIG_ADAPTER_NAME; +typedef DISPLAYCONFIG_TARGET_BASE_TYPE DISPLAYCONFIG_TARGET_BASE_TYPE; +typedef tagNCCALCSIZE_PARAMS NCCALCSIZE_PARAMS; +typedef tagEMRPOLYPOLYLINE EMRPOLYPOLYLINE; +typedef DISPLAYCONFIG_SET_TARGET_PERSISTENCE DISPLAYCONFIG_SET_TARGET_PERSISTENCE; +typedef tagWINDOWPOS* LPWINDOWPOS; +typedef tagEMRPLGBLT EMRPLGBLT; +typedef tagMONITORINFO MONITORINFO; +typedef _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO; +typedef PVOID HDEVNOTIFY; +typedef tagEMRSTRETCHDIBITS* PEMRSTRETCHDIBITS; +typedef _DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE; +typedef tagEMRCREATECOLORSPACEW* PEMRCREATECOLORSPACEW; +typedef tagEMRFRAMERGN* PEMRFRAMERGN; +typedef tagCOLORCORRECTPALETTE EMRCOLORCORRECTPALETTE; +typedef tagEMRPOLYLINE* PEMRPOLYLINETO; +typedef _SD_ENUM_SDS_INPUT SD_ENUM_SDS_INPUT; +typedef _DISPLAYCONFIG_SET_WCG_STATE DISPLAYCONFIG_SET_WCG_STATE; +typedef _DISPLAYCONFIG_SDR_WHITE_LEVEL DISPLAYCONFIG_SDR_WHITE_LEVEL; +typedef tagEMRPOLYLINE16 EMRPOLYBEZIER16; +typedef _DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION; +typedef tagEMRPOLYLINE16 EMRPOLYBEZIERTO16; +typedef _RGNDATAHEADER* PRGNDATAHEADER; +typedef SOUNDSENTRYA SOUNDSENTRY; +typedef _RGNDATA* PRGNDATA; +typedef tagDELETEITEMSTRUCT DELETEITEMSTRUCT; +typedef _RGNDATA* NPRGNDATA; +typedef tagEMRMASKBLT* PEMRMASKBLT; +typedef _RGNDATA* LPRGNDATA; +typedef _SERVICE_SID_INFO* LPSERVICE_SID_INFO; +typedef tagDRAWITEMSTRUCT DRAWITEMSTRUCT; +typedef _ABC* NPABC; +typedef _ABC* LPABC; +typedef _SERVICE_PRESHUTDOWN_INFO SERVICE_PRESHUTDOWN_INFO; +typedef _ABCFLOAT* LPABCFLOAT; +typedef tagMENUITEMINFOA* LPMENUITEMINFOA; +typedef tagGETCLIPBMETADATA GETCLIPBMETADATA; +typedef tagEMRCREATECOLORSPACE EMRCREATECOLORSPACE; +typedef DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS; +typedef _OUTLINETEXTMETRICA OUTLINETEXTMETRICA; +typedef tagEMREXTCREATEFONTINDIRECTW EMREXTCREATEFONTINDIRECTW; +typedef _OUTLINETEXTMETRICW OUTLINETEXTMETRICW; +typedef tagMONITORINFOEXA* LPMONITORINFOEXA; +typedef LPMONITORINFOEXA LPMONITORINFOEX; +typedef _OUTLINETEXTMETRICW* POUTLINETEXTMETRICW; +typedef tagEMRCREATEPALETTE* PEMRCREATEPALETTE; +typedef OUTLINETEXTMETRICA OUTLINETEXTMETRIC; +typedef tagEMRCREATEPEN EMRCREATEPEN; +typedef BOOLEAN ( *PREGISTERCLASSNAMEW )( LPCWSTR ); +typedef NPOUTLINETEXTMETRICA NPOUTLINETEXTMETRIC; +typedef tagEMREXTTEXTOUTA EMREXTTEXTOUTW; +typedef tagPOLYTEXTW POLYTEXTW; +typedef tagEMRPOLYTEXTOUTA EMRPOLYTEXTOUTW; +typedef tagNMHDR NMHDR; +typedef tagPOLYTEXTW* PPOLYTEXTW; +typedef tagPOLYTEXTW* LPPOLYTEXTW; +typedef tagEMRSETVIEWPORTORGEX* PEMRSETVIEWPORTORGEX; +typedef POLYTEXTA POLYTEXT; +typedef tagUSEROBJECTFLAGS USEROBJECTFLAGS; +typedef tagEMRSETVIEWPORTORGEX* PEMRSETBRUSHORGEX; +typedef LPPOLYTEXTA LPPOLYTEXT; +typedef _QUERY_BAD_RANGES_OUTPUT* PQUERY_BAD_RANGES_OUTPUT; +typedef _MAT2 MAT2; +typedef _MAT2* LPMAT2; +typedef tagCWPRETSTRUCT* PCWPRETSTRUCT; +typedef tagCWPRETSTRUCT CWPRETSTRUCT; +typedef tagEMRGDICOMMENT EMRGDICOMMENT; +typedef tagTTPOLYCURVE TTPOLYCURVE; +typedef tagTTPOLYCURVE* LPTTPOLYCURVE; +typedef tagTTPOLYGONHEADER* LPTTPOLYGONHEADER; +typedef STORAGE_BREAK_RESERVATION_REQUEST STORAGE_BREAK_RESERVATION_REQUEST; +typedef tagDRAWTEXTPARAMS* LPDRAWTEXTPARAMS; +typedef tagEMRRESTOREDC* PEMRRESTOREDC; +typedef tagEMRFILLPATH* PEMRFILLPATH; +typedef tagGCP_RESULTSW* LPGCP_RESULTSW; +typedef tagRAWHID RAWHID; +typedef tagMOUSEHOOKSTRUCTEX* LPMOUSEHOOKSTRUCTEX; +typedef _STORAGE_MEDIA_TYPE STORAGE_MEDIA_TYPE; +typedef tagMOUSEHOOKSTRUCTEX MOUSEHOOKSTRUCTEX; +typedef _RASTERIZER_STATUS RASTERIZER_STATUS; +typedef tagPIXELFORMATDESCRIPTOR* PPIXELFORMATDESCRIPTOR; +typedef tagPIXELFORMATDESCRIPTOR* LPPIXELFORMATDESCRIPTOR; +typedef tagNONCLIENTMETRICSA* LPNONCLIENTMETRICSA; +typedef tagMINMAXINFO* LPMINMAXINFO; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; +typedef tagEMRPOLYLINE EMRPOLYGON; +typedef _WIM_PROVIDER_OVERLAY_ENTRY WIM_PROVIDER_OVERLAY_ENTRY; +typedef tagABORTPATH* PEMRABORTPATH; +typedef UINT ( *LPFNDEVMODE )( HWND, HMODULE, LPDEVMODE, LPSTR, LPSTR, LPDEVMODE, LPSTR, UINT ); +typedef tagEMRLINETO* PEMRLINETO; +typedef tagMSLLHOOKSTRUCT* PMSLLHOOKSTRUCT; +typedef tagWCRANGE* PWCRANGE; +typedef tagWCRANGE* LPWCRANGE; +typedef tagGLYPHSET GLYPHSET; +typedef tagGLYPHSET* PGLYPHSET; +typedef tagGLYPHSET* LPGLYPHSET; +typedef tagDESIGNVECTOR* PDESIGNVECTOR; +typedef tagWNDCLASSA* NPWNDCLASSA; +typedef tagDESIGNVECTOR* LPDESIGNVECTOR; +typedef tagEMRARC* PEMRARC; +typedef tagEMRARC* PEMRCHORD; +typedef tagKERNINGPAIR KERNINGPAIR; +typedef _REQUEST_RAW_ENCRYPTED_DATA REQUEST_RAW_ENCRYPTED_DATA; +typedef tagAXISINFOW* PAXISINFOW; +typedef tagAXISINFOW* LPAXISINFOW; +typedef AXISINFOA AXISINFO; +typedef int ( *ICMENUMPROCW )( LPWSTR, LPARAM ); +typedef INT_PTR ( *DLGPROC )( HWND, UINT, WPARAM, LPARAM ); +typedef LPAXISINFOA LPAXISINFO; +typedef tagAXESLISTA AXESLISTA; +typedef tagEMRSETTEXTCOLOR EMRSETBKCOLOR; +typedef tagAXESLISTW AXESLISTW; +typedef tagEMRSETTEXTCOLOR* PEMRSETTEXTCOLOR; +typedef tagAXESLISTW* LPAXESLISTW; +typedef AXESLISTA AXESLIST; +typedef tagCBT_CREATEWNDW* LPCBT_CREATEWNDW; +typedef tagABORTPATH* PEMRFLATTENPATH; +typedef tagABORTPATH* PEMRREALIZEPALETTE; +typedef tagWNDCLASSA WNDCLASSA; +typedef tagEMRELLIPSE* PEMRELLIPSE; +typedef _ENCRYPTION_BUFFER ENCRYPTION_BUFFER; +typedef PENUMLOGFONTEXDVA PENUMLOGFONTEXDV; +typedef HSYNTHETICPOINTERDEVICE__* HSYNTHETICPOINTERDEVICE; +typedef tagENUMTEXTMETRICA ENUMTEXTMETRICA; +typedef HANDLE HDWP; +typedef _TXFS_MODIFY_RM TXFS_MODIFY_RM; +typedef ENUMTEXTMETRICA ENUMTEXTMETRIC; +typedef tagCBT_CREATEWNDA CBT_CREATEWNDA; +typedef LPSERIALKEYSA LPSERIALKEYS; +typedef tagEMRSETARCDIRECTION* PEMRSETARCDIRECTION; +typedef NAMEENUMPROCA DESKTOPENUMPROCA; +typedef DESKTOPENUMPROCA DESKTOPENUMPROC; +typedef _GRADIENT_TRIANGLE GRADIENT_TRIANGLE; +typedef _GRADIENT_TRIANGLE* PGRADIENT_TRIANGLE; +typedef UINT* LPUINT; +typedef tagMOUSEHOOKSTRUCT* PMOUSEHOOKSTRUCT; +typedef _GRADIENT_RECT* PGRADIENT_RECT; +typedef _GRADIENT_RECT* LPGRADIENT_RECT; +typedef HKL* LPHKL; +typedef tagDEBUGHOOKINFO* LPDEBUGHOOKINFO; +typedef tagEMRSELECTPALETTE* PEMRSELECTPALETTE; +typedef MENUITEMTEMPLATEHEADER* PMENUITEMTEMPLATEHEADER; +typedef tagEVENTMSG EVENTMSG; +typedef tagEMRSETPALETTEENTRIES EMRSETPALETTEENTRIES; +typedef int ( *ENHMFENUMPROC )( HDC, HANDLETABLE*, const ENHMETARECORD*, int, LPARAM ); +typedef tagEMRSELECTCLIPPATH EMRSETMAPMODE; +typedef tagDIBSECTION DIBSECTION; +typedef tagEMRSELECTCLIPPATH EMRSETPOLYFILLMODE; +typedef tagDIBSECTION* LPDIBSECTION; +typedef tagMENUITEMINFOW MENUITEMINFOW; +typedef tagEMRSELECTCLIPPATH EMRSETSTRETCHBLTMODE; +typedef BOOL ( *NAMEENUMPROCW )( LPWSTR, LPARAM ); +typedef tagCOLORADJUSTMENT* PCOLORADJUSTMENT; +typedef tagEMRSELECTCLIPPATH EMRSETTEXTALIGN; +typedef tagCOLORADJUSTMENT* LPCOLORADJUSTMENT; +typedef int ( *EDITWORDBREAKPROCA )( LPSTR, int, int, int ); +typedef EDITWORDBREAKPROCA EDITWORDBREAKPROC; +typedef _FILE_STORAGE_TIER_REGION FILE_STORAGE_TIER_REGION; +typedef BOOL ( *ABORTPROC )( HDC, int ); +typedef tagKEYBDINPUT* LPKEYBDINPUT; +typedef _DOCINFOW DOCINFOW; +typedef _IO_IRP_EXT_TRACK_OFFSET_HEADER IO_IRP_EXT_TRACK_OFFSET_HEADER; +typedef _DOCINFOW* LPDOCINFOW; +typedef _FILE_LAYOUT_NAME_ENTRY FILE_LAYOUT_NAME_ENTRY; +typedef tagCURSORINFO* PCURSORINFO; +typedef tagWNDCLASSEXW WNDCLASSEXW; +typedef tagABORTPATH EMRABORTPATH; +typedef tagABORTPATH EMRBEGINPATH; +typedef tagABORTPATH* PEMRCLOSEFIGURE; +typedef tagABORTPATH EMRWIDENPATH; +typedef tagABORTPATH* PEMRSAVEDC; +typedef tagABORTPATH EMRREALIZEPALETTE; +typedef _FILEMUIINFO* PFILEMUIINFO; +typedef tagSCROLLBARINFO* PSCROLLBARINFO; +typedef tagEMRSELECTCLIPPATH* PEMRSETBKMODE; +typedef tagEMRSELECTCLIPPATH* PEMRSETMAPMODE; +typedef tagEMRSELECTCLIPPATH EMRSETROP2; +typedef tagUSAGE_PROPERTIES* PUSAGE_PROPERTIES; +typedef tagEMRSELECTCLIPPATH* PEMRSETROP2; +typedef tagRID_DEVICE_INFO* LPRID_DEVICE_INFO; +typedef WMIREGGUIDW WMIREGGUIDW; +typedef tagEMRSELECTCLIPPATH* PEMRSETSTRETCHBLTMODE; +typedef tagEMRSETMAPPERFLAGS EMRSETMAPPERFLAGS; +typedef tagEMRSETMAPPERFLAGS* PEMRSETMAPPERFLAGS; +typedef tagTITLEBARINFOEX TITLEBARINFOEX; +typedef tagEMRSETTEXTCOLOR* PEMRSETBKCOLOR; +typedef tagEMRSETTEXTCOLOR EMRSETTEXTCOLOR; +typedef tagEMRSELECTOBJECT EMRDELETEOBJECT; +typedef tagEMRRESIZEPALETTE EMRRESIZEPALETTE; +typedef _FILE_PROVIDER_EXTERNAL_INFO_V1* PFILE_PROVIDER_EXTERNAL_INFO_V1; +typedef tagEMRSETCOLORADJUSTMENT* PEMRSETCOLORADJUSTMENT; +typedef tagEMREOF EMREOF; +typedef tagANIMATIONINFO ANIMATIONINFO; +typedef tagEMRLINETO* PEMRMOVETOEX; +typedef BSMINFO* PBSMINFO; +typedef tagEMROFFSETCLIPRGN* PEMROFFSETCLIPRGN; +typedef tagAUDIODESCRIPTION AUDIODESCRIPTION; +typedef tagEMRFILLPATH EMRFILLPATH; +typedef _WIM_PROVIDER_OVERLAY_ENTRY* PWIM_PROVIDER_OVERLAY_ENTRY; +typedef tagEMRSETVIEWPORTORGEX EMRSETBRUSHORGEX; +typedef tagMDINEXTMENU* LPMDINEXTMENU; +typedef tagEMRSETVIEWPORTEXTEX* PEMRSETWINDOWEXTEX; +typedef tagICONMETRICSW* PICONMETRICSW; +typedef tagICONMETRICSA* PICONMETRICSA; +typedef tagEMRSCALEVIEWPORTEXTEX EMRSCALEVIEWPORTEXTEX; +typedef tagEMRSETWORLDTRANSFORM EMRSETWORLDTRANSFORM; +typedef tagEMRMODIFYWORLDTRANSFORM EMRMODIFYWORLDTRANSFORM; +typedef tagEMRMODIFYWORLDTRANSFORM* PEMRMODIFYWORLDTRANSFORM; +typedef HGESTUREINFO__* HGESTUREINFO; +typedef int ( *EDITWORDBREAKPROCW )( LPWSTR, int, int, int ); +typedef tagEMRELLIPSE EMRRECTANGLE; +typedef tagEMRELLIPSE* PEMRRECTANGLE; +typedef tagEMRARC EMRARC; +typedef tagEMRARC EMRCHORD; +typedef tagEMRARC EMRPIE; +typedef tagEMRANGLEARC* PEMRANGLEARC; +typedef tagSTYLESTRUCT STYLESTRUCT; +typedef tagEMRPOLYLINE* PEMRPOLYBEZIER; +typedef tagEMRPOLYLINE* PEMRPOLYGON; +typedef tagEMRPOLYLINE EMRPOLYBEZIERTO; +typedef tagEMRPOLYLINE EMRPOLYLINETO; +typedef tagEMRPOLYLINE16* PEMRPOLYLINE16; +typedef _REFS_SMR_VOLUME_INFO_OUTPUT* PREFS_SMR_VOLUME_INFO_OUTPUT; +typedef tagEMRPOLYLINE16* PEMRPOLYBEZIER16; +typedef tagEMRPOLYLINE16 EMRPOLYLINETO16; +typedef tagCWPSTRUCT* PCWPSTRUCT; +typedef tagEMRPOLYDRAW16 EMRPOLYDRAW16; +typedef tagEMRPOLYPOLYLINE EMRPOLYPOLYGON; +typedef tagEMRPOLYPOLYLINE16 EMRPOLYPOLYGON16; +typedef _UNIVERSAL_NAME_INFOW UNIVERSAL_NAME_INFOW; +typedef tagEMRPOLYPOLYLINE16* PEMRPOLYPOLYGON16; +typedef tagEMRINVERTRGN* PEMRPAINTRGN; +typedef tagEMRFILLRGN EMRFILLRGN; +typedef tagMDICREATESTRUCTA MDICREATESTRUCTA; +typedef MDICREATESTRUCTA MDICREATESTRUCT; +typedef tagEMRFRAMERGN EMRFRAMERGN; +typedef _REMOTE_NAME_INFOW* LPREMOTE_NAME_INFOW; +typedef _NETINFOSTRUCT* LPNETINFOSTRUCT; +typedef tagMDICREATESTRUCTW* LPMDICREATESTRUCTW; +typedef tagEMREXTTEXTOUTA EMREXTTEXTOUTA; +typedef tagMINIMIZEDMETRICS* LPMINIMIZEDMETRICS; +typedef tagEMRPOLYTEXTOUTA EMRPOLYTEXTOUTA; +typedef _SD_CHANGE_MACHINE_SID_INPUT SD_CHANGE_MACHINE_SID_INPUT; +typedef tagSCROLLINFO* LPSCROLLINFO; +typedef tagEMRSETDIBITSTODEVICE* PEMRSETDIBITSTODEVICE; +typedef tagSCROLLINFO SCROLLINFO; +typedef tagEMRCREATEPALETTE EMRCREATEPALETTE; +typedef tagWNDCLASSW* LPWNDCLASSW; +typedef tagEMREXTCREATEPEN* PEMREXTCREATEPEN; +typedef tagEMRCREATEBRUSHINDIRECT* PEMRCREATEBRUSHINDIRECT; +typedef tagEMRCREATEDIBPATTERNBRUSHPT EMRCREATEDIBPATTERNBRUSHPT; +typedef tagEMRGLSRECORD EMRGLSRECORD; +typedef tagEMRSETCOLORSPACE* PEMRSELECTCOLORSPACE; +typedef _WGLSWAP* LPWGLSWAP; +typedef _ENCRYPTED_DATA_INFO ENCRYPTED_DATA_INFO; +typedef tagEMREXTESCAPE* PEMREXTESCAPE; +typedef tagEMRNAMEDESCAPE* PEMRNAMEDESCAPE; +typedef _CONSOLE_FONT_INFO CONSOLE_FONT_INFO; +typedef tagEMRSETICMPROFILE EMRSETICMPROFILEA; +typedef tagPAINTSTRUCT* PPAINTSTRUCT; +typedef tagEMRSETICMPROFILE EMRSETICMPROFILEW; +typedef tagMOUSEHOOKSTRUCT* LPMOUSEHOOKSTRUCT; +typedef ALLOC_CONSOLE_RESULT ALLOC_CONSOLE_RESULT; +typedef tagCOLORCORRECTPALETTE* PEMRCOLORCORRECTPALETTE; +typedef tagEMRTRANSPARENTBLT EMRTRANSPARENTBLT; +typedef tagMSGBOXPARAMSA* LPMSGBOXPARAMSA; +typedef LPMSGBOXPARAMSA LPMSGBOXPARAMS; +typedef _GLYPHMETRICSFLOAT* LPGLYPHMETRICSFLOAT; +typedef LPMENUITEMINFOA LPMENUITEMINFO; +typedef _TXFS_QUERY_RM_INFORMATION TXFS_QUERY_RM_INFORMATION; +typedef tagLAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR; +typedef tagLAYERPLANEDESCRIPTOR* PLAYERPLANEDESCRIPTOR; +typedef tagLAYERPLANEDESCRIPTOR* LPLAYERPLANEDESCRIPTOR; +typedef _STORAGE_DEVICE_NUMBERS STORAGE_DEVICE_NUMBERS; +typedef _WGLSWAP WGLSWAP; +typedef DISCDLGSTRUCTA DISCDLGSTRUCT; +typedef _WGLSWAP* PWGLSWAP; +typedef void MENUTEMPLATEA; +typedef tagALTTABINFO* LPALTTABINFO; +typedef void MENUTEMPLATEW; +typedef MENUTEMPLATEA MENUTEMPLATE; +typedef HRAWINPUT__* HRAWINPUT; +typedef PVOID LPMENUTEMPLATEW; +typedef _DISCDLGSTRUCTA* LPDISCDLGSTRUCTA; +typedef LPDISCDLGSTRUCTA LPDISCDLGSTRUCT; +typedef _EXFAT_STATISTICS* PEXFAT_STATISTICS; +typedef void ( *WINEVENTPROC )( HWINEVENTHOOK, DWORD, HWND, LONG, LONG, DWORD, DWORD ); +typedef tagIMEMENUITEMINFOA* NPIMEMENUITEMINFOA; +typedef void ( *TIMERPROC )( HWND, UINT, UINT_PTR, DWORD ); +typedef tagIMEMENUITEMINFOW* LPIMEMENUITEMINFOW; +typedef tagCURSORINFO* LPCURSORINFO; +typedef BOOL ( *GRAYSTRINGPROC )( HDC, LPARAM, int ); +typedef _SERVICE_TABLE_ENTRYA* LPSERVICE_TABLE_ENTRYA; +typedef void ( *LPSERVICE_MAIN_FUNCTIONW )( DWORD, LPWSTR* ); +typedef _CONSOLE_FONT_INFOEX CONSOLE_FONT_INFOEX; +typedef BOOL ( *PROPENUMPROCA )( HWND, LPCSTR, HANDLE ); +typedef BOOL ( *PROPENUMPROCW )( HWND, LPCWSTR, HANDLE ); +typedef tagTOGGLEKEYS TOGGLEKEYS; +typedef LPSERVICE_TABLE_ENTRYA LPSERVICE_TABLE_ENTRY; +typedef tagTITLEBARINFOEX* LPTITLEBARINFOEX; +typedef _SERVICE_NOTIFY_1* PSERVICE_NOTIFY_1; +typedef DWORD ( *LPHANDLER_FUNCTION_EX )( DWORD, DWORD, LPVOID, LPVOID ); +typedef BOOL ( *DRAWSTATEPROC )( HDC, LPARAM, WPARAM, int, int ); +typedef tagSCROLLBARINFO* LPSCROLLBARINFO; +typedef PROPENUMPROCA PROPENUMPROC; +typedef CONNECTDLGSTRUCTA CONNECTDLGSTRUCT; +typedef PROPENUMPROCEXA PROPENUMPROCEX; +typedef _SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; +typedef tagRID_DEVICE_INFO_MOUSE RID_DEVICE_INFO_MOUSE; +typedef tagRID_DEVICE_INFO RID_DEVICE_INFO; +typedef NAMEENUMPROCW WINSTAENUMPROCW; +typedef NAMEENUMPROCW DESKTOPENUMPROCW; +typedef _SERVICE_DESCRIPTIONA SERVICE_DESCRIPTIONA; +typedef SERVICE_DESCRIPTIONA SERVICE_DESCRIPTION; +typedef _CONSOLE_FONT_INFO* PCONSOLE_FONT_INFO; +typedef tagHIGHCONTRASTA HIGHCONTRASTA; +typedef LPUNIVERSAL_NAME_INFOA LPUNIVERSAL_NAME_INFO; +typedef ALLOC_CONSOLE_OPTIONS ALLOC_CONSOLE_OPTIONS; +typedef _REMOTE_NAME_INFOW REMOTE_NAME_INFOW; +typedef tagCBT_CREATEWNDW CBT_CREATEWNDW; +typedef tagWINDOWINFO WINDOWINFO; +typedef LPIMEMENUITEMINFOA LPIMEMENUITEMINFO; +typedef CBT_CREATEWNDA CBT_CREATEWND; +typedef LPCBT_CREATEWNDA LPCBT_CREATEWND; +typedef _NETRESOURCEA NETRESOURCEA; +typedef tagCBTACTIVATESTRUCT CBTACTIVATESTRUCT; +typedef tagTITLEBARINFO* PTITLEBARINFO; +typedef tagCBTACTIVATESTRUCT* LPCBTACTIVATESTRUCT; +typedef tagWTSSESSION_NOTIFICATION WTSSESSION_NOTIFICATION; +typedef SHELLHOOKINFO SHELLHOOKINFO; +typedef SHELLHOOKINFO* LPSHELLHOOKINFO; +typedef tagEVENTMSG* NPEVENTMSGMSG; +typedef _STORAGE_BUS_TYPE STORAGE_BUS_TYPE; +typedef tagEVENTMSG* LPEVENTMSGMSG; +typedef tagRID_DEVICE_INFO_KEYBOARD* PRID_DEVICE_INFO_KEYBOARD; +typedef tagEVENTMSG* NPEVENTMSG; +typedef tagEVENTMSG* LPEVENTMSG; +typedef SERVICE_REGISTRY_STATE_TYPE SERVICE_REGISTRY_STATE_TYPE; +typedef tagCWPSTRUCT CWPSTRUCT; +typedef _SCM_PD_FIRMWARE_ACTIVATE SCM_PD_FIRMWARE_ACTIVATE; +typedef tagCWPSTRUCT* NPCWPSTRUCT; +typedef tagCWPSTRUCT* LPCWPSTRUCT; +typedef tagCWPRETSTRUCT* LPCWPRETSTRUCT; +typedef tagKBDLLHOOKSTRUCT KBDLLHOOKSTRUCT; +typedef tagKBDLLHOOKSTRUCT* LPKBDLLHOOKSTRUCT; +typedef tagMSLLHOOKSTRUCT MSLLHOOKSTRUCT; +typedef tagMONITORINFO* LPMONITORINFO; +typedef pvalueW PVALUEW; +typedef tagMSLLHOOKSTRUCT* LPMSLLHOOKSTRUCT; +typedef tagDEBUGHOOKINFO DEBUGHOOKINFO; +typedef tagDEBUGHOOKINFO* PDEBUGHOOKINFO; +typedef tagDEBUGHOOKINFO* NPDEBUGHOOKINFO; +typedef tagRAWKEYBOARD* LPRAWKEYBOARD; +typedef tagMOUSEHOOKSTRUCT MOUSEHOOKSTRUCT; +typedef tagRAWINPUTHEADER RAWINPUTHEADER; +typedef tagCOMPOSITIONFORM* LPCOMPOSITIONFORM; +typedef _NETCONNECTINFOSTRUCT* LPNETCONNECTINFOSTRUCT; +typedef tagHARDWAREHOOKSTRUCT HARDWAREHOOKSTRUCT; +typedef _SERVICE_START_REASON* PSERVICE_START_REASON; +typedef _SCM_PD_FRU_ID_STRING SCM_PD_FRU_ID_STRING; +typedef tagHARDWAREHOOKSTRUCT* LPHARDWAREHOOKSTRUCT; +typedef tagHARDWAREHOOKSTRUCT* PHARDWAREHOOKSTRUCT; +typedef tagMOUSEMOVEPOINT MOUSEMOVEPOINT; +typedef _WINDOW_BUFFER_SIZE_RECORD* PWINDOW_BUFFER_SIZE_RECORD; +typedef tagICONMETRICSW* LPICONMETRICSW; +typedef tagMOUSEMOVEPOINT* PMOUSEMOVEPOINT; +typedef _FOCUS_EVENT_RECORD* PFOCUS_EVENT_RECORD; +typedef tagMOUSEMOVEPOINT* LPMOUSEMOVEPOINT; +typedef PICONMETRICSA PICONMETRICS; +typedef MOVE_FILE_DATA* PMOVE_FILE_DATA; +typedef tagUSEROBJECTFLAGS* PUSEROBJECTFLAGS; +typedef _FOCUS_EVENT_RECORD FOCUS_EVENT_RECORD; +typedef _SERVICE_REQUIRED_PRIVILEGES_INFOA SERVICE_REQUIRED_PRIVILEGES_INFOA; +typedef tagREGISTERWORDW REGISTERWORDW; +typedef tagSOUNDSENTRYW* LPSOUNDSENTRYW; +typedef _MEDIA_TYPE MEDIA_TYPE; +typedef tagWNDCLASSEXA* PWNDCLASSEXA; +typedef LPSOUNDSENTRYA LPSOUNDSENTRY; +typedef tagWNDCLASSEXA* LPWNDCLASSEXA; +typedef tagWNDCLASSEXW* NPWNDCLASSEXW; +typedef _SERVICE_REQUIRED_PRIVILEGES_INFOW* LPSERVICE_REQUIRED_PRIVILEGES_INFOW; +typedef tagWNDCLASSEXW* LPWNDCLASSEXW; +typedef _SERVICE_PRESHUTDOWN_INFO* LPSERVICE_PRESHUTDOWN_INFO; +typedef PWNDCLASSEXA PWNDCLASSEX; +typedef tagMENUBARINFO* PMENUBARINFO; +typedef LPWNDCLASSEXA LPWNDCLASSEX; +typedef tagSCROLLBARINFO SCROLLBARINFO; +typedef _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM* PSERVICE_TRIGGER_SPECIFIC_DATA_ITEM; +typedef tagMONITORINFOEXW MONITORINFOEXW; +typedef tagWNDCLASSW WNDCLASSW; +typedef tagSTYLEBUFW* NPSTYLEBUFW; +typedef tagWNDCLASSW* PWNDCLASSW; +typedef tagMONITORINFOEXA MONITORINFOEXA; +typedef MONITORINFOEXA MONITORINFOEX; +typedef tagWNDCLASSW* NPWNDCLASSW; +typedef pvalueA* PPVALUEA; +typedef PPVALUEA PPVALUE; +typedef WNDCLASSA WNDCLASS; +typedef PWNDCLASSA PWNDCLASS; +typedef tagSTYLEBUFA* LPSTYLEBUFA; +typedef NPWNDCLASSA NPWNDCLASS; +typedef tagSTICKYKEYS* LPSTICKYKEYS; +typedef tagMSG MSG; +typedef _CONSOLE_SCREEN_BUFFER_INFO CONSOLE_SCREEN_BUFFER_INFO; +typedef tagMSG* PMSG; +typedef tagMSG* NPMSG; +typedef _SMALL_RECT SMALL_RECT; +typedef tagMINMAXINFO MINMAXINFO; +typedef tagACCESSTIMEOUT ACCESSTIMEOUT; +typedef _CONSOLE_SCREEN_BUFFER_INFOEX* PCONSOLE_SCREEN_BUFFER_INFOEX; +typedef tagMINMAXINFO* PMINMAXINFO; +typedef USN_TRACK_MODIFIED_RANGES* PUSN_TRACK_MODIFIED_RANGES; +typedef tagCOPYDATASTRUCT COPYDATASTRUCT; +typedef _CONSOLE_SCREEN_BUFFER_INFOEX CONSOLE_SCREEN_BUFFER_INFOEX; +typedef _SCM_PD_PROPERTY_SET* PSCM_PD_PROPERTY_SET; +typedef tagCOPYDATASTRUCT* PCOPYDATASTRUCT; +typedef void SERVICE_MAIN_FUNCTIONA( DWORD, LPTSTR* ); +typedef tagMDINEXTMENU MDINEXTMENU; +typedef tagCLIENTCREATESTRUCT* LPCLIENTCREATESTRUCT; +typedef tagMDINEXTMENU* PMDINEXTMENU; +typedef BOOL ( *LANGGROUPLOCALE_ENUMPROCA )( LGRPID, LCID, LPSTR, LONG_PTR ); +typedef POWERBROADCAST_SETTING POWERBROADCAST_SETTING; +typedef void ( *LPSERVICE_MAIN_FUNCTIONA )( DWORD, LPSTR* ); +typedef POWERBROADCAST_SETTING* PPOWERBROADCAST_SETTING; +typedef tagWINDOWPOS* PWINDOWPOS; +typedef _SERVICE_STATUS_PROCESS SERVICE_STATUS_PROCESS; +typedef _numberfmtW* LPNUMBERFMTW; +typedef _currencyfmtW* LPCURRENCYFMTW; +typedef tagTRACKMOUSEEVENT TRACKMOUSEEVENT; +typedef tagDRAWTEXTPARAMS DRAWTEXTPARAMS; +typedef tagPAINTSTRUCT* NPPAINTSTRUCT; +typedef _PREVENT_MEDIA_REMOVAL* PPREVENT_MEDIA_REMOVAL; +typedef tagCREATESTRUCTW CREATESTRUCTW; +typedef CREATESTRUCTA CREATESTRUCT; +typedef _TAPE_GET_STATISTICS* PTAPE_GET_STATISTICS; +typedef _TAPE_STATISTICS TAPE_STATISTICS; +typedef _QUERY_SERVICE_CONFIGA QUERY_SERVICE_CONFIGA; +typedef QUERY_SERVICE_CONFIGA QUERY_SERVICE_CONFIG; +typedef WINDOWPLACEMENT* PWINDOWPLACEMENT; +typedef WINDOWPLACEMENT* LPWINDOWPLACEMENT; +typedef _SCM_PD_OPERATIONAL_STATUS_REASON SCM_PD_OPERATIONAL_STATUS_REASON; +typedef tagNONCLIENTMETRICSW* PNONCLIENTMETRICSW; +typedef NMHDR* LPNMHDR; +typedef _KEY_EVENT_RECORD KEY_EVENT_RECORD; +typedef tagSTYLESTRUCT* LPSTYLESTRUCT; +typedef _SCM_PD_DEVICE_INFO SCM_PD_DEVICE_INFO; +typedef _SERVICE_CONTROL_STATUS_REASON_PARAMSW* PSERVICE_CONTROL_STATUS_REASON_PARAMSW; +typedef tagMEASUREITEMSTRUCT MEASUREITEMSTRUCT; +typedef _MOUSE_EVENT_RECORD* PMOUSE_EVENT_RECORD; +typedef tagMINIMIZEDMETRICS* PMINIMIZEDMETRICS; +typedef tagMEASUREITEMSTRUCT* PMEASUREITEMSTRUCT; +typedef _KEY_EVENT_RECORD* PKEY_EVENT_RECORD; +typedef RETRIEVAL_POINTER_COUNT RETRIEVAL_POINTER_COUNT; +typedef tagMEASUREITEMSTRUCT* LPMEASUREITEMSTRUCT; +typedef tagMULTIKEYHELPW* PMULTIKEYHELPW; +typedef _SERVICE_TABLE_ENTRYW SERVICE_TABLE_ENTRYW; +typedef tagDRAWITEMSTRUCT* PDRAWITEMSTRUCT; +typedef TPMPARAMS* LPTPMPARAMS; +typedef BOOL ( *CODEPAGE_ENUMPROCW )( LPWSTR ); +typedef tagDRAWITEMSTRUCT* LPDRAWITEMSTRUCT; +typedef tagMULTIKEYHELPA* PMULTIKEYHELPA; +typedef tagCHANGEFILTERSTRUCT CHANGEFILTERSTRUCT; +typedef tagCOMPAREITEMSTRUCT COMPAREITEMSTRUCT; +typedef tagCOMPAREITEMSTRUCT* PCOMPAREITEMSTRUCT; +typedef tagCOMPAREITEMSTRUCT* LPCOMPAREITEMSTRUCT; +typedef BSMINFO BSMINFO; +typedef _currencyfmtA CURRENCYFMTA; +typedef CURRENCYFMTA CURRENCYFMT; +typedef EDIT_CONTROL_FEATURE EDIT_CONTROL_FEATURE; +typedef HDEVNOTIFY* PHDEVNOTIFY; +typedef _QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; +typedef PVOID HPOWERNOTIFY; +typedef _nlsversioninfoex* LPNLSVERSIONINFOEX; +typedef HPOWERNOTIFY* PHPOWERNOTIFY; +typedef tagTouchPredictionParameters* PTOUCHPREDICTIONPARAMETERS; +typedef BOOL ( *CALINFO_ENUMPROCEXEX )( LPWSTR, CALID, LPWSTR, LPARAM ); +typedef tagNONCLIENTMETRICSA NONCLIENTMETRICSA; +typedef SERVICE_NOTIFY_2W SERVICE_NOTIFYW; +typedef tagUPDATELAYEREDWINDOWINFO UPDATELAYEREDWINDOWINFO; +typedef tagUPDATELAYEREDWINDOWINFO* PUPDATELAYEREDWINDOWINFO; +typedef tagTOUCH_HIT_TESTING_INPUT* PTOUCH_HIT_TESTING_INPUT; +typedef FLASHWINFO FLASHWINFO; +typedef _SERVICE_FAILURE_ACTIONSA* LPSERVICE_FAILURE_ACTIONSA; +typedef _STORAGE_HW_FIRMWARE_DOWNLOAD_V2 STORAGE_HW_FIRMWARE_DOWNLOAD_V2; +typedef DLGTEMPLATE* LPDLGTEMPLATEW; +typedef LPDLGTEMPLATEA LPDLGTEMPLATE; +typedef tagLASTINPUTINFO LASTINPUTINFO; +typedef const DLGTEMPLATE* LPCDLGTEMPLATEA; +typedef tagPOINTER_DEVICE_CURSOR_INFO POINTER_DEVICE_CURSOR_INFO; +typedef const DLGTEMPLATE* LPCDLGTEMPLATEW; +typedef _cpinfo* LPCPINFO; +typedef LPCDLGTEMPLATEA LPCDLGTEMPLATE; +typedef _cpinfo CPINFO; +typedef tagMSGBOXPARAMSW MSGBOXPARAMSW; +typedef DLGITEMTEMPLATE* PDLGITEMTEMPLATEW; +typedef DLGITEMTEMPLATE* LPDLGITEMTEMPLATEA; +typedef tagMSGBOXPARAMSA MSGBOXPARAMSA; +typedef LPDLGITEMTEMPLATEA LPDLGITEMTEMPLATE; +typedef _cpinfoexA CPINFOEXA; +typedef tagMENUGETOBJECTINFO MENUGETOBJECTINFO; +typedef DIALOG_DPI_CHANGE_BEHAVIORS DIALOG_DPI_CHANGE_BEHAVIORS; +typedef tagHELPWININFOW* PHELPWININFOW; +typedef tagGETCLIPBMETADATA* PGETCLIPBMETADATA; +typedef tagMOUSEINPUT* PMOUSEINPUT; +typedef tagMOUSEINPUT* LPMOUSEINPUT; +typedef tagINPUT_INJECTION_VALUE INPUT_INJECTION_VALUE; +typedef _STORAGE_HW_FIRMWARE_INFO STORAGE_HW_FIRMWARE_INFO; +typedef tagKEYBDINPUT KEYBDINPUT; +typedef tagHARDWAREINPUT* LPHARDWAREINPUT; +typedef tagDROPSTRUCT* LPDROPSTRUCT; +typedef _SCM_REGION SCM_REGION; +typedef tagINPUT* PINPUT; +typedef _MODEMSETTINGS MODEMSETTINGS; +typedef tagHELPINFO HELPINFO; +typedef tagTOUCHINPUT* PTOUCHINPUT; +typedef const SCROLLINFO* LPCSCROLLINFO; +typedef const TOUCHINPUT* PCTOUCHINPUT; +typedef BOOL ( *LOCALE_ENUMPROCA )( LPSTR ); +typedef tagCANDIDATEFORM CANDIDATEFORM; +typedef tagMDICREATESTRUCTW MDICREATESTRUCTW; +typedef UINT32 TOUCH_FLAGS; +typedef UINT32 TOUCH_MASK; +typedef _SERVICE_STATUS SERVICE_STATUS; +typedef MENUITEMTEMPLATEHEADER MENUITEMTEMPLATEHEADER; +typedef tagPOINTER_TOUCH_INFO POINTER_TOUCH_INFO; +typedef UINT32 PEN_MASK; +typedef _numberfmtA* LPNUMBERFMTA; +typedef POINTER_FEEDBACK_MODE POINTER_FEEDBACK_MODE; +typedef _SERVICE_TRIGGER* PSERVICE_TRIGGER; +typedef tagUSAGE_PROPERTIES USAGE_PROPERTIES; +typedef const MENUITEMINFOA* LPCMENUITEMINFOA; +typedef const MENUITEMINFOW* LPCMENUITEMINFOW; +typedef tagPOINTER_TYPE_INFO POINTER_TYPE_INFO; +typedef _SENDCMDINPARAMS* PSENDCMDINPARAMS; +typedef tagPOINTER_TYPE_INFO* PPOINTER_TYPE_INFO; +typedef tagINPUT_INJECTION_VALUE* PINPUT_INJECTION_VALUE; +typedef _STORAGE_DEVICE_NUMBER_EX STORAGE_DEVICE_NUMBER_EX; +typedef USN_JOURNAL_DATA_V1* PUSN_JOURNAL_DATA_V1; +typedef tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION TOUCH_HIT_TESTING_PROXIMITY_EVALUATION; +typedef tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION* PTOUCH_HIT_TESTING_PROXIMITY_EVALUATION; +typedef _STORAGE_DEVICE_NUMBER_EX* PSTORAGE_DEVICE_NUMBER_EX; +typedef _DRIVE_LAYOUT_INFORMATION_MBR* PDRIVE_LAYOUT_INFORMATION_MBR; +typedef tagTOUCH_HIT_TESTING_INPUT TOUCH_HIT_TESTING_INPUT; +typedef tagFEEDBACK_TYPE FEEDBACK_TYPE; +typedef value_entW* PVALENTW; +typedef tagIMEMENUITEMINFOW* NPIMEMENUITEMINFOW; +typedef BOOL ( *LANGUAGEGROUP_ENUMPROCW )( LGRPID, LPWSTR, LPWSTR, DWORD, LONG_PTR ); +typedef tagMENUINFO* LPMENUINFO; +typedef const MENUINFO* LPCMENUINFO; +typedef BOOL ( *DATEFMT_ENUMPROCW )( LPWSTR ); +typedef REGISTERWORDA REGISTERWORD; +typedef tagMENUITEMINFOW* LPMENUITEMINFOW; +typedef _FILEMUIINFO FILEMUIINFO; +typedef _FILE_ZERO_DATA_INFORMATION* PFILE_ZERO_DATA_INFORMATION; +typedef MENUITEMINFOA MENUITEMINFO; +typedef LPCMENUITEMINFOA LPCMENUITEMINFO; +typedef tagDROPSTRUCT DROPSTRUCT; +typedef _GET_MEDIA_TYPES GET_MEDIA_TYPES; +typedef tagIMECHARPOSITION* PIMECHARPOSITION; +typedef tagMSGBOXPARAMSW* PMSGBOXPARAMSW; +typedef NETRESOURCEA NETRESOURCE; +typedef tagMSGBOXPARAMSW* LPMSGBOXPARAMSW; +typedef MSGBOXPARAMSA MSGBOXPARAMS; +typedef tagIMECHARPOSITION* LPIMECHARPOSITION; +typedef _STORAGE_BUS_TYPE* PSTORAGE_BUS_TYPE; +typedef MENUITEMTEMPLATE* PMENUITEMTEMPLATE; +typedef SERVICE_DIRECTORY_TYPE SERVICE_DIRECTORY_TYPE; +typedef ICONINFO* PICONINFO; +typedef NTFS_FILE_RECORD_OUTPUT_BUFFER* PNTFS_FILE_RECORD_OUTPUT_BUFFER; +typedef tagCURSORSHAPE CURSORSHAPE; +typedef tagCURSORSHAPE* LPCURSORSHAPE; +typedef _ICONINFOEXA ICONINFOEXA; +typedef _ICONINFOEXW ICONINFOEXW; +typedef SERVICE_SHARED_DIRECTORY_TYPE SERVICE_SHARED_DIRECTORY_TYPE; +typedef _ICONINFOEXW* PICONINFOEXW; +typedef tagRECONVERTSTRING* LPRECONVERTSTRING; +typedef ICONINFOEXA ICONINFOEX; +typedef tagRECONVERTSTRING* PRECONVERTSTRING; +typedef LPMDICREATESTRUCTA LPMDICREATESTRUCT; +typedef _SC_EVENT_TYPE SC_EVENT_TYPE; +typedef tagCLIENTCREATESTRUCT CLIENTCREATESTRUCT; +typedef RETRIEVAL_POINTER_COUNT* PRETRIEVAL_POINTER_COUNT; +typedef _SCM_PD_LAST_FW_ACTIVATION_STATUS SCM_PD_LAST_FW_ACTIVATION_STATUS; +typedef tagMULTIKEYHELPW MULTIKEYHELPW; +typedef void ( *PSC_NOTIFICATION_CALLBACK )( DWORD, PVOID ); +typedef _CONSOLE_FONT_INFOEX* PCONSOLE_FONT_INFOEX; +typedef READ_USN_JOURNAL_DATA_V1 READ_USN_JOURNAL_DATA_V1; +typedef READ_USN_JOURNAL_DATA_V1* PREAD_USN_JOURNAL_DATA; +typedef PMULTIKEYHELPA PMULTIKEYHELP; +typedef LPMULTIKEYHELPA LPMULTIKEYHELP; +typedef HELPWININFOA HELPWININFO; +typedef tagTouchPredictionParameters TOUCHPREDICTIONPARAMETERS; +typedef const GESTUREINFO* PCGESTUREINFO; +typedef tagSTYLEBUFA STYLEBUFA; +typedef STYLEBUFA STYLEBUF; +typedef tagHANDEDNESS* PHANDEDNESS; +typedef tagSTYLEBUFW* LPSTYLEBUFW; +typedef DWORD ( *PQUERYHANDLER )( LPVOID, PVALCONTEXT, DWORD, LPVOID, DWORD*, DWORD ); +typedef LPSTYLEBUFA LPSTYLEBUF; +typedef tagNONCLIENTMETRICSW* LPNONCLIENTMETRICSW; +typedef NONCLIENTMETRICSA NONCLIENTMETRICS; +typedef LPNONCLIENTMETRICSA LPNONCLIENTMETRICS; +typedef tagMINIMIZEDMETRICS MINIMIZEDMETRICS; +typedef WORD BAD_TRACK_NUMBER; +typedef _CHANGER_ELEMENT_STATUS CHANGER_ELEMENT_STATUS; +typedef tagICONMETRICSA ICONMETRICSA; +typedef tagICONMETRICSA* LPICONMETRICSA; +typedef tagICONMETRICSW ICONMETRICSW; +typedef _CHANGER_SET_ACCESS CHANGER_SET_ACCESS; +typedef ICONMETRICSA ICONMETRICS; +typedef BOOL ( *DATEFMT_ENUMPROCEXA )( LPSTR, CALID ); +typedef LPICONMETRICSA LPICONMETRICS; +typedef tagANIMATIONINFO* LPANIMATIONINFO; +typedef _currencyfmtA* LPCURRENCYFMTA; +typedef tagSERIALKEYSW SERIALKEYSW; +typedef LPENUM_SERVICE_STATUS_PROCESSA LPENUM_SERVICE_STATUS_PROCESS; +typedef tagSERIALKEYSW* LPSERIALKEYSW; +typedef _ENUM_SERVICE_STATUS_PROCESSW ENUM_SERVICE_STATUS_PROCESSW; +typedef SERIALKEYSA SERIALKEYS; +typedef _SERVICE_TIMECHANGE_INFO* PSERVICE_TIMECHANGE_INFO; +typedef tagHIGHCONTRASTW HIGHCONTRASTW; +typedef HIGHCONTRASTA HIGHCONTRAST; +typedef _VIDEOPARAMETERS* PVIDEOPARAMETERS; +typedef _NORM_FORM NORM_FORM; +typedef tagFILTERKEYS* LPFILTERKEYS; +typedef _NETINFOSTRUCT NETINFOSTRUCT; +typedef RETRIEVAL_POINTERS_BUFFER* PRETRIEVAL_POINTERS_BUFFER; +typedef _SMALL_RECT* PSMALL_RECT; +typedef tagMOUSEKEYS MOUSEKEYS; +typedef tagMOUSEKEYS* LPMOUSEKEYS; +typedef _FSCTL_QUERY_FAT_BPB_BUFFER FSCTL_QUERY_FAT_BPB_BUFFER; +typedef tagACCESSTIMEOUT* LPACCESSTIMEOUT; +typedef tagSOUNDSENTRYW SOUNDSENTRYW; +typedef tagTOGGLEKEYS* LPTOGGLEKEYS; +typedef tagAUDIODESCRIPTION* LPAUDIODESCRIPTION; +typedef _nlsversioninfo* LPNLSVERSIONINFO; +typedef tagMONITORINFOEXW* LPMONITORINFOEXW; +typedef _SERVICE_NOTIFY_2W* PSERVICE_NOTIFY_2W; +typedef BOOL ( *MONITORENUMPROC )( HMONITOR, HDC, LPRECT, LPARAM ); +typedef SERVICE_NOTIFY_2A* PSERVICE_NOTIFYA; +typedef _HISTOGRAM_BUCKET HISTOGRAM_BUCKET; +typedef tagGUITHREADINFO* PGUITHREADINFO; +typedef LPSERVICE_FAILURE_ACTIONSA LPSERVICE_FAILURE_ACTIONS; +typedef tagCURSORINFO CURSORINFO; +typedef _SERVICE_FAILURE_ACTIONS_FLAG* LPSERVICE_FAILURE_ACTIONS_FLAG; +typedef _SERVICE_FAILURE_ACTIONS_FLAG SERVICE_FAILURE_ACTIONS_FLAG; +typedef tagWINDOWINFO* PWINDOWINFO; +typedef tagWINDOWINFO* LPWINDOWINFO; +typedef _SC_STATUS_TYPE SC_STATUS_TYPE; +typedef tagTITLEBARINFO* LPTITLEBARINFO; +typedef tagTITLEBARINFOEX* PTITLEBARINFOEX; +typedef _SERVICE_STATUS* LPSERVICE_STATUS; +typedef tagCOMBOBOXINFO COMBOBOXINFO; +typedef tagCOMBOBOXINFO* PCOMBOBOXINFO; +typedef tagCOMBOBOXINFO* LPCOMBOBOXINFO; +typedef _DISK_CACHE_INFORMATION DISK_CACHE_INFORMATION; +typedef tagALTTABINFO* PALTTABINFO; +typedef _SC_ACTION* LPSC_ACTION; +typedef _SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONSW; +typedef _STORAGE_HW_FIRMWARE_ACTIVATE STORAGE_HW_FIRMWARE_ACTIVATE; +typedef tagRAWINPUTHEADER* LPRAWINPUTHEADER; +typedef _SERVICE_LAUNCH_PROTECTED_INFO SERVICE_LAUNCH_PROTECTED_INFO; +typedef tagRAWMOUSE* PRAWMOUSE; +typedef tagRAWKEYBOARD* PRAWKEYBOARD; +typedef ALLOC_CONSOLE_RESULT* PALLOC_CONSOLE_RESULT; +typedef tagRAWINPUT RAWINPUT; +typedef BOOL ( *PHANDLER_ROUTINE )( DWORD ); +typedef LPQUERY_SERVICE_CONFIGA LPQUERY_SERVICE_CONFIG; +typedef tagRAWINPUT* PRAWINPUT; +typedef tagRAWINPUT* LPRAWINPUT; +typedef _cpinfoexW* LPCPINFOEXW; +typedef tagRID_DEVICE_INFO_MOUSE* PRID_DEVICE_INFO_MOUSE; +typedef _ENUM_SERVICE_STATUSA ENUM_SERVICE_STATUSA; +typedef ENUM_SERVICE_STATUSA ENUM_SERVICE_STATUS; +typedef _ENUM_SERVICE_STATUSW* LPENUM_SERVICE_STATUSW; +typedef tagRID_DEVICE_INFO_HID* PRID_DEVICE_INFO_HID; +typedef _GETVERSIONINPARAMS GETVERSIONINPARAMS; +typedef tagRID_DEVICE_INFO* PRID_DEVICE_INFO; +typedef _SCM_REGIONS* PSCM_REGIONS; +typedef _SERVICE_PREFERRED_NODE_INFO* LPSERVICE_PREFERRED_NODE_INFO; +typedef tagRAWINPUTDEVICE* PRAWINPUTDEVICE; +typedef tagRAWINPUTDEVICE* LPRAWINPUTDEVICE; +typedef const RAWINPUTDEVICE* PCRAWINPUTDEVICE; +typedef _STORAGE_DEVICE_NUMBERS* PSTORAGE_DEVICE_NUMBERS; +typedef _STORAGE_DEVICE_MANAGEMENT_STATUS STORAGE_DEVICE_MANAGEMENT_STATUS; +typedef tagRAWINPUTDEVICELIST* PRAWINPUTDEVICELIST; +typedef tagPOINTER_DEVICE_TYPE POINTER_DEVICE_TYPE; +typedef _STORAGE_BUS_RESET_REQUEST STORAGE_BUS_RESET_REQUEST; +typedef tagPOINTER_DEVICE_PROPERTY POINTER_DEVICE_PROPERTY; +typedef tagIMEMENUITEMINFOW* PIMEMENUITEMINFOW; +typedef IMEMENUITEMINFOA IMEMENUITEMINFO; +typedef TOUCHPAD_PARAMETERS TOUCHPAD_PARAMETERS_V1; +typedef int ( *REGISTERWORDENUMPROCA )( LPCSTR, DWORD, LPCSTR, LPVOID ); +typedef tagGESTURENOTIFYSTRUCT GESTURENOTIFYSTRUCT; +typedef tagGESTURECONFIG GESTURECONFIG; +typedef _DEVICE_MEDIA_INFO* PDEVICE_MEDIA_INFO; +typedef tagINPUT_MESSAGE_DEVICE_TYPE INPUT_MESSAGE_DEVICE_TYPE; +typedef _STORAGE_HW_FIRMWARE_SLOT_INFO STORAGE_HW_FIRMWARE_SLOT_INFO; +typedef tagAR_STATE AR_STATE; +typedef DWORD CALTYPE; +typedef NPIMEMENUITEMINFOA NPIMEMENUITEMINFO; +typedef tagIMECHARPOSITION* NPIMECHARPOSITION; +typedef _cpinfoexW CPINFOEXW; +typedef CPINFOEXA CPINFOEX; +typedef LPNUMBERFMTA LPNUMBERFMT; +typedef SERVICE_SHARED_REGISTRY_STATE_TYPE SERVICE_SHARED_REGISTRY_STATE_TYPE; +typedef LPCURRENCYFMTA LPCURRENCYFMT; +typedef tagRECONVERTSTRING* NPRECONVERTSTRING; +typedef _nlsversioninfo NLSVERSIONINFO; +typedef _SERVICE_START_REASON SERVICE_START_REASON; +typedef BOOL ( *UILANGUAGE_ENUMPROCA )( LPSTR, LONG_PTR ); +typedef BOOL ( *CALINFO_ENUMPROCA )( LPSTR ); +typedef tagREGISTERWORDW* PREGISTERWORDW; +typedef _STORAGE_PHYSICAL_ADAPTER_DATA STORAGE_PHYSICAL_ADAPTER_DATA; +typedef HSAVEDUILANGUAGES__* HSAVEDUILANGUAGES; +typedef BOOL ( *DATEFMT_ENUMPROCEXEX )( LPWSTR, CALID, LPARAM ); +typedef BOOL ( *TIMEFMT_ENUMPROCEX )( LPWSTR, LPARAM ); +typedef BOOL ( *LOCALE_ENUMPROCEX )( LPWSTR, DWORD, LPARAM ); +typedef tagCANDIDATEFORM* NPCANDIDATEFORM; +typedef _STORAGE_COMPONENT_HEALTH_STATUS STORAGE_COMPONENT_HEALTH_STATUS; +typedef tagCANDIDATELIST CANDIDATELIST; +typedef tagCANDIDATELIST* LPCANDIDATELIST; +typedef _STORAGE_CRYPTO_CAPABILITY_V2 STORAGE_CRYPTO_CAPABILITY_V2; +typedef _MENU_EVENT_RECORD* PMENU_EVENT_RECORD; +typedef _DEVICE_POWER_DESCRIPTOR DEVICE_POWER_DESCRIPTOR; +typedef _DEVICE_STORAGE_RANGE_ATTRIBUTES DEVICE_STORAGE_RANGE_ATTRIBUTES; +typedef LPENUM_SERVICE_STATUSA LPENUM_SERVICE_STATUS; +typedef _STORAGE_PROTOCOL_NVME_DATA_TYPE* PSTORAGE_PROTOCOL_NVME_DATA_TYPE; +typedef _CONSOLE_CURSOR_INFO CONSOLE_CURSOR_INFO; +typedef PSERVICE_NOTIFYA PSERVICE_NOTIFY; +typedef _SERVICE_CONTROL_STATUS_REASON_PARAMSW SERVICE_CONTROL_STATUS_REASON_PARAMSW; +typedef SERVICE_CONTROL_STATUS_REASON_PARAMSA SERVICE_CONTROL_STATUS_REASON_PARAMS; +typedef _SERVICE_TABLE_ENTRYW* LPSERVICE_TABLE_ENTRYW; +typedef tagVS_FIXEDFILEINFO VS_FIXEDFILEINFO; +typedef LONG LSTATUS; +typedef LPVOID SC_LOCK; +typedef _QUERY_SERVICE_LOCK_STATUSW QUERY_SERVICE_LOCK_STATUSW; +typedef QUERY_SERVICE_LOCK_STATUSA QUERY_SERVICE_LOCK_STATUS; +typedef provider_info REG_PROVIDER; +typedef SERVICE_NOTIFY_2W* PSERVICE_NOTIFYW; +typedef provider_info* PPROVIDER; +typedef _STORAGE_QUERY_TYPE* PSTORAGE_QUERY_TYPE; +typedef value_entW VALENTW; +typedef _SERVICE_DELAYED_AUTO_START_INFO* LPSERVICE_DELAYED_AUTO_START_INFO; +typedef VALENTA VALENT; +typedef SERVICE_STATUS_HANDLE__* SERVICE_STATUS_HANDLE; +typedef LPNETRESOURCEA LPNETRESOURCE; +typedef LPSERVICE_REQUIRED_PRIVILEGES_INFOA LPSERVICE_REQUIRED_PRIVILEGES_INFO; +typedef _CONNECTDLGSTRUCTW CONNECTDLGSTRUCTW; +typedef _DISCDLGSTRUCTW DISCDLGSTRUCTW; +typedef _STORAGE_PREDICT_FAILURE* PSTORAGE_PREDICT_FAILURE; +typedef _UNIVERSAL_NAME_INFOA UNIVERSAL_NAME_INFOA; +typedef _DEVICE_DSM_DEFINITION DEVICE_DSM_DEFINITION; +typedef UNIVERSAL_NAME_INFOA UNIVERSAL_NAME_INFO; +typedef REMOTE_NAME_INFOA REMOTE_NAME_INFO; +typedef const WCHAR* PUWSTR_C; +typedef _SERVICE_STATUS_PROCESS* LPSERVICE_STATUS_PROCESS; +typedef _SERVICE_TRIGGER_INFO SERVICE_TRIGGER_INFO; +typedef _DEVICE_DATA_SET_REPAIR_PARAMETERS DEVICE_DSM_REPAIR_PARAMETERS; +typedef _SC_ACTION_TYPE SC_ACTION_TYPE; +typedef SERVICE_REQUIRED_PRIVILEGES_INFOA SERVICE_REQUIRED_PRIVILEGES_INFO; +typedef _SERVICE_PREFERRED_NODE_INFO SERVICE_PREFERRED_NODE_INFO; +typedef _SERVICE_TIMECHANGE_INFO SERVICE_TIMECHANGE_INFO; +typedef LPQUERY_SERVICE_LOCK_STATUSA LPQUERY_SERVICE_LOCK_STATUS; +typedef PSERVICE_NOTIFY_2A PSERVICE_NOTIFY_2; +typedef _STORAGE_PHYSICAL_NODE_DATA STORAGE_PHYSICAL_NODE_DATA; +typedef PSERVICE_CONTROL_STATUS_REASON_PARAMSA PSERVICE_CONTROL_STATUS_REASON_PARAMS; +typedef _DEVICE_DSM_REPORT_ZONES_DATA* PDEVICE_DSM_REPORT_ZONES_DATA; +typedef void SC_NOTIFICATION_CALLBACK( DWORD, PVOID ); +typedef _STORAGE_DIAGNOSTIC_LEVEL* PSTORAGE_DIAGNOSTIC_LEVEL; +typedef tagCANDIDATEFORM* PCANDIDATEFORM; +typedef _DEVICE_DSM_RANGE_ERROR_INFO* PDEVICE_DSM_RANGE_ERROR_OUTPUT; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT* PDEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT; +typedef _STORAGE_SET_TYPE* PSTORAGE_SET_TYPE; +typedef _STORAGE_BUS_RESET_REQUEST* PSTORAGE_BUS_RESET_REQUEST; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE* PDEVICE_DATA_SET_LB_PROVISIONING_STATE; +typedef _STORAGE_PREDICT_FAILURE STORAGE_PREDICT_FAILURE; +typedef _FILESYSTEM_STATISTICS FILESYSTEM_STATISTICS; +typedef _STORAGE_FAILURE_PREDICTION_CONFIG STORAGE_FAILURE_PREDICTION_CONFIG; +typedef _DRIVE_LAYOUT_INFORMATION_GPT DRIVE_LAYOUT_INFORMATION_GPT; +typedef _STORAGE_IDLE_POWER* PSTORAGE_IDLE_POWER; +typedef _STORAGE_FAILURE_PREDICTION_CONFIG* PSTORAGE_FAILURE_PREDICTION_CONFIG; +typedef _SYSTEM_HANDLE_TABLE_ENTRY_INFO* PSYSTEM_HANDLE_TABLE_ENTRY_INFO; +typedef _STORAGE_QUERY_TYPE STORAGE_QUERY_TYPE; +typedef _STORAGE_SET_TYPE STORAGE_SET_TYPE; +typedef _DRIVE_LAYOUT_INFORMATION_GPT* PDRIVE_LAYOUT_INFORMATION_GPT; +typedef _OBJECT_ATTRIBUTES OBJECT_ATTRIBUTES; +typedef _STORAGE_PROPERTY_ID STORAGE_PROPERTY_ID; +typedef _PARTITION_INFORMATION_MBR PARTITION_INFORMATION_MBR; +typedef _STORAGE_PROPERTY_ID* PSTORAGE_PROPERTY_ID; +typedef _GP_LOG_PAGE_DESCRIPTOR GP_LOG_PAGE_DESCRIPTOR; +typedef _STORAGE_PROPERTY_QUERY STORAGE_PROPERTY_QUERY; +typedef USN_JOURNAL_DATA_V2* PUSN_JOURNAL_DATA_V2; +typedef _STORAGE_PROPERTY_QUERY* PSTORAGE_PROPERTY_QUERY; +typedef _PARTITION_STYLE PARTITION_STYLE; +typedef _DEVICEDUMP_RESTRICTED_SUBSECTION DEVICEDUMP_RESTRICTED_SUBSECTION; +typedef _PARTITION_INFORMATION_MBR* PPARTITION_INFORMATION_MBR; +typedef _PF_TRACE_LIMITS PF_TRACE_LIMITS; +typedef _STORAGE_PROPERTY_SET STORAGE_PROPERTY_SET; +typedef _STORAGE_PROPERTY_SET* PSTORAGE_PROPERTY_SET; +typedef _EFI_DRIVER_ENTRY* PEFI_DRIVER_ENTRY; +typedef _UNICODE_STRING UNICODE_STRING; +typedef USN_RANGE_TRACK_OUTPUT USN_RANGE_TRACK_OUTPUT; +typedef _VIRTUAL_STORAGE_BEHAVIOR_CODE VIRTUAL_STORAGE_BEHAVIOR_CODE; +typedef _STORAGE_DESCRIPTOR_HEADER STORAGE_DESCRIPTOR_HEADER; +typedef _FSCTL_QUERY_FAT_BPB_BUFFER* PFSCTL_QUERY_FAT_BPB_BUFFER; +typedef _WRITE_THROUGH WRITE_THROUGH; +typedef _PATHNAME_BUFFER PATHNAME_BUFFER; +typedef _STORAGE_DESCRIPTOR_HEADER* PSTORAGE_DESCRIPTOR_HEADER; +typedef _SYSTEM_BASIC_INFORMATION SYSTEM_BASIC_INFORMATION; +typedef _SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT; +typedef _STORAGE_DEVICE_DESCRIPTOR STORAGE_DEVICE_DESCRIPTOR; +typedef _WRITE_CACHE_CHANGE WRITE_CACHE_CHANGE; +typedef _STORAGE_DEVICE_DESCRIPTOR* PSTORAGE_DEVICE_DESCRIPTOR; +typedef _SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS; +typedef _PARTITION_INFORMATION* PPARTITION_INFORMATION; +typedef NTFS_EXTENDED_VOLUME_DATA NTFS_EXTENDED_VOLUME_DATA; +typedef _STORAGE_ADAPTER_DESCRIPTOR STORAGE_ADAPTER_DESCRIPTOR; +typedef _SE_SAFE_OPEN_PROMPT_RESULTS SE_SAFE_OPEN_PROMPT_RESULTS; +typedef _STORAGE_ADAPTER_DESCRIPTOR* PSTORAGE_ADAPTER_DESCRIPTOR; +typedef _EVENT_BASIC_INFORMATION EVENT_BASIC_INFORMATION; +typedef _CLIENT_ID CLIENT_ID; +typedef _WOF_EXTERNAL_FILE_ID* PWOF_EXTERNAL_FILE_ID; +typedef _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR; +typedef BULK_SECURITY_TEST_DATA BULK_SECURITY_TEST_DATA; +typedef _WOF_EXTERNAL_INFO WOF_EXTERNAL_INFO; +typedef REFS_VOLUME_DATA_BUFFER* PREFS_VOLUME_DATA_BUFFER; +typedef _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR* PSTORAGE_ACCESS_ALIGNMENT_DESCRIPTOR; +typedef _ENCRYPTION_KEY_CTRL_INPUT ENCRYPTION_KEY_CTRL_INPUT; +typedef _STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR; +typedef _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD* PDEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD; +typedef _STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR* PSTORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR; +typedef _FILE_PREFETCH* PFILE_PREFETCH; +typedef STARTING_LCN_INPUT_BUFFER_EX STARTING_LCN_INPUT_BUFFER_EX; +typedef _STORAGE_PORT_CODE_SET STORAGE_PORT_CODE_SET; +typedef _STORAGE_PORT_CODE_SET* PSTORAGE_PORT_CODE_SET; +typedef DISK_CACHE_RETENTION_PRIORITY DISK_CACHE_RETENTION_PRIORITY; +typedef _STORAGE_HW_FIRMWARE_INFO_QUERY STORAGE_HW_FIRMWARE_INFO_QUERY; +typedef _STORAGE_MINIPORT_DESCRIPTOR STORAGE_MINIPORT_DESCRIPTOR; +typedef _STORAGE_MINIPORT_DESCRIPTOR* PSTORAGE_MINIPORT_DESCRIPTOR; +typedef _STORAGE_IDENTIFIER_CODE_SET STORAGE_IDENTIFIER_CODE_SET; +typedef _STORAGE_IDENTIFIER_CODE_SET* PSTORAGE_IDENTIFIER_CODE_SET; +typedef _STORAGE_IDENTIFIER_TYPE STORAGE_IDENTIFIER_TYPE; +typedef FIND_BY_SID_OUTPUT* PFIND_BY_SID_OUTPUT; +typedef _STORAGE_IDENTIFIER_TYPE* PSTORAGE_IDENTIFIER_TYPE; +typedef _STORAGE_DEVICE_POWER_CAP_UNITS* PSTORAGE_DEVICE_POWER_CAP_UNITS; +typedef _STORAGE_ID_NAA_FORMAT STORAGE_ID_NAA_FORMAT; +typedef _WNF_DATA_SCOPE WNF_DATA_SCOPE; +typedef _DRIVE_LAYOUT_INFORMATION_MBR DRIVE_LAYOUT_INFORMATION_MBR; +typedef _STORAGE_ID_NAA_FORMAT* PSTORAGE_ID_NAA_FORMAT; +typedef _NLSTABLEINFO* PNLSTABLEINFO; +typedef _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST; +typedef _STORAGE_DEVICE_POWER_CAP STORAGE_DEVICE_POWER_CAP; +typedef _STORAGE_ASSOCIATION_TYPE STORAGE_ASSOCIATION_TYPE; +typedef UCHAR* PKIRQL; +typedef _STORAGE_ASSOCIATION_TYPE* PSTORAGE_ASSOCIATION_TYPE; +typedef ULONG CLONG; +typedef _SCM_PD_PASSTHROUGH_INVDIMM_INPUT* PSCM_PD_PASSTHROUGH_INVDIMM_INPUT; +typedef _STORAGE_IDENTIFIER STORAGE_IDENTIFIER; +typedef _STORAGE_IDENTIFIER* PSTORAGE_IDENTIFIER; +typedef _SET_PARTITION_INFORMATION SET_PARTITION_INFORMATION; +typedef SET_PARTITION_INFORMATION SET_PARTITION_INFORMATION_MBR; +typedef _SYSTEM_CALL_TIME_INFORMATION SYSTEM_CALL_TIME_INFORMATION; +typedef _STORAGE_DEVICE_ID_DESCRIPTOR STORAGE_DEVICE_ID_DESCRIPTOR; +typedef _STORAGE_DEVICE_ID_DESCRIPTOR* PSTORAGE_DEVICE_ID_DESCRIPTOR; +typedef _DEVICE_SEEK_PENALTY_DESCRIPTOR DEVICE_SEEK_PENALTY_DESCRIPTOR; +typedef _CREATE_DISK_GPT CREATE_DISK_GPT; +typedef _DEVICE_SEEK_PENALTY_DESCRIPTOR* PDEVICE_SEEK_PENALTY_DESCRIPTOR; +typedef _STORAGE_COUNTER_TYPE* PSTORAGE_COUNTER_TYPE; +typedef _DEVICE_WRITE_AGGREGATION_DESCRIPTOR DEVICE_WRITE_AGGREGATION_DESCRIPTOR; +typedef _LDRP_CSLIST* PLDRP_CSLIST; +typedef _DEVICE_WRITE_AGGREGATION_DESCRIPTOR* PDEVICE_WRITE_AGGREGATION_DESCRIPTOR; +typedef _DISK_PARTITION_INFO DISK_PARTITION_INFO; +typedef _DEVICE_TRIM_DESCRIPTOR DEVICE_TRIM_DESCRIPTOR; +typedef _SYSTEM_POOLTAG_INFORMATION SYSTEM_POOLTAG_INFORMATION; +typedef _LDRP_CSLIST LDRP_CSLIST; +typedef _DEVICE_TRIM_DESCRIPTOR* PDEVICE_TRIM_DESCRIPTOR; +typedef _STORAGE_COUNTER STORAGE_COUNTER; +typedef _DEVICE_LB_PROVISIONING_DESCRIPTOR DEVICE_LB_PROVISIONING_DESCRIPTOR; +typedef _DISK_GEOMETRY_EX* PDISK_GEOMETRY_EX; +typedef _DEVICE_LB_PROVISIONING_DESCRIPTOR* PDEVICE_LB_PROVISIONING_DESCRIPTOR; +typedef _DISK_PARTITION_INFO* PDISK_PARTITION_INFO; +typedef _PHYSICAL_ELEMENT_STATUS_DESCRIPTOR PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; +typedef _STORAGE_LB_PROVISIONING_MAP_RESOURCES STORAGE_LB_PROVISIONING_MAP_RESOURCES; +typedef _SCM_PD_FIRMWARE_ACTIVATION_STATE* PSCM_PD_FIRMWARE_ACTIVATION_STATE; +typedef _STORAGE_LB_PROVISIONING_MAP_RESOURCES* PSTORAGE_LB_PROVISIONING_MAP_RESOURCES; +typedef _PHYSICAL_ELEMENT_STATUS* PPHYSICAL_ELEMENT_STATUS; +typedef _SCM_PD_FIRMWARE_ACTIVATION_STATE SCM_PD_FIRMWARE_ACTIVATION_STATE; +typedef _DEVICE_POWER_DESCRIPTOR* PDEVICE_POWER_DESCRIPTOR; +typedef _DEVICE_COPY_OFFLOAD_DESCRIPTOR DEVICE_COPY_OFFLOAD_DESCRIPTOR; +typedef NTSTATUS* PNTSTATUS; +typedef _DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE; +typedef _DEVICE_COPY_OFFLOAD_DESCRIPTOR* PDEVICE_COPY_OFFLOAD_DESCRIPTOR; +typedef _QUAD_PTR* PQUAD_PTR; +typedef _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR STORAGE_DEVICE_RESILIENCY_DESCRIPTOR; +typedef _PARTITION_INFORMATION PARTITION_INFORMATION; +typedef _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR* PSTORAGE_DEVICE_RESILIENCY_DESCRIPTOR; +typedef _PERSISTENT_RESERVE_COMMAND PERSISTENT_RESERVE_COMMAND; +typedef _STORAGE_RPMB_FRAME_TYPE STORAGE_RPMB_FRAME_TYPE; +typedef _SYSTEM_TIMEOFDAY_INFORMATION* PSYSTEM_TIMEOFDAY_INFORMATION; +typedef _STORAGE_RPMB_FRAME_TYPE* PSTORAGE_RPMB_FRAME_TYPE; +typedef _SET_PARTITION_INFORMATION* PSET_PARTITION_INFORMATION; +typedef _VERIFY_INFORMATION VERIFY_INFORMATION; +typedef _STORAGE_RPMB_DESCRIPTOR STORAGE_RPMB_DESCRIPTOR; +typedef _STORAGE_RPMB_DESCRIPTOR* PSTORAGE_RPMB_DESCRIPTOR; +typedef _STORAGE_CRYPTO_ALGORITHM_ID STORAGE_CRYPTO_ALGORITHM_ID; +typedef _DEVICE_INTERNAL_STATUS_DATA* PDEVICE_INTERNAL_STATUS_DATA; +typedef _SCM_PD_REINITIALIZE_MEDIA_INPUT SCM_PD_REINITIALIZE_MEDIA_INPUT; +typedef _STORAGE_CRYPTO_ALGORITHM_ID* PSTORAGE_CRYPTO_ALGORITHM_ID; +typedef _KPROFILE_SOURCE KPROFILE_SOURCE; +typedef _FILESYSTEM_STATISTICS_EX* PFILESYSTEM_STATISTICS_EX; +typedef _DETECTION_TYPE DETECTION_TYPE; +typedef _STORAGE_CRYPTO_KEY_SIZE STORAGE_CRYPTO_KEY_SIZE; +typedef _STORAGE_RPMB_COMMAND_TYPE STORAGE_RPMB_COMMAND_TYPE; +typedef _STORAGE_CRYPTO_KEY_SIZE* PSTORAGE_CRYPTO_KEY_SIZE; +typedef _SYSTEM_FILECACHE_INFORMATION* PSYSTEM_FILECACHE_INFORMATION; +typedef _STORAGE_CRYPTO_CAPABILITY STORAGE_CRYPTO_CAPABILITY; +typedef _DISK_DETECTION_INFO* PDISK_DETECTION_INFO; +typedef _STORAGE_REINITIALIZE_MEDIA* PSTORAGE_REINITIALIZE_MEDIA; +typedef _LARGE_INTEGER_128 LARGE_INTEGER_128; +typedef _STORAGE_CRYPTO_CAPABILITY* PSTORAGE_CRYPTO_CAPABILITY; +typedef NTFS_FILE_RECORD_INPUT_BUFFER NTFS_FILE_RECORD_INPUT_BUFFER; +typedef _STORAGE_CRYPTO_CAPABILITY_V2* PSTORAGE_CRYPTO_CAPABILITY_V2; +typedef _PHYSICAL_ELEMENT_STATUS_REQUEST* PPHYSICAL_ELEMENT_STATUS_REQUEST; +typedef _STORAGE_CRYPTO_DESCRIPTOR STORAGE_CRYPTO_DESCRIPTOR; +typedef _STORAGE_CRYPTO_DESCRIPTOR* PSTORAGE_CRYPTO_DESCRIPTOR; +typedef _ETW_TRACE_PARTITION_INFORMATION_V2 ETW_TRACE_PARTITION_INFORMATION_V2; +typedef _SCM_PD_FIRMWARE_ACTIVATE* PSCM_PD_FIRMWARE_ACTIVATE; +typedef _STORAGE_ICE_TYPE STORAGE_ICE_TYPE; +typedef _STORAGE_ICE_TYPE* PSTORAGE_ICE_TYPE; +typedef _FILE_MEMORY_PARTITION_INFORMATION* PFILE_MEMORY_PARTITION_INFORMATION; +typedef _FILE_STORAGE_TIER_CLASS FILE_STORAGE_TIER_CLASS; +typedef _BIN_TYPES BIN_TYPES; +typedef _FILE_STORAGE_TIER_MEDIA_TYPE FILE_STORAGE_TIER_MEDIA_TYPE; +typedef _STORAGE_CRYPTO_DESCRIPTOR_V2 STORAGE_CRYPTO_DESCRIPTOR_V2; +typedef void ( *PLDR_IMPORT_MODULE_CALLBACK )( PVOID, PSTR ); +typedef _STORAGE_CRYPTO_DESCRIPTOR_V2* PSTORAGE_CRYPTO_DESCRIPTOR_V2; +typedef _STORAGE_WRITE_CACHE_PROPERTY* PSTORAGE_WRITE_CACHE_PROPERTY; +typedef const ANSI_STRING* PCANSI_STRING; +typedef _BIN_RANGE BIN_RANGE; +typedef _STORAGE_TIER_MEDIA_TYPE STORAGE_TIER_MEDIA_TYPE; +typedef _BIN_COUNT* PBIN_COUNT; +typedef _STORAGE_TIER_MEDIA_TYPE* PSTORAGE_TIER_MEDIA_TYPE; +typedef _CREATE_DISK CREATE_DISK; +typedef _STORAGE_TIER_CLASS STORAGE_TIER_CLASS; +typedef _FILE_KNOWN_FOLDER_TYPE FILE_KNOWN_FOLDER_TYPE; +typedef _FSCTL_QUERY_STORAGE_CLASSES_OUTPUT* PFSCTL_QUERY_STORAGE_CLASSES_OUTPUT; +typedef _STORAGE_TIER_CLASS* PSTORAGE_TIER_CLASS; +typedef _PROCESS_LOGGING_INFORMATION* PPROCESS_LOGGING_INFORMATION; +typedef _STORAGE_TIER STORAGE_TIER; +typedef _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP; +typedef _OBJECT_ATTRIBUTES32 OBJECT_ATTRIBUTES32; +typedef const OBJECT_ATTRIBUTES32* PCOBJECT_ATTRIBUTES32; +typedef _STORAGE_TIER* PSTORAGE_TIER; +typedef _BIN_RESULTS* PBIN_RESULTS; +typedef _DEVICEDUMP_SUBSECTION_POINTER* PDEVICEDUMP_SUBSECTION_POINTER; +typedef _STORAGE_DEVICE_TIERING_DESCRIPTOR STORAGE_DEVICE_TIERING_DESCRIPTOR; +typedef _FILE_BOTH_DIR_INFORMATION FILE_BOTH_DIR_INFORMATION; +typedef _STORAGE_DEVICE_TIERING_DESCRIPTOR* PSTORAGE_DEVICE_TIERING_DESCRIPTOR; +typedef _SYSTEM_EXTENDED_THREAD_INFORMATION SYSTEM_EXTENDED_THREAD_INFORMATION; +typedef _STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR; +typedef _STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR* PSTORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR; +typedef USN_RECORD_UNION* PUSN_RECORD_UNION; +typedef _STRING32 STRING32; +typedef _STORAGE_PROTOCOL_TYPE STORAGE_PROTOCOL_TYPE; +typedef _STORAGE_PROTOCOL_TYPE* PSTORAGE_PROTOCOL_TYPE; +typedef _STORAGE_MEDIA_SERIAL_NUMBER_DATA STORAGE_MEDIA_SERIAL_NUMBER_DATA; +typedef _STORAGE_PROTOCOL_NVME_DATA_TYPE STORAGE_PROTOCOL_NVME_DATA_TYPE; +typedef _FILE_NAMES_INFORMATION FILE_NAMES_INFORMATION; +typedef _STORAGE_PROTOCOL_ATA_DATA_TYPE STORAGE_PROTOCOL_ATA_DATA_TYPE; +typedef _STORAGE_PROTOCOL_ATA_DATA_TYPE* PSTORAGE_PROTOCOL_ATA_DATA_TYPE; +typedef _FORMAT_PARAMETERS* PFORMAT_PARAMETERS; +typedef _STRING STRING; +typedef _STORAGE_PROTOCOL_UFS_DATA_TYPE STORAGE_PROTOCOL_UFS_DATA_TYPE; +typedef _STORAGE_PROTOCOL_UFS_DATA_TYPE* PSTORAGE_PROTOCOL_UFS_DATA_TYPE; +typedef _FORMAT_PARAMETERS FORMAT_PARAMETERS; +typedef _STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE; +typedef _STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE* PSTORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE; +typedef _DEVICE_DSM_REPORT_ZONES_DATA DEVICE_DSM_REPORT_ZONES_OUTPUT; +typedef _SCM_PD_PROPERTY_SET SCM_PD_PROPERTY_SET; +typedef _STORAGE_PROTOCOL_SPECIFIC_DATA STORAGE_PROTOCOL_SPECIFIC_DATA; +typedef ETW_OPEN_TRACE_OPTIONS ETW_OPEN_TRACE_OPTIONS; +typedef _STORAGE_PROTOCOL_SPECIFIC_DATA* PSTORAGE_PROTOCOL_SPECIFIC_DATA; +typedef _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT STORAGE_PROTOCOL_SPECIFIC_DATA_EXT; +typedef _DEVICE_STORAGE_RANGE_ATTRIBUTES* PDEVICE_STORAGE_RANGE_ATTRIBUTES; +typedef _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT* PSTORAGE_PROTOCOL_SPECIFIC_DATA_EXT; +typedef _EVENT_TRACE_LOGFILEA* PEVENT_TRACE_LOGFILEA; +typedef _STORAGE_PROTOCOL_DATA_DESCRIPTOR STORAGE_PROTOCOL_DATA_DESCRIPTOR; +typedef _CHANGER_PRODUCT_DATA* PCHANGER_PRODUCT_DATA; +typedef _STORAGE_PROTOCOL_DATA_DESCRIPTOR* PSTORAGE_PROTOCOL_DATA_DESCRIPTOR; +typedef _RTL_PROCESS_MODULE_INFORMATION_EX* PRTL_PROCESS_MODULE_INFORMATION_EX; +typedef _EVENT_TRACE_LOGFILEA EVENT_TRACE_LOGFILEA; +typedef _STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT; +typedef _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT* PDEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT; +typedef _FILE_MOVE_CLUSTER_INFORMATION* PFILE_MOVE_CLUSTER_INFORMATION; +typedef _STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT* PSTORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT; +typedef _STORAGE_TEMPERATURE_INFO STORAGE_TEMPERATURE_INFO; +typedef _SCM_BUS_DEDICATED_MEMORY_STATE SCM_BUS_DEDICATED_MEMORY_STATE; +typedef _STORAGE_TEMPERATURE_INFO* PSTORAGE_TEMPERATURE_INFO; +typedef _DEVICE_DATA_SET_REPAIR_PARAMETERS* PDEVICE_DSM_REPAIR_PARAMETERS; +typedef _SYSTEM_PAGEFILE_INFORMATION* PSYSTEM_PAGEFILE_INFORMATION; +typedef WMIREGGUIDW WMIREGGUID; +typedef _STORAGE_TEMPERATURE_DATA_DESCRIPTOR STORAGE_TEMPERATURE_DATA_DESCRIPTOR; +typedef _SCM_BUS_SET_TYPE SCM_BUS_SET_TYPE; +typedef _DEVICE_DATA_SET_REPAIR_OUTPUT DEVICE_DATA_SET_REPAIR_OUTPUT; +typedef _STORAGE_TEMPERATURE_DATA_DESCRIPTOR* PSTORAGE_TEMPERATURE_DATA_DESCRIPTOR; +typedef _PS_MITIGATION_OPTIONS_MAP* PPS_MITIGATION_OPTIONS_MAP; +typedef _TRACE_GUID_INFO* PTRACE_GUID_INFO; +typedef _STORAGE_TEMPERATURE_THRESHOLD STORAGE_TEMPERATURE_THRESHOLD; +typedef _DEVICE_DATA_SET_REPAIR_OUTPUT* PDEVICE_DSM_REPAIR_OUTPUT; +typedef _STORAGE_TEMPERATURE_THRESHOLD* PSTORAGE_TEMPERATURE_THRESHOLD; +typedef _SENDCMDOUTPARAMS SENDCMDOUTPARAMS; +typedef _STORAGE_DEVICE_FORM_FACTOR STORAGE_DEVICE_FORM_FACTOR; +typedef _SCM_BUS_SET_TYPE* PSCM_BUS_SET_TYPE; +typedef _STORAGE_DEVICE_FORM_FACTOR* PSTORAGE_DEVICE_FORM_FACTOR; +typedef _STORAGE_ZONES_ATTRIBUTES* PSTORAGE_ZONES_ATTRIBUTES; +typedef ETW_COMPRESSION_RESUMPTION_MODE ETW_COMPRESSION_RESUMPTION_MODE; +typedef _CHANGER_SET_POSITION* PCHANGER_SET_POSITION; +typedef ULONG64 TRACEHANDLE; +typedef _STORAGE_COMPONENT_HEALTH_STATUS* PSTORAGE_COMPONENT_HEALTH_STATUS; +typedef _FILESYSTEM_STATISTICS_EX FILESYSTEM_STATISTICS_EX; +typedef _SCM_PD_SET_TYPE* PSCM_PD_SET_TYPE; +typedef WMIREGINFOW* PWMIREGINFOW; +typedef ETW_BUFFER_CALLBACK_INFORMATION ETW_BUFFER_CALLBACK_INFORMATION; +typedef ULONG64 CONTROLTRACE_ID; +typedef _SYSTEM_BASIC_WORKING_SET_INFORMATION* PSYSTEM_BASIC_WORKING_SET_INFORMATION; +typedef _CHANGER_MOVE_MEDIUM CHANGER_MOVE_MEDIUM; +typedef _SCM_PD_SET_TYPE SCM_PD_SET_TYPE; +typedef _STORAGE_SPEC_VERSION STORAGE_SPEC_VERSION; +typedef _NTFS_STATISTICS_EX NTFS_STATISTICS_EX; +typedef _STORAGE_SPEC_VERSION* PSTORAGE_SPEC_VERSION; +typedef _SCM_PD_QUERY_TYPE SCM_PD_QUERY_TYPE; +typedef _DBGUI_CREATE_THREAD DBGUI_CREATE_THREAD; +typedef _ETW_TRACE_PARTITION_INFORMATION ETW_TRACE_PARTITION_INFORMATION; +typedef _STORAGE_PHYSICAL_DEVICE_DATA STORAGE_PHYSICAL_DEVICE_DATA; +typedef _SCM_PD_OPERATIONAL_STATUS SCM_PD_OPERATIONAL_STATUS; +typedef _STORAGE_PHYSICAL_DEVICE_DATA* PSTORAGE_PHYSICAL_DEVICE_DATA; +typedef _STORAGE_DIAGNOSTIC_TARGET_TYPE* PSTORAGE_DIAGNOSTIC_TARGET_TYPE; +typedef _STORAGE_PHYSICAL_ADAPTER_DATA* PSTORAGE_PHYSICAL_ADAPTER_DATA; +typedef _SCM_PD_HEALTH_NOTIFICATION_DATA* PSCM_PD_HEALTH_NOTIFICATION_DATA; +typedef _STORAGE_PHYSICAL_NODE_DATA* PSTORAGE_PHYSICAL_NODE_DATA; +typedef _ENABLE_TRACE_PARAMETERS_V1 ENABLE_TRACE_PARAMETERS_V1; +typedef _PATHNAME_BUFFER* PPATHNAME_BUFFER; +typedef _SCM_PD_DEVICE_INFO* PSCM_PD_DEVICE_INFO; +typedef _DEVICE_DSM_RANGE_ERROR_INFO DEVICE_DSM_RANGE_ERROR_OUTPUT; +typedef _STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR; +typedef _SCM_PD_HEALTH_NOTIFICATION_DATA SCM_PD_HEALTH_NOTIFICATION_DATA; +typedef _STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR* PSTORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR; +typedef _SCM_LOGICAL_DEVICE_INSTANCE SCM_LOGICAL_DEVICE_INSTANCE; +typedef _DEVICE_DSM_LOST_QUERY_PARAMETERS DEVICE_DSM_LOST_QUERY_PARAMETERS; +typedef _EVENT_FILTER_DESCRIPTOR* PEVENT_FILTER_DESCRIPTOR; +typedef NTFS_VOLUME_DATA_BUFFER NTFS_VOLUME_DATA_BUFFER; +typedef _STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR; +typedef _SCM_PD_DEVICE_SPECIFIC_PROPERTY SCM_PD_DEVICE_SPECIFIC_PROPERTY; +typedef _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS; +typedef _STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR* PSTORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR; +typedef _STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR; +typedef _EVENT_RECORD* PEVENT_RECORD; +typedef void ( *PEVENT_RECORD_CALLBACK )( PEVENT_RECORD ); +typedef _STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR* PSTORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR; +typedef _SCM_LD_INTERLEAVE_SET_INFO* PSCM_LD_INTERLEAVE_SET_INFO; +typedef _DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT; +typedef _STORAGE_DISK_HEALTH_STATUS STORAGE_DISK_HEALTH_STATUS; +typedef _STORAGE_DISK_HEALTH_STATUS* PSTORAGE_DISK_HEALTH_STATUS; +typedef _STORAGE_DISK_OPERATIONAL_STATUS STORAGE_DISK_OPERATIONAL_STATUS; +typedef _STORAGE_DISK_OPERATIONAL_STATUS* PSTORAGE_DISK_OPERATIONAL_STATUS; +typedef _STORAGE_OPERATIONAL_STATUS_REASON STORAGE_OPERATIONAL_STATUS_REASON; +typedef _STORAGE_OPERATIONAL_STATUS_REASON* PSTORAGE_OPERATIONAL_STATUS_REASON; +typedef _TRACE_VERSION_INFO* PTRACE_VERSION_INFO; +typedef _STORAGE_ALLOCATE_BC_STREAM_INPUT* PSTORAGE_ALLOCATE_BC_STREAM_INPUT; +typedef _MUTANT_BASIC_INFORMATION* PMUTANT_BASIC_INFORMATION; +typedef _TRACE_VERSION_INFO TRACE_VERSION_INFO; +typedef _FILE_IO_PRIORITY_HINT_INFORMATION* PFILE_IO_PRIORITY_HINT_INFORMATION; +typedef _STORAGE_OPERATIONAL_REASON STORAGE_OPERATIONAL_REASON; +typedef _STORAGE_PRIORITY_HINT_SUPPORT STORAGE_PRIORITY_HINT_SUPPORT; +typedef _STORAGE_OPERATIONAL_REASON* PSTORAGE_OPERATIONAL_REASON; +typedef _SCM_PD_OPERATIONAL_STATUS* PSCM_PD_OPERATIONAL_STATUS; +typedef _PORT_VIEW PORT_VIEW; +typedef _DEVICE_DSM_DEFINITION* PDEVICE_DSM_DEFINITION; +typedef _STORAGE_PROTOCOL_COMMAND* PSTORAGE_PROTOCOL_COMMAND; +typedef _ACTIVATION_CONTEXT* PACTIVATION_CONTEXT; +typedef _STORAGE_PROTOCOL_COMMAND STORAGE_PROTOCOL_COMMAND; +typedef _STORAGE_DEVICE_MANAGEMENT_STATUS* PSTORAGE_DEVICE_MANAGEMENT_STATUS; +typedef _DISK_RECORD DISK_RECORD; +typedef _STORAGE_ADAPTER_SERIAL_NUMBER STORAGE_ADAPTER_SERIAL_NUMBER; +typedef _STORAGE_OFFLOAD_TOKEN STORAGE_OFFLOAD_TOKEN; +typedef _STORAGE_ADAPTER_SERIAL_NUMBER* PSTORAGE_ADAPTER_SERIAL_NUMBER; +typedef _TRACE_LOGFILE_HEADER32 TRACE_LOGFILE_HEADER32; +typedef _STORAGE_ZONED_DEVICE_TYPES STORAGE_ZONED_DEVICE_TYPES; +typedef _STORAGE_ZONED_DEVICE_TYPES* PSTORAGE_ZONED_DEVICE_TYPES; +typedef _STORAGE_ZONE_TYPES STORAGE_ZONE_TYPES; +typedef _FILE_INFORMATION_CLASS FILE_INFORMATION_CLASS; +typedef _STORAGE_ZONE_TYPES* PSTORAGE_ZONE_TYPES; +typedef _DEVICE_DATA_SET_SCRUB_EX_OUTPUT* PDEVICE_DATA_SET_SCRUB_EX_OUTPUT; +typedef _STORAGE_ZONE_GROUP STORAGE_ZONE_GROUP; +typedef _STORAGE_ZONE_GROUP* PSTORAGE_ZONE_GROUP; +typedef _SCM_BUS_FIRMWARE_ACTIVATION_STATE SCM_BUS_FIRMWARE_ACTIVATION_STATE; +typedef _FILE_INTERNAL_INFORMATION FILE_INTERNAL_INFORMATION; +typedef _DEVICE_DSM_FREE_SPACE_OUTPUT* PDEVICE_DSM_FREE_SPACE_OUTPUT; +typedef _SCM_PD_DEVICE_SPECIFIC_INFO SCM_PD_DEVICE_SPECIFIC_INFO; +typedef _DEVICE_DATA_SET_LBP_STATE_PARAMETERS* PDEVICE_DATA_SET_LBP_STATE_PARAMETERS; +typedef _STORAGE_ZONED_DEVICE_DESCRIPTOR STORAGE_ZONED_DEVICE_DESCRIPTOR; +typedef _SCM_PHYSICAL_DEVICES* PSCM_PHYSICAL_DEVICES; +typedef _BIN_RESULTS BIN_RESULTS; +typedef _STORAGE_ZONED_DEVICE_DESCRIPTOR* PSTORAGE_ZONED_DEVICE_DESCRIPTOR; +typedef _EVENT_TRACE_PROPERTIES_V2 EVENT_TRACE_PROPERTIES_V2; +typedef STARTING_LCN_INPUT_BUFFER STARTING_LCN_INPUT_BUFFER; +typedef _SCM_PD_FIRMWARE_INFO* PSCM_PD_FIRMWARE_INFO; +typedef _STORAGE_GET_BC_PROPERTIES_OUTPUT STORAGE_GET_BC_PROPERTIES_OUTPUT; +typedef _SCM_PHYSICAL_DEVICES SCM_PHYSICAL_DEVICES; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES DEVICE_MANAGE_DATA_SET_ATTRIBUTES; +typedef _DEVICE_LOCATION DEVICE_LOCATION; +typedef _DEVICE_LOCATION* PDEVICE_LOCATION; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES* PDEVICE_DSM_INPUT; +typedef _FILE_ACCESS_INFORMATION FILE_ACCESS_INFORMATION; +typedef _STORAGE_DEVICE_LOCATION_DESCRIPTOR STORAGE_DEVICE_LOCATION_DESCRIPTOR; +typedef _STORAGE_DEVICE_LOCATION_DESCRIPTOR* PSTORAGE_DEVICE_LOCATION_DESCRIPTOR; +typedef _STORAGE_DEVICE_NUMA_PROPERTY STORAGE_DEVICE_NUMA_PROPERTY; +typedef _STORAGE_DEVICE_NUMA_PROPERTY* PSTORAGE_DEVICE_NUMA_PROPERTY; +typedef _STORAGE_HW_FIRMWARE_DOWNLOAD_V2* PSTORAGE_HW_FIRMWARE_DOWNLOAD_V2; +typedef _STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT; +typedef _VIRTUALIZATION_INSTANCE_INFO_INPUT_EX* PVIRTUALIZATION_INSTANCE_INFO_INPUT_EX; +typedef _DRIVERSTATUS DRIVERSTATUS; +typedef _STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT* PSTORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT; +typedef _FILE_NAME_INFORMATION* PFILE_NAME_INFORMATION; +typedef _STORAGE_HW_ENDURANCE_INFO STORAGE_HW_ENDURANCE_INFO; +typedef _SCM_BUS_QUERY_TYPE* PSCM_BUS_QUERY_TYPE; +typedef MFT_ENUM_DATA_V1* PMFT_ENUM_DATA_V1; +typedef _SCM_BUS_PROPERTY_ID* PSCM_BUS_PROPERTY_ID; +typedef _STORAGE_HW_ENDURANCE_INFO* PSTORAGE_HW_ENDURANCE_INFO; +typedef _DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT* PDEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT; +typedef _STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR; +typedef _PS_CREATE_STATE PS_CREATE_STATE; +typedef _STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR* PSTORAGE_HW_ENDURANCE_DATA_DESCRIPTOR; +typedef _SCM_BUS_PROPERTY_ID SCM_BUS_PROPERTY_ID; +typedef _SCM_PD_PROPERTY_ID* PSCM_PD_PROPERTY_ID; +typedef _STORAGE_STACK_TYPE STORAGE_STACK_TYPE; +typedef _STORAGE_ZONE_CONDITION* PSTORAGE_ZONE_CONDITION; +typedef _STORAGE_STACK_TYPE* PSTORAGE_STACK_TYPE; +typedef _FILE_NAME_INFORMATION FILE_NAME_INFORMATION; +typedef _GET_FILTER_FILE_IDENTIFIER_OUTPUT GET_FILTER_FILE_IDENTIFIER_OUTPUT; +typedef CREATE_USN_JOURNAL_DATA CREATE_USN_JOURNAL_DATA; +typedef _SCM_PD_PROPERTY_ID SCM_PD_PROPERTY_ID; +typedef _STORAGE_STACK_DESCRIPTOR STORAGE_STACK_DESCRIPTOR; +typedef _STORAGE_ZONE_DESCRIPTOR STORAGE_ZONE_DESCRIPTOR; +typedef _PS_CREATE_INFO* PPS_CREATE_INFO; +typedef _STORAGE_STACK_DESCRIPTOR* PSTORAGE_STACK_DESCRIPTOR; +typedef ULONG* PWNF_CHANGE_STAMP; +typedef _STORAGE_ZONES_ATTRIBUTES STORAGE_ZONES_ATTRIBUTES; +typedef _STORAGE_DEVICE_LED_STATE_DESCRIPTOR STORAGE_DEVICE_LED_STATE_DESCRIPTOR; +typedef _STORAGE_DEVICE_LED_STATE_DESCRIPTOR* PSTORAGE_DEVICE_LED_STATE_DESCRIPTOR; +typedef _DEVICE_DSM_TIERING_QUERY_INPUT DEVICE_DSM_TIERING_QUERY_PARAMETERS; +typedef _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY; +typedef _FILE_COMPRESSION_INFORMATION FILE_COMPRESSION_INFORMATION; +typedef _STORAGE_TIER_REGION STORAGE_TIER_REGION; +typedef _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY* PSTORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY; +typedef _STORAGE_ENCRYPTION_TYPE STORAGE_ENCRYPTION_TYPE; +typedef _SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO; +typedef _STORAGE_ENCRYPTION_TYPE* PSTORAGE_ENCRYPTION_TYPE; +typedef _GET_CHANGER_PARAMETERS GET_CHANGER_PARAMETERS; +typedef _EVENT_TRACE_HEADER EVENT_TRACE_HEADER; +typedef _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2 STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2; +typedef _SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; +typedef _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2* PSTORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE DEVICE_DSM_ALLOCATION_OUTPUT; +typedef _GETVERSIONINPARAMS* LPGETVERSIONINPARAMS; +typedef _STORAGE_FRU_ID_DESCRIPTOR STORAGE_FRU_ID_DESCRIPTOR; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2 DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2; +typedef _STORAGE_FRU_ID_DESCRIPTOR* PSTORAGE_FRU_ID_DESCRIPTOR; +typedef _FILE_END_OF_FILE_INFORMATION FILE_END_OF_FILE_INFORMATION; +typedef DWORD DEVICE_DATA_MANAGEMENT_SET_ACTION; +typedef DWORD DEVICE_DSM_ACTION; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2* PDEVICE_DSM_ALLOCATION_OUTPUT2; +typedef _DEVICE_DATA_SET_RANGE DEVICE_DATA_SET_RANGE; +typedef _IDEREGS IDEREGS; +typedef _DEVICE_DATA_SET_RANGE* PDEVICE_DATA_SET_RANGE; +typedef _DEVICE_DATA_SET_RANGE DEVICE_DSM_RANGE; +typedef _DEVICE_DATA_SET_RANGE* PDEVICE_DSM_RANGE; +typedef _SYSTEM_HANDLE_INFORMATION* PSYSTEM_HANDLE_INFORMATION; +typedef _PARTITION_INFORMATION_EX PARTITION_INFORMATION_EX; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES* PDEVICE_MANAGE_DATA_SET_ATTRIBUTES; +typedef _FAT_STATISTICS FAT_STATISTICS; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES DEVICE_DSM_INPUT; +typedef _SYSTEM_HANDLE_INFORMATION SYSTEM_HANDLE_INFORMATION; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT DEVICE_DSM_OUTPUT; +typedef _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT* PDEVICE_DSM_OUTPUT; +typedef _FAT_STATISTICS* PFAT_STATISTICS; +typedef _ALPC_MESSAGE_HANDLE_INFORMATION ALPC_MESSAGE_HANDLE_INFORMATION; +typedef _PARTITION_INFORMATION_GPT PARTITION_INFORMATION_GPT; +typedef _DEVICE_DSM_NOTIFICATION_PARAMETERS DEVICE_DSM_NOTIFICATION_PARAMETERS; +typedef _DEVICE_DSM_NOTIFICATION_PARAMETERS* PDEVICE_DSM_NOTIFICATION_PARAMETERS; +typedef STRING64* PANSI_STRING64; +typedef _FILE_DIRECTORY_NEXT_INFORMATION* PFILE_DIRECTORY_NEXT_INFORMATION; +typedef _STORAGE_OFFLOAD_TOKEN* PSTORAGE_OFFLOAD_TOKEN; +typedef _SYSTEM_PROCESSOR_INFORMATION* PSYSTEM_PROCESSOR_INFORMATION; +typedef _DEVICE_DSM_OFFLOAD_READ_PARAMETERS DEVICE_DSM_OFFLOAD_READ_PARAMETERS; +typedef _DEVICE_DSM_OFFLOAD_READ_PARAMETERS* PDEVICE_DSM_OFFLOAD_READ_PARAMETERS; +typedef USN_RECORD_V2 USN_RECORD_V2; +typedef _SCM_PD_DEVICE_HANDLE SCM_PD_DEVICE_HANDLE; +typedef _STRING OEM_STRING; +typedef const OEM_STRING* PCOEM_STRING; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST* PSTORAGE_QUERY_DEPENDENT_VOLUME_REQUEST; +typedef _SYSTEM_PROCESSOR_INFORMATION SYSTEM_PROCESSOR_INFORMATION; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; +typedef _STORAGE_OFFLOAD_READ_OUTPUT STORAGE_OFFLOAD_READ_OUTPUT; +typedef _STORAGE_OFFLOAD_READ_OUTPUT* PSTORAGE_OFFLOAD_READ_OUTPUT; +typedef _DISK_GEOMETRY* PDISK_GEOMETRY; +typedef USN_RECORD_V2* PUSN_RECORD_V2; +typedef _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS* PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS; +typedef _PREFETCHER_INFORMATION_CLASS PREFETCHER_INFORMATION_CLASS; +typedef _PROCESS_BASIC_INFORMATION PROCESS_BASIC_INFORMATION; +typedef _RTL_PROCESS_BACKTRACE_INFORMATION RTL_PROCESS_BACKTRACE_INFORMATION; +typedef _CLASSIC_EVENT_ID CLASSIC_EVENT_ID; +typedef _STORAGE_OFFLOAD_WRITE_OUTPUT STORAGE_OFFLOAD_WRITE_OUTPUT; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE* PSTORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE; +typedef _STORAGE_OFFLOAD_WRITE_OUTPUT* PSTORAGE_OFFLOAD_WRITE_OUTPUT; +typedef _DEVICE_DATA_SET_LBP_STATE_PARAMETERS DEVICE_DATA_SET_LBP_STATE_PARAMETERS; +typedef _DEVICE_DATA_SET_LBP_STATE_PARAMETERS DEVICE_DSM_ALLOCATION_PARAMETERS; +typedef _DEVICE_DATA_SET_LBP_STATE_PARAMETERS* PDEVICE_DSM_ALLOCATION_PARAMETERS; +typedef _FILE_PREFETCH_EX* PFILE_PREFETCH_EX; +typedef _SCM_PD_FIRMWARE_SLOT_INFO* PSCM_PD_FIRMWARE_SLOT_INFO; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE DEVICE_DATA_SET_LB_PROVISIONING_STATE; +typedef _FILE_FS_VOLUME_INFORMATION* PFILE_FS_VOLUME_INFORMATION; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE* PDEVICE_DSM_ALLOCATION_OUTPUT; +typedef _DISK_CONTROLLER_NUMBER DISK_CONTROLLER_NUMBER; +typedef _FILE_ZERO_DATA_INFORMATION FILE_ZERO_DATA_INFORMATION; +typedef _LDR_DDAG_STATE LDR_DDAG_STATE; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2* PDEVICE_DATA_SET_LB_PROVISIONING_STATE_V2; +typedef _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2 DEVICE_DSM_ALLOCATION_OUTPUT2; +typedef _DEVICE_DATA_SET_REPAIR_PARAMETERS DEVICE_DATA_SET_REPAIR_PARAMETERS; +typedef _DEVICE_DATA_SET_REPAIR_PARAMETERS* PDEVICE_DATA_SET_REPAIR_PARAMETERS; +typedef UCHAR KIRQL; +typedef _DEVICE_DATA_SET_REPAIR_OUTPUT* PDEVICE_DATA_SET_REPAIR_OUTPUT; +typedef _DEVICE_DATA_SET_REPAIR_OUTPUT DEVICE_DSM_REPAIR_OUTPUT; +typedef _DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT; +typedef _FILE_FS_DEVICE_INFORMATION* PFILE_FS_DEVICE_INFORMATION; +typedef MFT_ENUM_DATA_V1 MFT_ENUM_DATA_V1; +typedef _DEVICE_DATA_SET_SCRUB_OUTPUT DEVICE_DATA_SET_SCRUB_OUTPUT; +typedef _RTL_PROCESS_LOCK_INFORMATION* PRTL_PROCESS_LOCK_INFORMATION; +typedef _DEVICE_DATA_SET_SCRUB_OUTPUT* PDEVICE_DATA_SET_SCRUB_OUTPUT; +typedef PARTITION_INFORMATION_GPT SET_PARTITION_INFORMATION_GPT; +typedef _DEVICE_DATA_SET_SCRUB_OUTPUT DEVICE_DSM_SCRUB_OUTPUT; +typedef _MARK_HANDLE_INFO MARK_HANDLE_INFO; +typedef _DEVICE_DATA_SET_SCRUB_OUTPUT* PDEVICE_DSM_SCRUB_OUTPUT; +typedef DELETE_USN_JOURNAL_DATA DELETE_USN_JOURNAL_DATA; +typedef _OBJECT_ATTRIBUTES64 OBJECT_ATTRIBUTES64; +typedef _DEVICE_DATA_SET_SCRUB_EX_OUTPUT DEVICE_DATA_SET_SCRUB_EX_OUTPUT; +typedef _RTL_PROCESS_LOCK_INFORMATION RTL_PROCESS_LOCK_INFORMATION; +typedef _DEVICE_DATA_SET_SCRUB_EX_OUTPUT DEVICE_DSM_SCRUB_OUTPUT2; +typedef _DEVICE_DATA_SET_SCRUB_EX_OUTPUT* PDEVICE_DSM_SCRUB_OUTPUT2; +typedef _MARK_HANDLE_INFO32* PMARK_HANDLE_INFO32; +typedef _MARK_HANDLE_INFO* PMARK_HANDLE_INFO; +typedef _DEVICE_DSM_TIERING_QUERY_INPUT DEVICE_DSM_TIERING_QUERY_INPUT; +typedef _DEVICE_DSM_TIERING_QUERY_INPUT* PDEVICE_DSM_TIERING_QUERY_INPUT; +typedef _SYSTEM_INTERRUPT_INFORMATION* PSYSTEM_INTERRUPT_INFORMATION; +typedef _DEVICE_DSM_TIERING_QUERY_INPUT* PDEVICE_DSM_TIERING_QUERY_PARAMETERS; +typedef _FILE_OBJECTID_BUFFER FILE_OBJECTID_BUFFER; +typedef _NTFS_STATISTICS_EX* PNTFS_STATISTICS_EX; +typedef _STORAGE_TIER_REGION* PSTORAGE_TIER_REGION; +typedef _SYSTEM_INTERRUPT_INFORMATION SYSTEM_INTERRUPT_INFORMATION; +typedef _PF_ROBUST_FILE_ENTRY PF_ROBUST_FILE_ENTRY; +typedef _DEVICE_DSM_TIERING_QUERY_OUTPUT DEVICE_DSM_TIERING_QUERY_OUTPUT; +typedef _FILE_OBJECTID_BUFFER* PFILE_OBJECTID_BUFFER; +typedef _DEVICE_DSM_TIERING_QUERY_OUTPUT* PDEVICE_DSM_TIERING_QUERY_OUTPUT; +typedef _DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS; +typedef _PORT_VIEW64* PPORT_VIEW64; +typedef _DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS* PDEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS; +typedef _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT; +typedef MOVE_FILE_RECORD_DATA* PMOVE_FILE_RECORD_DATA; +typedef FIND_BY_SID_DATA* PFIND_BY_SID_DATA; +typedef _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT DEVICE_DSM_TOPOLOGY_ID_QUERY_OUTPUT; +typedef _SCM_PD_RUNTIME_FW_ACTIVATION_INFO SCM_PD_RUNTIME_FW_ACTIVATION_INFO; +typedef _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT* PDEVICE_DSM_TOPOLOGY_ID_QUERY_OUTPUT; +typedef _WNF_STATE_NAME WNF_STATE_NAME; +typedef _DEVICE_STORAGE_ADDRESS_RANGE DEVICE_STORAGE_ADDRESS_RANGE; +typedef FIND_BY_SID_DATA FIND_BY_SID_DATA; +typedef _DEVICE_STORAGE_ADDRESS_RANGE* PDEVICE_STORAGE_ADDRESS_RANGE; +typedef HANDLE* PALPC_HANDLE; +typedef _DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT* PDEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT; +typedef USN_RECORD_COMMON_HEADER USN_RECORD_COMMON_HEADER; +typedef _DEVICE_DSM_REPORT_ZONES_PARAMETERS DEVICE_DSM_REPORT_ZONES_PARAMETERS; +typedef _DRIVE_LAYOUT_INFORMATION* PDRIVE_LAYOUT_INFORMATION; +typedef _DEVICE_DSM_REPORT_ZONES_PARAMETERS* PDEVICE_DSM_REPORT_ZONES_PARAMETERS; +typedef _SYSTEM_PERFORMANCE_INFORMATION* PSYSTEM_PERFORMANCE_INFORMATION; +typedef USN_RECORD_EXTENT* PUSN_RECORD_EXTENT; +typedef _ALPC_COMPLETION_LIST_STATE ALPC_COMPLETION_LIST_STATE; +typedef _STORAGE_ZONE_CONDITION STORAGE_ZONE_CONDITION; +typedef _EVENT_TYPE EVENT_TYPE; +typedef _SCM_PD_MEDIA_REINITIALIZATION_STATUS SCM_PD_MEDIA_REINITIALIZATION_STATUS; +typedef _WNF_DELIVERY_DESCRIPTOR* PWNF_DELIVERY_DESCRIPTOR; +typedef _DISK_INT13_INFO DISK_INT13_INFO; +typedef _STORAGE_ZONE_DESCRIPTOR* PSTORAGE_ZONE_DESCRIPTOR; +typedef _FILE_LINK_ENTRY_FULL_ID_INFORMATION FILE_LINK_ENTRY_FULL_ID_INFORMATION; +typedef READ_FILE_USN_DATA* PREAD_FILE_USN_DATA; +typedef _DEVICE_DSM_REPORT_ZONES_DATA DEVICE_DSM_REPORT_ZONES_DATA; +typedef _DEVICE_DSM_REPORT_ZONES_DATA* PDEVICE_DSM_REPORT_ZONES_OUTPUT; +typedef const GUID* PCGUID; +typedef void ( *PTIMER_APC_ROUTINE )( PVOID, ULONG, LONG ); +typedef _TIMER_SET_INFORMATION_CLASS TIMER_SET_INFORMATION_CLASS; +typedef _DEVICE_DSM_RANGE_ERROR_INFO DEVICE_DSM_RANGE_ERROR_INFO; +typedef _FORMAT_EX_PARAMETERS FORMAT_EX_PARAMETERS; +typedef _ALPC_DATA_VIEW_ATTR* PALPC_DATA_VIEW_ATTR; +typedef _FILE_BASIC_INFORMATION* PFILE_BASIC_INFORMATION; +typedef _DEVICE_DSM_RANGE_ERROR_INFO* PDEVICE_DSM_RANGE_ERROR_INFO; +typedef USN_RANGE_TRACK_OUTPUT* PUSN_RANGE_TRACK_OUTPUT; +typedef USN_RECORD_V3* PUSN_RECORD_V3; +typedef _FILE_SET_DEFECT_MGMT_BUFFER FILE_SET_DEFECT_MGMT_BUFFER; +typedef _DEVICE_DSM_LOST_QUERY_PARAMETERS* PDEVICE_DSM_LOST_QUERY_PARAMETERS; +typedef _SYSTEM_BASIC_INFORMATION* PSYSTEM_BASIC_INFORMATION; +typedef _FILE_MAKE_COMPATIBLE_BUFFER FILE_MAKE_COMPATIBLE_BUFFER; +typedef _DEVICE_DSM_LOST_QUERY_OUTPUT DEVICE_DSM_LOST_QUERY_OUTPUT; +typedef USN_RECORD_V3 USN_RECORD_V3; +typedef _DEVICE_DSM_LOST_QUERY_OUTPUT* PDEVICE_DSM_LOST_QUERY_OUTPUT; +typedef _DEVICE_DSM_FREE_SPACE_OUTPUT DEVICE_DSM_FREE_SPACE_OUTPUT; +typedef _CREATE_DISK_MBR CREATE_DISK_MBR; +typedef _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY* PACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY; +typedef _NT_PRODUCT_TYPE* PNT_PRODUCT_TYPE; +typedef BULK_SECURITY_TEST_DATA* PBULK_SECURITY_TEST_DATA; +typedef _SCM_PHYSICAL_DEVICE_INSTANCE SCM_PHYSICAL_DEVICE_INSTANCE; +typedef _DEVICE_DSM_CONVERSION_OUTPUT DEVICE_DSM_CONVERSION_OUTPUT; +typedef _ASSEMBLY_STORAGE_MAP ASSEMBLY_STORAGE_MAP; +typedef _DEVICE_DSM_CONVERSION_OUTPUT* PDEVICE_DSM_CONVERSION_OUTPUT; +typedef DWORDLONG CLSN; +typedef _GET_LENGTH_INFORMATION GET_LENGTH_INFORMATION; +typedef _RTL_PROCESS_LOCKS RTL_PROCESS_LOCKS; +typedef _FILE_QUERY_ON_DISK_VOL_INFO_BUFFER FILE_QUERY_ON_DISK_VOL_INFO_BUFFER; +typedef _STORAGE_GET_BC_PROPERTIES_OUTPUT* PSTORAGE_GET_BC_PROPERTIES_OUTPUT; +typedef _REASSIGN_BLOCKS REASSIGN_BLOCKS; +typedef _STORAGE_ALLOCATE_BC_STREAM_INPUT STORAGE_ALLOCATE_BC_STREAM_INPUT; +typedef STRING32 UNICODE_STRING32; +typedef USN_RECORD_V4* PUSN_RECORD_V4; +typedef _STORAGE_ALLOCATE_BC_STREAM_OUTPUT STORAGE_ALLOCATE_BC_STREAM_OUTPUT; +typedef USN_JOURNAL_DATA_V0 USN_JOURNAL_DATA_V0; +typedef _STORAGE_ALLOCATE_BC_STREAM_OUTPUT* PSTORAGE_ALLOCATE_BC_STREAM_OUTPUT; +typedef _REASSIGN_BLOCKS_EX* PREASSIGN_BLOCKS_EX; +typedef _TEB* PTEB; +typedef _FILE_ID_GLOBAL_TX_DIR_INFORMATION FILE_ID_GLOBAL_TX_DIR_INFORMATION; +typedef _STORAGE_PRIORITY_HINT_SUPPORT* PSTORAGE_PRIORITY_HINT_SUPPORT; +typedef READ_USN_JOURNAL_DATA_V1* PREAD_USN_JOURNAL_DATA_V1; +typedef _STORAGE_DIAGNOSTIC_LEVEL STORAGE_DIAGNOSTIC_LEVEL; +typedef _SCM_PD_REINITIALIZE_MEDIA_OUTPUT* PSCM_PD_REINITIALIZE_MEDIA_OUTPUT; +typedef _STRING* POEM_STRING; +typedef _STORAGE_DIAGNOSTIC_TARGET_TYPE STORAGE_DIAGNOSTIC_TARGET_TYPE; +typedef _WORKER_FACTORY_BASIC_INFORMATION* PWORKER_FACTORY_BASIC_INFORMATION; +typedef _STORAGE_DIAGNOSTIC_REQUEST STORAGE_DIAGNOSTIC_REQUEST; +typedef _STORAGE_DIAGNOSTIC_REQUEST* PSTORAGE_DIAGNOSTIC_REQUEST; +typedef _BOOT_ENTRY_LIST* PBOOT_ENTRY_LIST; +typedef _STORAGE_DIAGNOSTIC_DATA STORAGE_DIAGNOSTIC_DATA; +typedef _STORAGE_DIAGNOSTIC_DATA* PSTORAGE_DIAGNOSTIC_DATA; +typedef _CHANGER_SEND_VOLUME_TAG_INFORMATION* PCHANGER_SEND_VOLUME_TAG_INFORMATION; +typedef _PHYSICAL_ELEMENT_STATUS_REQUEST PHYSICAL_ELEMENT_STATUS_REQUEST; +typedef _BOOT_ENTRY_LIST BOOT_ENTRY_LIST; +typedef _PHYSICAL_ELEMENT_STATUS_DESCRIPTOR* PPHYSICAL_ELEMENT_STATUS_DESCRIPTOR; +typedef _MOUNTMGR_DRIVE_LETTER_INFORMATION* PMOUNTMGR_DRIVE_LETTER_INFORMATION; +typedef _PHYSICAL_ELEMENT_STATUS PHYSICAL_ELEMENT_STATUS; +typedef _CHANGER_SET_ACCESS* PCHANGER_SET_ACCESS; +typedef _EVENT_TRACE_LOGFILEW EVENT_TRACE_LOGFILEW; +typedef _REMOVE_ELEMENT_AND_TRUNCATE_REQUEST REMOVE_ELEMENT_AND_TRUNCATE_REQUEST; +typedef _MOUNTMGR_AUTO_MOUNT_STATE MOUNTMGR_AUTO_MOUNT_STATE; +typedef _REMOVE_ELEMENT_AND_TRUNCATE_REQUEST* PREMOVE_ELEMENT_AND_TRUNCATE_REQUEST; +typedef _CHANGER_ELEMENT_LIST CHANGER_ELEMENT_LIST; +typedef _FILE_LINK_INFORMATION_EX FILE_LINK_INFORMATION_EX; +typedef _DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE* PDEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE; +typedef _DEVICE_INTERNAL_STATUS_DATA_SET DEVICE_INTERNAL_STATUS_DATA_SET; +typedef _SCM_BUS_QUERY_TYPE SCM_BUS_QUERY_TYPE; +typedef _DEVICE_INTERNAL_STATUS_DATA_SET* PDEVICE_INTERNAL_STATUS_DATA_SET; +typedef _TRACE_PROVIDER_INSTANCE_INFO* PTRACE_PROVIDER_INSTANCE_INFO; +typedef _PS_MITIGATION_AUDIT_OPTIONS_MAP* PPS_MITIGATION_AUDIT_OPTIONS_MAP; +typedef _STREAM_LAYOUT_ENTRY STREAM_LAYOUT_ENTRY; +typedef _PS_PROTECTED_TYPE PS_PROTECTED_TYPE; +typedef _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST* PGET_DEVICE_INTERNAL_STATUS_DATA_REQUEST; +typedef _PROCESS_WORKING_SET_OPERATION PROCESS_WORKING_SET_OPERATION; +typedef _DRIVE_LAYOUT_INFORMATION_EX* PDRIVE_LAYOUT_INFORMATION_EX; +typedef _DEVICE_INTERNAL_STATUS_DATA DEVICE_INTERNAL_STATUS_DATA; +typedef _MOUNTMGR_SILO_ARRIVAL_INPUT MOUNTMGR_SILO_ARRIVAL_INPUT; +typedef _PROCESS_WORKING_SET_CONTROL* PPROCESS_WORKING_SET_CONTROL; +typedef _VARIABLE_NAME* PVARIABLE_NAME; +typedef _STORAGE_SANITIZE_METHOD STORAGE_SANITIZE_METHOD; +typedef _CHANGER_EXCHANGE_MEDIUM* PCHANGER_EXCHANGE_MEDIUM; +typedef _DISK_INT13_INFO* PDISK_INT13_INFO; +typedef _STORAGE_SANITIZE_METHOD* PSTORAGE_SANITIZE_METHOD; +typedef _TRACE_LOGFILE_HEADER TRACE_LOGFILE_HEADER; +typedef _VARIABLE_NAME VARIABLE_NAME; +typedef _STORAGE_REINITIALIZE_MEDIA STORAGE_REINITIALIZE_MEDIA; +typedef _CHANGER_SEND_VOLUME_TAG_INFORMATION CHANGER_SEND_VOLUME_TAG_INFORMATION; +typedef _FILE_COMPLETION_INFORMATION* PFILE_COMPLETION_INFORMATION; +typedef _STORAGE_MEDIA_SERIAL_NUMBER_DATA* PSTORAGE_MEDIA_SERIAL_NUMBER_DATA; +typedef RETRIEVAL_POINTERS_BUFFER RETRIEVAL_POINTERS_BUFFER; +typedef _STORAGE_READ_CAPACITY STORAGE_READ_CAPACITY; +typedef TRACE_CONTEXT_REGISTER_INFO TRACE_CONTEXT_REGISTER_INFO; +typedef _STORAGE_READ_CAPACITY* PSTORAGE_READ_CAPACITY; +typedef _WRITE_CACHE_TYPE WRITE_CACHE_TYPE; +typedef RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER; +typedef _WRITE_CACHE_ENABLE WRITE_CACHE_ENABLE; +typedef _SCM_PD_DEVICE_HANDLE* PSCM_PD_DEVICE_HANDLE; +typedef _SCM_LOGICAL_DEVICE_INSTANCE* PSCM_LOGICAL_DEVICE_INSTANCE; +typedef _LDR_IMPORT_CALLBACK_INFO* PLDR_IMPORT_CALLBACK_INFO; +typedef _STORAGE_WRITE_CACHE_PROPERTY STORAGE_WRITE_CACHE_PROPERTY; +typedef _DELAYLOAD_INFO* PDELAYLOAD_INFO; +typedef PVOID ( *PDELAYLOAD_FAILURE_DLL_CALLBACK )( ULONG, PDELAYLOAD_INFO ); +typedef _SCM_INTERLEAVED_PD_INFO SCM_INTERLEAVED_PD_INFO; +typedef _EVENT_TRACE* PEVENT_TRACE; +typedef _PERSISTENT_RESERVE_COMMAND* PPERSISTENT_RESERVE_COMMAND; +typedef _DEVICEDUMP_COLLECTION_TYPE DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE; +typedef _DEVICEDUMP_COLLECTION_TYPE* PDEVICEDUMP_COLLECTION_TYPE; +typedef _DEVICEDUMP_SUBSECTION_POINTER DEVICEDUMP_SUBSECTION_POINTER; +typedef _PORT_DATA_INFORMATION PORT_DATA_INFORMATION; +typedef _SCM_PD_HEALTH_STATUS SCM_PD_HEALTH_STATUS; +typedef _DEVICEDUMP_STRUCTURE_VERSION DEVICEDUMP_STRUCTURE_VERSION; +typedef STARTING_LCN_INPUT_BUFFER_EX* PSTARTING_LCN_INPUT_BUFFER_EX; +typedef _DEVICEDUMP_STRUCTURE_VERSION* PDEVICEDUMP_STRUCTURE_VERSION; +typedef _TRACE_PROFILE_INTERVAL TRACE_PROFILE_INTERVAL; +typedef _REMOTE_PORT_VIEW* PREMOTE_PORT_VIEW; +typedef _DEVICEDUMP_SECTION_HEADER DEVICEDUMP_SECTION_HEADER; +typedef _DEVICEDUMP_SECTION_HEADER* PDEVICEDUMP_SECTION_HEADER; +typedef STARTING_VCN_INPUT_BUFFER STARTING_VCN_INPUT_BUFFER; +typedef _DISK_PERFORMANCE DISK_PERFORMANCE; +typedef _GP_LOG_PAGE_DESCRIPTOR* PGP_LOG_PAGE_DESCRIPTOR; +typedef _DMA_WIDTH DMA_WIDTH; +typedef _DEVICEDUMP_PUBLIC_SUBSECTION DEVICEDUMP_PUBLIC_SUBSECTION; +typedef _DEVICEDUMP_PUBLIC_SUBSECTION* PDEVICEDUMP_PUBLIC_SUBSECTION; +typedef _STORAGE_ATTRIBUTE_MGMT_ACTION* PSTORAGE_ATTRIBUTE_MGMT_ACTION; +typedef _LDRP_LOAD_CONTEXT* PLDRP_LOAD_CONTEXT; +typedef _FILE_BASIC_INFORMATION FILE_BASIC_INFORMATION; +typedef _DEVICEDUMP_RESTRICTED_SUBSECTION* PDEVICEDUMP_RESTRICTED_SUBSECTION; +typedef _DEVICEDUMP_PRIVATE_SUBSECTION DEVICEDUMP_PRIVATE_SUBSECTION; +typedef _SCM_BUS_PROPERTY_QUERY SCM_BUS_PROPERTY_QUERY; +typedef _DEVICEDUMP_PRIVATE_SUBSECTION* PDEVICEDUMP_PRIVATE_SUBSECTION; +typedef _ETW_PMC_COUNTER_OWNER ETW_PMC_COUNTER_OWNER; +typedef _ELEMENT_TYPE ELEMENT_TYPE; +typedef _DEVICEDUMP_STORAGEDEVICE_DATA DEVICEDUMP_STORAGEDEVICE_DATA; +typedef _DEVICEDUMP_STORAGEDEVICE_DATA* PDEVICEDUMP_STORAGEDEVICE_DATA; +typedef _ELEMENT_TYPE* PELEMENT_TYPE; +typedef NTFS_EXTENDED_VOLUME_DATA* PNTFS_EXTENDED_VOLUME_DATA; +typedef _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD; +typedef _BIN_COUNT BIN_COUNT; +typedef _LDR_DLL_LOADED_NOTIFICATION_DATA LDR_DLL_LOADED_NOTIFICATION_DATA; +typedef _SCM_PD_FIRMWARE_SLOT_INFO SCM_PD_FIRMWARE_SLOT_INFO; +typedef _FILE_POSITION_INFORMATION FILE_POSITION_INFORMATION; +typedef _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP* PDEVICEDUMP_STORAGESTACK_PUBLIC_DUMP; +typedef _STORAGE_IDLE_POWER STORAGE_IDLE_POWER; +typedef _STORAGE_POWERUP_REASON_TYPE STORAGE_POWERUP_REASON_TYPE; +typedef _HISTOGRAM_BUCKET* PHISTOGRAM_BUCKET; +typedef _STORAGE_POWERUP_REASON_TYPE* PSTORAGE_POWERUP_REASON_TYPE; +typedef _LDR_HOT_PATCH_STATE LDR_HOT_PATCH_STATE; +typedef _STORAGE_IDLE_POWERUP_REASON STORAGE_IDLE_POWERUP_REASON; +typedef _STORAGE_IDLE_POWERUP_REASON* PSTORAGE_IDLE_POWERUP_REASON; +typedef _DRIVERSTATUS* LPDRIVERSTATUS; +typedef _STORAGE_DEVICE_POWER_CAP_UNITS STORAGE_DEVICE_POWER_CAP_UNITS; +typedef _CSV_MGMT_LOCK CSV_MGMT_LOCK; +typedef _SCM_PD_PASSTHROUGH_OUTPUT SCM_PD_PASSTHROUGH_OUTPUT; +typedef _STORAGE_DEVICE_POWER_CAP* PSTORAGE_DEVICE_POWER_CAP; +typedef LONG KPRIORITY; +typedef _SENDCMDOUTPARAMS* PSENDCMDOUTPARAMS; +typedef _STORAGE_RPMB_DATA_FRAME STORAGE_RPMB_DATA_FRAME; +typedef _STORAGE_RPMB_DATA_FRAME* PSTORAGE_RPMB_DATA_FRAME; +typedef _PROCESS_DEVICEMAP_INFORMATION PROCESS_DEVICEMAP_INFORMATION; +typedef _CSV_CONTROL_PARAM CSV_CONTROL_PARAM; +typedef _STORAGE_RPMB_COMMAND_TYPE* PSTORAGE_RPMB_COMMAND_TYPE; +typedef _PROCESS_SESSION_INFORMATION PROCESS_SESSION_INFORMATION; +typedef _STORAGE_EVENT_NOTIFICATION STORAGE_EVENT_NOTIFICATION; +typedef _SCM_PD_PROPERTY_QUERY SCM_PD_PROPERTY_QUERY; +typedef _SYSTEM_ENVIRONMENT_INFORMATION_CLASS SYSTEM_ENVIRONMENT_INFORMATION_CLASS; +typedef _STORAGE_EVENT_NOTIFICATION* PSTORAGE_EVENT_NOTIFICATION; +typedef _STORAGE_COUNTER_TYPE STORAGE_COUNTER_TYPE; +typedef _CHANGER_MOVE_MEDIUM* PCHANGER_MOVE_MEDIUM; +typedef _SCM_PD_MEDIA_REINITIALIZATION_STATUS* PSCM_PD_MEDIA_REINITIALIZATION_STATUS; +typedef _MOUNTMGR_MOUNT_POINT MOUNTMGR_MOUNT_POINT; +typedef _CHANGER_ELEMENT CHANGER_ELEMENT; +typedef _STORAGE_COUNTER* PSTORAGE_COUNTER; +typedef _RTL_PROCESS_MODULE_INFORMATION RTL_PROCESS_MODULE_INFORMATION; +typedef _FILE_END_OF_FILE_INFORMATION_EX FILE_END_OF_FILE_INFORMATION_EX; +typedef _STORAGE_COUNTERS STORAGE_COUNTERS; +typedef _STORAGE_COUNTERS* PSTORAGE_COUNTERS; +typedef _SCM_REGION_FLAG* PSCM_REGION_FLAG; +typedef _STORAGE_HW_FIRMWARE_INFO_QUERY* PSTORAGE_HW_FIRMWARE_INFO_QUERY; +typedef _STORAGE_HW_FIRMWARE_SLOT_INFO* PSTORAGE_HW_FIRMWARE_SLOT_INFO; +typedef _STORAGE_HW_FIRMWARE_INFO* PSTORAGE_HW_FIRMWARE_INFO; +typedef _FILESYSTEM_STATISTICS* PFILESYSTEM_STATISTICS; +typedef _STORAGE_HW_FIRMWARE_DOWNLOAD STORAGE_HW_FIRMWARE_DOWNLOAD; +typedef _STORAGE_HW_FIRMWARE_DOWNLOAD* PSTORAGE_HW_FIRMWARE_DOWNLOAD; +typedef _FILE_LAYOUT_ENTRY* PFILE_LAYOUT_ENTRY; +typedef _EXFAT_STATISTICS EXFAT_STATISTICS; +typedef USN_JOURNAL_DATA_V0* PUSN_JOURNAL_DATA_V0; +typedef _STORAGE_HW_FIRMWARE_ACTIVATE* PSTORAGE_HW_FIRMWARE_ACTIVATE; +typedef _FILE_LEVEL_TRIM_RANGE FILE_LEVEL_TRIM_RANGE; +typedef USN_JOURNAL_DATA_V2 USN_JOURNAL_DATA_V2; +typedef _STORAGE_ATTRIBUTE_MGMT_ACTION STORAGE_ATTRIBUTE_MGMT_ACTION; +typedef USN_JOURNAL_DATA_V1 USN_JOURNAL_DATA_V1; +typedef USN_JOURNAL_DATA_V1 USN_JOURNAL_DATA; +typedef _JOBOBJECT_ENERGY_TRACKING_STATE* PJOBOBJECT_ENERGY_TRACKING_STATE; +typedef _STORAGE_ATTRIBUTE_MGMT STORAGE_ATTRIBUTE_MGMT; +typedef _STORAGE_ATTRIBUTE_MGMT* PSTORAGE_ATTRIBUTE_MGMT; +typedef _VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT; +typedef _EFI_DRIVER_ENTRY EFI_DRIVER_ENTRY; +typedef _CSV_QUERY_MDS_PATH_V2* PCSV_QUERY_MDS_PATH_V2; +typedef _SCM_LOGICAL_DEVICES SCM_LOGICAL_DEVICES; +typedef _SCM_LOGICAL_DEVICES* PSCM_LOGICAL_DEVICES; +typedef _SCM_PHYSICAL_DEVICE_INSTANCE* PSCM_PHYSICAL_DEVICE_INSTANCE; +typedef tagWNODE_SINGLE_ITEM WNODE_SINGLE_ITEM; +typedef _STORAGE_RESERVE_ID STORAGE_RESERVE_ID; +typedef _WOF_EXTERNAL_FILE_ID WOF_EXTERNAL_FILE_ID; +typedef _FILE_PREFETCH FILE_PREFETCH; +typedef _PROCESS_MITIGATION_POLICY_INFORMATION PROCESS_MITIGATION_POLICY_INFORMATION; +typedef _PORT_MESSAGE* PPORT_MESSAGE; +typedef _SCM_REGION_FLAG SCM_REGION_FLAG; +typedef _SCM_REGION* PSCM_REGION; +typedef _FILE_ZERO_DATA_INFORMATION_EX* PFILE_ZERO_DATA_INFORMATION_EX; +typedef _SCM_REGIONS SCM_REGIONS; +typedef FIND_BY_SID_OUTPUT FIND_BY_SID_OUTPUT; +typedef MFT_ENUM_DATA_V0* PMFT_ENUM_DATA_V0; +typedef _CLUSTER_RANGE* PCLUSTER_RANGE; +typedef _SCM_BUS_PROPERTY_QUERY* PSCM_BUS_PROPERTY_QUERY; +typedef _CLUSTER_RANGE CLUSTER_RANGE; +typedef _SCM_BUS_FIRMWARE_ACTIVATION_STATE* PSCM_BUS_FIRMWARE_ACTIVATION_STATE; +typedef _SCM_BUS_RUNTIME_FW_ACTIVATION_INFO SCM_BUS_RUNTIME_FW_ACTIVATION_INFO; +typedef _FSCTL_OFFLOAD_READ_OUTPUT* PFSCTL_OFFLOAD_READ_OUTPUT; +typedef _SCM_BUS_RUNTIME_FW_ACTIVATION_INFO* PSCM_BUS_RUNTIME_FW_ACTIVATION_INFO; +typedef _FSCTL_OFFLOAD_READ_OUTPUT FSCTL_OFFLOAD_READ_OUTPUT; +typedef _SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO* PSCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; +typedef _FILE_SET_SPARSE_BUFFER FILE_SET_SPARSE_BUFFER; +typedef _DBGUI_WAIT_STATE_CHANGE DBGUI_WAIT_STATE_CHANGE; +typedef _SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO* PSCM_BUS_DEDICATED_MEMORY_DEVICES_INFO; +typedef _SCM_BUS_PROPERTY_SET SCM_BUS_PROPERTY_SET; +typedef _SCM_BUS_PROPERTY_SET* PSCM_BUS_PROPERTY_SET; +typedef _MOVE_FILE_DATA32* PMOVE_FILE_DATA32; +typedef _SCM_BUS_DEDICATED_MEMORY_STATE* PSCM_BUS_DEDICATED_MEMORY_STATE; +typedef _LOOKUP_STREAM_FROM_CLUSTER_INPUT* PLOOKUP_STREAM_FROM_CLUSTER_INPUT; +typedef _PS_TRUSTLET_CREATE_ATTRIBUTES* PPS_TRUSTLET_CREATE_ATTRIBUTES; +typedef _SCM_INTERLEAVED_PD_INFO* PSCM_INTERLEAVED_PD_INFO; +typedef _PROCESS_PRIORITY_CLASS PROCESS_PRIORITY_CLASS; +typedef _SCM_LD_INTERLEAVE_SET_INFO SCM_LD_INTERLEAVE_SET_INFO; +typedef _SMB_SHARE_FLUSH_AND_PURGE_OUTPUT* PSMB_SHARE_FLUSH_AND_PURGE_OUTPUT; +typedef _LMR_QUERY_INFO_CLASS LMR_QUERY_INFO_CLASS; +typedef _SCM_PD_QUERY_TYPE* PSCM_PD_QUERY_TYPE; +typedef _CSV_CONTROL_OP CSV_CONTROL_OP; +typedef _SCM_PD_PROPERTY_QUERY* PSCM_PD_PROPERTY_QUERY; +typedef NTFS_FILE_RECORD_INPUT_BUFFER* PNTFS_FILE_RECORD_INPUT_BUFFER; +typedef _PROCESS_DEVICEMAP_INFORMATION_EX PROCESS_DEVICEMAP_INFORMATION_EX; +typedef _SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE; +typedef _SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE* PSCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE; +typedef _SD_QUERY_STATS_OUTPUT SD_QUERY_STATS_OUTPUT; +typedef _SCM_PD_DESCRIPTOR_HEADER SCM_PD_DESCRIPTOR_HEADER; +typedef MOVE_FILE_DATA MOVE_FILE_DATA; +typedef _SD_GLOBAL_CHANGE_INPUT SD_GLOBAL_CHANGE_INPUT; +typedef _SCM_PD_DESCRIPTOR_HEADER* PSCM_PD_DESCRIPTOR_HEADER; +typedef _PROCESS_READWRITEVM_LOGGING_INFORMATION PROCESS_READWRITEVM_LOGGING_INFORMATION; +typedef _PROCESS_HANDLE_TRACING_ENTRY* PPROCESS_HANDLE_TRACING_ENTRY; +typedef _FS_BPIO_OUTPUT FS_BPIO_OUTPUT; +typedef _SCM_PD_DEVICE_SPECIFIC_PROPERTY* PSCM_PD_DEVICE_SPECIFIC_PROPERTY; +typedef _CSVFS_DISK_CONNECTIVITY CSVFS_DISK_CONNECTIVITY; +typedef _REPARSE_DATA_BUFFER REPARSE_DATA_BUFFER; +typedef _JOBOBJECT_WAKE_FILTER JOBOBJECT_WAKE_FILTER; +typedef _SCM_PD_DEVICE_SPECIFIC_INFO* PSCM_PD_DEVICE_SPECIFIC_INFO; +typedef _THREAD_TLS_INFORMATION THREAD_TLS_INFORMATION; +typedef _FSCTL_QUERY_STORAGE_CLASSES_OUTPUT FSCTL_QUERY_STORAGE_CLASSES_OUTPUT; +typedef _FILE_PREFETCH_EX FILE_PREFETCH_EX; +typedef _LDR_VERIFY_IMAGE_INFO LDR_VERIFY_IMAGE_INFO; +typedef _SCM_PD_FIRMWARE_INFO SCM_PD_FIRMWARE_INFO; +typedef _FILE_REFERENCE_RANGE* PFILE_REFERENCE_RANGE; +typedef _PROCESS_STACK_ALLOCATION_INFORMATION PROCESS_STACK_ALLOCATION_INFORMATION; +typedef _SCM_PD_HEALTH_STATUS* PSCM_PD_HEALTH_STATUS; +typedef _VOLUME_DISK_EXTENTS* PVOLUME_DISK_EXTENTS; +typedef USN_RECORD_UNION USN_RECORD_UNION; +typedef _CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT; +typedef _SCM_PD_OPERATIONAL_STATUS_REASON* PSCM_PD_OPERATIONAL_STATUS_REASON; +typedef READ_USN_JOURNAL_DATA_V0* PREAD_USN_JOURNAL_DATA_V0; +typedef _SCM_PD_MANAGEMENT_STATUS SCM_PD_MANAGEMENT_STATUS; +typedef _SCM_PD_MANAGEMENT_STATUS* PSCM_PD_MANAGEMENT_STATUS; +typedef _SCM_PD_LOCATION_STRING SCM_PD_LOCATION_STRING; +typedef USN_TRACK_MODIFIED_RANGES USN_TRACK_MODIFIED_RANGES; +typedef _SCM_PD_LOCATION_STRING* PSCM_PD_LOCATION_STRING; +typedef _SCM_PD_FRU_ID_STRING* PSCM_PD_FRU_ID_STRING; +typedef _SCM_PD_FIRMWARE_DOWNLOAD SCM_PD_FIRMWARE_DOWNLOAD; +typedef _SCM_PD_FIRMWARE_DOWNLOAD* PSCM_PD_FIRMWARE_DOWNLOAD; +typedef _READ_ELEMENT_ADDRESS_INFO* PREAD_ELEMENT_ADDRESS_INFO; +typedef _CHANGER_PRODUCT_DATA CHANGER_PRODUCT_DATA; +typedef _SCM_PD_LAST_FW_ACTIVATION_STATUS* PSCM_PD_LAST_FW_ACTIVATION_STATUS; +typedef _TXFS_SAVEPOINT_INFORMATION* PTXFS_SAVEPOINT_INFORMATION; +typedef _TEB_ACTIVE_FRAME_CONTEXT* PTEB_ACTIVE_FRAME_CONTEXT; +typedef _SCM_PD_RUNTIME_FW_ACTIVATION_INFO* PSCM_PD_RUNTIME_FW_ACTIVATION_INFO; +typedef _RTL_UMS_COMPLETION_LIST RTL_UMS_COMPLETION_LIST; +typedef _SCM_PD_PASSTHROUGH_INPUT SCM_PD_PASSTHROUGH_INPUT; +typedef _SENDCMDINPARAMS* LPSENDCMDINPARAMS; +typedef WMIREGINFOW WMIREGINFOW; +typedef _SCM_PD_PASSTHROUGH_INPUT* PSCM_PD_PASSTHROUGH_INPUT; +typedef _SCM_PD_PASSTHROUGH_OUTPUT* PSCM_PD_PASSTHROUGH_OUTPUT; +typedef _SYSTEM_PAGEFILE_INFORMATION SYSTEM_PAGEFILE_INFORMATION; +typedef _TXFS_START_RM_INFORMATION* PTXFS_START_RM_INFORMATION; +typedef _SCM_PD_PASSTHROUGH_INVDIMM_INPUT SCM_PD_PASSTHROUGH_INVDIMM_INPUT; +typedef _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT; +typedef _PF_PRIVSOURCE_QUERY_REQUEST PF_PRIVSOURCE_QUERY_REQUEST; +typedef _TEB_ACTIVE_FRAME* PTEB_ACTIVE_FRAME; +typedef _CHANGER_SET_POSITION CHANGER_SET_POSITION; +typedef _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT* PSCM_PD_PASSTHROUGH_INVDIMM_OUTPUT; +typedef _FILE_SYSTEM_RECOGNITION_INFORMATION* PFILE_SYSTEM_RECOGNITION_INFORMATION; +typedef _SYSTEM_VDM_INSTEMUL_INFO* PSYSTEM_VDM_INSTEMUL_INFO; +typedef _STREAMS_QUERY_ID_OUTPUT_BUFFER* PSTREAMS_QUERY_ID_OUTPUT_BUFFER; +typedef _SCM_PD_REINITIALIZE_MEDIA_INPUT* PSCM_PD_REINITIALIZE_MEDIA_INPUT; +typedef _FILE_SYSTEM_RECOGNITION_INFORMATION FILE_SYSTEM_RECOGNITION_INFORMATION; +typedef _PF_PHASED_SCENARIO_TYPE PF_PHASED_SCENARIO_TYPE; +typedef _SCM_PD_REINITIALIZE_MEDIA_OUTPUT SCM_PD_REINITIALIZE_MEDIA_OUTPUT; +typedef _WIM_PROVIDER_REMOVE_OVERLAY_INPUT* PWIM_PROVIDER_REMOVE_OVERLAY_INPUT; +typedef _SD_ENUM_SDS_OUTPUT* PSD_ENUM_SDS_OUTPUT; +typedef _MEDIA_TYPE* PMEDIA_TYPE; +typedef _TEB* PTEB; +typedef WORD* PBAD_TRACK_NUMBER; +typedef _FORMAT_EX_PARAMETERS* PFORMAT_EX_PARAMETERS; +typedef _DISK_GEOMETRY DISK_GEOMETRY; +typedef NTFS_VOLUME_DATA_BUFFER* PNTFS_VOLUME_DATA_BUFFER; +typedef _BOOT_AREA_INFO* PBOOT_AREA_INFO; +typedef _BOOT_AREA_INFO BOOT_AREA_INFO; +typedef _CHANGER_ELEMENT_STATUS_EX* PCHANGER_ELEMENT_STATUS_EX; +typedef _DRIVE_LAYOUT_INFORMATION DRIVE_LAYOUT_INFORMATION; +typedef _VERIFY_INFORMATION* PVERIFY_INFORMATION; +typedef VOLUME_BITMAP_BUFFER VOLUME_BITMAP_BUFFER; +typedef _REASSIGN_BLOCKS* PREASSIGN_BLOCKS; +typedef _REASSIGN_BLOCKS_EX REASSIGN_BLOCKS_EX; +typedef _PS_ATTRIBUTE_LIST PS_ATTRIBUTE_LIST; +typedef _ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION* PACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION; +typedef _PARTITION_INFORMATION_GPT* PPARTITION_INFORMATION_GPT; +typedef _FILE_REGION_INPUT* PFILE_REGION_INPUT; +typedef _DISK_RECORD* PDISK_RECORD; +typedef _SET_DISK_ATTRIBUTES SET_DISK_ATTRIBUTES; +typedef _SET_PARTITION_INFORMATION_EX SET_PARTITION_INFORMATION_EX; +typedef _ACTIVATION_CONTEXT_DATA_CLR_SURROGATE* PACTIVATION_CONTEXT_DATA_CLR_SURROGATE; +typedef _SET_PARTITION_INFORMATION_EX* PSET_PARTITION_INFORMATION_EX; +typedef _CREATE_DISK_GPT* PCREATE_DISK_GPT; +typedef _TXFS_GET_METADATA_INFO_OUT* PTXFS_GET_METADATA_INFO_OUT; +typedef _PERF_BIN* PPERF_BIN; +typedef _CREATE_DISK_MBR* PCREATE_DISK_MBR; +typedef _SD_CHANGE_MACHINE_SID_INPUT* PSD_CHANGE_MACHINE_SID_INPUT; +typedef _CREATE_DISK* PCREATE_DISK; +typedef STARTING_LCN_INPUT_BUFFER* PSTARTING_LCN_INPUT_BUFFER; +typedef _GET_LENGTH_INFORMATION* PGET_LENGTH_INFORMATION; +typedef _DISK_GROW_PARTITION DISK_GROW_PARTITION; +typedef _PARTITION_INFORMATION_EX* PPARTITION_INFORMATION_EX; +typedef _ACTIVATION_CONTEXT* PACTIVATION_CONTEXT; +typedef _ACTIVATION_CONTEXT_DATA* PACTIVATION_CONTEXT_DATA; +typedef _ENCRYPTION_BUFFER* PENCRYPTION_BUFFER; +typedef _ACTIVATION_CONTEXT_STACK ACTIVATION_CONTEXT_STACK; +typedef _DRIVERSTATUS* PDRIVERSTATUS; +typedef _WNF_STATE_NAME_INFORMATION WNF_STATE_NAME_INFORMATION; +typedef _DRIVE_LAYOUT_INFORMATION_EX DRIVE_LAYOUT_INFORMATION_EX; +typedef _FILE_DESIRED_STORAGE_CLASS_INFORMATION FILE_DESIRED_STORAGE_CLASS_INFORMATION; +typedef _VIRTUALIZATION_INSTANCE_INFO_INPUT* PVIRTUALIZATION_INSTANCE_INFO_INPUT; +typedef _SENDCMDOUTPARAMS* LPSENDCMDOUTPARAMS; +typedef _DISK_EX_INT13_INFO DISK_EX_INT13_INFO; +typedef _CHANGER_EXCHANGE_MEDIUM CHANGER_EXCHANGE_MEDIUM; +typedef _DISK_EX_INT13_INFO* PDISK_EX_INT13_INFO; +typedef _API_SET_HASH_ENTRY API_SET_HASH_ENTRY; +typedef ULONG WNF_CHANGE_STAMP; +typedef _FS_BPIO_OPERATIONS FS_BPIO_OPERATIONS; +typedef _DISK_DETECTION_INFO DISK_DETECTION_INFO; +typedef _RETRIEVAL_POINTER_BASE* PRETRIEVAL_POINTER_BASE; +typedef _PEB_LDR_DATA* PPEB_LDR_DATA; +typedef _ASYNC_DUPLICATE_EXTENTS_STATUS ASYNC_DUPLICATE_EXTENTS_STATUS; +typedef _GET_CHANGER_PARAMETERS* PGET_CHANGER_PARAMETERS; +typedef _DISK_GEOMETRY_EX DISK_GEOMETRY_EX; +typedef _DISK_CONTROLLER_NUMBER* PDISK_CONTROLLER_NUMBER; +typedef _ASSEMBLY_STORAGE_MAP* PASSEMBLY_STORAGE_MAP; +typedef _IDEREGS* LPIDEREGS; +typedef _SENDCMDINPARAMS SENDCMDINPARAMS; +typedef _DISK_CACHE_INFORMATION* PDISK_CACHE_INFORMATION; +typedef _QUERY_FILE_LAYOUT_OUTPUT* PQUERY_FILE_LAYOUT_OUTPUT; +typedef _DISK_GROW_PARTITION* PDISK_GROW_PARTITION; +typedef _DISK_HISTOGRAM DISK_HISTOGRAM; +typedef _WNODE_HEADER WNODE_HEADER; +typedef _DISK_HISTOGRAM* PDISK_HISTOGRAM; +typedef _DISK_PERFORMANCE* PDISK_PERFORMANCE; +typedef _JOBOBJECT_IO_PRIORITY_LIMIT JOBOBJECT_IO_PRIORITY_LIMIT; +typedef _PROCESS_CYCLE_TIME_INFORMATION* PPROCESS_CYCLE_TIME_INFORMATION; +typedef _DISK_LOGGING DISK_LOGGING; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY* PSTORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; +typedef _DISK_LOGGING* PDISK_LOGGING; +typedef WMIDPREQUESTCODE WMIDPREQUESTCODE; +typedef _CSV_QUERY_VOLUME_REDIRECT_STATE* PCSV_QUERY_VOLUME_REDIRECT_STATE; +typedef _BIN_RANGE* PBIN_RANGE; +typedef _PERF_BIN PERF_BIN; +typedef _FILE_LINK_ENTRY_INFORMATION* PFILE_LINK_ENTRY_INFORMATION; +typedef _MEMORY_RESERVE_TYPE MEMORY_RESERVE_TYPE; +typedef tagWNODE_METHOD_ITEM* PWNODE_METHOD_ITEM; +typedef tagWNODE_METHOD_ITEM WNODE_METHOD_ITEM; +typedef _DBGKM_CREATE_THREAD DBGKM_CREATE_THREAD; +typedef _GETVERSIONINPARAMS* PGETVERSIONINPARAMS; +typedef _IDEREGS* PIDEREGS; +typedef _GET_DISK_ATTRIBUTES GET_DISK_ATTRIBUTES; +typedef tagWNODE_ALL_DATA* PWNODE_ALL_DATA; +typedef _GET_DISK_ATTRIBUTES* PGET_DISK_ATTRIBUTES; +typedef _SET_DISK_ATTRIBUTES* PSET_DISK_ATTRIBUTES; +typedef tagWNODE_ALL_DATA WNODE_ALL_DATA; +typedef _DBG_STATE DBG_STATE; +typedef _CHANGER_ELEMENT* PCHANGER_ELEMENT; +typedef _FSCTL_OFFLOAD_READ_INPUT FSCTL_OFFLOAD_READ_INPUT; +typedef _CHANGER_ELEMENT_LIST* PCHANGER_ELEMENT_LIST; +typedef _DEBUGOBJECTINFOCLASS* PDEBUGOBJECTINFOCLASS; +typedef _PS_TRUSTLET_ATTRIBUTE_HEADER PS_TRUSTLET_ATTRIBUTE_HEADER; +typedef _LOOKUP_STREAM_FROM_CLUSTER_OUTPUT* PLOOKUP_STREAM_FROM_CLUSTER_OUTPUT; +typedef _CONTAINER_ROOT_INFO_INPUT* PCONTAINER_ROOT_INFO_INPUT; +typedef _CHANGER_READ_ELEMENT_STATUS CHANGER_READ_ELEMENT_STATUS; +typedef _CHANGER_READ_ELEMENT_STATUS* PCHANGER_READ_ELEMENT_STATUS; +typedef _CHANGER_ELEMENT_STATUS* PCHANGER_ELEMENT_STATUS; +typedef _PS_TRUSTLET_ATTRIBUTE_DATA PS_TRUSTLET_ATTRIBUTE_DATA; +typedef _CHANGER_ELEMENT_STATUS_EX CHANGER_ELEMENT_STATUS_EX; +typedef _CHANGER_INITIALIZE_ELEMENT_STATUS CHANGER_INITIALIZE_ELEMENT_STATUS; +typedef const _SMB_SHARE_FLUSH_AND_PURGE_INPUT* PCSMB_SHARE_FLUSH_AND_PURGE_INPUT; +typedef _CHANGER_INITIALIZE_ELEMENT_STATUS* PCHANGER_INITIALIZE_ELEMENT_STATUS; +typedef _SD_CHANGE_MACHINE_SID_OUTPUT SD_CHANGE_MACHINE_SID_OUTPUT; +typedef _READ_ELEMENT_ADDRESS_INFO READ_ELEMENT_ADDRESS_INFO; +typedef _FILE_PROVIDER_EXTERNAL_INFO_V1 FILE_PROVIDER_EXTERNAL_INFO_V1; +typedef _CHANGER_DEVICE_PROBLEM_TYPE CHANGER_DEVICE_PROBLEM_TYPE; +typedef _CHANGER_DEVICE_PROBLEM_TYPE* PCHANGER_DEVICE_PROBLEM_TYPE; +typedef _JOBOBJECT_WAKE_INFORMATION JOBOBJECT_WAKE_INFORMATION; +typedef EVENT_INSTANCE_INFO* PEVENT_INSTANCE_INFO; +typedef _FS_BPIO_OUTFLAGS FS_BPIO_OUTFLAGS; +typedef _PROCESS_TLS_INFORMATION_TYPE PROCESS_TLS_INFORMATION_TYPE; +typedef _FILE_STANDARD_INFORMATION_EX* PFILE_STANDARD_INFORMATION_EX; +typedef REFS_VOLUME_DATA_BUFFER REFS_VOLUME_DATA_BUFFER; +typedef tagWNODE_SINGLE_ITEM* PWNODE_SINGLE_ITEM; +typedef VOLUME_BITMAP_BUFFER* PVOLUME_BITMAP_BUFFER; +typedef STARTING_VCN_INPUT_BUFFER* PSTARTING_VCN_INPUT_BUFFER; +typedef _DISK_EXTENT DISK_EXTENT; +typedef _JOBOBJECT_MEMORY_USAGE_INFORMATION_V2* PJOBOBJECT_MEMORY_USAGE_INFORMATION_V2; +typedef RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER* PRETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER; +typedef NTFS_FILE_RECORD_OUTPUT_BUFFER NTFS_FILE_RECORD_OUTPUT_BUFFER; +typedef _REFS_SMR_VOLUME_GC_METHOD REFS_SMR_VOLUME_GC_METHOD; +typedef MOVE_FILE_RECORD_DATA MOVE_FILE_RECORD_DATA; +typedef _TXFS_GET_TRANSACTED_VERSION* PTXFS_GET_TRANSACTED_VERSION; +typedef _MOVE_FILE_DATA32 MOVE_FILE_DATA32; +typedef _GDI_TEB_BATCH GDI_TEB_BATCH; +typedef _STREAM_LAYOUT_ENTRY* PSTREAM_LAYOUT_ENTRY; +typedef MFT_ENUM_DATA_V0 MFT_ENUM_DATA_V0; +typedef _TXFS_ROLLFORWARD_REDO_INFORMATION* PTXFS_ROLLFORWARD_REDO_INFORMATION; +typedef MFT_ENUM_DATA_V1 MFT_ENUM_DATA; +typedef _QUERY_BAD_RANGES_INPUT_RANGE QUERY_BAD_RANGES_INPUT_RANGE; +typedef _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER FSCTL_SET_INTEGRITY_INFORMATION_BUFFER; +typedef MFT_ENUM_DATA_V1* PMFT_ENUM_DATA; +typedef CREATE_USN_JOURNAL_DATA* PCREATE_USN_JOURNAL_DATA; +typedef _KWAIT_REASON* PKWAIT_REASON; +typedef _QUERY_BAD_RANGES_INPUT_RANGE* PQUERY_BAD_RANGES_INPUT_RANGE; +typedef _PROCESS_STATE_CHANGE_TYPE PROCESS_STATE_CHANGE_TYPE; +typedef READ_FILE_USN_DATA READ_FILE_USN_DATA; +typedef READ_USN_JOURNAL_DATA_V0 READ_USN_JOURNAL_DATA_V0; +typedef _SD_ENUM_SDS_ENTRY SD_ENUM_SDS_ENTRY; +typedef _WIM_PROVIDER_SUSPEND_OVERLAY_INPUT* PWIM_PROVIDER_SUSPEND_OVERLAY_INPUT; +typedef READ_USN_JOURNAL_DATA_V1 READ_USN_JOURNAL_DATA; +typedef USN_RECORD_V2 USN_RECORD; +typedef USN_RECORD_V2* PUSN_RECORD; +typedef USN_RECORD_COMMON_HEADER* PUSN_RECORD_COMMON_HEADER; +typedef USN_RECORD_EXTENT USN_RECORD_EXTENT; +typedef USN_RECORD_V4 USN_RECORD_V4; +typedef _PS_MEMORY_RESERVE* PPS_MEMORY_RESERVE; +typedef _FILE_REGION_OUTPUT* PFILE_REGION_OUTPUT; +typedef _ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS* PACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS; +typedef USN_JOURNAL_DATA_V1* PUSN_JOURNAL_DATA; +typedef DELETE_USN_JOURNAL_DATA* PDELETE_USN_JOURNAL_DATA; +typedef _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY* PTXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY; +typedef _DUPLICATE_EXTENTS_DATA_EX* PDUPLICATE_EXTENTS_DATA_EX; +typedef _MARK_HANDLE_INFO32 MARK_HANDLE_INFO32; +typedef _DECRYPTION_STATUS_BUFFER* PDECRYPTION_STATUS_BUFFER; +typedef _PROCESS_PRIORITY_CLASS_EX PROCESS_PRIORITY_CLASS_EX; +typedef CLONG* PCLONG; +typedef _CSV_NAMESPACE_INFO CSV_NAMESPACE_INFO; +typedef _NTFS_STATISTICS NTFS_STATISTICS; +typedef _NTFS_STATISTICS* PNTFS_STATISTICS; +typedef _FSCTL_QUERY_REGION_INFO_OUTPUT FSCTL_QUERY_REGION_INFO_OUTPUT; +typedef _FILE_VOLUME_NAME_INFORMATION* PFILE_VOLUME_NAME_INFORMATION; +typedef _API_SET_NAMESPACE_ENTRY API_SET_NAMESPACE_ENTRY; +typedef _LARGE_INTEGER_128* PLARGE_INTEGER_128; +typedef _FILE_FS_PERSISTENT_VOLUME_INFORMATION* PFILE_FS_PERSISTENT_VOLUME_INFORMATION; +typedef _CSV_QUERY_REDIRECT_STATE CSV_QUERY_REDIRECT_STATE; +typedef _FILE_SET_SPARSE_BUFFER* PFILE_SET_SPARSE_BUFFER; +typedef _THREAD_PERFORMANCE_DATA* PTHREAD_PERFORMANCE_DATA; +typedef _SHRINK_VOLUME_INFORMATION* PSHRINK_VOLUME_INFORMATION; +typedef _FILE_ZERO_DATA_INFORMATION_EX FILE_ZERO_DATA_INFORMATION_EX; +typedef _FSCTL_QUERY_REGION_INFO_INPUT* PFSCTL_QUERY_REGION_INFO_INPUT; +typedef _FILE_ALLOCATED_RANGE_BUFFER FILE_ALLOCATED_RANGE_BUFFER; +typedef _FILE_ALLOCATED_RANGE_BUFFER* PFILE_ALLOCATED_RANGE_BUFFER; +typedef tagWNODE_EVENT_ITEM WNODE_EVENT_ITEM; +typedef _DECRYPTION_STATUS_BUFFER DECRYPTION_STATUS_BUFFER; +typedef _REQUEST_RAW_ENCRYPTED_DATA* PREQUEST_RAW_ENCRYPTED_DATA; +typedef tagWNODE_TOO_SMALL WNODE_TOO_SMALL; +typedef _CLIENT_ID64* PCLIENT_ID64; +typedef char __C_ASSERT__[1]; +typedef _ENCRYPTED_DATA_INFO* PENCRYPTED_DATA_INFO; +typedef _SYSTEM_CALL_COUNT_INFORMATION SYSTEM_CALL_COUNT_INFORMATION; +typedef _EXTENDED_ENCRYPTED_DATA_INFO EXTENDED_ENCRYPTED_DATA_INFO; +typedef _EXTENDED_ENCRYPTED_DATA_INFO* PEXTENDED_ENCRYPTED_DATA_INFO; +typedef _PLEX_READ_DATA_REQUEST PLEX_READ_DATA_REQUEST; +typedef char __C_ASSERT__[1]; +typedef _PLEX_READ_DATA_REQUEST* PPLEX_READ_DATA_REQUEST; +typedef _SI_COPYFILE SI_COPYFILE; +typedef _SILO_USER_SHARED_DATA* PSILO_USER_SHARED_DATA; +typedef _SI_COPYFILE* PSI_COPYFILE; +typedef _FS_BPIO_INFO* PFS_BPIO_INFO; +typedef _FILE_PATH* PFILE_PATH; +typedef _FILE_MAKE_COMPATIBLE_BUFFER* PFILE_MAKE_COMPATIBLE_BUFFER; +typedef _FS_BPIO_RESULTS FS_BPIO_RESULTS; +typedef _BOOT_OPTIONS BOOT_OPTIONS; +typedef _FILE_SET_DEFECT_MGMT_BUFFER* PFILE_SET_DEFECT_MGMT_BUFFER; +typedef _MEMORY_COMBINE_INFORMATION* PMEMORY_COMBINE_INFORMATION; +typedef _FILE_QUERY_SPARING_BUFFER FILE_QUERY_SPARING_BUFFER; +typedef _SMB_SHARE_FLUSH_AND_PURGE_INPUT SMB_SHARE_FLUSH_AND_PURGE_INPUT; +typedef _FILE_QUERY_SPARING_BUFFER* PFILE_QUERY_SPARING_BUFFER; +typedef _FILE_QUERY_ON_DISK_VOL_INFO_BUFFER* PFILE_QUERY_ON_DISK_VOL_INFO_BUFFER; +typedef _EFI_DRIVER_ENTRY_LIST EFI_DRIVER_ENTRY_LIST; +typedef _FILE_INITIATE_REPAIR_OUTPUT_BUFFER FILE_INITIATE_REPAIR_OUTPUT_BUFFER; +typedef _RTL_PROCESS_BACKTRACE_INFORMATION* PRTL_PROCESS_BACKTRACE_INFORMATION; +typedef _CLIENT_ID* PCLIENT_ID; +typedef _FILE_INITIATE_REPAIR_OUTPUT_BUFFER* PFILE_INITIATE_REPAIR_OUTPUT_BUFFER; +typedef _EVENT_INFORMATION_CLASS EVENT_INFORMATION_CLASS; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER; +typedef _SHRINK_VOLUME_REQUEST_TYPES SHRINK_VOLUME_REQUEST_TYPES; +typedef _SHRINK_VOLUME_REQUEST_TYPES* PSHRINK_VOLUME_REQUEST_TYPES; +typedef _SYSTEM_DPC_BEHAVIOR_INFORMATION* PSYSTEM_DPC_BEHAVIOR_INFORMATION; +typedef _SHRINK_VOLUME_INFORMATION SHRINK_VOLUME_INFORMATION; +typedef _SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE; +typedef _TXFS_MODIFY_RM* PTXFS_MODIFY_RM; +typedef _MOF_FIELD MOF_FIELD; +typedef PVOID* PPVOID; +typedef _TXFS_QUERY_RM_INFORMATION* PTXFS_QUERY_RM_INFORMATION; +typedef _SYSTEM_OBJECTTYPE_INFORMATION* PSYSTEM_OBJECTTYPE_INFORMATION; +typedef _CPTABLEINFO CPTABLEINFO; +typedef _VIRTUALIZATION_INSTANCE_INFO_INPUT_EX VIRTUALIZATION_INSTANCE_INFO_INPUT_EX; +typedef _TXFS_ROLLFORWARD_REDO_INFORMATION TXFS_ROLLFORWARD_REDO_INFORMATION; +typedef WMIREGGUIDW* PWMIREGGUIDW; +typedef LARGE_INTEGER* PPHYSICAL_ADDRESS; +typedef PWMIREGGUIDW PWMIREGGUID; +typedef _TXFS_START_RM_INFORMATION TXFS_START_RM_INFORMATION; +typedef _NLSTABLEINFO NLSTABLEINFO; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HEADER* PACTIVATION_CONTEXT_GUID_SECTION_HEADER; +typedef USHORT* PRTL_ATOM; +typedef _TXFS_GET_METADATA_INFO_OUT TXFS_GET_METADATA_INFO_OUT; +typedef OFFSETINSTANCEDATAANDLENGTH* POFFSETINSTANCEDATAANDLENGTH; +typedef _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY; +typedef OFFSETINSTANCEDATAANDLENGTH OFFSETINSTANCEDATAANDLENGTH; +typedef _TXFS_LIST_TRANSACTION_LOCKED_FILES TXFS_LIST_TRANSACTION_LOCKED_FILES; +typedef _TXFS_LIST_TRANSACTION_LOCKED_FILES* PTXFS_LIST_TRANSACTION_LOCKED_FILES; +typedef const OBJECT_ATTRIBUTES64* PCOBJECT_ATTRIBUTES64; +typedef _TXFS_LIST_TRANSACTIONS_ENTRY TXFS_LIST_TRANSACTIONS_ENTRY; +typedef _BCD_OBJECT_DESCRIPTION* PBCD_OBJECT_DESCRIPTION; +typedef _TXFS_LIST_TRANSACTIONS_ENTRY* PTXFS_LIST_TRANSACTIONS_ENTRY; +typedef _LDR_SERVICE_TAG_RECORD* PLDR_SERVICE_TAG_RECORD; +typedef _TXFS_LIST_TRANSACTIONS TXFS_LIST_TRANSACTIONS; +typedef _TXFS_LIST_TRANSACTIONS* PTXFS_LIST_TRANSACTIONS; +typedef _BCD_ELEMENT_DEVICE_TYPE BCD_ELEMENT_DEVICE_TYPE; +typedef _TXFS_READ_BACKUP_INFORMATION_OUT TXFS_READ_BACKUP_INFORMATION_OUT; +typedef _TXFS_READ_BACKUP_INFORMATION_OUT* PTXFS_READ_BACKUP_INFORMATION_OUT; +typedef _EVENT_TRACE_HEADER* PEVENT_TRACE_HEADER; +typedef _TXFS_WRITE_BACKUP_INFORMATION TXFS_WRITE_BACKUP_INFORMATION; +typedef _CONTAINER_VOLUME_STATE CONTAINER_VOLUME_STATE; +typedef _TXFS_WRITE_BACKUP_INFORMATION* PTXFS_WRITE_BACKUP_INFORMATION; +typedef _T2_SET_PARAMETERS_V0* PT2_SET_PARAMETERS; +typedef _SYSDBG_LIVEDUMP_CONTROL_FLAGS SYSDBG_LIVEDUMP_CONTROL_FLAGS; +typedef _TXFS_GET_TRANSACTED_VERSION TXFS_GET_TRANSACTED_VERSION; +typedef ULONG* PLOGICAL; +typedef char CCHAR; +typedef CCHAR* PCCHAR; +typedef _TXFS_SAVEPOINT_INFORMATION TXFS_SAVEPOINT_INFORMATION; +typedef _CONTAINER_ROOT_INFO_OUTPUT* PCONTAINER_ROOT_INFO_OUTPUT; +typedef _TXFS_CREATE_MINIVERSION_INFO TXFS_CREATE_MINIVERSION_INFO; +typedef _TXFS_CREATE_MINIVERSION_INFO* PTXFS_CREATE_MINIVERSION_INFO; +typedef _TXFS_TRANSACTION_ACTIVE_INFO TXFS_TRANSACTION_ACTIVE_INFO; +typedef _SMB_SHARE_FLUSH_AND_PURGE_OUTPUT SMB_SHARE_FLUSH_AND_PURGE_OUTPUT; +typedef _TXFS_TRANSACTION_ACTIVE_INFO* PTXFS_TRANSACTION_ACTIVE_INFO; +typedef _SINGLE_LIST_ENTRY32 SINGLE_LIST_ENTRY32; +typedef _KWAIT_REASON KWAIT_REASON; +typedef _GET_FILTER_FILE_IDENTIFIER_INPUT* PGET_FILTER_FILE_IDENTIFIER_INPUT; +typedef _RETRIEVAL_POINTER_BASE RETRIEVAL_POINTER_BASE; +typedef WMIREGINFOW WMIREGINFO; +typedef _FILE_FS_PERSISTENT_VOLUME_INFORMATION FILE_FS_PERSISTENT_VOLUME_INFORMATION; +typedef ULONG64* PTRACEHANDLE; +typedef _WORKERFACTORYINFOCLASS WORKERFACTORYINFOCLASS; +typedef _OBJECT_BASIC_INFORMATION OBJECT_BASIC_INFORMATION; +typedef _REQUEST_OPLOCK_INPUT_BUFFER REQUEST_OPLOCK_INPUT_BUFFER; +typedef GUID* PGUID; +typedef _REQUEST_OPLOCK_INPUT_BUFFER* PREQUEST_OPLOCK_INPUT_BUFFER; +typedef _FILE_PROVIDER_EXTERNAL_INFO_V0* PFILE_PROVIDER_EXTERNAL_INFO_V0; +typedef _NT_PRODUCT_TYPE NT_PRODUCT_TYPE; +typedef _REQUEST_OPLOCK_OUTPUT_BUFFER REQUEST_OPLOCK_OUTPUT_BUFFER; +typedef _ETW_TRACE_PARTITION_INFORMATION_V2* PETW_TRACE_PARTITION_INFORMATION_V2; +typedef _REQUEST_OPLOCK_OUTPUT_BUFFER* PREQUEST_OPLOCK_OUTPUT_BUFFER; +typedef _VIRTUAL_STORAGE_TYPE VIRTUAL_STORAGE_TYPE; +typedef _VIRTUAL_STORAGE_TYPE* PVIRTUAL_STORAGE_TYPE; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST; +typedef _LDR_IMPORT_CALLBACK_INFO LDR_IMPORT_CALLBACK_INFO; +typedef _SYSTEM_INFORMATION_CLASS SYSTEM_INFORMATION_CLASS; +typedef _KUSER_SHARED_DATA KUSER_SHARED_DATA; +typedef _FS_BPIO_INFO FS_BPIO_INFO; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY* PSTORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; +typedef _LDR_SECTION_INFO* PLDR_SECTION_INFO; +typedef _FS_BPIO_OUTPUT* PFS_BPIO_OUTPUT; +typedef _BOUNDARY_ENTRY_TYPE BOUNDARY_ENTRY_TYPE; +typedef _UNICODE_STRING* PUNICODE_STRING; +typedef tagWNODE_SINGLE_INSTANCE WNODE_SINGLE_INSTANCE; +typedef _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE; +typedef char __C_ASSERT__[1]; +typedef _SM_REGISTRATION_INFO* PSM_REGISTRATION_INFO; +typedef _LDR_VERIFY_IMAGE_INFO* PLDR_VERIFY_IMAGE_INFO; +typedef _LDR_DLL_UNLOADED_NOTIFICATION_DATA LDR_DLL_UNLOADED_NOTIFICATION_DATA; +typedef _SMC_STORE_RESIZE_REQUEST* PSMC_STORE_RESIZE_REQUEST; +typedef _SD_CHANGE_MACHINE_SID_OUTPUT* PSD_CHANGE_MACHINE_SID_OUTPUT; +typedef char __C_ASSERT__[1]; +typedef _SD_QUERY_STATS_INPUT SD_QUERY_STATS_INPUT; +typedef _VOLUME_DISK_EXTENTS VOLUME_DISK_EXTENTS; +typedef _SD_QUERY_STATS_INPUT* PSD_QUERY_STATS_INPUT; +typedef _SYSTEM_THREAD_INFORMATION SYSTEM_THREAD_INFORMATION; +typedef _SD_QUERY_STATS_OUTPUT* PSD_QUERY_STATS_OUTPUT; +typedef _SD_ENUM_SDS_INPUT* PSD_ENUM_SDS_INPUT; +typedef _FS_BPIO_INPUT FS_BPIO_INPUT; +typedef _SD_ENUM_SDS_ENTRY* PSD_ENUM_SDS_ENTRY; +typedef char __C_ASSERT__[1]; +typedef const STRING* PCSTRING; +typedef _SD_ENUM_SDS_OUTPUT SD_ENUM_SDS_OUTPUT; +typedef _QUERY_BAD_RANGES_INPUT QUERY_BAD_RANGES_INPUT; +typedef _VARIABLE_NAME_AND_VALUE* PVARIABLE_NAME_AND_VALUE; +typedef ETW_PROCESS_TRACE_MODES ETW_PROCESS_TRACE_MODES; +typedef _SD_GLOBAL_CHANGE_INPUT* PSD_GLOBAL_CHANGE_INPUT; +typedef _SD_GLOBAL_CHANGE_OUTPUT SD_GLOBAL_CHANGE_OUTPUT; +typedef _QUERY_BAD_RANGES_OUTPUT QUERY_BAD_RANGES_OUTPUT; +typedef _SD_GLOBAL_CHANGE_OUTPUT* PSD_GLOBAL_CHANGE_OUTPUT; +typedef BOOL ( *PETW_BUFFER_CALLBACK )( const ETW_BUFFER_HEADER*, ULONG, const ETW_BUFFER_CALLBACK_INFORMATION*, void* ); +typedef _LOOKUP_STREAM_FROM_CLUSTER_INPUT LOOKUP_STREAM_FROM_CLUSTER_INPUT; +typedef _REFS_SMR_VOLUME_GC_STATE REFS_SMR_VOLUME_GC_STATE; +typedef _LOOKUP_STREAM_FROM_CLUSTER_OUTPUT LOOKUP_STREAM_FROM_CLUSTER_OUTPUT; +typedef _EVENT_RECORD EVENT_RECORD; +typedef _REFS_SMR_VOLUME_GC_ACTION REFS_SMR_VOLUME_GC_ACTION; +typedef _LOOKUP_STREAM_FROM_CLUSTER_ENTRY LOOKUP_STREAM_FROM_CLUSTER_ENTRY; +typedef _LDR_DATA_TABLE_ENTRY* PLDR_DATA_TABLE_ENTRY; +typedef void ( *PLDR_ENUM_CALLBACK )( PLDR_DATA_TABLE_ENTRY, PVOID, BOOLEAN* ); +typedef _LOOKUP_STREAM_FROM_CLUSTER_ENTRY* PLOOKUP_STREAM_FROM_CLUSTER_ENTRY; +typedef _MEMORY_WORKING_SET_EX_BLOCK* PMEMORY_WORKING_SET_EX_BLOCK; +typedef _FILE_TYPE_NOTIFICATION_INPUT FILE_TYPE_NOTIFICATION_INPUT; +typedef _FILE_TYPE_NOTIFICATION_INPUT* PFILE_TYPE_NOTIFICATION_INPUT; +typedef _SYSTEM_OBJECT_INFORMATION* PSYSTEM_OBJECT_INFORMATION; +typedef _FSCTL_QUERY_REGION_INFO_OUTPUT* PFSCTL_QUERY_REGION_INFO_OUTPUT; +typedef _SYSTEM_OBJECTTYPE_INFORMATION SYSTEM_OBJECTTYPE_INFORMATION; +typedef _CSV_MGMT_LOCK* PCSV_MGMT_LOCK; +typedef _TRACE_ENABLE_INFO* PTRACE_ENABLE_INFO; +typedef _SYSTEM_CPU_SET_TAG_INFORMATION* PSYSTEM_CPU_SET_TAG_INFORMATION; +typedef _CSV_NAMESPACE_INFO* PCSV_NAMESPACE_INFO; +typedef _SYSTEM_VDM_INSTEMUL_INFO SYSTEM_VDM_INSTEMUL_INFO; +typedef _DUPLICATE_EXTENTS_DATA DUPLICATE_EXTENTS_DATA; +typedef _TRACE_GUID_INFO TRACE_GUID_INFO; +typedef _CSV_CONTROL_OP* PCSV_CONTROL_OP; +typedef _STREAMS_QUERY_ID_OUTPUT_BUFFER STREAMS_QUERY_ID_OUTPUT_BUFFER; +typedef _CSV_CONTROL_PARAM* PCSV_CONTROL_PARAM; +typedef _SYSTEM_XFG_FAILURE_INFORMATION* PSYSTEM_XFG_FAILURE_INFORMATION; +typedef _CSV_QUERY_REDIRECT_STATE* PCSV_QUERY_REDIRECT_STATE; +typedef _SYSTEM_POOLTAG SYSTEM_POOLTAG; +typedef _CSV_QUERY_FILE_REVISION CSV_QUERY_FILE_REVISION; +typedef _CSV_QUERY_FILE_REVISION* PCSV_QUERY_FILE_REVISION; +typedef _SEMAPHORE_BASIC_INFORMATION SEMAPHORE_BASIC_INFORMATION; +typedef ULONG64 TRACEGUID_HANDLE; +typedef _CSV_QUERY_FILE_REVISION_FILE_ID_128 CSV_QUERY_FILE_REVISION_FILE_ID_128; +typedef _WIM_PROVIDER_REMOVE_OVERLAY_INPUT WIM_PROVIDER_REMOVE_OVERLAY_INPUT; +typedef _CSV_QUERY_FILE_REVISION_FILE_ID_128* PCSV_QUERY_FILE_REVISION_FILE_ID_128; +typedef _CSV_QUERY_MDS_PATH CSV_QUERY_MDS_PATH; +typedef _TIMER_BASIC_INFORMATION TIMER_BASIC_INFORMATION; +typedef _CSV_QUERY_MDS_PATH* PCSV_QUERY_MDS_PATH; +typedef _ETW_TRACE_PARTITION_INFORMATION* PETW_TRACE_PARTITION_INFORMATION; +typedef _FILE_STORAGE_TIER_MEDIA_TYPE* PFILE_STORAGE_TIER_MEDIA_TYPE; +typedef _CSVFS_DISK_CONNECTIVITY* PCSVFS_DISK_CONNECTIVITY; +typedef _EVENT_FILTER_DESCRIPTOR EVENT_FILTER_DESCRIPTOR; +typedef _BOOT_OPTIONS* PBOOT_OPTIONS; +typedef void ( *PEVENT_CALLBACK )( PEVENT_TRACE ); +typedef _CSV_QUERY_VOLUME_REDIRECT_STATE CSV_QUERY_VOLUME_REDIRECT_STATE; +typedef _VIRTUAL_STORAGE_BEHAVIOR_CODE* PVIRTUAL_STORAGE_BEHAVIOR_CODE; +typedef _CSV_QUERY_MDS_PATH_V2 CSV_QUERY_MDS_PATH_V2; +typedef _ENABLE_TRACE_PARAMETERS_V1* PENABLE_TRACE_PARAMETERS_V1; +typedef _FILE_STORAGE_TIER* PFILE_STORAGE_TIER; +typedef ULONG ( *PEVENT_TRACE_BUFFER_CALLBACKA )( PEVENT_TRACE_LOGFILEA ); +typedef _CSV_SET_VOLUME_ID CSV_SET_VOLUME_ID; +typedef _CSV_SET_VOLUME_ID* PCSV_SET_VOLUME_ID; +typedef _CSV_QUERY_VOLUME_ID CSV_QUERY_VOLUME_ID; +typedef _CSV_QUERY_VOLUME_ID* PCSV_QUERY_VOLUME_ID; +typedef _LMR_QUERY_INFO_CLASS* PLMR_QUERY_INFO_CLASS; +typedef _STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER* PSTREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER; +typedef _LMR_QUERY_INFO_PARAM LMR_QUERY_INFO_PARAM; +typedef _SYSDBG_COMMAND* PSYSDBG_COMMAND; +typedef _LMR_QUERY_INFO_PARAM* PLMR_QUERY_INFO_PARAM; +typedef _WOF_VERSION_INFO WOF_VERSION_INFO; +typedef _LMR_QUERY_SESSION_INFO LMR_QUERY_SESSION_INFO; +typedef _LMR_QUERY_SESSION_INFO* PLMR_QUERY_SESSION_INFO; +typedef _TRACE_STACK_CACHING_INFO TRACE_STACK_CACHING_INFO; +typedef _CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT* PCSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT; +typedef _MUTANT_OWNER_INFORMATION MUTANT_OWNER_INFORMATION; +typedef _WIM_PROVIDER_ADD_OVERLAY_INPUT* PWIM_PROVIDER_ADD_OVERLAY_INPUT; +typedef _STORAGE_RESERVE_ID* PSTORAGE_RESERVE_ID; +typedef BOOLEAN ( *PLDR_INIT_ROUTINE )( PVOID, ULONG, PVOID ); +typedef _CSV_IS_OWNED_BY_CSVFS CSV_IS_OWNED_BY_CSVFS; +typedef _SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS* PSYSTEM_ACTIVITY_MODERATION_USER_SETTINGS; +typedef _FILE_REGION_INPUT FILE_REGION_INPUT; +typedef _CSV_IS_OWNED_BY_CSVFS* PCSV_IS_OWNED_BY_CSVFS; +typedef _TRACE_LOGFILE_HEADER32* PTRACE_LOGFILE_HEADER32; +typedef _TRACE_LOGFILE_HEADER64* PTRACE_LOGFILE_HEADER64; +typedef _FILE_LEVEL_TRIM_RANGE* PFILE_LEVEL_TRIM_RANGE; +typedef _FILE_LEVEL_TRIM FILE_LEVEL_TRIM; +typedef _TRACE_LOGFILE_HEADER64 TRACE_LOGFILE_HEADER64; +typedef _DUPLICATE_EXTENTS_DATA32 DUPLICATE_EXTENTS_DATA32; +typedef _FILE_LEVEL_TRIM* PFILE_LEVEL_TRIM; +typedef _PS_SYSTEM_DLL_INIT_BLOCK PS_SYSTEM_DLL_INIT_BLOCK; +typedef _FILE_LEVEL_TRIM_OUTPUT FILE_LEVEL_TRIM_OUTPUT; +typedef _FILE_LEVEL_TRIM_OUTPUT* PFILE_LEVEL_TRIM_OUTPUT; +typedef _QUERY_FILE_LAYOUT_FILTER_TYPE QUERY_FILE_LAYOUT_FILTER_TYPE; +typedef _ETW_PMC_COUNTER_OWNERSHIP_STATUS ETW_PMC_COUNTER_OWNERSHIP_STATUS; +typedef _LDR_RESOURCE_INFO* PLDR_RESOURCE_INFO; +typedef _FILE_REFERENCE_RANGE FILE_REFERENCE_RANGE; +typedef _EFI_DRIVER_ENTRY_LIST* PEFI_DRIVER_ENTRY_LIST; +typedef _TRACE_QUERY_INFO_CLASS TRACE_QUERY_INFO_CLASS; +typedef _TRACE_GUID_REGISTRATION TRACE_GUID_REGISTRATION; +typedef _WOF_EXTERNAL_INFO* PWOF_EXTERNAL_INFO; +typedef _QUERY_FILE_LAYOUT_INPUT QUERY_FILE_LAYOUT_INPUT; +typedef _REPAIR_COPIES_INPUT* PREPAIR_COPIES_INPUT; +typedef _QUERY_FILE_LAYOUT_INPUT* PQUERY_FILE_LAYOUT_INPUT; +typedef _LDR_DLL_LOAD_REASON LDR_DLL_LOAD_REASON; +typedef _QUERY_FILE_LAYOUT_OUTPUT QUERY_FILE_LAYOUT_OUTPUT; +typedef _FILE_REGION_INFO FILE_REGION_INFO; +typedef _FILE_LAYOUT_ENTRY FILE_LAYOUT_ENTRY; +typedef _FILE_LAYOUT_NAME_ENTRY* PFILE_LAYOUT_NAME_ENTRY; +typedef _SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION; +typedef _FILE_LAYOUT_INFO_ENTRY* PFILE_LAYOUT_INFO_ENTRY; +typedef _TRACE_PROVIDER_INSTANCE_INFO TRACE_PROVIDER_INSTANCE_INFO; +typedef _WNF_TYPE_ID WNF_TYPE_ID; +typedef _FILE_DESIRED_STORAGE_CLASS_INFORMATION* PFILE_DESIRED_STORAGE_CLASS_INFORMATION; +typedef _PROFILE_SOURCE_INFO PROFILE_SOURCE_INFO; +typedef _PROCESS_DISK_COUNTERS* PPROCESS_DISK_COUNTERS; +typedef _WNF_DELIVERY_DESCRIPTOR WNF_DELIVERY_DESCRIPTOR; +typedef _STREAMS_ASSOCIATE_ID_INPUT_BUFFER* PSTREAMS_ASSOCIATE_ID_INPUT_BUFFER; +typedef _ENERGY_STATE_DURATION ENERGY_STATE_DURATION; +typedef _STREAM_EXTENT_ENTRY STREAM_EXTENT_ENTRY; +typedef _LDR_SOFTWARE_ENCLAVE LDR_SOFTWARE_ENCLAVE; +typedef _STREAM_EXTENT_ENTRY* PSTREAM_EXTENT_ENTRY; +typedef _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER FSCTL_GET_INTEGRITY_INFORMATION_BUFFER; +typedef ULONG64 PROCESSTRACE_HANDLE; +typedef _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER* PFSCTL_GET_INTEGRITY_INFORMATION_BUFFER; +typedef _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER* PFSCTL_SET_INTEGRITY_INFORMATION_BUFFER; +typedef _WORKERFACTORYINFOCLASS* PWORKERFACTORYINFOCLASS; +typedef _DUPLICATE_EXTENTS_STATE DUPLICATE_EXTENTS_STATE; +typedef ETW_CONTEXT_REGISTER_TYPES ETW_CONTEXT_REGISTER_TYPES; +typedef _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX; +typedef _LDR_ENUM_RESOURCE_ENTRY LDR_ENUM_RESOURCE_ENTRY; +typedef _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX* PFSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX; +typedef _ASYNC_DUPLICATE_EXTENTS_STATUS* PASYNC_DUPLICATE_EXTENTS_STATUS; +typedef _FSCTL_OFFLOAD_READ_INPUT* PFSCTL_OFFLOAD_READ_INPUT; +typedef _EVENT_TRACE EVENT_TRACE; +typedef _STREAM_INFORMATION_ENTRY STREAM_INFORMATION_ENTRY; +typedef _FSCTL_OFFLOAD_WRITE_INPUT FSCTL_OFFLOAD_WRITE_INPUT; +typedef _FSCTL_OFFLOAD_WRITE_INPUT* PFSCTL_OFFLOAD_WRITE_INPUT; +typedef _SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS* PSYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS; +typedef _FSCTL_OFFLOAD_WRITE_OUTPUT FSCTL_OFFLOAD_WRITE_OUTPUT; +typedef _FSCTL_OFFLOAD_WRITE_OUTPUT* PFSCTL_OFFLOAD_WRITE_OUTPUT; +typedef void ( *PLDR_DLL_NOTIFICATION_FUNCTION )( ULONG, PLDR_DLL_NOTIFICATION_DATA, PVOID ); +typedef _SET_PURGE_FAILURE_MODE_INPUT SET_PURGE_FAILURE_MODE_INPUT; +typedef _FILE_STORAGE_TIER_REGION* PFILE_STORAGE_TIER_REGION; +typedef _SET_PURGE_FAILURE_MODE_INPUT* PSET_PURGE_FAILURE_MODE_INPUT; +typedef _ETW_BUFFER_CONTEXT* PETW_BUFFER_CONTEXT; +typedef _REPAIR_COPIES_INPUT REPAIR_COPIES_INPUT; +typedef _CLIENT_ID32 CLIENT_ID32; +typedef _REPAIR_COPIES_OUTPUT REPAIR_COPIES_OUTPUT; +typedef _RTL_PROCESS_BACKTRACES* PRTL_PROCESS_BACKTRACES; +typedef _REPAIR_COPIES_OUTPUT* PREPAIR_COPIES_OUTPUT; +typedef _FILE_REGION_INFO* PFILE_REGION_INFO; +typedef _SYSTEM_HANDLE_TABLE_ENTRY_INFO SYSTEM_HANDLE_TABLE_ENTRY_INFO; +typedef _WOW64_PROCESS* PWOW64_PROCESS; +typedef _FILE_REGION_OUTPUT FILE_REGION_OUTPUT; +typedef STRING64 UNICODE_STRING64; +typedef _SYSTEM_DEVICE_INFORMATION SYSTEM_DEVICE_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA ACTIVATION_CONTEXT_DATA; +typedef _WRITE_USN_REASON_INPUT WRITE_USN_REASON_INPUT; +typedef _WRITE_USN_REASON_INPUT* PWRITE_USN_REASON_INPUT; +typedef _SYSTEM_DEVICE_INFORMATION* PSYSTEM_DEVICE_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _FILE_STORAGE_TIER_CLASS* PFILE_STORAGE_TIER_CLASS; +typedef _FILE_STORAGE_TIER FILE_STORAGE_TIER; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY* PACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY; +typedef _SUITE_TYPE SUITE_TYPE; +typedef _RTL_PROCESS_BACKTRACES RTL_PROCESS_BACKTRACES; +typedef _TRACE_QUERY_INFO_CLASS TRACE_INFO_CLASS; +typedef _STREAM_INFORMATION_ENTRY* PSTREAM_INFORMATION_ENTRY; +typedef _SYSTEM_QUERY_TIME_ADJUST_INFORMATION* PSYSTEM_QUERY_TIME_ADJUST_INFORMATION; +typedef _FSCTL_QUERY_REGION_INFO_INPUT FSCTL_QUERY_REGION_INFO_INPUT; +typedef _LDR_DDAG_NODE* PLDR_DDAG_NODE; +typedef _SYSTEM_SET_TIME_ADJUST_INFORMATION SYSTEM_SET_TIME_ADJUST_INFORMATION; +typedef USHORT RTL_ATOM; +typedef _DUPLICATE_EXTENTS_DATA* PDUPLICATE_EXTENTS_DATA; +typedef _WNF_TYPE_ID* PWNF_TYPE_ID; +typedef _DUPLICATE_EXTENTS_DATA32* PDUPLICATE_EXTENTS_DATA32; +typedef _SYSTEM_FLAGS_INFORMATION SYSTEM_FLAGS_INFORMATION; +typedef _DUPLICATE_EXTENTS_DATA_EX DUPLICATE_EXTENTS_DATA_EX; +typedef _DUPLICATE_EXTENTS_DATA_EX32 DUPLICATE_EXTENTS_DATA_EX32; +typedef _DUPLICATE_EXTENTS_DATA_EX32* PDUPLICATE_EXTENTS_DATA_EX32; +typedef _DUPLICATE_EXTENTS_STATE* PDUPLICATE_EXTENTS_STATE; +typedef _SYSTEM_POOLTAG* PSYSTEM_POOLTAG; +typedef _REFS_SMR_VOLUME_GC_STATE* PREFS_SMR_VOLUME_GC_STATE; +typedef ULONG LOGICAL; +typedef _REFS_SMR_VOLUME_INFO_OUTPUT REFS_SMR_VOLUME_INFO_OUTPUT; +typedef PVOID PT2_CANCEL_PARAMETERS; +typedef const WNF_STATE_NAME* PCWNF_STATE_NAME; +typedef _REFS_SMR_VOLUME_GC_ACTION* PREFS_SMR_VOLUME_GC_ACTION; +typedef _SYSDBG_LIVEDUMP_SELECTIVE_CONTROL* PSYSDBG_LIVEDUMP_SELECTIVE_CONTROL; +typedef _REFS_SMR_VOLUME_GC_METHOD* PREFS_SMR_VOLUME_GC_METHOD; +typedef _REFS_SMR_VOLUME_GC_PARAMETERS REFS_SMR_VOLUME_GC_PARAMETERS; +typedef _REFS_SMR_VOLUME_GC_PARAMETERS* PREFS_SMR_VOLUME_GC_PARAMETERS; +typedef _RTL_BALANCED_NODE* PRTL_BALANCED_NODE; +typedef _STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER; +typedef _STREAMS_ASSOCIATE_ID_INPUT_BUFFER STREAMS_ASSOCIATE_ID_INPUT_BUFFER; +typedef _SYSTEM_BASIC_WORKING_SET_INFORMATION SYSTEM_BASIC_WORKING_SET_INFORMATION; +typedef _COUNTED_REASON_CONTEXT* PCOUNTED_REASON_CONTEXT; +typedef _QUERY_BAD_RANGES_INPUT* PQUERY_BAD_RANGES_INPUT; +typedef _QUERY_BAD_RANGES_OUTPUT_RANGE QUERY_BAD_RANGES_OUTPUT_RANGE; +typedef _QUERY_BAD_RANGES_OUTPUT_RANGE* PQUERY_BAD_RANGES_OUTPUT_RANGE; +typedef _TIMER_SET_COALESCABLE_TIMER_INFO* PTIMER_SET_COALESCABLE_TIMER_INFO; +typedef _QUAD QUAD; +typedef _TIMER_SET_COALESCABLE_TIMER_INFO TIMER_SET_COALESCABLE_TIMER_INFO; +typedef _OBJECT_TYPES_INFORMATION* POBJECT_TYPES_INFORMATION; +typedef _SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT* PSET_DAX_ALLOC_ALIGNMENT_HINT_INPUT; +typedef char __C_ASSERT__[1]; +typedef _VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT* PVIRTUAL_STORAGE_SET_BEHAVIOR_INPUT; +typedef _EVENT_TRACE_PROPERTIES EVENT_TRACE_PROPERTIES; +typedef _ENCRYPTION_KEY_CTRL_INPUT* PENCRYPTION_KEY_CTRL_INPUT; +typedef _OBJECT_DIRECTORY_INFORMATION* POBJECT_DIRECTORY_INFORMATION; +typedef _RTL_PROCESS_LOCKS* PRTL_PROCESS_LOCKS; +typedef _WOF_VERSION_INFO* PWOF_VERSION_INFO; +typedef _WIM_PROVIDER_EXTERNAL_INFO WIM_PROVIDER_EXTERNAL_INFO; +typedef _WIM_PROVIDER_EXTERNAL_INFO* PWIM_PROVIDER_EXTERNAL_INFO; +typedef STRING32* PANSI_STRING32; +typedef _WIM_PROVIDER_ADD_OVERLAY_INPUT WIM_PROVIDER_ADD_OVERLAY_INPUT; +typedef char __C_ASSERT__[1]; +typedef _WIM_PROVIDER_UPDATE_OVERLAY_INPUT WIM_PROVIDER_UPDATE_OVERLAY_INPUT; +typedef _FILE_IO_COMPLETION_INFORMATION* PFILE_IO_COMPLETION_INFORMATION; +typedef _WIM_PROVIDER_UPDATE_OVERLAY_INPUT* PWIM_PROVIDER_UPDATE_OVERLAY_INPUT; +typedef _WORKER_FACTORY_DEFERRED_WORK WORKER_FACTORY_DEFERRED_WORK; +typedef _WIM_PROVIDER_SUSPEND_OVERLAY_INPUT WIM_PROVIDER_SUSPEND_OVERLAY_INPUT; +typedef PSTRING PUTF8_STRING; +typedef _FILE_PROVIDER_EXTERNAL_INFO_V0 FILE_PROVIDER_EXTERNAL_INFO_V0; +typedef _BOOT_ENTRY* PBOOT_ENTRY; +typedef FILE_PROVIDER_EXTERNAL_INFO_V1 FILE_PROVIDER_EXTERNAL_INFO; +typedef _BOOT_ENTRY BOOT_ENTRY; +typedef PFILE_PROVIDER_EXTERNAL_INFO_V1 PFILE_PROVIDER_EXTERNAL_INFO; +typedef _CONTAINER_VOLUME_STATE* PCONTAINER_VOLUME_STATE; +typedef _RTL_PROCESS_MODULES* PRTL_PROCESS_MODULES; +typedef _CONTAINER_ROOT_INFO_INPUT CONTAINER_ROOT_INFO_INPUT; +typedef _CONTAINER_ROOT_INFO_OUTPUT CONTAINER_ROOT_INFO_OUTPUT; +typedef _DELAYLOAD_PROC_DESCRIPTOR DELAYLOAD_PROC_DESCRIPTOR; +typedef _VIRTUALIZATION_INSTANCE_INFO_INPUT VIRTUALIZATION_INSTANCE_INFO_INPUT; +typedef _VIRTUALIZATION_INSTANCE_INFO_OUTPUT VIRTUALIZATION_INSTANCE_INFO_OUTPUT; +typedef _SM_STORE_CACHE_BACKED_PARAMS SM_STORE_CACHE_BACKED_PARAMS; +typedef _RTL_BITMAP* PRTL_BITMAP; +typedef _VIRTUALIZATION_INSTANCE_INFO_OUTPUT* PVIRTUALIZATION_INSTANCE_INFO_OUTPUT; +typedef _PS_MITIGATION_AUDIT_OPTIONS_MAP PS_MITIGATION_AUDIT_OPTIONS_MAP; +typedef _GET_FILTER_FILE_IDENTIFIER_INPUT GET_FILTER_FILE_IDENTIFIER_INPUT; +typedef _SM_STORE_CACHE_BACKED_PARAMS* PSM_STORE_CACHE_BACKED_PARAMS; +typedef _KTHREAD_STATE* PKTHREAD_STATE; +typedef _GET_FILTER_FILE_IDENTIFIER_OUTPUT* PGET_FILTER_FILE_IDENTIFIER_OUTPUT; +typedef _FS_BPIO_INFLAGS FS_BPIO_INFLAGS; +typedef _HV_MINROOT_NUMA_LPS HV_MINROOT_NUMA_LPS; +typedef _SM_STORE_PARAMETERS* PSM_STORE_PARAMETERS; +typedef _TRACE_PERIODIC_CAPTURE_STATE_INFO* PTRACE_PERIODIC_CAPTURE_STATE_INFO; +typedef _FS_BPIO_INPUT* PFS_BPIO_INPUT; +typedef _TIMER_INFORMATION_CLASS TIMER_INFORMATION_CLASS; +typedef _ETW_PROCESS_HANDLE_INFO_TYPE ETW_PROCESS_HANDLE_INFO_TYPE; +typedef _FS_BPIO_RESULTS* PFS_BPIO_RESULTS; +typedef ULONG ( *WMIDPREQUEST )( WMIDPREQUESTCODE, PVOID, ULONG*, PVOID ); +typedef _MMPFN_IDENTITY MMPFN_IDENTITY; +typedef _SMB_SHARE_FLUSH_AND_PURGE_INPUT* PSMB_SHARE_FLUSH_AND_PURGE_INPUT; +typedef _LDR_SECTION_INFO LDR_SECTION_INFO; +typedef _DELAYLOAD_INFO DELAYLOAD_INFO; +typedef _DELAYLOAD_PROC_DESCRIPTOR* PDELAYLOAD_PROC_DESCRIPTOR; +typedef const _SMB_SHARE_FLUSH_AND_PURGE_OUTPUT* PCSMB_SHARE_FLUSH_AND_PURGE_OUTPUT; +typedef _DISK_EXTENT* PDISK_EXTENT; +typedef _MUTANT_INFORMATION_CLASS MUTANT_INFORMATION_CLASS; +typedef _SECTION_INTERNAL_IMAGE_INFORMATION SECTION_INTERNAL_IMAGE_INFORMATION; +typedef _VOLUME_GET_GPT_ATTRIBUTES_INFORMATION VOLUME_GET_GPT_ATTRIBUTES_INFORMATION; +typedef _SEMAPHORE_INFORMATION_CLASS SEMAPHORE_INFORMATION_CLASS; +typedef _VOLUME_GET_GPT_ATTRIBUTES_INFORMATION* PVOLUME_GET_GPT_ATTRIBUTES_INFORMATION; +typedef _SYSDBG_PHYSICAL* PSYSDBG_PHYSICAL; +typedef void ( *PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK )( _IO_IRP_EXT_TRACK_OFFSET_HEADER*, _IO_IRP_EXT_TRACK_OFFSET_HEADER*, LONGLONG ); +typedef _IO_IRP_EXT_TRACK_OFFSET_HEADER* PIO_IRP_EXT_TRACK_OFFSET_HEADER; +typedef _WNODE_HEADER* PWNODE_HEADER; +typedef _ACTIVATION_CONTEXT* PACTIVATION_CONTEXT; +typedef _ETW_PMC_COUNTER_OWNER_TYPE ETW_PMC_COUNTER_OWNER_TYPE; +typedef _BCD_ELEMENT_INTEGER_LIST BCD_ELEMENT_INTEGER_LIST; +typedef _ENABLE_TRACE_PARAMETERS ENABLE_TRACE_PARAMETERS; +typedef tagWNODE_SINGLE_INSTANCE* PWNODE_SINGLE_INSTANCE; +typedef const UNICODE_STRING* PCUNICODE_STRING; +typedef tagWNODE_EVENT_ITEM* PWNODE_EVENT_ITEM; +typedef BCD_ELEMENT_DESCRIPTION BCD_ELEMENT_DESCRIPTION; +typedef tagWNODE_EVENT_REFERENCE WNODE_EVENT_REFERENCE; +typedef tagWNODE_EVENT_REFERENCE* PWNODE_EVENT_REFERENCE; +typedef _PS_MITIGATION_OPTIONS_MAP PS_MITIGATION_OPTIONS_MAP; +typedef PCSTR PCSZ; +typedef _RTL_FEATURE_CONFIGURATION* PRTL_FEATURE_CONFIGURATION; +typedef LARGE_INTEGER PHYSICAL_ADDRESS; +typedef _SYSTEM_NUMA_PROXIMITY_MAP SYSTEM_NUMA_PROXIMITY_MAP; +typedef PWMIREGINFOW PWMIREGINFO; +typedef BcdLibrary_SafeBoot BcdLibrary_SafeBoot; +typedef _SYSTEM_SYSTEM_DISK_INFORMATION SYSTEM_SYSTEM_DISK_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT; +typedef ULONG64 TRACELOGGER_HANDLE; +typedef _WAIT_TYPE WAIT_TYPE; +typedef ETW_PMC_SESSION_INFO ETW_PMC_SESSION_INFO; +typedef _SECURE_SPECULATION_CONTROL_INFORMATION* PSECURE_SPECULATION_CONTROL_INFORMATION; +typedef _TRACE_GUID_PROPERTIES TRACE_GUID_PROPERTIES; +typedef _EVENT_INSTANCE_HEADER EVENT_INSTANCE_HEADER; +typedef _LDR_FAILURE_DATA LDR_FAILURE_DATA; +typedef _EVENT_INSTANCE_HEADER* PEVENT_INSTANCE_HEADER; +typedef _TRACE_LOGFILE_HEADER* PTRACE_LOGFILE_HEADER; +typedef _SYSTEM_CALL_COUNT_INFORMATION* PSYSTEM_CALL_COUNT_INFORMATION; +typedef _ST_STATS_SPACE_BITMAP ST_STATS_SPACE_BITMAP; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; +typedef _PROCESSOR_PROFILE_CONTROL_AREA* PPROCESSOR_PROFILE_CONTROL_AREA; +typedef EVENT_INSTANCE_INFO EVENT_INSTANCE_INFO; +typedef _WORKER_FACTORY_DEFERRED_WORK* PWORKER_FACTORY_DEFERRED_WORK; +typedef _EVENT_TRACE_PROPERTIES* PEVENT_TRACE_PROPERTIES; +typedef _ST_STATS* PST_STATS; +typedef _EVENT_TRACE_PROPERTIES_V2* PEVENT_TRACE_PROPERTIES_V2; +typedef _SYSTEM_KERNEL_DEBUGGER_FLAGS* PSYSTEM_KERNEL_DEBUGGER_FLAGS; +typedef _SYSTEM_DPC_BEHAVIOR_INFORMATION SYSTEM_DPC_BEHAVIOR_INFORMATION; +typedef _TRACE_GUID_PROPERTIES* PTRACE_GUID_PROPERTIES; +typedef _SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE* PSYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE; +typedef _WNF_STATE_NAME_LIFETIME WNF_STATE_NAME_LIFETIME; +typedef _PROFILE_SOURCE_INFO* PPROFILE_SOURCE_INFO; +typedef _SYSTEM_CALL_TIME_INFORMATION* PSYSTEM_CALL_TIME_INFORMATION; +typedef _ETW_PMC_COUNTER_OWNER* PETW_PMC_COUNTER_OWNER; +typedef _ETW_PMC_COUNTER_OWNERSHIP_STATUS* PETW_PMC_COUNTER_OWNERSHIP_STATUS; +typedef _SYSTEM_POOLTAG_INFORMATION* PSYSTEM_POOLTAG_INFORMATION; +typedef _T2_SET_PARAMETERS_V0 T2_SET_PARAMETERS; +typedef _SYSTEM_TIMEOFDAY_INFORMATION SYSTEM_TIMEOFDAY_INFORMATION; +typedef _SYSTEM_FILECACHE_INFORMATION SYSTEM_FILECACHE_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8 SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8; +typedef _SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION; +typedef _BCD_ELEMENT_INTEGER* PBCD_ELEMENT_INTEGER; +typedef _ENABLE_TRACE_PARAMETERS* PENABLE_TRACE_PARAMETERS; +typedef _SYSTEM_VA_LIST_INFORMATION SYSTEM_VA_LIST_INFORMATION; +typedef _CLASSIC_EVENT_ID* PCLASSIC_EVENT_ID; +typedef _TRACE_STACK_CACHING_INFO* PTRACE_STACK_CACHING_INFO; +typedef _SYSTEM_EXTENDED_THREAD_INFORMATION* PSYSTEM_EXTENDED_THREAD_INFORMATION; +typedef _TRACE_PROFILE_INTERVAL* PTRACE_PROFILE_INTERVAL; +typedef _SYSTEM_PROCESS_INFORMATION SYSTEM_PROCESS_INFORMATION; +typedef _SYSTEM_PROCESSOR_FEATURES_INFORMATION* PSYSTEM_PROCESSOR_FEATURES_INFORMATION; +typedef _TRACE_PERIODIC_CAPTURE_STATE_INFO TRACE_PERIODIC_CAPTURE_STATE_INFO; +typedef _ST_IO_STATS_PERIOD* PST_IO_STATS_PERIOD; +typedef _VARIABLE_NAME_AND_VALUE VARIABLE_NAME_AND_VALUE; +typedef double DOUBLE; +typedef _QUAD* PQUAD; +typedef _QUAD_PTR QUAD_PTR; +typedef _RTL_PROCESS_MODULE_INFORMATION_EX RTL_PROCESS_MODULE_INFORMATION_EX; +typedef _WATCHDOG_HANDLER_ACTION WATCHDOG_HANDLER_ACTION; +typedef short CSHORT; +typedef CSHORT* PCSHORT; +typedef _LDR_FAILURE_DATA* PLDR_FAILURE_DATA; +typedef LONG* PKPRIORITY; +typedef PVOID ( *PDELAYLOAD_FAILURE_SYSTEM_ROUTINE )( PCSTR, PCSTR ); +typedef _TIMER_TYPE TIMER_TYPE; +typedef _SEMAPHORE_BASIC_INFORMATION* PSEMAPHORE_BASIC_INFORMATION; +typedef _STRING* PANSI_STRING; +typedef STRING UTF8_STRING; +typedef _TIMER_BASIC_INFORMATION* PTIMER_BASIC_INFORMATION; +typedef _RTL_BALANCED_NODE RTL_BALANCED_NODE; +typedef _SINGLE_LIST_ENTRY32* PSINGLE_LIST_ENTRY32; +typedef _MUTANT_BASIC_INFORMATION MUTANT_BASIC_INFORMATION; +typedef _STRING32* PSTRING32; +typedef STRING32* PUNICODE_STRING32; +typedef _SYSTEM_BOOT_ENVIRONMENT_INFORMATION* PSYSTEM_BOOT_ENVIRONMENT_INFORMATION; +typedef STRING32 ANSI_STRING32; +typedef _MUTANT_OWNER_INFORMATION* PMUTANT_OWNER_INFORMATION; +typedef _SYSTEM_POLICY_INFORMATION SYSTEM_POLICY_INFORMATION; +typedef _STRING64* PSTRING64; +typedef _SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS* PSYSTEM_CRASH_DUMP_CONFIGURATION_CLASS; +typedef STRING64* PUNICODE_STRING64; +typedef _LDR_DATA_TABLE_ENTRY LDR_DATA_TABLE_ENTRY; +typedef _OBJECT_ATTRIBUTES* POBJECT_ATTRIBUTES; +typedef const OBJECT_ATTRIBUTES* PCOBJECT_ATTRIBUTES; +typedef _PS_SYSTEM_DLL_INIT_BLOCK* PPS_SYSTEM_DLL_INIT_BLOCK; +typedef _OBJECT_ATTRIBUTES64* POBJECT_ATTRIBUTES64; +typedef _LDR_RESOURCE_INFO LDR_RESOURCE_INFO; +typedef _OBJECT_ATTRIBUTES32* POBJECT_ATTRIBUTES32; +typedef _LDR_DLL_LOAD_REASON* PLDR_DLL_LOAD_REASON; +typedef _CLIENT_ID32* PCLIENT_ID32; +typedef _KSYSTEM_TIME KSYSTEM_TIME; +typedef _MEMORY_PARTITION_PAGE_RANGE MEMORY_PARTITION_PAGE_RANGE; +typedef _KTHREAD_STATE KTHREAD_STATE; +typedef _SYSTEM_VHD_BOOT_INFORMATION SYSTEM_VHD_BOOT_INFORMATION; +typedef _KHETERO_CPU_POLICY KHETERO_CPU_POLICY; +typedef _LDR_SOFTWARE_ENCLAVE* PLDR_SOFTWARE_ENCLAVE; +typedef _KHETERO_CPU_POLICY* PKHETERO_CPU_POLICY; +typedef _SYSTEM_NUMA_INFORMATION* PSYSTEM_NUMA_INFORMATION; +typedef _SYSTEM_BIGPOOL_ENTRY SYSTEM_BIGPOOL_ENTRY; +typedef _LDR_ENUM_RESOURCE_ENTRY* PLDR_ENUM_RESOURCE_ENTRY; +typedef _LDR_SERVICE_TAG_RECORD LDR_SERVICE_TAG_RECORD; +typedef _TPM_BOOT_ENTROPY_NT_RESULT TPM_BOOT_ENTROPY_NT_RESULT; +typedef _LDR_DLL_NOTIFICATION_DATA LDR_DLL_NOTIFICATION_DATA; +typedef _LDR_DDAG_NODE LDR_DDAG_NODE; +typedef _SYSTEM_EDID_INFORMATION SYSTEM_EDID_INFORMATION; +typedef _SYSTEM_POINTER_AUTH_INFORMATION SYSTEM_POINTER_AUTH_INFORMATION; +typedef _LDR_DLL_LOADED_NOTIFICATION_DATA* PLDR_DLL_LOADED_NOTIFICATION_DATA; +typedef _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT* PSYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT; +typedef _RTL_PROCESS_MODULE_INFORMATION* PRTL_PROCESS_MODULE_INFORMATION; +typedef _RTL_PROCESS_MODULES RTL_PROCESS_MODULES; +typedef _SYSTEM_BOOT_LOGO_INFORMATION* PSYSTEM_BOOT_LOGO_INFORMATION; +typedef _SYSTEM_SECUREBOOT_POLICY_INFORMATION* PSYSTEM_SECUREBOOT_POLICY_INFORMATION; +typedef _PROCESS_ENERGY_VALUES PROCESS_ENERGY_VALUES; +typedef _SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION; +typedef _STORE_INFORMATION_CLASS STORE_INFORMATION_CLASS; +typedef _FILTER_BOOT_OPTION_OPERATION FILTER_BOOT_OPTION_OPERATION; +typedef _PROCESS_DISK_COUNTERS PROCESS_DISK_COUNTERS; +typedef _EVENT_BASIC_INFORMATION* PEVENT_BASIC_INFORMATION; +typedef _ST_IO_STATS ST_IO_STATS; +typedef _SYSTEM_VERIFIER_INFORMATION SYSTEM_VERIFIER_INFORMATION; +typedef _WNF_STATE_NAME* PWNF_STATE_NAME; +typedef _SYSTEM_SESSION_MAPPED_VIEW_INFORMATION SYSTEM_SESSION_MAPPED_VIEW_INFORMATION; +typedef const WNF_TYPE_ID* PCWNF_TYPE_ID; +typedef _SYSTEM_BOOT_GRAPHICS_INFORMATION SYSTEM_BOOT_GRAPHICS_INFORMATION; +typedef _SYSTEM_PERFORMANCE_INFORMATION SYSTEM_PERFORMANCE_INFORMATION; +typedef _SYSTEM_THREAD_INFORMATION* PSYSTEM_THREAD_INFORMATION; +typedef _SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION* PSYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION; +typedef _SYSTEM_PROCESS_INFORMATION* PSYSTEM_PROCESS_INFORMATION; +typedef _SM_STORE_MANAGER_TYPE SM_STORE_MANAGER_TYPE; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION* PSYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; +typedef _SYSTEM_FLAGS_INFORMATION* PSYSTEM_FLAGS_INFORMATION; +typedef _SM_STORE_RESIZE_REQUEST* PSM_STORE_RESIZE_REQUEST; +typedef _SYSTEM_VERIFIER_INFORMATION_EX SYSTEM_VERIFIER_INFORMATION_EX; +typedef _SYSDBG_KD_PULL_REMOTE_FILE* PSYSDBG_KD_PULL_REMOTE_FILE; +typedef _SYSTEM_PROCESSOR_POWER_INFORMATION* PSYSTEM_PROCESSOR_POWER_INFORMATION; +typedef _SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS; +typedef _SYSTEM_ERROR_PORT_TIMEOUTS SYSTEM_ERROR_PORT_TIMEOUTS; +typedef _SYSTEM_POOL_ENTRY* PSYSTEM_POOL_ENTRY; +typedef _TPM_BOOT_ENTROPY_RESULT_CODE TPM_BOOT_ENTROPY_RESULT_CODE; +typedef _SYSTEM_QUERY_TIME_ADJUST_INFORMATION SYSTEM_QUERY_TIME_ADJUST_INFORMATION; +typedef _SYSTEM_SET_TIME_ADJUST_INFORMATION* PSYSTEM_SET_TIME_ADJUST_INFORMATION; +typedef _FILE_FS_CONTROL_INFORMATION* PFILE_FS_CONTROL_INFORMATION; +typedef _BCD_MESSAGE_TYPE BCD_MESSAGE_TYPE; +typedef _SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE; +typedef _ATOM_TABLE_INFORMATION* PATOM_TABLE_INFORMATION; +typedef _SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE* PSYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE; +typedef _SYSTEM_MEMORY_LIST_INFORMATION SYSTEM_MEMORY_LIST_INFORMATION; +typedef _FILE_FS_CONTROL_INFORMATION FILE_FS_CONTROL_INFORMATION; +typedef _SYSTEM_EXCEPTION_INFORMATION SYSTEM_EXCEPTION_INFORMATION; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HEADER* PACTIVATION_CONTEXT_STRING_SECTION_HEADER; +typedef _SYSTEM_EXCEPTION_INFORMATION* PSYSTEM_EXCEPTION_INFORMATION; +typedef _SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_CRASH_DUMP_STATE_INFORMATION SYSTEM_CRASH_DUMP_STATE_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_CRASH_DUMP_STATE_INFORMATION* PSYSTEM_CRASH_DUMP_STATE_INFORMATION; +typedef _SYSTEM_MANUFACTURING_INFORMATION SYSTEM_MANUFACTURING_INFORMATION; +typedef _SYSTEM_KERNEL_DEBUGGER_INFORMATION SYSTEM_KERNEL_DEBUGGER_INFORMATION; +typedef _RTL_CRITICAL_SECTION* PRTL_CRITICAL_SECTION; +typedef _SYSTEM_KERNEL_DEBUGGER_INFORMATION* PSYSTEM_KERNEL_DEBUGGER_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_CONTEXT_SWITCH_INFORMATION SYSTEM_CONTEXT_SWITCH_INFORMATION; +typedef _SYSTEM_CONTEXT_SWITCH_INFORMATION* PSYSTEM_CONTEXT_SWITCH_INFORMATION; +typedef _SYSTEM_REGISTRY_QUOTA_INFORMATION SYSTEM_REGISTRY_QUOTA_INFORMATION; +typedef _PROC_THREAD_ATTRIBUTE PROC_THREAD_ATTRIBUTE; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_REGISTRY_QUOTA_INFORMATION* PSYSTEM_REGISTRY_QUOTA_INFORMATION; +typedef _ALPC_BASIC_INFORMATION ALPC_BASIC_INFORMATION; +typedef _SYSTEM_PROCESSOR_IDLE_INFORMATION SYSTEM_PROCESSOR_IDLE_INFORMATION; +typedef _OPLOCK_KEY_CONTEXT* POPLOCK_KEY_CONTEXT; +typedef _SYSTEM_PROCESS_CLASSIFICATION SYSTEM_PROCESS_CLASSIFICATION; +typedef _SYSTEM_PROCESSOR_IDLE_INFORMATION* PSYSTEM_PROCESSOR_IDLE_INFORMATION; +typedef _SYSTEM_LEGACY_DRIVER_INFORMATION SYSTEM_LEGACY_DRIVER_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_LEGACY_DRIVER_INFORMATION* PSYSTEM_LEGACY_DRIVER_INFORMATION; +typedef _PORT_DATA_ENTRY PORT_DATA_ENTRY; +typedef _SYSTEM_LOOKASIDE_INFORMATION SYSTEM_LOOKASIDE_INFORMATION; +typedef _ISOLATION_MANIFEST_PROPERTIES ISOLATION_MANIFEST_PROPERTIES; +typedef _SYSTEM_LOOKASIDE_INFORMATION* PSYSTEM_LOOKASIDE_INFORMATION; +typedef _MMPFN_IDENTITY* PMMPFN_IDENTITY; +typedef _SYSTEM_TPM_INFORMATION* PSYSTEM_TPM_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_RANGE_START_INFORMATION SYSTEM_RANGE_START_INFORMATION; +typedef _PROC_THREAD_BNOISOLATION_ATTRIBUTE* PPROC_THREAD_BNOISOLATION_ATTRIBUTE; +typedef _SYSTEM_RANGE_START_INFORMATION* PSYSTEM_RANGE_START_INFORMATION; +typedef _ATOM_TABLE_INFORMATION ATOM_TABLE_INFORMATION; +typedef _SYSTEM_VERIFIER_INFORMATION_LEGACY SYSTEM_VERIFIER_INFORMATION_LEGACY; +typedef _SECTION_INFORMATION_CLASS SECTION_INFORMATION_CLASS; +typedef _SYSTEM_KERNEL_DEBUGGER_FLAGS SYSTEM_KERNEL_DEBUGGER_FLAGS; +typedef _SYSTEM_VERIFIER_INFORMATION_LEGACY* PSYSTEM_VERIFIER_INFORMATION_LEGACY; +typedef _SYSTEM_VERIFIER_INFORMATION* PSYSTEM_VERIFIER_INFORMATION; +typedef _SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION* PSYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION; +typedef _SYSTEM_SESSION_PROCESS_INFORMATION SYSTEM_SESSION_PROCESS_INFORMATION; +typedef _DIRECTORY_NOTIFY_INFORMATION_CLASS* PDIRECTORY_NOTIFY_INFORMATION_CLASS; +typedef _SYSTEM_SESSION_PROCESS_INFORMATION* PSYSTEM_SESSION_PROCESS_INFORMATION; +typedef _IMAGE_EXPORT_DIRECTORY* PIMAGE_EXPORT_DIRECTORY; +typedef _BCD_ELEMENT_DATATYPE_CLASS BCD_ELEMENT_DATATYPE_CLASS; +typedef _SYSTEM_GDI_DRIVER_INFORMATION* PSYSTEM_GDI_DRIVER_INFORMATION; +typedef _MEMORY_PARTITION_PAGE_COMBINE_INFORMATION MEMORY_PARTITION_PAGE_COMBINE_INFORMATION; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE; +typedef _BCD_APPLICATION_OBJECT_TYPE BCD_APPLICATION_OBJECT_TYPE; +typedef _SYSTEM_SECUREBOOT_INFORMATION SYSTEM_SECUREBOOT_INFORMATION; +typedef _SYSTEM_INTERRUPT_CPU_SET_INFORMATION* PSYSTEM_INTERRUPT_CPU_SET_INFORMATION; +typedef _BCD_OPEN_FLAGS BCD_OPEN_FLAGS; +typedef _PFS_PRIVATE_PAGE_SOURCE* PPFS_PRIVATE_PAGE_SOURCE; +typedef _SYSTEM_NUMA_INFORMATION SYSTEM_NUMA_INFORMATION; +typedef _SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION; +typedef _FILE_REMOTE_PROTOCOL_INFORMATION* PFILE_REMOTE_PROTOCOL_INFORMATION; +typedef _SYSTEM_PROCESSOR_POWER_INFORMATION SYSTEM_PROCESSOR_POWER_INFORMATION; +typedef _FILE_GET_QUOTA_INFORMATION* PFILE_GET_QUOTA_INFORMATION; +typedef _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX; +typedef _LEAP_SECOND_DATA* PLEAP_SECOND_DATA; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX* PSYSTEM_HANDLE_TABLE_ENTRY_INFO_EX; +typedef _HV_DETAILS* PHV_DETAILS; +typedef char __C_ASSERT__[1]; +typedef _FILE_GET_QUOTA_INFORMATION FILE_GET_QUOTA_INFORMATION; +typedef _SYSTEM_HYPERVISOR_DETAIL_INFORMATION SYSTEM_HYPERVISOR_DETAIL_INFORMATION; +typedef _SYSTEM_HANDLE_INFORMATION_EX SYSTEM_HANDLE_INFORMATION_EX; +typedef _ACTIVATION_CONTEXT_DATA_TOC_HEADER ACTIVATION_CONTEXT_DATA_TOC_HEADER; +typedef _SYSTEM_HANDLE_INFORMATION_EX* PSYSTEM_HANDLE_INFORMATION_EX; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_BIGPOOL_ENTRY* PSYSTEM_BIGPOOL_ENTRY; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION* PACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION; +typedef _BCD_OBJECT BCD_OBJECT; +typedef _SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT* PSYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT; +typedef _BCD_OBJECT_DESCRIPTION BCD_OBJECT_DESCRIPTION; +typedef _SYSTEM_BIGPOOL_INFORMATION SYSTEM_BIGPOOL_INFORMATION; +typedef _SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT; +typedef _SYSTEM_BIGPOOL_INFORMATION* PSYSTEM_BIGPOOL_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION; +typedef _BCD_ELEMENT_DATATYPE_FORMAT BCD_ELEMENT_DATATYPE_FORMAT; +typedef _SYSTEM_POOL_ENTRY SYSTEM_POOL_ENTRY; +typedef _BCD_OBJECT* PBCD_OBJECT; +typedef _SYSDBG_LIVEDUMP_CONTROL_ADDPAGES SYSDBG_LIVEDUMP_CONTROL_ADDPAGES; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX* PSYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX; +typedef _SYSTEM_POOL_INFORMATION SYSTEM_POOL_INFORMATION; +typedef _SYSTEM_POOL_INFORMATION* PSYSTEM_POOL_INFORMATION; +typedef _SYSTEM_SESSION_POOLTAG_INFORMATION SYSTEM_SESSION_POOLTAG_INFORMATION; +typedef _MEMORY_PARTITION_TRANSFER_INFORMATION* PMEMORY_PARTITION_TRANSFER_INFORMATION; +typedef _SYSTEM_SESSION_POOLTAG_INFORMATION* PSYSTEM_SESSION_POOLTAG_INFORMATION; +typedef _SYSTEM_SESSION_MAPPED_VIEW_INFORMATION* PSYSTEM_SESSION_MAPPED_VIEW_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _OBJECT_BOUNDARY_ENTRY* POBJECT_BOUNDARY_ENTRY; +typedef _SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION* PSYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION; +typedef _ALPC_SERVER_INFORMATION* PALPC_SERVER_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef NTSTATUS ( *PSYSTEM_WATCHDOG_HANDLER )( WATCHDOG_HANDLER_ACTION, PVOID, PULONG, BOOLEAN ); +typedef char __C_ASSERT__[1]; +typedef _FILE_FULL_DIR_INFORMATION* PFILE_FULL_DIR_INFORMATION; +typedef _SYSTEM_WATCHDOG_HANDLER_INFORMATION SYSTEM_WATCHDOG_HANDLER_INFORMATION; +typedef _SYSTEM_ELAM_CERTIFICATE_INFORMATION SYSTEM_ELAM_CERTIFICATE_INFORMATION; +typedef _SYSTEM_WATCHDOG_HANDLER_INFORMATION* PSYSTEM_WATCHDOG_HANDLER_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _WATCHDOG_INFORMATION_CLASS WATCHDOG_INFORMATION_CLASS; +typedef _FILE_FS_VOLUME_FLAGS_INFORMATION* PFILE_FS_VOLUME_FLAGS_INFORMATION; +typedef _BCD_INHERITED_CLASS_TYPE BCD_INHERITED_CLASS_TYPE; +typedef _SYSTEM_WATCHDOG_TIMER_INFORMATION SYSTEM_WATCHDOG_TIMER_INFORMATION; +typedef _ALPC_CONTEXT_ATTR ALPC_CONTEXT_ATTR; +typedef _BCD_OBJECT_TYPE BCD_OBJECT_TYPE; +typedef _SYSTEM_WATCHDOG_TIMER_INFORMATION* PSYSTEM_WATCHDOG_TIMER_INFORMATION; +typedef _FILE_FS_VOLUME_FLAGS_INFORMATION FILE_FS_VOLUME_FLAGS_INFORMATION; +typedef _ALTERNATIVE_ARCHITECTURE_TYPE ALTERNATIVE_ARCHITECTURE_TYPE; +typedef _SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION; +typedef _SYSTEM_FIRMWARE_TABLE_ACTION SYSTEM_FIRMWARE_TABLE_ACTION; +typedef _FILE_ID_EXTD_DIR_INFORMATION* PFILE_ID_EXTD_DIR_INFORMATION; +typedef _SYSTEM_FIRMWARE_TABLE_INFORMATION SYSTEM_FIRMWARE_TABLE_INFORMATION; +typedef _PHYSICAL_CHANNEL_RUN PHYSICAL_CHANNEL_RUN; +typedef _SYSDBG_BUS_DATA* PSYSDBG_BUS_DATA; +typedef _PORT_MESSAGE64 PORT_MESSAGE64; +typedef _SYSDBG_BUS_DATA SYSDBG_BUS_DATA; +typedef _SYSTEM_FIRMWARE_TABLE_HANDLER SYSTEM_FIRMWARE_TABLE_HANDLER; +typedef _SYSTEM_MEMORY_CHANNEL_INFORMATION SYSTEM_MEMORY_CHANNEL_INFORMATION; +typedef _SYSTEM_FIRMWARE_TABLE_HANDLER* PSYSTEM_FIRMWARE_TABLE_HANDLER; +typedef _FILE_PROCESS_IDS_USING_FILE_INFORMATION FILE_PROCESS_IDS_USING_FILE_INFORMATION; +typedef _SYSDBG_TRIAGE_DUMP* PSYSDBG_TRIAGE_DUMP; +typedef _SYSTEM_MEMORY_LIST_INFORMATION* PSYSTEM_MEMORY_LIST_INFORMATION; +typedef _PROCESS_ENERGY_VALUES_EXTENSION PROCESS_ENERGY_VALUES_EXTENSION; +typedef _PROCESS_UPTIME_INFORMATION PROCESS_UPTIME_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _OBJECT_HANDLE_FLAG_INFORMATION OBJECT_HANDLE_FLAG_INFORMATION; +typedef _SYSTEM_MEMORY_LIST_COMMAND SYSTEM_MEMORY_LIST_COMMAND; +typedef _PROCESS_EXTENDED_ENERGY_VALUES* PPROCESS_EXTENDED_ENERGY_VALUES; +typedef _BCD_ELEMENT_OBJECT_LIST BCD_ELEMENT_OBJECT_LIST; +typedef _SYSTEM_THREAD_CID_PRIORITY_INFORMATION* PSYSTEM_THREAD_CID_PRIORITY_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION; +typedef _REPARSE_DATA_BUFFER* PREPARSE_DATA_BUFFER; +typedef _SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION* PSYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION; +typedef _PROCESS_READWRITEVM_LOGGING_INFORMATION* PPROCESS_READWRITEVM_LOGGING_INFORMATION; +typedef _SYSTEM_VERIFIER_ISSUE SYSTEM_VERIFIER_ISSUE; +typedef char __C_ASSERT__[1]; +typedef _PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION; +typedef _SYSTEM_VERIFIER_ISSUE* PSYSTEM_VERIFIER_ISSUE; +typedef _PREFETCHER_INFORMATION* PPREFETCHER_INFORMATION; +typedef _PROCESS_SECURITY_DOMAIN_INFORMATION* PPROCESS_SECURITY_DOMAIN_INFORMATION; +typedef _SYSTEM_VERIFIER_CANCELLATION_INFORMATION SYSTEM_VERIFIER_CANCELLATION_INFORMATION; +typedef _BCD_ELEMENT_BOOLEAN BCD_ELEMENT_BOOLEAN; +typedef BCD_ELEMENT_DESCRIPTION* PBCD_ELEMENT_DESCRIPTION; +typedef _SYSTEM_VERIFIER_CANCELLATION_INFORMATION* PSYSTEM_VERIFIER_CANCELLATION_INFORMATION; +typedef _SYSTEM_VSM_PROTECTION_INFORMATION* PSYSTEM_VSM_PROTECTION_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY* PACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY; +typedef _FILE_PIPE_PEEK_BUFFER FILE_PIPE_PEEK_BUFFER; +typedef _SYSTEM_REF_TRACE_INFORMATION SYSTEM_REF_TRACE_INFORMATION; +typedef _FILE_QUOTA_INFORMATION* PFILE_QUOTA_INFORMATION; +typedef _SYSTEM_REF_TRACE_INFORMATION* PSYSTEM_REF_TRACE_INFORMATION; +typedef _SYSTEM_SPECIAL_POOL_INFORMATION SYSTEM_SPECIAL_POOL_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_SPECIAL_POOL_INFORMATION* PSYSTEM_SPECIAL_POOL_INFORMATION; +typedef _SYSTEM_PROCESS_ID_INFORMATION SYSTEM_PROCESS_ID_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_PROCESS_ID_INFORMATION* PSYSTEM_PROCESS_ID_INFORMATION; +typedef _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1* POFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_HYPERVISOR_QUERY_INFORMATION SYSTEM_HYPERVISOR_QUERY_INFORMATION; +typedef _SYSTEM_PROCESSOR_FEATURES_INFORMATION SYSTEM_PROCESSOR_FEATURES_INFORMATION; +typedef _FILE_BOTH_DIR_INFORMATION* PFILE_BOTH_DIR_INFORMATION; +typedef _SYSTEM_HYPERVISOR_QUERY_INFORMATION* PSYSTEM_HYPERVISOR_QUERY_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef HANDLE ALPC_HANDLE; +typedef _SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION; +typedef _OBJECT_TYPE_INFORMATION* POBJECT_TYPE_INFORMATION; +typedef _SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION* PSYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION; +typedef _FILE_ID_EXTD_BOTH_DIR_INFORMATION* PFILE_ID_EXTD_BOTH_DIR_INFORMATION; +typedef _COVERAGE_REQUEST_CODES COVERAGE_REQUEST_CODES; +typedef _FILE_PIPE_REMOTE_INFORMATION* PFILE_PIPE_REMOTE_INFORMATION; +typedef _MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION* PMEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION; +typedef _COVERAGE_MODULE_REQUEST COVERAGE_MODULE_REQUEST; +typedef _PEBS_DS_SAVE_AREA64 PEBS_DS_SAVE_AREA64; +typedef _COVERAGE_MODULE_REQUEST* PCOVERAGE_MODULE_REQUEST; +typedef _FILE_PIPE_REMOTE_INFORMATION FILE_PIPE_REMOTE_INFORMATION; +typedef _PEBS_DS_SAVE_AREA32 PEBS_DS_SAVE_AREA32; +typedef _COVERAGE_MODULE_INFO* PCOVERAGE_MODULE_INFO; +typedef _COVERAGE_MODULES COVERAGE_MODULES; +typedef _MEMORY_REGION_INFORMATION* PMEMORY_REGION_INFORMATION; +typedef _COVERAGE_MODULES* PCOVERAGE_MODULES; +typedef _SYSTEM_PREFETCH_PATCH_INFORMATION SYSTEM_PREFETCH_PATCH_INFORMATION; +typedef _MOUNTMGR_VOLUME_MOUNT_POINT MOUNTMGR_VOLUME_MOUNT_POINT; +typedef _FILE_LINK_INFORMATION* PFILE_LINK_INFORMATION; +typedef _SYSTEM_PREFETCH_PATCH_INFORMATION* PSYSTEM_PREFETCH_PATCH_INFORMATION; +typedef _SYSTEM_VERIFIER_FAULTS_INFORMATION SYSTEM_VERIFIER_FAULTS_INFORMATION; +typedef _SYSTEM_BUILD_VERSION_INFORMATION_FLAGS SYSTEM_BUILD_VERSION_INFORMATION_FLAGS; +typedef _SYSTEM_ACPI_AUDIT_INFORMATION* PSYSTEM_ACPI_AUDIT_INFORMATION; +typedef _SYSTEM_VERIFIER_FAULTS_INFORMATION* PSYSTEM_VERIFIER_FAULTS_INFORMATION; +typedef _SYSTEM_SHADOW_STACK_INFORMATION SYSTEM_SHADOW_STACK_INFORMATION; +typedef _SYSTEM_VERIFIER_INFORMATION_EX* PSYSTEM_VERIFIER_INFORMATION_EX; +typedef _SYSTEM_SECURITY_MODEL_INFORMATION SYSTEM_SECURITY_MODEL_INFORMATION; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET; +typedef _SM_MEM_COMPRESSION_INFO_REQUEST SM_MEM_COMPRESSION_INFO_REQUEST; +typedef _SYSTEM_SYSTEM_PARTITION_INFORMATION SYSTEM_SYSTEM_PARTITION_INFORMATION; +typedef _DBGKM_LOAD_DLL DBGKM_LOAD_DLL; +typedef _SYSTEM_SYSTEM_PARTITION_INFORMATION* PSYSTEM_SYSTEM_PARTITION_INFORMATION; +typedef _PF_PRIVSOURCE_INFO PF_PRIVSOURCE_INFO; +typedef _SYSTEM_SYSTEM_DISK_INFORMATION* PSYSTEM_SYSTEM_DISK_INFORMATION; +typedef _SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS* PSYSTEM_REGISTRY_APPEND_STRING_PARAMETERS; +typedef _SYSTEM_SECURITY_MODEL_INFORMATION* PSYSTEM_SECURITY_MODEL_INFORMATION; +typedef _SYSTEM_NUMA_PROXIMITY_MAP* PSYSTEM_NUMA_PROXIMITY_MAP; +typedef _DBGKM_CREATE_PROCESS DBGKM_CREATE_PROCESS; +typedef _MEMORY_IMAGE_INFORMATION* PMEMORY_IMAGE_INFORMATION; +typedef _DBG_STATE* PDBG_STATE; +typedef _SYSTEM_POOL_LIMIT_INFO SYSTEM_POOL_LIMIT_INFO; +typedef _DBGKM_UNLOAD_DLL* PDBGKM_UNLOAD_DLL; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT* PSYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT; +typedef _PF_SCENARIO_PHASE_INFO PF_SCENARIO_PHASE_INFO; +typedef _MEMORY_SCRUB_INFORMATION MEMORY_SCRUB_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8* PSYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE* PACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE; +typedef _SYSTEM_POOL_LIMIT_INFORMATION SYSTEM_POOL_LIMIT_INFORMATION; +typedef _SYSTEM_POLICY_INFORMATION* PSYSTEM_POLICY_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION; +typedef _FILE_IO_COMPLETION_NOTIFICATION_INFORMATION FILE_IO_COMPLETION_NOTIFICATION_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION* PSYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION; +typedef _SYSDBG_CONTROL_SPACE SYSDBG_CONTROL_SPACE; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION* PSYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION; +typedef _SYSTEM_DEVICE_DATA_INFORMATION SYSTEM_DEVICE_DATA_INFORMATION; +typedef _SECTION_INHERIT SECTION_INHERIT; +typedef _SYSTEM_CODEINTEGRITY_INFORMATION SYSTEM_CODEINTEGRITY_INFORMATION; +typedef _SYSDBG_MSR* PSYSDBG_MSR; +typedef _SYSTEM_CODEINTEGRITY_INFORMATION* PSYSTEM_CODEINTEGRITY_INFORMATION; +typedef _FILE_REPARSE_POINT_INFORMATION* PFILE_REPARSE_POINT_INFORMATION; +typedef _SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION* PSYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION; +typedef _SYSTEM_VA_TYPE SYSTEM_VA_TYPE; +typedef _OPLOCK_KEY_ECP_CONTEXT* POPLOCK_KEY_ECP_CONTEXT; +typedef _SYSTEM_VA_TYPE* PSYSTEM_VA_TYPE; +typedef _FILE_REPARSE_POINT_INFORMATION FILE_REPARSE_POINT_INFORMATION; +typedef _SM_REGISTRATION_INFO SM_REGISTRATION_INFO; +typedef _SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION* PSYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION; +typedef _SYSTEM_VA_LIST_INFORMATION* PSYSTEM_VA_LIST_INFORMATION; +typedef _MEMORY_COMBINE_INFORMATION MEMORY_COMBINE_INFORMATION; +typedef _SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION; +typedef _FILE_RENAME_INFORMATION_EX FILE_RENAME_INFORMATION_EX; +typedef _SYSTEM_STORE_INFORMATION SYSTEM_STORE_INFORMATION; +typedef _SYSTEM_STORE_INFORMATION* PSYSTEM_STORE_INFORMATION; +typedef _SYSTEM_BUILD_VERSION_INFORMATION_FLAGS* PSYSTEM_BUILD_VERSION_INFORMATION_FLAGS; +typedef _ST_STATS_LEVEL ST_STATS_LEVEL; +typedef _QUERY_PERFORMANCE_COUNTER_FLAGS QUERY_PERFORMANCE_COUNTER_FLAGS; +typedef _SM_STATS_REQUEST SM_STATS_REQUEST; +typedef _SYSTEM_POOL_LIMIT_MEM_INFO SYSTEM_POOL_LIMIT_MEM_INFO; +typedef _SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION* PSYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION; +typedef _SM_STATS_REQUEST* PSM_STATS_REQUEST; +typedef _SECTION_BASIC_INFORMATION SECTION_BASIC_INFORMATION; +typedef _ST_DATA_MGR_STATS ST_DATA_MGR_STATS; +typedef _SYSTEM_CONSOLE_INFORMATION SYSTEM_CONSOLE_INFORMATION; +typedef _ST_DATA_MGR_STATS* PST_DATA_MGR_STATS; +typedef _SYSDBG_COMMAND SYSDBG_COMMAND; +typedef _ST_IO_STATS_PERIOD ST_IO_STATS_PERIOD; +typedef _SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION; +typedef _ST_IO_STATS* PST_IO_STATS; +typedef _ST_READ_LATENCY_BUCKET ST_READ_LATENCY_BUCKET; +typedef _DMA_SPEED* PDMA_SPEED; +typedef _ST_READ_LATENCY_BUCKET* PST_READ_LATENCY_BUCKET; +typedef _SMC_STORE_DELETE_REQUEST SMC_STORE_DELETE_REQUEST; +typedef _BCD_ELEMENT_STRING BCD_ELEMENT_STRING; +typedef _ST_READ_LATENCY_STATS ST_READ_LATENCY_STATS; +typedef void ( *PIO_APC_ROUTINE )( PVOID, PIO_STATUS_BLOCK, ULONG ); +typedef _ST_READ_LATENCY_STATS* PST_READ_LATENCY_STATS; +typedef _SYSTEM_VHD_BOOT_INFORMATION* PSYSTEM_VHD_BOOT_INFORMATION; +typedef _ST_STATS_REGION_INFO ST_STATS_REGION_INFO; +typedef _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY; +typedef _BcdOSLoader_NxPolicy BcdOSLoader_NxPolicy; +typedef _ST_STATS_REGION_INFO* PST_STATS_REGION_INFO; +typedef _ST_STATS_SPACE_BITMAP* PST_STATS_SPACE_BITMAP; +typedef _PS_CPU_QUOTA_QUERY_ENTRY PS_CPU_QUOTA_QUERY_ENTRY; +typedef _FILE_ATTRIBUTE_TAG_INFORMATION* PFILE_ATTRIBUTE_TAG_INFORMATION; +typedef _PS_CPU_QUOTA_QUERY_INFORMATION* PPS_CPU_QUOTA_QUERY_INFORMATION; +typedef _SM_REGISTRATION_REQUEST* PSM_REGISTRATION_REQUEST; +typedef _SYSTEM_FIRMWARE_PARTITION_INFORMATION SYSTEM_FIRMWARE_PARTITION_INFORMATION; +typedef _ST_STATS ST_STATS; +typedef _FILE_NETWORK_PHYSICAL_NAME_INFORMATION* PFILE_NETWORK_PHYSICAL_NAME_INFORMATION; +typedef _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT; +typedef _SM_STORE_TYPE SM_STORE_TYPE; +typedef _FILE_NETWORK_PHYSICAL_NAME_INFORMATION FILE_NETWORK_PHYSICAL_NAME_INFORMATION; +typedef _MEMORY_COMBINE_INFORMATION_EX2* PMEMORY_COMBINE_INFORMATION_EX2; +typedef _MMPFN_MEMSNAP_INFORMATION MMPFN_MEMSNAP_INFORMATION; +typedef _SM_STORE_BASIC_PARAMS SM_STORE_BASIC_PARAMS; +typedef _SMC_STORE_RESIZE_REQUEST SMC_STORE_RESIZE_REQUEST; +typedef _FILE_INTERNAL_INFORMATION* PFILE_INTERNAL_INFORMATION; +typedef _SM_STORE_BASIC_PARAMS* PSM_STORE_BASIC_PARAMS; +typedef _SMKM_REGION_EXTENT SMKM_REGION_EXTENT; +typedef _SMKM_REGION_EXTENT* PSMKM_REGION_EXTENT; +typedef _FILE_OBJECT* PFILE_OBJECT; +typedef _SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS; +typedef _SMC_CACHE_DELETE_REQUEST* PSMC_CACHE_DELETE_REQUEST; +typedef _SM_SYSTEM_STORE_TRIM_REQUEST* PSM_SYSTEM_STORE_TRIM_REQUEST; +typedef _PS_MITIGATION_OPTION PS_MITIGATION_OPTION; +typedef _FILE_PIPE_SILO_ARRIVAL_INPUT FILE_PIPE_SILO_ARRIVAL_INPUT; +typedef _PS_BNO_ISOLATION_PARAMETERS* PPS_BNO_ISOLATION_PARAMETERS; +typedef _MEMORY_PARTITION_PAGE_COMBINE_INFORMATION* PMEMORY_PARTITION_PAGE_COMBINE_INFORMATION; +typedef _SMKM_FILE_INFO SMKM_FILE_INFO; +typedef _SMKM_FILE_INFO* PSMKM_FILE_INFO; +typedef _FILE_MODE_INFORMATION FILE_MODE_INFORMATION; +typedef _SYSTEM_PIXEL_FORMAT SYSTEM_PIXEL_FORMAT; +typedef _SYSTEM_BOOT_GRAPHICS_INFORMATION* PSYSTEM_BOOT_GRAPHICS_INFORMATION; +typedef _SM_STORE_PARAMETERS SM_STORE_PARAMETERS; +typedef _SYSTEM_POOL_LIMIT_INFO* PSYSTEM_POOL_LIMIT_INFO; +typedef _MEMORY_PHYSICAL_CONTIGUITY_UNIT_STATE MEMORY_PHYSICAL_CONTIGUITY_UNIT_STATE; +typedef _ALPC_CONTEXT_ATTR* PALPC_CONTEXT_ATTR; +typedef _ALPC_COMPLETION_LIST_HEADER ALPC_COMPLETION_LIST_HEADER; +typedef _FILE_STREAM_INFORMATION FILE_STREAM_INFORMATION; +typedef _SM_CREATE_REQUEST SM_CREATE_REQUEST; +typedef _SM_CREATE_REQUEST* PSM_CREATE_REQUEST; +typedef _RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET; +typedef _SM_DELETE_REQUEST SM_DELETE_REQUEST; +typedef _SYSTEM_LOW_PRIORITY_IO_INFORMATION SYSTEM_LOW_PRIORITY_IO_INFORMATION; +typedef _SM_DELETE_REQUEST* PSM_DELETE_REQUEST; +typedef _MOUNTMGR_MOUNT_POINTS MOUNTMGR_MOUNT_POINTS; +typedef _RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET* PRTL_FEATURE_USAGE_SUBSCRIPTION_TARGET; +typedef _SM_STORE_LIST_REQUEST SM_STORE_LIST_REQUEST; +typedef _MEMORY_WORKING_SET_INFORMATION* PMEMORY_WORKING_SET_INFORMATION; +typedef _SM_STORE_LIST_REQUEST* PSM_STORE_LIST_REQUEST; +typedef _FILE_COMPRESSION_INFORMATION* PFILE_COMPRESSION_INFORMATION; +typedef _SM_STORE_LIST_REQUEST_EX SM_STORE_LIST_REQUEST_EX; +typedef _SYSTEM_DMA_GUARD_POLICY_INFORMATION SYSTEM_DMA_GUARD_POLICY_INFORMATION; +typedef _SM_STORE_LIST_REQUEST_EX* PSM_STORE_LIST_REQUEST_EX; +typedef _SM_CONFIG_REQUEST SM_CONFIG_REQUEST; +typedef _SMC_CACHE_LIST_REQUEST SMC_CACHE_LIST_REQUEST; +typedef _SMC_CACHE_LIST_REQUEST* PSMC_CACHE_LIST_REQUEST; +typedef _SMC_CACHE_PARAMETERS SMC_CACHE_PARAMETERS; +typedef _BcdLibrary_FirstMegabytePolicy BcdLibrary_FirstMegabytePolicy; +typedef _SMC_CACHE_PARAMETERS* PSMC_CACHE_PARAMETERS; +typedef _SMC_CACHE_CREATE_PARAMETERS* PSMC_CACHE_CREATE_PARAMETERS; +typedef _SMC_CACHE_CREATE_REQUEST SMC_CACHE_CREATE_REQUEST; +typedef _FILE_FS_SIZE_INFORMATION FILE_FS_SIZE_INFORMATION; +typedef _SMC_CACHE_CREATE_REQUEST* PSMC_CACHE_CREATE_REQUEST; +typedef _SMC_CACHE_DELETE_REQUEST SMC_CACHE_DELETE_REQUEST; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_ENTRY* PACTIVATION_CONTEXT_STRING_SECTION_ENTRY; +typedef char __C_ASSERT__[1]; +typedef _RTL_USER_PROCESS_PARAMETERS* PRTL_USER_PROCESS_PARAMETERS; +typedef _SMC_STORE_CREATE_REQUEST SMC_STORE_CREATE_REQUEST; +typedef _WOW64_PROCESS WOW64_PROCESS; +typedef _SMC_STORE_CREATE_REQUEST* PSMC_STORE_CREATE_REQUEST; +typedef _PF_ENABLE_STATUS PF_ENABLE_STATUS; +typedef char __C_ASSERT__[1]; +typedef _SMC_STORE_DELETE_REQUEST* PSMC_STORE_DELETE_REQUEST; +typedef _SMC_CACHE_STATS SMC_CACHE_STATS; +typedef _SMC_CACHE_STATS* PSMC_CACHE_STATS; +typedef _ALPC_PORT_ASSOCIATE_COMPLETION_PORT* PALPC_PORT_ASSOCIATE_COMPLETION_PORT; +typedef _PAGE_PRIORITY_INFORMATION PAGE_PRIORITY_INFORMATION; +typedef _KUSER_SHARED_DATA* PKUSER_SHARED_DATA; +typedef _SMC_CACHE_STATS_REQUEST SMC_CACHE_STATS_REQUEST; +typedef _SMC_CACHE_STATS_REQUEST* PSMC_CACHE_STATS_REQUEST; +typedef _TEB TEB; +typedef _ALPC_PORT_ASSOCIATE_COMPLETION_PORT ALPC_PORT_ASSOCIATE_COMPLETION_PORT; +typedef _THREADINFOCLASS THREADINFOCLASS; +typedef _SM_REGISTRATION_REQUEST SM_REGISTRATION_REQUEST; +typedef char __C_ASSERT__[1]; +typedef _RTL_BITMAP* PRTL_BITMAP; +typedef _ACTIVATION_CONTEXT_DATA_TOC_ENTRY* PACTIVATION_CONTEXT_DATA_TOC_ENTRY; +typedef _PROCESS_EXTENDED_BASIC_INFORMATION PROCESS_EXTENDED_BASIC_INFORMATION; +typedef _SM_STORE_RESIZE_REQUEST SM_STORE_RESIZE_REQUEST; +typedef _ATOM_BASIC_INFORMATION* PATOM_BASIC_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY; +typedef _SM_CONFIG_TYPE SM_CONFIG_TYPE; +typedef _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT* PACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT; +typedef _FILE_FS_GUID_INFORMATION* PFILE_FS_GUID_INFORMATION; +typedef _SM_CONFIG_REQUEST* PSM_CONFIG_REQUEST; +typedef _SM_STORE_HIGH_MEM_PRIORITY_REQUEST* PSM_STORE_HIGH_MEM_PRIORITY_REQUEST; +typedef _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION; +typedef _PF_PRIVSOURCE_INFO* PPF_PRIVSOURCE_INFO; +typedef _FILE_INTEGRITY_STREAM_INFORMATION* PFILE_INTEGRITY_STREAM_INFORMATION; +typedef _SM_MEM_COMPRESSION_INFO_REQUEST* PSM_MEM_COMPRESSION_INFO_REQUEST; +typedef _BCD_APPLICATION_IMAGE_TYPE BCD_APPLICATION_IMAGE_TYPE; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET* PACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET; +typedef char __C_ASSERT__[1]; +typedef _PS_CPU_QUOTA_QUERY_ENTRY* PPS_CPU_QUOTA_QUERY_ENTRY; +typedef _FILE_GET_EA_INFORMATION FILE_GET_EA_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _PS_CPU_QUOTA_QUERY_INFORMATION PS_CPU_QUOTA_QUERY_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_TOC_ENTRY ACTIVATION_CONTEXT_DATA_TOC_ENTRY; +typedef _SYSTEM_ERROR_PORT_TIMEOUTS* PSYSTEM_ERROR_PORT_TIMEOUTS; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION* PACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION; +typedef _SYSTEM_LOW_PRIORITY_IO_INFORMATION* PSYSTEM_LOW_PRIORITY_IO_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT; +typedef _MEMORY_PARTITION_CONFIGURATION_INFORMATION* PMEMORY_PARTITION_CONFIGURATION_INFORMATION; +typedef _TPM_BOOT_ENTROPY_NT_RESULT* PTPM_BOOT_ENTROPY_NT_RESULT; +typedef _MEMORY_PARTITION_CONFIGURATION_INFORMATION MEMORY_PARTITION_CONFIGURATION_INFORMATION; +typedef _SYSTEM_VERIFIER_COUNTERS_INFORMATION* PSYSTEM_VERIFIER_COUNTERS_INFORMATION; +typedef _MEMORY_PARTITION_PAGEFILE_INFORMATION MEMORY_PARTITION_PAGEFILE_INFORMATION; +typedef _SYSTEM_ACPI_AUDIT_INFORMATION SYSTEM_ACPI_AUDIT_INFORMATION; +typedef _PORT_INFORMATION_CLASS PORT_INFORMATION_CLASS; +typedef _SYSTEM_BASIC_PERFORMANCE_INFORMATION SYSTEM_BASIC_PERFORMANCE_INFORMATION; +typedef _SYSTEM_BASIC_PERFORMANCE_INFORMATION* PSYSTEM_BASIC_PERFORMANCE_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION; +typedef _PF_SCENARIO_PHASE_INFO* PPF_SCENARIO_PHASE_INFO; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_ENTRY ACTIVATION_CONTEXT_GUID_SECTION_ENTRY; +typedef _FILE_FS_DRIVER_PATH_INFORMATION FILE_FS_DRIVER_PATH_INFORMATION; +typedef _MEMORY_SCRUB_INFORMATION* PMEMORY_SCRUB_INFORMATION; +typedef _OBJECT_INFORMATION_CLASS OBJECT_INFORMATION_CLASS; +typedef _PEBS_DS_SAVE_AREA32* PPEBS_DS_SAVE_AREA32; +typedef _MEMORY_RANGE_ENTRY* PMEMORY_RANGE_ENTRY; +typedef _FILE_IS_REMOTE_DEVICE_INFORMATION FILE_IS_REMOTE_DEVICE_INFORMATION; +typedef _PEBS_DS_SAVE_AREA64* PPEBS_DS_SAVE_AREA64; +typedef _MEMORY_RANGE_ENTRY MEMORY_RANGE_ENTRY; +typedef _PEBS_DS_SAVE_AREA PEBS_DS_SAVE_AREA; +typedef _PEBS_DS_SAVE_AREA* PPEBS_DS_SAVE_AREA; +typedef _CFG_CALL_TARGET_LIST_INFORMATION* PCFG_CALL_TARGET_LIST_INFORMATION; +typedef _COMPATIBILITY_CONTEXT_ELEMENT_LEGACY COMPATIBILITY_CONTEXT_ELEMENT_LEGACY; +typedef char __C_ASSERT__[1]; +typedef _COMPATIBILITY_CONTEXT_ELEMENT_LEGACY* PCOMPATIBILITY_CONTEXT_ELEMENT_LEGACY; +typedef _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA; +typedef _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA* PSYSTEM_PROCESSOR_PROFILE_CONTROL_AREA; +typedef char __C_ASSERT__[1]; +typedef _ALPC_BASIC_INFORMATION* PALPC_BASIC_INFORMATION; +typedef _FILE_STANDARD_INFORMATION_EX FILE_STANDARD_INFORMATION_EX; +typedef _MEMORY_COMBINE_INFORMATION_EX MEMORY_COMBINE_INFORMATION_EX; +typedef _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER* PACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER; +typedef _MEMORY_COMBINE_INFORMATION_EX* PMEMORY_COMBINE_INFORMATION_EX; +typedef _FSINFOCLASS* PFSINFOCLASS; +typedef _MEMORY_COMBINE_INFORMATION_EX2 MEMORY_COMBINE_INFORMATION_EX2; +typedef _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER; +typedef _SYSTEM_ENTROPY_TIMING_INFORMATION SYSTEM_ENTROPY_TIMING_INFORMATION; +typedef _SYSTEM_ENTROPY_TIMING_INFORMATION* PSYSTEM_ENTROPY_TIMING_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _FILE_ID_BOTH_DIR_INFORMATION* PFILE_ID_BOTH_DIR_INFORMATION; +typedef _SYSTEM_CONSOLE_INFORMATION* PSYSTEM_CONSOLE_INFORMATION; +typedef _INITIAL_TEB* PINITIAL_TEB; +typedef _SYSTEM_PLATFORM_BINARY_INFORMATION SYSTEM_PLATFORM_BINARY_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _SYSTEM_PLATFORM_BINARY_INFORMATION* PSYSTEM_PLATFORM_BINARY_INFORMATION; +typedef _INITIAL_TEB INITIAL_TEB; +typedef _OBJECT_NAME_INFORMATION* POBJECT_NAME_INFORMATION; +typedef _OBJECT_NAME_INFORMATION OBJECT_NAME_INFORMATION; +typedef _OBJECT_TYPES_INFORMATION OBJECT_TYPES_INFORMATION; +typedef _SYSTEM_DEVICE_DATA_INFORMATION* PSYSTEM_DEVICE_DATA_INFORMATION; +typedef _ALPC_HANDLE_ATTR ALPC_HANDLE_ATTR; +typedef _PHYSICAL_CHANNEL_RUN* PPHYSICAL_CHANNEL_RUN; +typedef _SYSTEM_MEMORY_TOPOLOGY_INFORMATION SYSTEM_MEMORY_TOPOLOGY_INFORMATION; +typedef _SYSTEM_MEMORY_TOPOLOGY_INFORMATION* PSYSTEM_MEMORY_TOPOLOGY_INFORMATION; +typedef _FILE_PIPE_LOCAL_INFORMATION FILE_PIPE_LOCAL_INFORMATION; +typedef _SYSTEM_IOMMU_STATE SYSTEM_IOMMU_STATE; +typedef _SYSTEM_MEMORY_CHANNEL_INFORMATION* PSYSTEM_MEMORY_CHANNEL_INFORMATION; +typedef _SYSTEM_BOOT_LOGO_INFORMATION SYSTEM_BOOT_LOGO_INFORMATION; +typedef _MOUNTMGR_CHANGE_NOTIFY_INFO* PMOUNTMGR_CHANGE_NOTIFY_INFO; +typedef _SYSTEM_FIRMWARE_RAMDISK_INFORMATION SYSTEM_FIRMWARE_RAMDISK_INFORMATION; +typedef _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX; +typedef _FILE_VALID_DATA_LENGTH_INFORMATION* PFILE_VALID_DATA_LENGTH_INFORMATION; +typedef _MOUNTMGR_CHANGE_NOTIFY_INFO MOUNTMGR_CHANGE_NOTIFY_INFO; +typedef _SYSTEM_SECUREBOOT_POLICY_INFORMATION SYSTEM_SECUREBOOT_POLICY_INFORMATION; +typedef _SYSTEM_PAGEFILE_INFORMATION_EX SYSTEM_PAGEFILE_INFORMATION_EX; +typedef _FILE_FS_DEVICE_INFORMATION FILE_FS_DEVICE_INFORMATION; +typedef _SYSTEM_PAGEFILE_INFORMATION_EX* PSYSTEM_PAGEFILE_INFORMATION_EX; +typedef _SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION* PSYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION; +typedef _BcdLibrary_UxDisplayMessageType BcdLibrary_UxDisplayMessageType; +typedef _BcdLibrary_DebuggerStartPolicy BcdLibrary_DebuggerStartPolicy; +typedef _SYSTEM_SECUREBOOT_INFORMATION* PSYSTEM_SECUREBOOT_INFORMATION; +typedef _MOUNTMGR_VOLUME_PATHS MOUNTMGR_VOLUME_PATHS; +typedef _ENERGY_STATE_DURATION* PENERGY_STATE_DURATION; +typedef _PS_PROTECTION PS_PROTECTION; +typedef _PROCESS_ENERGY_VALUES* PPROCESS_ENERGY_VALUES; +typedef _TIMELINE_BITMAP* PTIMELINE_BITMAP; +typedef _SECTION_INTERNAL_IMAGE_INFORMATION* PSECTION_INTERNAL_IMAGE_INFORMATION; +typedef _SECTION_IMAGE_INFORMATION SECTION_IMAGE_INFORMATION; +typedef _SYSDBG_IO_SPACE* PSYSDBG_IO_SPACE; +typedef _PROCESS_ENERGY_VALUES_EXTENSION* PPROCESS_ENERGY_VALUES_EXTENSION; +typedef _PROCESS_EXTENDED_ENERGY_VALUES PROCESS_EXTENDED_ENERGY_VALUES; +typedef _PAGEDIR_INFORMATION PAGEDIR_INFORMATION; +typedef _FILE_MAILSLOT_SET_INFORMATION FILE_MAILSLOT_SET_INFORMATION; +typedef _MEMORY_FRAME_INFORMATION MEMORY_FRAME_INFORMATION; +typedef _SYSTEM_PROCESS_INFORMATION_EXTENSION SYSTEM_PROCESS_INFORMATION_EXTENSION; +typedef _SYSTEM_PROCESS_INFORMATION_EXTENSION* PSYSTEM_PROCESS_INFORMATION_EXTENSION; +typedef _SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION; +typedef _MEMORY_WORKING_SET_EX_BLOCK MEMORY_WORKING_SET_EX_BLOCK; +typedef _MOUNTMGR_QUERY_AUTO_MOUNT* PMOUNTMGR_QUERY_AUTO_MOUNT; +typedef _SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX; +typedef _SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX* PSYSTEM_KERNEL_DEBUGGER_INFORMATION_EX; +typedef _MEMORY_SHARED_COMMIT_INFORMATION MEMORY_SHARED_COMMIT_INFORMATION; +typedef _SYSTEM_ELAM_CERTIFICATE_INFORMATION* PSYSTEM_ELAM_CERTIFICATE_INFORMATION; +typedef _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2 OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2; +typedef _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2* POFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2; +typedef _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1 OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1; +typedef _LPC_CLIENT_DIED_MSG* PLPC_CLIENT_DIED_MSG; +typedef _SECTION_IMAGE_INFORMATION* PSECTION_IMAGE_INFORMATION; +typedef _BCD_ELEMENT_DEVICE BCD_ELEMENT_DEVICE; +typedef _FILE_IO_COMPLETION_INFORMATION* PFILE_IO_COMPLETION_INFORMATION; +typedef _BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION; +typedef _SYSTEM_FLUSH_INFORMATION SYSTEM_FLUSH_INFORMATION; +typedef _SYSTEM_MANUFACTURING_INFORMATION* PSYSTEM_MANUFACTURING_INFORMATION; +typedef _DMA_WIDTH* PDMA_WIDTH; +typedef _SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION; +typedef _SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION* PSYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION; +typedef _BcdOSLoader_PAEPolicy BcdOSLoader_PAEPolicy; +typedef _SYSTEM_FEATURE_CONFIGURATION_INFORMATION* PSYSTEM_FEATURE_CONFIGURATION_INFORMATION; +typedef _HV_DETAILS HV_DETAILS; +typedef _SYSTEM_HYPERVISOR_DETAIL_INFORMATION* PSYSTEM_HYPERVISOR_DETAIL_INFORMATION; +typedef _FILE_MAILSLOT_PEEK_BUFFER* PFILE_MAILSLOT_PEEK_BUFFER; +typedef _SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION; +typedef _BcdOSLoaderElementTypes BcdOSLoaderElementTypes; +typedef _SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION* PSYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION; +typedef _SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION* PSYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION; +typedef _SYSTEM_TPM_INFORMATION SYSTEM_TPM_INFORMATION; +typedef _FILE_EA_INFORMATION* PFILE_EA_INFORMATION; +typedef _FILE_LINKS_INFORMATION FILE_LINKS_INFORMATION; +typedef _SYSTEM_VSM_PROTECTION_INFORMATION SYSTEM_VSM_PROTECTION_INFORMATION; +typedef _SYSTEM_CODEINTEGRITYPOLICY_INFORMATION SYSTEM_CODEINTEGRITYPOLICY_INFORMATION; +typedef _EXTENDED_CREATE_INFORMATION_32 EXTENDED_CREATE_INFORMATION_32; +typedef _SYSTEM_ISOLATED_USER_MODE_INFORMATION SYSTEM_ISOLATED_USER_MODE_INFORMATION; +typedef _SYSTEM_ISOLATED_USER_MODE_INFORMATION* PSYSTEM_ISOLATED_USER_MODE_INFORMATION; +typedef _SYSTEM_ACTIVITY_MODERATION_INFO* PSYSTEM_ACTIVITY_MODERATION_INFO; +typedef _SYSTEM_SINGLE_MODULE_INFORMATION SYSTEM_SINGLE_MODULE_INFORMATION; +typedef _SYSTEM_SINGLE_MODULE_INFORMATION* PSYSTEM_SINGLE_MODULE_INFORMATION; +typedef _SYSTEM_INTERRUPT_CPU_SET_INFORMATION SYSTEM_INTERRUPT_CPU_SET_INFORMATION; +typedef _BcdLibrary_ConfigAccessPolicy BcdLibrary_ConfigAccessPolicy; +typedef _SYSDBG_LIVEDUMP_CONTROL SYSDBG_LIVEDUMP_CONTROL; +typedef _PROCESS_FOREGROUND_BACKGROUND* PPROCESS_FOREGROUND_BACKGROUND; +typedef _SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION* PSYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER_EX FILE_PIPE_CLIENT_PROCESS_BUFFER_EX; +typedef _PROCESS_PRIORITY_CLASS_EX* PPROCESS_PRIORITY_CLASS_EX; +typedef _SYSTEM_ROOT_SILO_INFORMATION SYSTEM_ROOT_SILO_INFORMATION; +typedef _SYSTEM_ROOT_SILO_INFORMATION* PSYSTEM_ROOT_SILO_INFORMATION; +typedef _MEMORY_ENCLAVE_IMAGE_INFORMATION MEMORY_ENCLAVE_IMAGE_INFORMATION; +typedef _SYSTEM_CPU_SET_TAG_INFORMATION SYSTEM_CPU_SET_TAG_INFORMATION; +typedef _FILE_TRACKING_INFORMATION FILE_TRACKING_INFORMATION; +typedef _MEMORY_IMAGE_INFORMATION MEMORY_IMAGE_INFORMATION; +typedef _SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION* PSYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION; +typedef _SYSTEM_POOL_LIMIT_INFORMATION* PSYSTEM_POOL_LIMIT_INFORMATION; +typedef _MOUNTDEV_NAME MOUNTDEV_NAME; +typedef _SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION; +typedef _SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION* PSYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION; +typedef _MEMORY_WORKING_SET_BLOCK MEMORY_WORKING_SET_BLOCK; +typedef _SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT; +typedef _FILE_DISPOSITION_INFORMATION* PFILE_DISPOSITION_INFORMATION; +typedef _MEMORY_WORKING_SET_BLOCK* PMEMORY_WORKING_SET_BLOCK; +typedef _SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT* PSYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT; +typedef _MOUNTMGR_MOUNT_POINT* PMOUNTMGR_MOUNT_POINT; +typedef _SYSTEM_MEMORY_USAGE_INFORMATION SYSTEM_MEMORY_USAGE_INFORMATION; +typedef _SYSTEM_MEMORY_USAGE_INFORMATION* PSYSTEM_MEMORY_USAGE_INFORMATION; +typedef _SYSTEM_SPECULATION_CONTROL_INFORMATION* PSYSTEM_SPECULATION_CONTROL_INFORMATION; +typedef _SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION; +typedef _SYSTEM_PHYSICAL_MEMORY_INFORMATION SYSTEM_PHYSICAL_MEMORY_INFORMATION; +typedef _BcdLibrary_DebuggerType BcdLibrary_DebuggerType; +typedef _SYSTEM_PHYSICAL_MEMORY_INFORMATION* PSYSTEM_PHYSICAL_MEMORY_INFORMATION; +typedef _SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER FILE_PIPE_CLIENT_PROCESS_BUFFER; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER* PACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER; +typedef _PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION; +typedef _SYSTEM_ACTIVITY_MODERATION_EXE_STATE* PSYSTEM_ACTIVITY_MODERATION_EXE_STATE; +typedef _SYSTEM_ACTIVITY_MODERATION_APP_TYPE SYSTEM_ACTIVITY_MODERATION_APP_TYPE; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HEADER ACTIVATION_CONTEXT_STRING_SECTION_HEADER; +typedef _SYSTEM_ACTIVITY_MODERATION_INFO SYSTEM_ACTIVITY_MODERATION_INFO; +typedef _SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION* PSYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION; +typedef _SYSTEM_FLUSH_INFORMATION* PSYSTEM_FLUSH_INFORMATION; +typedef _SYSTEM_WRITE_CONSTRAINT_INFORMATION SYSTEM_WRITE_CONSTRAINT_INFORMATION; +typedef _SYSTEM_WRITE_CONSTRAINT_INFORMATION* PSYSTEM_WRITE_CONSTRAINT_INFORMATION; +typedef _MAILSLOT_CREATE_PARAMETERS* PMAILSLOT_CREATE_PARAMETERS; +typedef _SYSTEM_KERNEL_VA_SHADOW_INFORMATION SYSTEM_KERNEL_VA_SHADOW_INFORMATION; +typedef _JOBOBJECT_WAKE_INFORMATION_V1 JOBOBJECT_WAKE_INFORMATION_V1; +typedef _PROC_THREAD_ATTRIBUTE_LIST* PPROC_THREAD_ATTRIBUTE_LIST; +typedef _SYSTEM_KERNEL_VA_SHADOW_INFORMATION* PSYSTEM_KERNEL_VA_SHADOW_INFORMATION; +typedef _OBJECT_DIRECTORY_INFORMATION OBJECT_DIRECTORY_INFORMATION; +typedef _SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION; +typedef _NTPSS_MEMORY_BULK_INFORMATION NTPSS_MEMORY_BULK_INFORMATION; +typedef _SYSTEM_FIRMWARE_PARTITION_INFORMATION* PSYSTEM_FIRMWARE_PARTITION_INFORMATION; +typedef _SYSTEM_SPECULATION_CONTROL_INFORMATION SYSTEM_SPECULATION_CONTROL_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION; +typedef _SYSTEM_DMA_GUARD_POLICY_INFORMATION* PSYSTEM_DMA_GUARD_POLICY_INFORMATION; +typedef _SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION* PSYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE* PACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HEADER ACTIVATION_CONTEXT_GUID_SECTION_HEADER; +typedef _SYSTEM_FEATURE_CONFIGURATION_INFORMATION SYSTEM_FEATURE_CONFIGURATION_INFORMATION; +typedef _PROCESS_HANDLE_SNAPSHOT_INFORMATION PROCESS_HANDLE_SNAPSHOT_INFORMATION; +typedef _PROCESS_HANDLE_TABLE_ENTRY_INFO PROCESS_HANDLE_TABLE_ENTRY_INFO; +typedef _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY* PSYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY; +typedef _ACTIVATION_CONTEXT_DATA_TOC_HEADER* PACTIVATION_CONTEXT_DATA_TOC_HEADER; +typedef _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION; +typedef _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION* PSYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION; +typedef _PROCESS_COMMIT_RELEASE_INFORMATION PROCESS_COMMIT_RELEASE_INFORMATION; +typedef _SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS; +typedef _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION* PACTIVATION_CONTEXT_DATA_DLL_REDIRECTION; +typedef _SECURE_SPECULATION_CONTROL_INFORMATION SECURE_SPECULATION_CONTROL_INFORMATION; +typedef _PARTITION_INFORMATION_CLASS* PPARTITION_INFORMATION_CLASS; +typedef _SYSTEM_FIRMWARE_RAMDISK_INFORMATION* PSYSTEM_FIRMWARE_RAMDISK_INFORMATION; +typedef _MEMORY_PARTITION_TRANSFER_INFORMATION MEMORY_PARTITION_TRANSFER_INFORMATION; +typedef _SYSTEM_SHADOW_STACK_INFORMATION* PSYSTEM_SHADOW_STACK_INFORMATION; +typedef _OBJECT_BOUNDARY_ENTRY OBJECT_BOUNDARY_ENTRY; +typedef _JOBOBJECT_FREEZE_INFORMATION JOBOBJECT_FREEZE_INFORMATION; +typedef _SYSTEM_BUILD_VERSION_INFORMATION SYSTEM_BUILD_VERSION_INFORMATION; +typedef _SYSTEM_BUILD_VERSION_INFORMATION* PSYSTEM_BUILD_VERSION_INFORMATION; +typedef _PROCESS_TLS_INFORMATION* PPROCESS_TLS_INFORMATION; +typedef _SYMBOLIC_LINK_INFO_CLASS SYMBOLIC_LINK_INFO_CLASS; +typedef _SYSTEM_POOL_LIMIT_MEM_INFO* PSYSTEM_POOL_LIMIT_MEM_INFO; +typedef _MEMORY_PARTITION_INITIAL_ADD_INFORMATION* PMEMORY_PARTITION_INITIAL_ADD_INFORMATION; +typedef _MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION* PMEMORY_PARTITION_MEMORY_EVENTS_INFORMATION; +typedef _PROCESS_DEVICEMAP_INFORMATION* PPROCESS_DEVICEMAP_INFORMATION; +typedef _VIRTUAL_MEMORY_INFORMATION_CLASS VIRTUAL_MEMORY_INFORMATION_CLASS; +typedef _HV_MINROOT_NUMA_LPS* PHV_MINROOT_NUMA_LPS; +typedef _SYSTEM_IOMMU_STATE_INFORMATION SYSTEM_IOMMU_STATE_INFORMATION; +typedef _OBJECT_HANDLE_FLAG_INFORMATION* POBJECT_HANDLE_FLAG_INFORMATION; +typedef _SYSTEM_HYPERVISOR_MINROOT_INFORMATION SYSTEM_HYPERVISOR_MINROOT_INFORMATION; +typedef _SYSTEM_HYPERVISOR_MINROOT_INFORMATION* PSYSTEM_HYPERVISOR_MINROOT_INFORMATION; +typedef _PROCESS_UPTIME_INFORMATION* PPROCESS_UPTIME_INFORMATION; +typedef _SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION* PSYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION; +typedef _PROCESS_HANDLE_TRACING_ENTRY PROCESS_HANDLE_TRACING_ENTRY; +typedef _SYSTEM_POINTER_AUTH_INFORMATION* PSYSTEM_POINTER_AUTH_INFORMATION; +typedef _FILE_PIPE_ASSIGN_EVENT_BUFFER FILE_PIPE_ASSIGN_EVENT_BUFFER; +typedef _PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION* PPROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION; +typedef _PROCESS_SECURITY_DOMAIN_INFORMATION PROCESS_SECURITY_DOMAIN_INFORMATION; +typedef _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT; +typedef _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT* PSYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT; +typedef ULONG GDI_HANDLE_BUFFER32[34]; +typedef _PEB_LDR_DATA PEB_LDR_DATA; +typedef _SYSDBG_VIRTUAL SYSDBG_VIRTUAL; +typedef _SYSDBG_VIRTUAL* PSYSDBG_VIRTUAL; +typedef _PROCESS_STACK_ALLOCATION_INFORMATION_EX* PPROCESS_STACK_ALLOCATION_INFORMATION_EX; +typedef _SYSDBG_PHYSICAL SYSDBG_PHYSICAL; +typedef _PROCESS_STACK_ALLOCATION_INFORMATION* PPROCESS_STACK_ALLOCATION_INFORMATION; +typedef _OBJECT_BASIC_INFORMATION* POBJECT_BASIC_INFORMATION; +typedef _JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2* PJOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2; +typedef _OBJECT_TYPE_INFORMATION OBJECT_TYPE_INFORMATION; +typedef _SYSDBG_IO_SPACE SYSDBG_IO_SPACE; +typedef _SYSDBG_MSR SYSDBG_MSR; +typedef _MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION; +typedef _MEMORY_PHYSICAL_CONTIGUITY_INFORMATION* PMEMORY_PHYSICAL_CONTIGUITY_INFORMATION; +typedef _MEMORY_REGION_INFORMATION MEMORY_REGION_INFORMATION; +typedef _SYSDBG_LIVEDUMP_CONTROL_FLAGS* PSYSDBG_LIVEDUMP_CONTROL_FLAGS; +typedef _RTL_UMS_CONTEXT RTL_UMS_CONTEXT; +typedef _SYSDBG_LIVEDUMP_CONTROL_ADDPAGES* PSYSDBG_LIVEDUMP_CONTROL_ADDPAGES; +typedef _SYSDBG_LIVEDUMP_SELECTIVE_CONTROL SYSDBG_LIVEDUMP_SELECTIVE_CONTROL; +typedef _DBGKM_LOAD_DLL* PDBGKM_LOAD_DLL; +typedef _PFS_PRIVATE_PAGE_SOURCE_TYPE PFS_PRIVATE_PAGE_SOURCE_TYPE; +typedef _SYSDBG_LIVEDUMP_CONTROL* PSYSDBG_LIVEDUMP_CONTROL; +typedef _PROCESS_MEMBERSHIP_INFORMATION PROCESS_MEMBERSHIP_INFORMATION; +typedef _SYSDBG_KD_PULL_REMOTE_FILE SYSDBG_KD_PULL_REMOTE_FILE; +typedef _HARDERROR_RESPONSE_OPTION HARDERROR_RESPONSE_OPTION; +typedef _HARDERROR_RESPONSE HARDERROR_RESPONSE; +typedef _ALPC_WORK_ON_BEHALF_TICKET ALPC_WORK_ON_BEHALF_TICKET; +typedef _DBGUI_CREATE_THREAD* PDBGUI_CREATE_THREAD; +typedef _MEMORY_ENCLAVE_IMAGE_INFORMATION* PMEMORY_ENCLAVE_IMAGE_INFORMATION; +typedef _PROCESS_EXCEPTION_PORT* PPROCESS_EXCEPTION_PORT; +typedef _UNIQUE_PROCESS_INFORMATION UNIQUE_PROCESS_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _MEMORY_WORKING_SET_EX_INFORMATION MEMORY_WORKING_SET_EX_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _TEB_ACTIVE_FRAME_CONTEXT_EX* PTEB_ACTIVE_FRAME_CONTEXT_EX; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _SECTION_BASIC_INFORMATION* PSECTION_BASIC_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _ACTIVATION_CONTEXT_DATA_CLR_SURROGATE ACTIVATION_CONTEXT_DATA_CLR_SURROGATE; +typedef char __C_ASSERT__[1]; +typedef _BCD_ELEMENT_STRING* PBCD_ELEMENT_STRING; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _THREAD_CYCLE_TIME_INFORMATION THREAD_CYCLE_TIME_INFORMATION; +typedef char __C_ASSERT__[1]; +typedef _BcdOSLoader_BootStatusPolicy BcdOSLoaderBootStatusPolicy; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _ATOM_INFORMATION_CLASS ATOM_INFORMATION_CLASS; +typedef _ATOM_BASIC_INFORMATION ATOM_BASIC_INFORMATION; +typedef _MMPFN_MEMSNAP_INFORMATION* PMMPFN_MEMSNAP_INFORMATION; +typedef _SHUTDOWN_ACTION SHUTDOWN_ACTION; +typedef _ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION; +typedef void ( *BCD_MESSAGE_CALLBACK )( BCD_MESSAGE_TYPE, PWSTR ); +typedef _PS_BNO_ISOLATION_PARAMETERS PS_BNO_ISOLATION_PARAMETERS; +typedef _BcdLibraryElementTypes BcdLibraryElementTypes; +typedef _ALPC_MESSAGE_ATTRIBUTES ALPC_MESSAGE_ATTRIBUTES; +typedef _ACTIVATION_CONTEXT_STACK* PACTIVATION_CONTEXT_STACK; +typedef _ALPC_COMPLETION_LIST_HEADER* PALPC_COMPLETION_LIST_HEADER; +typedef _BCD_OBJECT_DATATYPE BCD_OBJECT_DATATYPE; +typedef _BCD_OBJECT_DATATYPE* PBCD_OBJECT_DATATYPE; +typedef _MEMORY_WORKING_SET_INFORMATION MEMORY_WORKING_SET_INFORMATION; +typedef _BCD_COPY_FLAGS BCD_COPY_FLAGS; +typedef _BCD_FLAGS BCD_FLAGS; +typedef _PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +typedef _ACTIVATION_CONTEXT* PACTIVATION_CONTEXT; +typedef _BCD_ELEMENT_DATATYPE BCD_ELEMENT_DATATYPE; +typedef _ACTIVATION_CONTEXT ACTIVATION_CONTEXT; +typedef _BCD_ELEMENT_DATATYPE* PBCD_ELEMENT_DATATYPE; +typedef _DBGKM_CREATE_PROCESS* PDBGKM_CREATE_PROCESS; +typedef _BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION* PBCD_ELEMENT_DEVICE_QUALIFIED_PARTITION; +typedef _BCD_ELEMENT_DEVICE* PBCD_ELEMENT_DEVICE; +typedef _BCD_ELEMENT_OBJECT BCD_ELEMENT_OBJECT; +typedef _JOBOBJECT_INTERFERENCE_INFORMATION* PJOBOBJECT_INTERFERENCE_INFORMATION; +typedef _BCD_ELEMENT_OBJECT* PBCD_ELEMENT_OBJECT; +typedef _BCD_ELEMENT_OBJECT_LIST* PBCD_ELEMENT_OBJECT_LIST; +typedef _JOBOBJECT_INTERFERENCE_INFORMATION JOBOBJECT_INTERFERENCE_INFORMATION; +typedef _BCD_ELEMENT_INTEGER BCD_ELEMENT_INTEGER; +typedef _PNP_VETO_TYPE* PPNP_VETO_TYPE; +typedef _PROCESS_EXTENDED_BASIC_INFORMATION* PPROCESS_EXTENDED_BASIC_INFORMATION; +typedef _BCD_ELEMENT_INTEGER_LIST* PBCD_ELEMENT_INTEGER_LIST; +typedef _BCD_ELEMENT_BOOLEAN* PBCD_ELEMENT_BOOLEAN; +typedef _PNP_VETO_TYPE PNP_VETO_TYPE; +typedef ULONGLONG REGHANDLE; +typedef _BCD_ELEMENT* PBCD_ELEMENT; +typedef _EVENT_FILTER_DESCRIPTOR* PEVENT_FILTER_DESCRIPTOR; +typedef _BcdBootMgrElementTypes BcdBootMgrElementTypes; +typedef _BcdTemplateElementTypes BcdTemplateElementTypes; +typedef _MEMORY_INFORMATION_CLASS MEMORY_INFORMATION_CLASS; +typedef _DBGKM_UNLOAD_DLL DBGKM_UNLOAD_DLL; +typedef _PROCESS_WS_WATCH_INFORMATION_EX* PPROCESS_WS_WATCH_INFORMATION_EX; +typedef _PS_TRUSTLET_ATTRIBUTE_DATA* PPS_TRUSTLET_ATTRIBUTE_DATA; +typedef _PS_TRUSTLET_ATTRIBUTE_HEADER* PPS_TRUSTLET_ATTRIBUTE_HEADER; +typedef _MEMORY_WORKING_SET_EX_INFORMATION* PMEMORY_WORKING_SET_EX_INFORMATION; +typedef _MEMORY_SHARED_COMMIT_INFORMATION* PMEMORY_SHARED_COMMIT_INFORMATION; +typedef _PROCESS_LDT_INFORMATION* PPROCESS_LDT_INFORMATION; +typedef _MEMORY_PHYSICAL_CONTIGUITY_INFORMATION MEMORY_PHYSICAL_CONTIGUITY_INFORMATION; +typedef _PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS; +typedef _FILE_STANDARD_INFORMATION FILE_STANDARD_INFORMATION; +typedef _UNIQUE_PROCESS_INFORMATION* PUNIQUE_PROCESS_INFORMATION; +typedef _PROCESS_HANDLE_TRACING_QUERY* PPROCESS_HANDLE_TRACING_QUERY; +typedef _JOBOBJECT_WAKE_INFORMATION_V1* PJOBOBJECT_WAKE_INFORMATION_V1; +typedef _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY; +typedef _JOBOBJECT_WAKE_INFORMATION* PJOBOBJECT_WAKE_INFORMATION; +typedef _NTPSS_MEMORY_BULK_INFORMATION* PNTPSS_MEMORY_BULK_INFORMATION; +typedef _JOBOBJECT_MEMORY_USAGE_INFORMATION_V2 JOBOBJECT_MEMORY_USAGE_INFORMATION_V2; +typedef NTSTATUS ( *PUSER_THREAD_START_ROUTINE )( PVOID ); +typedef _PEB PEB; +typedef _THREAD_UMS_INFORMATION_COMMAND THREAD_UMS_INFORMATION_COMMAND; +typedef _MEMORY_PARTITION_PAGEFILE_INFORMATION* PMEMORY_PARTITION_PAGEFILE_INFORMATION; +typedef _MEMORY_PARTITION_PAGE_RANGE* PMEMORY_PARTITION_PAGE_RANGE; +typedef _MEMORY_PARTITION_INITIAL_ADD_INFORMATION MEMORY_PARTITION_INITIAL_ADD_INFORMATION; +typedef _FILE_FS_ATTRIBUTE_INFORMATION FILE_FS_ATTRIBUTE_INFORMATION; +typedef _MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION; +typedef _PS_STD_HANDLE_INFO PS_STD_HANDLE_INFO; +typedef _POOLED_USAGE_AND_LIMITS* PPOOLED_USAGE_AND_LIMITS; +typedef _THREAD_NAME_INFORMATION THREAD_NAME_INFORMATION; +typedef _OBJECT_BOUNDARY_DESCRIPTOR OBJECT_BOUNDARY_DESCRIPTOR; +typedef _OBJECT_BOUNDARY_DESCRIPTOR* POBJECT_BOUNDARY_DESCRIPTOR; +typedef ULONG GDI_HANDLE_BUFFER[60]; +typedef ULONG GDI_HANDLE_BUFFER64[60]; +typedef _VM_COUNTERS_EX* PVM_COUNTERS_EX; +typedef _PS_ATTRIBUTE PS_ATTRIBUTE; +typedef _MANAGE_WRITES_TO_EXECUTABLE_MEMORY* PMANAGE_WRITES_TO_EXECUTABLE_MEMORY; +typedef _THREAD_LAST_SYSCALL_INFORMATION THREAD_LAST_SYSCALL_INFORMATION; +typedef _ACTIVATION_CONTEXT_STRING_SECTION_ENTRY ACTIVATION_CONTEXT_STRING_SECTION_ENTRY; +typedef _API_SET_NAMESPACE* PAPI_SET_NAMESPACE; +typedef _PROCESS_MEMBERSHIP_INFORMATION* PPROCESS_MEMBERSHIP_INFORMATION; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_ENTRY* PACTIVATION_CONTEXT_GUID_SECTION_ENTRY; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE; +typedef _TEB_ACTIVE_FRAME_EX TEB_ACTIVE_FRAME_EX; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET; +typedef _FILE_ID_INFORMATION* PFILE_ID_INFORMATION; +typedef _ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET* PACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET; +typedef _ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION; +typedef _THREAD_PERFORMANCE_DATA THREAD_PERFORMANCE_DATA; +typedef _ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION* PACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION; +typedef _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION* PACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION; +typedef _PROCESS_LEAP_SECOND_INFORMATION PROCESS_LEAP_SECOND_INFORMATION; +typedef _DBGKM_EXCEPTION DBGKM_EXCEPTION; +typedef _PF_LOG_EVENT_DATA PF_LOG_EVENT_DATA; +typedef _ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION; +typedef _ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION* PACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION; +typedef _FILE_FS_LABEL_INFORMATION FILE_FS_LABEL_INFORMATION; +typedef _PF_PFN_PRIO_REQUEST PF_PFN_PRIO_REQUEST; +typedef _ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION; +typedef _ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION; +typedef _FILE_OBJECTID_INFORMATION FILE_OBJECTID_INFORMATION; +typedef _SILOOBJECT_ROOT_DIRECTORY* PSILOOBJECT_ROOT_DIRECTORY; +typedef _ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION* PACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION; +typedef _FILE_ID_GLOBAL_TX_DIR_INFORMATION* PFILE_ID_GLOBAL_TX_DIR_INFORMATION; +typedef _JOBOBJECT_ENERGY_TRACKING_STATE JOBOBJECT_ENERGY_TRACKING_STATE; +typedef _ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS; +typedef _FILE_OBJECTID_INFORMATION* PFILE_OBJECTID_INFORMATION; +typedef _ASSEMBLY_STORAGE_MAP_ENTRY ASSEMBLY_STORAGE_MAP_ENTRY; +typedef _JOBOBJECT_PAGE_PRIORITY_LIMIT* PJOBOBJECT_PAGE_PRIORITY_LIMIT; +typedef _PORT_MESSAGE PORT_MESSAGE; +typedef _PF_SYSTEM_SUPERFETCH_PARAMETERS PF_SYSTEM_SUPERFETCH_PARAMETERS; +typedef void ( *PACTIVATION_CONTEXT_NOTIFY_ROUTINE )( ULONG, PACTIVATION_CONTEXT, PACTIVATION_CONTEXT_DATA, PVOID, PVOID, PBOOLEAN ); +typedef _FSINFOCLASS FS_INFORMATION_CLASS; +typedef _DBGUI_WAIT_STATE_CHANGE* PDBGUI_WAIT_STATE_CHANGE; +typedef _FILE_FS_FULL_SIZE_INFORMATION_EX* PFILE_FS_FULL_SIZE_INFORMATION_EX; +typedef _RTL_ACTIVATION_CONTEXT_STACK_FRAME* PRTL_ACTIVATION_CONTEXT_STACK_FRAME; +typedef void ( *PENABLECALLBACK )( LPCGUID, ULONG, UCHAR, ULONGLONG, ULONGLONG, PEVENT_FILTER_DESCRIPTOR, PVOID ); +typedef _DIRECTORY_NOTIFY_INFORMATION_CLASS DIRECTORY_NOTIFY_INFORMATION_CLASS; +typedef _DBGKM_EXIT_THREAD DBGKM_EXIT_THREAD; +typedef _FILE_FS_OBJECTID_INFORMATION FILE_FS_OBJECTID_INFORMATION; +typedef _API_SET_NAMESPACE API_SET_NAMESPACE; +typedef _API_SET_HASH_ENTRY* PAPI_SET_HASH_ENTRY; +typedef _FILE_FS_OBJECTID_INFORMATION* PFILE_FS_OBJECTID_INFORMATION; +typedef _API_SET_NAMESPACE_ENTRY* PAPI_SET_NAMESPACE_ENTRY; +typedef _API_SET_VALUE_ENTRY API_SET_VALUE_ENTRY; +typedef _FILE_FULL_EA_INFORMATION FILE_FULL_EA_INFORMATION; +typedef _API_SET_VALUE_ENTRY* PAPI_SET_VALUE_ENTRY; +typedef _TELEMETRY_COVERAGE_HEADER TELEMETRY_COVERAGE_HEADER; +typedef _TELEMETRY_COVERAGE_HEADER* PTELEMETRY_COVERAGE_HEADER; +typedef _JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS; +typedef _PF_MEMORY_LIST_NODE* PPF_MEMORY_LIST_NODE; +typedef _FILE_FS_DATA_COPY_INFORMATION* PFILE_FS_DATA_COPY_INFORMATION; +typedef _FILE_FS_FULL_SIZE_INFORMATION_EX FILE_FS_FULL_SIZE_INFORMATION_EX; +typedef _REMOTE_PORT_VIEW64 REMOTE_PORT_VIEW64; +typedef _PEB* PPEB; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _PS_TRUSTLET_CREATE_ATTRIBUTES PS_TRUSTLET_CREATE_ATTRIBUTES; +typedef _JOBOBJECT_WAKE_FILTER* PJOBOBJECT_WAKE_FILTER; +typedef _GDI_TEB_BATCH* PGDI_TEB_BATCH; +typedef _FILE_FULL_DIR_INFORMATION FILE_FULL_DIR_INFORMATION; +typedef _TEB_ACTIVE_FRAME_CONTEXT TEB_ACTIVE_FRAME_CONTEXT; +typedef _JOBOBJECT_FREEZE_INFORMATION* PJOBOBJECT_FREEZE_INFORMATION; +typedef _TEB_ACTIVE_FRAME_CONTEXT_EX TEB_ACTIVE_FRAME_CONTEXT_EX; +typedef _FILE_ID_EXTD_DIR_INFORMATION FILE_ID_EXTD_DIR_INFORMATION; +typedef _TEB_ACTIVE_FRAME TEB_ACTIVE_FRAME; +typedef _TEB_ACTIVE_FRAME_EX* PTEB_ACTIVE_FRAME_EX; +typedef _PS_CREATE_INFO PS_CREATE_INFO; +typedef _FILE_PROCESS_IDS_USING_FILE_INFORMATION* PFILE_PROCESS_IDS_USING_FILE_INFORMATION; +typedef _FILE_NUMA_NODE_INFORMATION* PFILE_NUMA_NODE_INFORMATION; +typedef _LPC_CLIENT_DIED_MSG64* PLPC_CLIENT_DIED_MSG64; +typedef _FILE_NUMA_NODE_INFORMATION FILE_NUMA_NODE_INFORMATION; +typedef _ALPC_PORT_INFORMATION_CLASS ALPC_PORT_INFORMATION_CLASS; +typedef char __C_ASSERT__[1]; +typedef _PROCESSINFOCLASS PROCESSINFOCLASS; +typedef _FILE_KNOWN_FOLDER_INFORMATION* PFILE_KNOWN_FOLDER_INFORMATION; +typedef _PAGE_PRIORITY_INFORMATION* PPAGE_PRIORITY_INFORMATION; +typedef _FILE_KNOWN_FOLDER_INFORMATION FILE_KNOWN_FOLDER_INFORMATION; +typedef _FILE_PIPE_ASSIGN_EVENT_BUFFER* PFILE_PIPE_ASSIGN_EVENT_BUFFER; +typedef _PROCESS_BASIC_INFORMATION* PPROCESS_BASIC_INFORMATION; +typedef _FILE_PIPE_EVENT_BUFFER FILE_PIPE_EVENT_BUFFER; +typedef _VM_COUNTERS VM_COUNTERS; +typedef _FILE_FS_VOLUME_INFORMATION FILE_FS_VOLUME_INFORMATION; +typedef _JOBOBJECT_MEMORY_USAGE_INFORMATION JOBOBJECT_MEMORY_USAGE_INFORMATION; +typedef _VM_COUNTERS* PVM_COUNTERS; +typedef _VM_COUNTERS_EX VM_COUNTERS_EX; +typedef _ALPC_SERVER_SESSION_INFORMATION* PALPC_SERVER_SESSION_INFORMATION; +typedef _VM_COUNTERS_EX2 VM_COUNTERS_EX2; +typedef _VM_COUNTERS_EX2* PVM_COUNTERS_EX2; +typedef _FILE_NAMES_INFORMATION* PFILE_NAMES_INFORMATION; +typedef _KERNEL_USER_TIMES KERNEL_USER_TIMES; +typedef _FILE_ID_EXTD_BOTH_DIR_INFORMATION FILE_ID_EXTD_BOTH_DIR_INFORMATION; +typedef _KERNEL_USER_TIMES* PKERNEL_USER_TIMES; +typedef _JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2 JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2; +typedef _POOLED_USAGE_AND_LIMITS POOLED_USAGE_AND_LIMITS; +typedef _FILE_MEMORY_PARTITION_INFORMATION FILE_MEMORY_PARTITION_INFORMATION; +typedef _PROCESS_EXCEPTION_PORT PROCESS_EXCEPTION_PORT; +typedef _ALPC_SECURITY_ATTR* PALPC_SECURITY_ATTR; +typedef _FS_FILTER_SECTION_SYNC_TYPE FS_FILTER_SECTION_SYNC_TYPE; +typedef _PROCESS_LDT_INFORMATION PROCESS_LDT_INFORMATION; +typedef _FILE_PIPE_INFORMATION FILE_PIPE_INFORMATION; +typedef _NAMED_PIPE_CREATE_PARAMETERS NAMED_PIPE_CREATE_PARAMETERS; +typedef _PROCESS_LDT_SIZE* PPROCESS_LDT_SIZE; +typedef _THREAD_STATE_CHANGE_TYPE* PTHREAD_STATE_CHANGE_TYPE; +typedef _THREAD_PROFILING_INFORMATION* PTHREAD_PROFILING_INFORMATION; +typedef _PROCESS_WS_WATCH_INFORMATION* PPROCESS_WS_WATCH_INFORMATION; +typedef _PROCESS_WS_WATCH_INFORMATION_EX PROCESS_WS_WATCH_INFORMATION_EX; +typedef _FILE_END_OF_FILE_INFORMATION_EX* PFILE_END_OF_FILE_INFORMATION_EX; +typedef _RTL_UMS_CONTEXT* PRTL_UMS_CONTEXT; +typedef _PROCESS_PRIORITY_CLASS* PPROCESS_PRIORITY_CLASS; +typedef _FILE_LINK_INFORMATION FILE_LINK_INFORMATION; +typedef _PROCESS_FOREGROUND_BACKGROUND PROCESS_FOREGROUND_BACKGROUND; +typedef _THREAD_BASIC_INFORMATION THREAD_BASIC_INFORMATION; +typedef _PFS_PRIVATE_PAGE_SOURCE PFS_PRIVATE_PAGE_SOURCE; +typedef _FILE_ALIGNMENT_INFORMATION FILE_ALIGNMENT_INFORMATION; +typedef _ALPC_WORK_ON_BEHALF_TICKET* PALPC_WORK_ON_BEHALF_TICKET; +typedef _MOUNTDEV_NAME* PMOUNTDEV_NAME; +typedef _PROCESS_DEVICEMAP_INFORMATION_EX* PPROCESS_DEVICEMAP_INFORMATION_EX; +typedef _RTL_WORK_ON_BEHALF_TICKET_EX* PRTL_WORK_ON_BEHALF_TICKET_EX; +typedef _FILE_TRACKING_INFORMATION* PFILE_TRACKING_INFORMATION; +typedef _PS_ATTRIBUTE_LIST* PPS_ATTRIBUTE_LIST; +typedef _PROCESS_SESSION_INFORMATION* PPROCESS_SESSION_INFORMATION; +typedef _PROCESS_HANDLE_TRACING_ENABLE PROCESS_HANDLE_TRACING_ENABLE; +typedef _IO_PRIORITY_HINT IO_PRIORITY_HINT; +typedef _PROCESS_HANDLE_TRACING_ENABLE* PPROCESS_HANDLE_TRACING_ENABLE; +typedef _PS_STD_HANDLE_STATE PS_STD_HANDLE_STATE; +typedef _PROCESS_HANDLE_TRACING_ENABLE_EX PROCESS_HANDLE_TRACING_ENABLE_EX; +typedef _PROCESS_HANDLE_TRACING_ENABLE_EX* PPROCESS_HANDLE_TRACING_ENABLE_EX; +typedef _FILE_IO_COMPLETION_NOTIFICATION_INFORMATION* PFILE_IO_COMPLETION_NOTIFICATION_INFORMATION; +typedef _FILE_STANDARD_INFORMATION* PFILE_STANDARD_INFORMATION; +typedef _PROCESS_HANDLE_TRACING_QUERY PROCESS_HANDLE_TRACING_QUERY; +typedef _PROCESS_SYSTEM_RESOURCE_MANAGEMENT PROCESS_SYSTEM_RESOURCE_MANAGEMENT; +typedef _THREAD_TLS_INFORMATION* PTHREAD_TLS_INFORMATION; +typedef _RTL_UMS_COMPLETION_LIST* PRTL_UMS_COMPLETION_LIST; +typedef _PROCESS_TLS_INFORMATION_TYPE* PPROCESS_TLS_INFORMATION_TYPE; +typedef _MOUNTMGR_TARGET_NAME* PMOUNTMGR_TARGET_NAME; +typedef _PROCESS_TLS_INFORMATION PROCESS_TLS_INFORMATION; +typedef _THREAD_UMS_INFORMATION THREAD_UMS_INFORMATION; +typedef _PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION; +typedef _FILE_RENAME_INFORMATION_EX* PFILE_RENAME_INFORMATION_EX; +typedef _PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION* PPROCESS_INSTRUMENTATION_CALLBACK_INFORMATION; +typedef _FILE_SFIO_RESERVE_INFORMATION* PFILE_SFIO_RESERVE_INFORMATION; +typedef _PROCESS_STACK_ALLOCATION_INFORMATION_EX PROCESS_STACK_ALLOCATION_INFORMATION_EX; +typedef _PROCESS_AFFINITY_UPDATE_MODE PROCESS_AFFINITY_UPDATE_MODE; +typedef _PROCESS_AFFINITY_UPDATE_MODE* PPROCESS_AFFINITY_UPDATE_MODE; +typedef _PROCESS_ENERGY_TRACKING_STATE PROCESS_ENERGY_TRACKING_STATE; +typedef _PROCESS_MEMORY_ALLOCATION_MODE PROCESS_MEMORY_ALLOCATION_MODE; +typedef _PROCESS_MEMORY_ALLOCATION_MODE* PPROCESS_MEMORY_ALLOCATION_MODE; +typedef _PROCESS_HANDLE_INFORMATION PROCESS_HANDLE_INFORMATION; +typedef _PROCESS_HANDLE_INFORMATION* PPROCESS_HANDLE_INFORMATION; +typedef _BUS_DATA_TYPE* PBUS_DATA_TYPE; +typedef _POWER_THROTTLING_THREAD_STATE* PPOWER_THROTTLING_THREAD_STATE; +typedef _PROCESS_CYCLE_TIME_INFORMATION PROCESS_CYCLE_TIME_INFORMATION; +typedef _FILE_INFORMATION_CLASS* PFILE_INFORMATION_CLASS; +typedef _FILE_ATTRIBUTE_TAG_INFORMATION FILE_ATTRIBUTE_TAG_INFORMATION; +typedef _PROCESS_WINDOW_INFORMATION PROCESS_WINDOW_INFORMATION; +typedef _FILE_PIPE_DELETE_SYMLINK_INPUT* PFILE_PIPE_DELETE_SYMLINK_INPUT; +typedef _PROCESS_WINDOW_INFORMATION* PPROCESS_WINDOW_INFORMATION; +typedef _THREAD_CYCLE_TIME_INFORMATION* PTHREAD_CYCLE_TIME_INFORMATION; +typedef _PROCESS_HANDLE_TABLE_ENTRY_INFO* PPROCESS_HANDLE_TABLE_ENTRY_INFO; +typedef _MOUNTMGR_CREATE_POINT_INPUT MOUNTMGR_CREATE_POINT_INPUT; +typedef _PROCESS_HANDLE_SNAPSHOT_INFORMATION* PPROCESS_HANDLE_SNAPSHOT_INFORMATION; +typedef _SE_SAFE_OPEN_PROMPT_RESULTS* PSE_SAFE_OPEN_PROMPT_RESULTS; +typedef _PROC_THREAD_BNOISOLATION_ATTRIBUTE PROC_THREAD_BNOISOLATION_ATTRIBUTE; +typedef _FILE_PIPE_PEEK_BUFFER* PFILE_PIPE_PEEK_BUFFER; +typedef _PROCESS_LOGGING_INFORMATION PROCESS_LOGGING_INFORMATION; +typedef _FILE_ACCESS_INFORMATION* PFILE_ACCESS_INFORMATION; +typedef _WIN32K_SYSCALL_FILTER WIN32K_SYSCALL_FILTER; +typedef _IO_COMPLETION_BASIC_INFORMATION* PIO_COMPLETION_BASIC_INFORMATION; +typedef _PROCESS_MITIGATION_POLICY_INFORMATION* PPROCESS_MITIGATION_POLICY_INFORMATION; +typedef _INTERFACE_TYPE INTERFACE_TYPE; +typedef _IO_STATUS_BLOCK IO_STATUS_BLOCK; +typedef _PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION* PPROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION; +typedef _PROCESS_SYSCALL_PROVIDER_INFORMATION PROCESS_SYSCALL_PROVIDER_INFORMATION; +typedef _PROCESS_KEEPALIVE_COUNT_INFORMATION PROCESS_KEEPALIVE_COUNT_INFORMATION; +typedef _PROCESS_KEEPALIVE_COUNT_INFORMATION* PPROCESS_KEEPALIVE_COUNT_INFORMATION; +typedef _ALPC_MESSAGE_ATTRIBUTES* PALPC_MESSAGE_ATTRIBUTES; +typedef _PROCESS_REVOKE_FILE_HANDLES_INFORMATION PROCESS_REVOKE_FILE_HANDLES_INFORMATION; +typedef _ALPC_COMPLETION_LIST_STATE* PALPC_COMPLETION_LIST_STATE; +typedef _FILE_ALL_INFORMATION* PFILE_ALL_INFORMATION; +typedef _PROCESS_REVOKE_FILE_HANDLES_INFORMATION* PPROCESS_REVOKE_FILE_HANDLES_INFORMATION; +typedef _FILE_ALL_INFORMATION FILE_ALL_INFORMATION; +typedef _PROCESS_WORKING_SET_CONTROL PROCESS_WORKING_SET_CONTROL; +typedef _FILE_STREAM_INFORMATION* PFILE_STREAM_INFORMATION; +typedef _PS_PROTECTED_SIGNER PS_PROTECTED_SIGNER; +typedef _PS_PROTECTION* PPS_PROTECTION; +typedef _FILE_COMPLETION_INFORMATION FILE_COMPLETION_INFORMATION; +typedef _COUNTER_READING COUNTER_READING; +typedef _PROCESS_FAULT_INFORMATION PROCESS_FAULT_INFORMATION; +typedef _PROCESS_FAULT_INFORMATION* PPROCESS_FAULT_INFORMATION; +typedef _PROCESS_TELEMETRY_ID_INFORMATION PROCESS_TELEMETRY_ID_INFORMATION; +typedef _PROCESS_TELEMETRY_ID_INFORMATION* PPROCESS_TELEMETRY_ID_INFORMATION; +typedef _FILE_END_OF_FILE_INFORMATION* PFILE_END_OF_FILE_INFORMATION; +typedef _PROCESS_COMMIT_RELEASE_INFORMATION* PPROCESS_COMMIT_RELEASE_INFORMATION; +typedef _FILE_MODE_INFORMATION* PFILE_MODE_INFORMATION; +typedef _FILE_PIPE_WAIT_FOR_BUFFER FILE_PIPE_WAIT_FOR_BUFFER; +typedef _PROCESS_JOB_MEMORY_INFO PROCESS_JOB_MEMORY_INFO; +typedef _PROCESS_JOB_MEMORY_INFO* PPROCESS_JOB_MEMORY_INFO; +typedef _PROCESS_CHILD_PROCESS_INFORMATION PROCESS_CHILD_PROCESS_INFORMATION; +typedef _PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION* PPROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +typedef _PROCESS_CHILD_PROCESS_INFORMATION* PPROCESS_CHILD_PROCESS_INFORMATION; +typedef _POWER_THROTTLING_PROCESS_STATE POWER_THROTTLING_PROCESS_STATE; +typedef _WIN32K_SYSCALL_FILTER* PWIN32K_SYSCALL_FILTER; +typedef _PROCESS_WAKE_INFORMATION PROCESS_WAKE_INFORMATION; +typedef _PROCESS_WAKE_INFORMATION* PPROCESS_WAKE_INFORMATION; +typedef _PROCESS_ENERGY_TRACKING_STATE* PPROCESS_ENERGY_TRACKING_STATE; +typedef _MANAGE_WRITES_TO_EXECUTABLE_MEMORY MANAGE_WRITES_TO_EXECUTABLE_MEMORY; +typedef _POWER_THROTTLING_THREAD_STATE POWER_THROTTLING_THREAD_STATE; +typedef _FILE_MAILSLOT_QUERY_INFORMATION FILE_MAILSLOT_QUERY_INFORMATION; +typedef _FILE_MAILSLOT_SET_INFORMATION* PFILE_MAILSLOT_SET_INFORMATION; +typedef _PROCESS_SYSTEM_RESOURCE_MANAGEMENT* PPROCESS_SYSTEM_RESOURCE_MANAGEMENT; +typedef _FILE_LINK_ENTRY_INFORMATION FILE_LINK_ENTRY_INFORMATION; +typedef _PF_EVENT_TYPE PF_EVENT_TYPE; +typedef _FILE_LINKS_INFORMATION* PFILE_LINKS_INFORMATION; +typedef _PF_ROBUSTNESS_CONTROL PF_ROBUSTNESS_CONTROL; +typedef _PROCESS_LEAP_SECOND_INFORMATION* PPROCESS_LEAP_SECOND_INFORMATION; +typedef _PF_ROBUSTNESS_CONTROL_COMMAND PF_ROBUSTNESS_CONTROL_COMMAND; +typedef _PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +typedef _PF_ROBUSTNESS_CONTROL* PPF_ROBUSTNESS_CONTROL; +typedef _PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION* PPROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION; +typedef _FILE_FS_FULL_SIZE_INFORMATION* PFILE_FS_FULL_SIZE_INFORMATION; +typedef _PROCESS_SYSCALL_PROVIDER_INFORMATION* PPROCESS_SYSCALL_PROVIDER_INFORMATION; +typedef _THREAD_BASIC_INFORMATION* PTHREAD_BASIC_INFORMATION; +typedef _PF_SYSTEM_PREFETCH_PARAMETERS PF_SYSTEM_PREFETCH_PARAMETERS; +typedef _THREAD_LAST_SYSCALL_INFORMATION* PTHREAD_LAST_SYSCALL_INFORMATION; +typedef _THREAD_TEB_INFORMATION THREAD_TEB_INFORMATION; +typedef _PF_SYSTEM_PREFETCH_PARAMETERS* PPF_SYSTEM_PREFETCH_PARAMETERS; +typedef _THREAD_TEB_INFORMATION* PTHREAD_TEB_INFORMATION; +typedef _FILE_FS_SECTOR_SIZE_INFORMATION* PFILE_FS_SECTOR_SIZE_INFORMATION; +typedef _COUNTER_READING* PCOUNTER_READING; +typedef _PF_ROBUST_PROCESS_ENTRY* PPF_ROBUST_PROCESS_ENTRY; +typedef _FILE_FS_METADATA_SIZE_INFORMATION FILE_FS_METADATA_SIZE_INFORMATION; +typedef _THREAD_PROFILING_INFORMATION THREAD_PROFILING_INFORMATION; +typedef _FILE_IOSTATUSBLOCK_RANGE_INFORMATION* PFILE_IOSTATUSBLOCK_RANGE_INFORMATION; +typedef _ALPC_PORT_ATTRIBUTES ALPC_PORT_ATTRIBUTES; +typedef _FILE_DIRECTORY_INFORMATION* PFILE_DIRECTORY_INFORMATION; +typedef _FILE_ID_FULL_DIR_INFORMATION FILE_ID_FULL_DIR_INFORMATION; +typedef _THREAD_UMS_INFORMATION* PTHREAD_UMS_INFORMATION; +typedef _ALPC_PORT_MESSAGE_ZONE_INFORMATION* PALPC_PORT_MESSAGE_ZONE_INFORMATION; +typedef _THREAD_NAME_INFORMATION* PTHREAD_NAME_INFORMATION; +typedef _RTL_WORK_ON_BEHALF_TICKET_EX RTL_WORK_ON_BEHALF_TICKET_EX; +typedef _ALPC_HANDLE_ATTR32 ALPC_HANDLE_ATTR32; +typedef _SUBSYSTEM_INFORMATION_TYPE SUBSYSTEM_INFORMATION_TYPE; +typedef _THREAD_WORKLOAD_CLASS THREAD_WORKLOAD_CLASS; +typedef _PROCESS_STATE_CHANGE_TYPE* PPROCESS_STATE_CHANGE_TYPE; +typedef _PORT_VIEW64 PORT_VIEW64; +typedef _THREAD_STATE_CHANGE_TYPE THREAD_STATE_CHANGE_TYPE; +typedef void ( *PPS_APC_ROUTINE )( PVOID, PVOID, PVOID ); +typedef _FILE_STORAGE_RESERVE_ID_INFORMATION FILE_STORAGE_RESERVE_ID_INFORMATION; +typedef _PROC_THREAD_ATTRIBUTE_LIST PROC_THREAD_ATTRIBUTE_LIST; +typedef _FILE_EA_INFORMATION FILE_EA_INFORMATION; +typedef _PF_SYSTEM_SUPERFETCH_PARAMETERS* PPF_SYSTEM_SUPERFETCH_PARAMETERS; +typedef _ISOLATION_MANIFEST_PROPERTIES* PISOLATION_MANIFEST_PROPERTIES; +typedef _ALPC_REGISTER_CALLBACK* PALPC_REGISTER_CALLBACK; +typedef _PS_ATTRIBUTE_NUM PS_ATTRIBUTE_NUM; +typedef _ALPC_REGISTER_CALLBACK ALPC_REGISTER_CALLBACK; +typedef _ALPC_MESSAGE_INFORMATION_CLASS ALPC_MESSAGE_INFORMATION_CLASS; +typedef _PS_ATTRIBUTE* PPS_ATTRIBUTE; +typedef _FILE_LINKS_FULL_ID_INFORMATION* PFILE_LINKS_FULL_ID_INFORMATION; +typedef _ALPC_HANDLE_ATTR* PALPC_HANDLE_ATTR; +typedef _ALPC_DATA_VIEW_ATTR ALPC_DATA_VIEW_ATTR; +typedef _PS_STD_HANDLE_INFO* PPS_STD_HANDLE_INFO; +typedef _CREATE_FILE_TYPE CREATE_FILE_TYPE; +typedef _PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS* PPS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS; +typedef _MAILSLOT_CREATE_PARAMETERS MAILSLOT_CREATE_PARAMETERS; +typedef _PS_TRUSTLET_ATTRIBUTE_TYPE* PPS_TRUSTLET_ATTRIBUTE_TYPE; +typedef _MOUNTMGR_DRIVE_LETTER_INFORMATION MOUNTMGR_DRIVE_LETTER_INFORMATION; +typedef _FILE_FS_FULL_SIZE_INFORMATION FILE_FS_FULL_SIZE_INFORMATION; +typedef _FILE_PIPE_SILO_ARRIVAL_INPUT* PFILE_PIPE_SILO_ARRIVAL_INPUT; +typedef _MOUNTMGR_VOLUME_PATHS* PMOUNTMGR_VOLUME_PATHS; +typedef _FILE_FS_DRIVER_PATH_INFORMATION* PFILE_FS_DRIVER_PATH_INFORMATION; +typedef _FILE_IO_PRIORITY_HINT_INFORMATION_EX* PFILE_IO_PRIORITY_HINT_INFORMATION_EX; +typedef _JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION* PJOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION; +typedef _FILE_MAILSLOT_QUERY_INFORMATION* PFILE_MAILSLOT_QUERY_INFORMATION; +typedef _OPLOCK_KEY_CONTEXT OPLOCK_KEY_CONTEXT; +typedef _FILE_RENAME_INFORMATION* PFILE_RENAME_INFORMATION; +typedef _JOBOBJECT_CONTAINER_IDENTIFIER_V2 JOBOBJECT_CONTAINER_IDENTIFIER_V2; +typedef _MOUNTMGR_QUERY_AUTO_MOUNT MOUNTMGR_QUERY_AUTO_MOUNT; +typedef _JOBOBJECT_CONTAINER_IDENTIFIER_V2* PJOBOBJECT_CONTAINER_IDENTIFIER_V2; +typedef _FILE_STANDARD_LINK_INFORMATION* PFILE_STANDARD_LINK_INFORMATION; +typedef _JOBOBJECT_MEMORY_USAGE_INFORMATION* PJOBOBJECT_MEMORY_USAGE_INFORMATION; +typedef _FILE_SFIO_VOLUME_INFORMATION FILE_SFIO_VOLUME_INFORMATION; +typedef _SILO_USER_SHARED_DATA SILO_USER_SHARED_DATA; +typedef _LPC_CLIENT_DIED_MSG LPC_CLIENT_DIED_MSG; +typedef _SILO_USER_SHARED_DATA* PSILO_USER_SHARED_DATA; +typedef _SILOOBJECT_ROOT_DIRECTORY SILOOBJECT_ROOT_DIRECTORY; +typedef _SERVERSILO_INIT_INFORMATION SERVERSILO_INIT_INFORMATION; +typedef _SERVERSILO_INIT_INFORMATION* PSERVERSILO_INIT_INFORMATION; +typedef _FILE_MAILSLOT_PEEK_BUFFER FILE_MAILSLOT_PEEK_BUFFER; +typedef _JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS; +typedef _FILE_NETWORK_OPEN_INFORMATION* PFILE_NETWORK_OPEN_INFORMATION; +typedef _JOBOBJECT_IO_PRIORITY_LIMIT* PJOBOBJECT_IO_PRIORITY_LIMIT; +typedef _FILE_ALLOCATION_INFORMATION FILE_ALLOCATION_INFORMATION; +typedef _JOBOBJECT_PAGE_PRIORITY_LIMIT JOBOBJECT_PAGE_PRIORITY_LIMIT; +typedef _IO_SESSION_EVENT IO_SESSION_EVENT; +typedef _EXTENDED_CREATE_INFORMATION* PEXTENDED_CREATE_INFORMATION; +typedef _DBGKM_EXCEPTION* PDBGKM_EXCEPTION; +typedef _DBGKM_CREATE_THREAD* PDBGKM_CREATE_THREAD; +typedef _DBGKM_EXIT_THREAD* PDBGKM_EXIT_THREAD; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER_EX* PFILE_PIPE_CLIENT_PROCESS_BUFFER_EX; +typedef _FILE_INTEGRITY_STREAM_INFORMATION FILE_INTEGRITY_STREAM_INFORMATION; +typedef _DBGKM_EXIT_PROCESS* PDBGKM_EXIT_PROCESS; +typedef _FILE_PIPE_CREATE_SYMLINK_INPUT* PFILE_PIPE_CREATE_SYMLINK_INPUT; +typedef _FILE_PIPE_CREATE_SYMLINK_INPUT FILE_PIPE_CREATE_SYMLINK_INPUT; +typedef _FILE_LINK_ENTRY_FULL_ID_INFORMATION* PFILE_LINK_ENTRY_FULL_ID_INFORMATION; +typedef _DBGUI_CREATE_PROCESS DBGUI_CREATE_PROCESS; +typedef _DBGUI_CREATE_PROCESS* PDBGUI_CREATE_PROCESS; +typedef _MOUNTMGR_DRIVE_LETTER_TARGET* PMOUNTMGR_DRIVE_LETTER_TARGET; +typedef _MOUNTMGR_DRIVE_LETTER_TARGET MOUNTMGR_DRIVE_LETTER_TARGET; +typedef _FILE_ALIGNMENT_INFORMATION* PFILE_ALIGNMENT_INFORMATION; +typedef _EXTENDED_CREATE_INFORMATION EXTENDED_CREATE_INFORMATION; +typedef _PF_LOG_EVENT_DATA* PPF_LOG_EVENT_DATA; +typedef _EXTENDED_CREATE_INFORMATION_32* PEXTENDED_CREATE_INFORMATION_32; +typedef _PF_PFN_PRIO_REQUEST* PPF_PFN_PRIO_REQUEST; +typedef _ALPC_MESSAGE_INFORMATION_CLASS* PALPC_MESSAGE_INFORMATION_CLASS; +typedef _FILE_IO_COMPLETION_INFORMATION FILE_IO_COMPLETION_INFORMATION; +typedef _PF_BOOT_PHASE_ID PF_BOOT_PHASE_ID; +typedef _FILE_POSITION_INFORMATION* PFILE_POSITION_INFORMATION; +typedef _PF_TIME_CONTROL PF_TIME_CONTROL; +typedef _PF_TRACE_LIMITS* PPF_TRACE_LIMITS; +typedef _FILE_NETWORK_OPEN_INFORMATION FILE_NETWORK_OPEN_INFORMATION; +typedef _PF_BOOT_CONTROL PF_BOOT_CONTROL; +typedef _FILE_ALLOCATION_INFORMATION* PFILE_ALLOCATION_INFORMATION; +typedef _PF_MEMORY_LIST_NODE PF_MEMORY_LIST_NODE; +typedef _FILE_DISPOSITION_INFORMATION FILE_DISPOSITION_INFORMATION; +typedef _PF_ROBUST_FILE_ENTRY* PPF_ROBUST_FILE_ENTRY; +typedef _REMOTE_PORT_VIEW64* PREMOTE_PORT_VIEW64; +typedef _FILE_VALID_DATA_LENGTH_INFORMATION FILE_VALID_DATA_LENGTH_INFORMATION; +typedef _FILE_LINK_INFORMATION_EX* PFILE_LINK_INFORMATION_EX; +typedef _FILE_MOVE_CLUSTER_INFORMATION FILE_MOVE_CLUSTER_INFORMATION; +typedef _ALPC_SERVER_INFORMATION ALPC_SERVER_INFORMATION; +typedef _FILE_RENAME_INFORMATION FILE_RENAME_INFORMATION; +typedef _PF_PRIVSOURCE_QUERY_REQUEST* PPF_PRIVSOURCE_QUERY_REQUEST; +typedef _PORT_MESSAGE64* PPORT_MESSAGE64; +typedef _LPC_CLIENT_DIED_MSG64 LPC_CLIENT_DIED_MSG64; +typedef _FILE_PIPE_LOCAL_INFORMATION* PFILE_PIPE_LOCAL_INFORMATION; +typedef _PREFETCHER_INFORMATION PREFETCHER_INFORMATION; +typedef _ALPC_PORT_COMPLETION_LIST_INFORMATION* PALPC_PORT_COMPLETION_LIST_INFORMATION; +typedef _FILE_STANDARD_LINK_INFORMATION FILE_STANDARD_LINK_INFORMATION; +typedef _FILE_SFIO_RESERVE_INFORMATION FILE_SFIO_RESERVE_INFORMATION; +typedef _ALPC_SERVER_SESSION_INFORMATION ALPC_SERVER_SESSION_INFORMATION; +typedef _FILE_SFIO_VOLUME_INFORMATION* PFILE_SFIO_VOLUME_INFORMATION; +typedef _ALPC_SECURITY_ATTR ALPC_SECURITY_ATTR; +typedef _FILE_IO_PRIORITY_HINT_INFORMATION_EX FILE_IO_PRIORITY_HINT_INFORMATION_EX; +typedef _FS_FILTER_SECTION_SYNC_TYPE* PFS_FILTER_SECTION_SYNC_TYPE; +typedef _FILE_IS_REMOTE_DEVICE_INFORMATION* PFILE_IS_REMOTE_DEVICE_INFORMATION; +typedef _NAMED_PIPE_CREATE_PARAMETERS* PNAMED_PIPE_CREATE_PARAMETERS; +typedef _FILE_IOSTATUSBLOCK_RANGE_INFORMATION FILE_IOSTATUSBLOCK_RANGE_INFORMATION; +typedef _MOUNTMGR_VOLUME_MOUNT_POINT* PMOUNTMGR_VOLUME_MOUNT_POINT; +typedef _FILE_REMOTE_PROTOCOL_INFORMATION FILE_REMOTE_PROTOCOL_INFORMATION; +typedef _FILE_VOLUME_NAME_INFORMATION FILE_VOLUME_NAME_INFORMATION; +typedef _MOUNTMGR_SET_AUTO_MOUNT* PMOUNTMGR_SET_AUTO_MOUNT; +typedef _FILE_ID_INFORMATION FILE_ID_INFORMATION; +typedef _PORT_VIEW* PPORT_VIEW; +typedef _FILE_LINKS_FULL_ID_INFORMATION FILE_LINKS_FULL_ID_INFORMATION; +typedef _OPLOCK_KEY_ECP_CONTEXT OPLOCK_KEY_ECP_CONTEXT; +typedef _FILE_STORAGE_RESERVE_ID_INFORMATION* PFILE_STORAGE_RESERVE_ID_INFORMATION; +typedef _MOUNTMGR_TARGET_NAME MOUNTMGR_TARGET_NAME; +typedef _FILE_DIRECTORY_INFORMATION FILE_DIRECTORY_INFORMATION; +typedef _FILE_ID_FULL_DIR_INFORMATION* PFILE_ID_FULL_DIR_INFORMATION; +typedef _FILE_ID_BOTH_DIR_INFORMATION FILE_ID_BOTH_DIR_INFORMATION; +typedef _DMA_SPEED DMA_SPEED; +typedef _BUS_DATA_TYPE BUS_DATA_TYPE; +typedef _FILE_DIRECTORY_NEXT_INFORMATION FILE_DIRECTORY_NEXT_INFORMATION; +typedef _FILE_PIPE_DELETE_SYMLINK_INPUT FILE_PIPE_DELETE_SYMLINK_INPUT; +typedef _FILE_FULL_EA_INFORMATION* PFILE_FULL_EA_INFORMATION; +typedef _FILE_GET_EA_INFORMATION* PFILE_GET_EA_INFORMATION; +typedef _MOUNTMGR_CREATE_POINT_INPUT* PMOUNTMGR_CREATE_POINT_INPUT; +typedef _REPARSE_DATA_BUFFER_EX* PREPARSE_DATA_BUFFER_EX; +typedef _FILE_QUOTA_INFORMATION FILE_QUOTA_INFORMATION; +typedef _FSINFOCLASS FSINFOCLASS; +typedef _IO_COMPLETION_BASIC_INFORMATION IO_COMPLETION_BASIC_INFORMATION; +typedef _FILE_FS_LABEL_INFORMATION* PFILE_FS_LABEL_INFORMATION; +typedef _IO_SESSION_STATE IO_SESSION_STATE; +typedef _FILE_FS_SIZE_INFORMATION* PFILE_FS_SIZE_INFORMATION; +typedef _INTERFACE_TYPE* PINTERFACE_TYPE; +typedef _FILE_FS_ATTRIBUTE_INFORMATION* PFILE_FS_ATTRIBUTE_INFORMATION; +typedef _MOUNTMGR_SILO_ARRIVAL_INPUT* PMOUNTMGR_SILO_ARRIVAL_INPUT; +typedef _FILE_FS_SECTOR_SIZE_INFORMATION FILE_FS_SECTOR_SIZE_INFORMATION; +typedef _FILE_FS_DATA_COPY_INFORMATION FILE_FS_DATA_COPY_INFORMATION; +typedef _MOUNTMGR_MOUNT_POINTS* PMOUNTMGR_MOUNT_POINTS; +typedef _FILE_FS_METADATA_SIZE_INFORMATION* PFILE_FS_METADATA_SIZE_INFORMATION; +typedef _FILE_PIPE_WAIT_FOR_BUFFER* PFILE_PIPE_WAIT_FOR_BUFFER; +typedef _FILE_FS_GUID_INFORMATION FILE_FS_GUID_INFORMATION; +typedef _FILE_PIPE_CLIENT_PROCESS_BUFFER_V2 FILE_PIPE_CLIENT_PROCESS_BUFFER_V2; +typedef _REPARSE_DATA_BUFFER_EX REPARSE_DATA_BUFFER_EX; +typedef _MOUNTMGR_SET_AUTO_MOUNT MOUNTMGR_SET_AUTO_MOUNT; +typedef _PORT_DATA_ENTRY* PPORT_DATA_ENTRY; +typedef _PORT_DATA_INFORMATION* PPORT_DATA_INFORMATION; +typedef _ALPC_PORT_ATTRIBUTES* PALPC_PORT_ATTRIBUTES; +typedef _ALPC_PORT_MESSAGE_ZONE_INFORMATION ALPC_PORT_MESSAGE_ZONE_INFORMATION; +typedef _ALPC_PORT_COMPLETION_LIST_INFORMATION ALPC_PORT_COMPLETION_LIST_INFORMATION; +typedef _PF_BOOT_CONTROL* PPF_BOOT_CONTROL; +typedef _PF_MEMORY_LIST_INFO PF_MEMORY_LIST_INFO; +typedef _PF_MEMORY_LIST_INFO* PPF_MEMORY_LIST_INFO; +typedef _PF_PHYSICAL_MEMORY_RANGE PF_PHYSICAL_MEMORY_RANGE; +typedef _PF_PHYSICAL_MEMORY_RANGE* PPF_PHYSICAL_MEMORY_RANGE; +typedef _PF_PHYSICAL_MEMORY_RANGE_INFO_V1 PF_PHYSICAL_MEMORY_RANGE_INFO_V1; +typedef _PF_PHYSICAL_MEMORY_RANGE_INFO_V1* PPF_PHYSICAL_MEMORY_RANGE_INFO_V1; +typedef _PF_PHYSICAL_MEMORY_RANGE_INFO_V2 PF_PHYSICAL_MEMORY_RANGE_INFO_V2; +typedef _PF_PHYSICAL_MEMORY_RANGE_INFO_V2* PPF_PHYSICAL_MEMORY_RANGE_INFO_V2; +typedef _PF_REPURPOSED_BY_PREFETCH_INFO PF_REPURPOSED_BY_PREFETCH_INFO; +typedef _PF_REPURPOSED_BY_PREFETCH_INFO* PPF_REPURPOSED_BY_PREFETCH_INFO; +typedef _PF_VIRTUAL_QUERY PF_VIRTUAL_QUERY; +typedef _PF_VIRTUAL_QUERY* PPF_VIRTUAL_QUERY; +typedef _USER_INTERNAL6_INFORMATION* PUSER_INTERNAL6_INFORMATION; +typedef _PF_MIN_WS_AGE_RATE_CONTROL PF_MIN_WS_AGE_RATE_CONTROL; +typedef _PF_MIN_WS_AGE_RATE_CONTROL* PPF_MIN_WS_AGE_RATE_CONTROL; +typedef _ETW_CPU_CACHE_FLUSH_EVENT ETW_CPU_CACHE_FLUSH_EVENT; +typedef _PF_DEPRIORITIZE_OLD_PAGES PF_DEPRIORITIZE_OLD_PAGES; +typedef _PF_DEPRIORITIZE_OLD_PAGES* PPF_DEPRIORITIZE_OLD_PAGES; +typedef _LSA_TRUST_INFORMATION LSA_TRUST_INFORMATION; +typedef _PF_GPU_UTILIZATION_INFO PF_GPU_UTILIZATION_INFO; +typedef _ETW_TP_EVENT_CALLBACK_START ETW_TP_EVENT_CALLBACK_START; +typedef _PF_GPU_UTILIZATION_INFO* PPF_GPU_UTILIZATION_INFO; +typedef _SUPERFETCH_INFORMATION_CLASS SUPERFETCH_INFORMATION_CLASS; +typedef _LSA_REFERENCED_DOMAIN_LIST* PLSA_REFERENCED_DOMAIN_LIST; +typedef _SAM_BYTE_ARRAY_32K SAM_BYTE_ARRAY_32K; +typedef SAM_BYTE_ARRAY_32K SAM_USER_TILE; +typedef _USER_LOGON_UI_INFORMATION* PUSER_LOGON_UI_INFORMATION; +typedef _ETW_TP_EVENT_CALLBACK_START* PETW_TP_EVENT_CALLBACK_START; +typedef _SUPERFETCH_INFORMATION SUPERFETCH_INFORMATION; +typedef _SUPERFETCH_INFORMATION* PSUPERFETCH_INFORMATION; +typedef _PLUGPLAY_EVENT_CATEGORY PLUGPLAY_EVENT_CATEGORY; +typedef _PLUGPLAY_EVENT_CATEGORY* PPLUGPLAY_EVENT_CATEGORY; +typedef _PLUGPLAY_EVENT_BLOCK PLUGPLAY_EVENT_BLOCK; +typedef _PLUGPLAY_EVENT_BLOCK* PPLUGPLAY_EVENT_BLOCK; +typedef _PLUGPLAY_CONTROL_CLASS PLUGPLAY_CONTROL_CLASS; +typedef _PLUGPLAY_CONTROL_CLASS* PPLUGPLAY_CONTROL_CLASS; +typedef _DEVICE_RELATION_TYPE DEVICE_RELATION_TYPE; +typedef _DEVICE_RELATION_TYPE* PDEVICE_RELATION_TYPE; +typedef _BUS_QUERY_ID_TYPE BUS_QUERY_ID_TYPE; +typedef _BUS_QUERY_ID_TYPE* PBUS_QUERY_ID_TYPE; +typedef _DEVICE_TEXT_TYPE DEVICE_TEXT_TYPE; +typedef _DEVICE_TEXT_TYPE* PDEVICE_TEXT_TYPE; +typedef _DEVICE_USAGE_NOTIFICATION_TYPE DEVICE_USAGE_NOTIFICATION_TYPE; +typedef _DEVICE_USAGE_NOTIFICATION_TYPE* PDEVICE_USAGE_NOTIFICATION_TYPE; +typedef _PROCESSOR_POWER_INFORMATION PROCESSOR_POWER_INFORMATION; +typedef _PROCESSOR_POWER_INFORMATION* PPROCESSOR_POWER_INFORMATION; +typedef _SYSTEM_POWER_INFORMATION SYSTEM_POWER_INFORMATION; +typedef _SYSTEM_POWER_INFORMATION* PSYSTEM_POWER_INFORMATION; +typedef _SYSTEM_HIBERFILE_INFORMATION SYSTEM_HIBERFILE_INFORMATION; +typedef _SYSTEM_HIBERFILE_INFORMATION* PSYSTEM_HIBERFILE_INFORMATION; +typedef _COUNTED_REASON_CONTEXT COUNTED_REASON_CONTEXT; +typedef _COUNTED_REASON_CONTEXT* PCOUNTED_REASON_CONTEXT; +typedef _POWER_REQUEST_TYPE_INTERNAL POWER_REQUEST_TYPE_INTERNAL; +typedef _POWER_REQUEST_ACTION POWER_REQUEST_ACTION; +typedef _POWER_REQUEST_ACTION* PPOWER_REQUEST_ACTION; +typedef _POWER_STATE POWER_STATE; +typedef _POWER_STATE* PPOWER_STATE; +typedef _POWER_STATE_TYPE POWER_STATE_TYPE; +typedef _POWER_STATE_TYPE* PPOWER_STATE_TYPE; +typedef _SYSTEM_POWER_STATE_CONTEXT SYSTEM_POWER_STATE_CONTEXT; +typedef _SYSTEM_POWER_STATE_CONTEXT* PSYSTEM_POWER_STATE_CONTEXT; +typedef _REQUESTER_TYPE REQUESTER_TYPE; +typedef _COUNTED_REASON_CONTEXT_RELATIVE COUNTED_REASON_CONTEXT_RELATIVE; +typedef _COUNTED_REASON_CONTEXT_RELATIVE* PCOUNTED_REASON_CONTEXT_RELATIVE; +typedef _DIAGNOSTIC_BUFFER DIAGNOSTIC_BUFFER; +typedef _DIAGNOSTIC_BUFFER* PDIAGNOSTIC_BUFFER; +typedef _WAKE_TIMER_INFO WAKE_TIMER_INFO; +typedef _WAKE_TIMER_INFO* PWAKE_TIMER_INFO; +typedef _PROCESSOR_PERF_CAP_HV PROCESSOR_PERF_CAP_HV; +typedef _PROCESSOR_PERF_CAP_HV* PPROCESSOR_PERF_CAP_HV; +typedef PROCESSOR_IDLE_TIMES PROCESSOR_IDLE_TIMES; +typedef _USER_PREFERENCES_INFORMATION USER_PREFERENCES_INFORMATION; +typedef PROCESSOR_IDLE_TIMES* PPROCESSOR_IDLE_TIMES; +typedef _KCONTINUE_TYPE KCONTINUE_TYPE; +typedef NTSTATUS PROCESSOR_IDLE_HANDLER( ULONG_PTR, PPROCESSOR_IDLE_TIMES ); +typedef _LOGON_HOURS LOGON_HOURS; +typedef PROCESSOR_IDLE_HANDLER* PPROCESSOR_IDLE_HANDLER; +typedef _PROCESSOR_IDLE_STATE PROCESSOR_IDLE_STATE; +typedef _PROCESSOR_IDLE_STATE* PPROCESSOR_IDLE_STATE; +typedef _USER_ACCOUNT_INFORMATION USER_ACCOUNT_INFORMATION; +typedef _PROCESSOR_IDLE_STATES PROCESSOR_IDLE_STATES; +typedef _PEB_LDR_DATA32* PPEB_LDR_DATA32; +typedef _PROCESSOR_IDLE_STATES* PPROCESSOR_IDLE_STATES; +typedef _LOAD_DLL_EVENT_DATA* PLOAD_DLL_EVENT_DATA; +typedef _PROCESSOR_LOAD PROCESSOR_LOAD; +typedef _PROCESSOR_LOAD* PPROCESSOR_LOAD; +typedef _PROCESSOR_CAP PROCESSOR_CAP; +typedef _PROCESSOR_CAP* PPROCESSOR_CAP; +typedef _PO_WAKE_SOURCE_INFO PO_WAKE_SOURCE_INFO; +typedef _PO_WAKE_SOURCE_INFO* PPO_WAKE_SOURCE_INFO; +typedef _PO_WAKE_SOURCE_HISTORY PO_WAKE_SOURCE_HISTORY; +typedef _PO_WAKE_SOURCE_HISTORY* PPO_WAKE_SOURCE_HISTORY; +typedef _PO_WAKE_SOURCE_TYPE PO_WAKE_SOURCE_TYPE; +typedef _PO_WAKE_SOURCE_TYPE* PPO_WAKE_SOURCE_TYPE; +typedef _PO_INTERNAL_WAKE_SOURCE_TYPE PO_INTERNAL_WAKE_SOURCE_TYPE; +typedef _PO_FIXED_WAKE_SOURCE_TYPE PO_FIXED_WAKE_SOURCE_TYPE; +typedef _PO_FIXED_WAKE_SOURCE_TYPE* PPO_FIXED_WAKE_SOURCE_TYPE; +typedef _PO_WAKE_SOURCE_HEADER PO_WAKE_SOURCE_HEADER; +typedef _PO_WAKE_SOURCE_HEADER* PPO_WAKE_SOURCE_HEADER; +typedef _PO_WAKE_SOURCE_DEVICE PO_WAKE_SOURCE_DEVICE; +typedef _PO_WAKE_SOURCE_DEVICE* PPO_WAKE_SOURCE_DEVICE; +typedef _PO_WAKE_SOURCE_FIXED PO_WAKE_SOURCE_FIXED; +typedef _PO_WAKE_SOURCE_FIXED* PPO_WAKE_SOURCE_FIXED; +typedef _PO_WAKE_SOURCE_INTERNAL PO_WAKE_SOURCE_INTERNAL; +typedef _PO_WAKE_SOURCE_INTERNAL* PPO_WAKE_SOURCE_INTERNAL; +typedef _PO_WAKE_SOURCE_TIMER PO_WAKE_SOURCE_TIMER; +typedef _PO_WAKE_SOURCE_TIMER* PPO_WAKE_SOURCE_TIMER; +typedef _ETW_REF_CLOCK ETW_REF_CLOCK; +typedef PVOID* PLSA_CLIENT_REQUEST; +typedef _POWER_REQUEST POWER_REQUEST; +typedef UNICODE_STRING* PLSA_UNICODE_STRING; +typedef _ETW_RT_EVENT_LOSS ETW_RT_EVENT_LOSS; +typedef _POWER_REQUEST* PPOWER_REQUEST; +typedef _WMI_BUFFER_HEADER* PWMI_BUFFER_HEADER; +typedef _PERFINFO_PPM_THERMAL_CONSTRAINT PERFINFO_PPM_THERMAL_CONSTRAINT; +typedef _POWER_REQUEST_LIST POWER_REQUEST_LIST; +typedef _POWER_REQUEST_LIST* PPOWER_REQUEST_LIST; +typedef _SECURITY_LOGON_TYPE SECURITY_LOGON_TYPE; +typedef _LSA_TOKEN_INFORMATION_TYPE* PLSA_TOKEN_INFORMATION_TYPE; +typedef NTSTATUS LSA_AP_CALL_PACKAGE( PLSA_CLIENT_REQUEST, PVOID, PVOID, ULONG, PVOID*, PULONG, PNTSTATUS ); +typedef _POWER_STATE_HANDLER_TYPE POWER_STATE_HANDLER_TYPE; +typedef _POWER_STATE_HANDLER_TYPE* PPOWER_STATE_HANDLER_TYPE; +typedef _PERFINFO_PFMAPPED_SECTION_INFORMATION* PPERFINFO_PFMAPPED_SECTION_INFORMATION; +typedef NTSTATUS ( *PENTER_STATE_SYSTEM_HANDLER )( PVOID ); +typedef char __C_ASSERT__[1]; +typedef NTSTATUS ( *PLSA_AP_LOGON_USER_EX )( PLSA_CLIENT_REQUEST, SECURITY_LOGON_TYPE, PVOID, PVOID, ULONG, PVOID*, PULONG, PLUID, PNTSTATUS, PLSA_TOKEN_INFORMATION_TYPE, PVOID*, PUNICODE_STRING*, PUNICODE_STRING*, PUNICODE_STRING* ); +typedef NTSTATUS ( *PENTER_STATE_HANDLER )( PVOID, PENTER_STATE_SYSTEM_HANDLER, PVOID, LONG, volatile LONG* ); +typedef char __C_ASSERT__[1]; +typedef _POWER_STATE_HANDLER POWER_STATE_HANDLER; +typedef ULONG* PPOLICY_SYSTEM_ACCESS_MODE; +typedef NTSTATUS ( *PLSA_AP_CALL_PACKAGE_UNTRUSTED )( PLSA_CLIENT_REQUEST, PVOID, PVOID, ULONG, PVOID*, PULONG, PNTSTATUS ); +typedef _POWER_STATE_HANDLER* PPOWER_STATE_HANDLER; +typedef NTSTATUS ( *PENTER_STATE_NOTIFY_HANDLER )( POWER_STATE_HANDLER_TYPE, PVOID, BOOLEAN ); +typedef _POWER_STATE_NOTIFY_HANDLER POWER_STATE_NOTIFY_HANDLER; +typedef _POWER_STATE_NOTIFY_HANDLER* PPOWER_STATE_NOTIFY_HANDLER; +typedef _POWER_REQUEST_ACTION_INTERNAL POWER_REQUEST_ACTION_INTERNAL; +typedef _POWER_REQUEST_ACTION_INTERNAL* PPOWER_REQUEST_ACTION_INTERNAL; +typedef _POWER_INFORMATION_LEVEL_INTERNAL POWER_INFORMATION_LEVEL_INTERNAL; +typedef _POWER_S0_DISCONNECTED_REASON POWER_S0_DISCONNECTED_REASON; +typedef _POWER_S0_LOW_POWER_IDLE_INFO POWER_S0_LOW_POWER_IDLE_INFO; +typedef _POWER_S0_LOW_POWER_IDLE_INFO* PPOWER_S0_LOW_POWER_IDLE_INFO; +typedef _POWER_INFORMATION_INTERNAL_HEADER POWER_INFORMATION_INTERNAL_HEADER; +typedef _POWER_INFORMATION_INTERNAL_HEADER* PPOWER_INFORMATION_INTERNAL_HEADER; +typedef _POWER_USER_ABSENCE_PREDICTION POWER_USER_ABSENCE_PREDICTION; +typedef _POWER_USER_ABSENCE_PREDICTION* PPOWER_USER_ABSENCE_PREDICTION; +typedef _POWER_USER_ABSENCE_PREDICTION_CAPABILITY POWER_USER_ABSENCE_PREDICTION_CAPABILITY; +typedef _POWER_USER_ABSENCE_PREDICTION_CAPABILITY* PPOWER_USER_ABSENCE_PREDICTION_CAPABILITY; +typedef _POWER_PROCESSOR_LATENCY_HINT POWER_PROCESSOR_LATENCY_HINT; +typedef _POWER_PROCESSOR_LATENCY_HINT* PPOWER_PROCESSOR_LATENCY_HINT; +typedef _POWER_STANDBY_NETWORK_REQUEST POWER_STANDBY_NETWORK_REQUEST; +typedef _POWER_STANDBY_NETWORK_REQUEST* PPOWER_STANDBY_NETWORK_REQUEST; +typedef _POWER_SET_BACKGROUND_TASK_STATE POWER_SET_BACKGROUND_TASK_STATE; +typedef _POWER_SET_BACKGROUND_TASK_STATE* PPOWER_SET_BACKGROUND_TASK_STATE; +typedef _POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO; +typedef _POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO* PPOWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO; +typedef _POWER_SESSION_POWER_STATE POWER_SESSION_POWER_STATE; +typedef _POWER_SESSION_POWER_STATE* PPOWER_SESSION_POWER_STATE; +typedef _POWER_INTERNAL_PROCESSOR_QOS_SUPPORT POWER_INTERNAL_PROCESSOR_QOS_SUPPORT; +typedef _POWER_INTERNAL_PROCESSOR_QOS_SUPPORT* PPOWER_INTERNAL_PROCESSOR_QOS_SUPPORT; +typedef _POWER_INTERNAL_HOST_ENERGY_SAVER_STATE POWER_INTERNAL_HOST_ENERGY_SAVER_STATE; +typedef _POWER_INTERNAL_HOST_ENERGY_SAVER_STATE* PPOWER_INTERNAL_HOST_ENERGY_SAVER_STATE; +typedef _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT; +typedef _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT* PPOWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT; +typedef _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT; +typedef _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT* PPOWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT; +typedef _POWER_INTERNAL_BOOTAPP_DIAGNOSTIC POWER_INTERNAL_BOOTAPP_DIAGNOSTIC; +typedef _POWER_INTERNAL_BOOTAPP_DIAGNOSTIC* PPOWER_INTERNAL_BOOTAPP_DIAGNOSTIC; +typedef _KEY_INFORMATION_CLASS KEY_INFORMATION_CLASS; +typedef _KEY_BASIC_INFORMATION KEY_BASIC_INFORMATION; +typedef _KEY_BASIC_INFORMATION* PKEY_BASIC_INFORMATION; +typedef _KEY_NODE_INFORMATION KEY_NODE_INFORMATION; +typedef _KEY_NODE_INFORMATION* PKEY_NODE_INFORMATION; +typedef _KEY_FULL_INFORMATION KEY_FULL_INFORMATION; +typedef _KEY_FULL_INFORMATION* PKEY_FULL_INFORMATION; +typedef _KEY_NAME_INFORMATION KEY_NAME_INFORMATION; +typedef _KEY_NAME_INFORMATION* PKEY_NAME_INFORMATION; +typedef _KEY_CACHED_INFORMATION KEY_CACHED_INFORMATION; +typedef _KEY_CACHED_INFORMATION* PKEY_CACHED_INFORMATION; +typedef _KEY_FLAGS_INFORMATION KEY_FLAGS_INFORMATION; +typedef _SAM_VALIDATE_VALIDATION_STATUS SAM_VALIDATE_VALIDATION_STATUS; +typedef _KEY_FLAGS_INFORMATION* PKEY_FLAGS_INFORMATION; +typedef _KEY_VIRTUALIZATION_INFORMATION KEY_VIRTUALIZATION_INFORMATION; +typedef _SAM_VALIDATE_PERSISTED_FIELDS* PSAM_VALIDATE_PERSISTED_FIELDS; +typedef _KEY_VIRTUALIZATION_INFORMATION* PKEY_VIRTUALIZATION_INFORMATION; +typedef _KEY_TRUST_INFORMATION KEY_TRUST_INFORMATION; +typedef _KEY_TRUST_INFORMATION* PKEY_TRUST_INFORMATION; +typedef _KEY_LAYER_INFORMATION KEY_LAYER_INFORMATION; +typedef _LSA_ADT_SID_LIST LSA_ADT_SID_LIST; +typedef _KEY_LAYER_INFORMATION* PKEY_LAYER_INFORMATION; +typedef _SAM_VALIDATE_PASSWORD_HASH SAM_VALIDATE_PASSWORD_HASH; +typedef _KEY_SET_INFORMATION_CLASS KEY_SET_INFORMATION_CLASS; +typedef _KEY_WRITE_TIME_INFORMATION KEY_WRITE_TIME_INFORMATION; +typedef _KEY_WRITE_TIME_INFORMATION* PKEY_WRITE_TIME_INFORMATION; +typedef _KEY_WOW64_FLAGS_INFORMATION KEY_WOW64_FLAGS_INFORMATION; +typedef _SAM_VALIDATE_AUTHENTICATION_INPUT_ARG SAM_VALIDATE_AUTHENTICATION_INPUT_ARG; +typedef _KEY_WOW64_FLAGS_INFORMATION* PKEY_WOW64_FLAGS_INFORMATION; +typedef NTSTATUS ( *PFN_LSA_CALL_AUTH_PKG )( HANDLE, ULONG, PVOID, ULONG, PVOID*, PULONG, PNTSTATUS ); +typedef _KEY_HANDLE_TAGS_INFORMATION KEY_HANDLE_TAGS_INFORMATION; +typedef _KEY_HANDLE_TAGS_INFORMATION* PKEY_HANDLE_TAGS_INFORMATION; +typedef _KEY_SET_LAYER_INFORMATION KEY_SET_LAYER_INFORMATION; +typedef _KEY_SET_LAYER_INFORMATION* PKEY_SET_LAYER_INFORMATION; +typedef _KEY_CONTROL_FLAGS_INFORMATION KEY_CONTROL_FLAGS_INFORMATION; +typedef _KEY_CONTROL_FLAGS_INFORMATION* PKEY_CONTROL_FLAGS_INFORMATION; +typedef _KEY_SET_VIRTUALIZATION_INFORMATION KEY_SET_VIRTUALIZATION_INFORMATION; +typedef _KEY_SET_VIRTUALIZATION_INFORMATION* PKEY_SET_VIRTUALIZATION_INFORMATION; +typedef _KEY_VALUE_INFORMATION_CLASS KEY_VALUE_INFORMATION_CLASS; +typedef _KEY_VALUE_BASIC_INFORMATION KEY_VALUE_BASIC_INFORMATION; +typedef _KEY_VALUE_BASIC_INFORMATION* PKEY_VALUE_BASIC_INFORMATION; +typedef _KEY_VALUE_FULL_INFORMATION KEY_VALUE_FULL_INFORMATION; +typedef _KEY_VALUE_FULL_INFORMATION* PKEY_VALUE_FULL_INFORMATION; +typedef _KEY_VALUE_PARTIAL_INFORMATION KEY_VALUE_PARTIAL_INFORMATION; +typedef _KEY_VALUE_PARTIAL_INFORMATION* PKEY_VALUE_PARTIAL_INFORMATION; +typedef _KEY_VALUE_PARTIAL_INFORMATION_ALIGN64 KEY_VALUE_PARTIAL_INFORMATION_ALIGN64; +typedef _KEY_VALUE_PARTIAL_INFORMATION_ALIGN64* PKEY_VALUE_PARTIAL_INFORMATION_ALIGN64; +typedef _KEY_VALUE_LAYER_INFORMATION KEY_VALUE_LAYER_INFORMATION; +typedef _KEY_VALUE_LAYER_INFORMATION* PKEY_VALUE_LAYER_INFORMATION; +typedef _CM_EXTENDED_PARAMETER_TYPE CM_EXTENDED_PARAMETER_TYPE; +typedef _CM_EXTENDED_PARAMETER CM_EXTENDED_PARAMETER; +typedef _CM_EXTENDED_PARAMETER* PCM_EXTENDED_PARAMETER; +typedef _KEY_VALUE_ENTRY KEY_VALUE_ENTRY; +typedef _KEY_VALUE_ENTRY* PKEY_VALUE_ENTRY; +typedef _REG_ACTION REG_ACTION; +typedef _ETW_OPTICALIO_FLUSH_BUFFERS* PETW_OPTICALIO_FLUSH_BUFFERS; +typedef _LSA_FOREST_TRUST_COLLISION_RECORD LSA_FOREST_TRUST_COLLISION_RECORD; +typedef _REG_NOTIFY_INFORMATION REG_NOTIFY_INFORMATION; +typedef _LSA_FOREST_TRUST_INFORMATION2* PLSA_FOREST_TRUST_INFORMATION2; +typedef _REG_NOTIFY_INFORMATION* PREG_NOTIFY_INFORMATION; +typedef _COMPOUND_ACCESS_ALLOWED_ACE* PCOMPOUND_ACCESS_ALLOWED_ACE; +typedef _LSA_FOREST_TRUST_RECORD2* PLSA_FOREST_TRUST_RECORD2; +typedef _KEY_PID_ARRAY KEY_PID_ARRAY; +typedef _KEY_PID_ARRAY* PKEY_PID_ARRAY; +typedef NTSTATUS RTL_START_POOL_THREAD( PTHREAD_START_ROUTINE, PVOID, PHANDLE ); +typedef _KEY_OPEN_SUBKEYS_INFORMATION KEY_OPEN_SUBKEYS_INFORMATION; +typedef _KEY_OPEN_SUBKEYS_INFORMATION* PKEY_OPEN_SUBKEYS_INFORMATION; +typedef _WMI_TXR* PWMI_TXR; +typedef _LSA_ENUMERATION_INFORMATION* PLSA_ENUMERATION_INFORMATION; +typedef _LSA_FOREST_TRUST_COLLISION_INFORMATION* PLSA_FOREST_TRUST_COLLISION_INFORMATION; +typedef _VR_INITIALIZE_JOB_FOR_VREG VR_INITIALIZE_JOB_FOR_VREG; +typedef NTSTATUS RTL_QUERY_REGISTRY_ROUTINE( PWSTR, ULONG, PVOID, ULONG, PVOID, PVOID ); +typedef _VR_INITIALIZE_JOB_FOR_VREG* PVR_INITIALIZE_JOB_FOR_VREG; +typedef _LSA_FOREST_TRUST_COLLISION_RECORD* PLSA_FOREST_TRUST_COLLISION_RECORD; +typedef _VR_LOAD_DIFFERENCING_HIVE VR_LOAD_DIFFERENCING_HIVE; +typedef _VR_LOAD_DIFFERENCING_HIVE* PVR_LOAD_DIFFERENCING_HIVE; +typedef _RTL_QUERY_REGISTRY_TABLE* PRTL_QUERY_REGISTRY_TABLE; +typedef _VR_CREATE_NAMESPACE_NODE VR_CREATE_NAMESPACE_NODE; +typedef _VR_CREATE_NAMESPACE_NODE* PVR_CREATE_NAMESPACE_NODE; +typedef _VR_MODIFY_FLAGS VR_MODIFY_FLAGS; +typedef _VR_MODIFY_FLAGS* PVR_MODIFY_FLAGS; +typedef _NAMESPACE_NODE_DATA NAMESPACE_NODE_DATA; +typedef _NAMESPACE_NODE_DATA* PNAMESPACE_NODE_DATA; +typedef _VR_CREATE_MULTIPLE_NAMESPACE_NODES VR_CREATE_MULTIPLE_NAMESPACE_NODES; +typedef _VR_CREATE_MULTIPLE_NAMESPACE_NODES* PVR_CREATE_MULTIPLE_NAMESPACE_NODES; +typedef _VR_UNLOAD_DYNAMICALLY_LOADED_HIVES VR_UNLOAD_DYNAMICALLY_LOADED_HIVES; +typedef _VR_UNLOAD_DYNAMICALLY_LOADED_HIVES* PVR_UNLOAD_DYNAMICALLY_LOADED_HIVES; +typedef _VR_GET_VIRTUAL_ROOT VR_GET_VIRTUAL_ROOT; +typedef _VR_GET_VIRTUAL_ROOT* PVR_GET_VIRTUAL_ROOT; +typedef _VR_GET_VIRTUAL_ROOT_RESULT VR_GET_VIRTUAL_ROOT_RESULT; +typedef _VR_GET_VIRTUAL_ROOT_RESULT* PVR_GET_VIRTUAL_ROOT_RESULT; +typedef _VR_LOAD_DIFFERENCING_HIVE_FOR_HOST VR_LOAD_DIFFERENCING_HIVE_FOR_HOST; +typedef _VR_LOAD_DIFFERENCING_HIVE_FOR_HOST* PVR_LOAD_DIFFERENCING_HIVE_FOR_HOST; +typedef _VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST; +typedef _VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST* PVR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST; +typedef _TABLE_SEARCH_RESULT TABLE_SEARCH_RESULT; +typedef _RTL_GENERIC_COMPARE_RESULTS RTL_GENERIC_COMPARE_RESULTS; +typedef RTL_GENERIC_COMPARE_RESULTS ( *PRTL_AVL_COMPARE_ROUTINE )( _RTL_AVL_TABLE*, PVOID, PVOID ); +typedef PVOID ( *PRTL_AVL_ALLOCATE_ROUTINE )( _RTL_AVL_TABLE*, CLONG ); +typedef void ( *PRTL_AVL_FREE_ROUTINE )( _RTL_AVL_TABLE*, PVOID ); +typedef NTSTATUS ( *PRTL_AVL_MATCH_FUNCTION )( _RTL_AVL_TABLE*, PVOID, PVOID ); +typedef _RTL_BALANCED_LINKS RTL_BALANCED_LINKS; +typedef _RTL_BALANCED_LINKS* PRTL_BALANCED_LINKS; +typedef _RTL_AVL_TABLE RTL_AVL_TABLE; +typedef _RTL_AVL_TABLE* PRTL_AVL_TABLE; +typedef _RTL_SPLAY_LINKS RTL_SPLAY_LINKS; +typedef _RTL_SPLAY_LINKS* PRTL_SPLAY_LINKS; +typedef RTL_GENERIC_COMPARE_RESULTS ( *PRTL_GENERIC_COMPARE_ROUTINE )( _RTL_GENERIC_TABLE*, PVOID, PVOID ); +typedef PVOID ( *PRTL_GENERIC_ALLOCATE_ROUTINE )( _RTL_GENERIC_TABLE*, CLONG ); +typedef void ( *PRTL_GENERIC_FREE_ROUTINE )( _RTL_GENERIC_TABLE*, PVOID ); +typedef _RTL_GENERIC_TABLE RTL_GENERIC_TABLE; +typedef _RTL_GENERIC_TABLE* PRTL_GENERIC_TABLE; +typedef _RTL_RB_TREE RTL_RB_TREE; +typedef _RTL_RB_TREE* PRTL_RB_TREE; +typedef _RTL_DYNAMIC_HASH_TABLE_ENTRY RTL_DYNAMIC_HASH_TABLE_ENTRY; +typedef _RTL_DYNAMIC_HASH_TABLE_ENTRY* PRTL_DYNAMIC_HASH_TABLE_ENTRY; +typedef _RTL_DYNAMIC_HASH_TABLE_CONTEXT RTL_DYNAMIC_HASH_TABLE_CONTEXT; +typedef _RTL_DYNAMIC_HASH_TABLE_CONTEXT* PRTL_DYNAMIC_HASH_TABLE_CONTEXT; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT; +typedef _RTL_DYNAMIC_HASH_TABLE_ENUMERATOR RTL_DYNAMIC_HASH_TABLE_ENUMERATOR; +typedef _RTL_DYNAMIC_HASH_TABLE_ENUMERATOR* PRTL_DYNAMIC_HASH_TABLE_ENUMERATOR; +typedef _POLICY_MODIFICATION_INFO POLICY_MODIFICATION_INFO; +typedef _RTL_DYNAMIC_HASH_TABLE RTL_DYNAMIC_HASH_TABLE; +typedef _RTL_DYNAMIC_HASH_TABLE* PRTL_DYNAMIC_HASH_TABLE; +typedef _WMI_PNP_RECORD_V3 WMI_PNP_RECORD_V3; +typedef _RTL_RESOURCE RTL_RESOURCE; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER* PRTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER; +typedef _RTL_RESOURCE* PRTL_RESOURCE; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME; +typedef _RTL_NORM_FORM RTL_NORM_FORM; +typedef _RTL_HEAP_STACK_QUERY* PRTL_HEAP_STACK_QUERY; +typedef _PREFIX_TABLE_ENTRY PREFIX_TABLE_ENTRY; +typedef _POLICY_DOMAIN_EFS_INFO POLICY_DOMAIN_EFS_INFO; +typedef _PREFIX_TABLE_ENTRY* PPREFIX_TABLE_ENTRY; +typedef _WMI_PNP_RECORD_V5 WMI_PNP_RECORD_V5; +typedef WMI_PNP_RECORD_V5* PWMI_PNP_RECORD; +typedef _POLICY_DOMAIN_INFORMATION_CLASS POLICY_DOMAIN_INFORMATION_CLASS; +typedef _PREFIX_TABLE PREFIX_TABLE; +typedef _PREFIX_TABLE* PPREFIX_TABLE; +typedef _UNICODE_PREFIX_TABLE_ENTRY UNICODE_PREFIX_TABLE_ENTRY; +typedef _UNICODE_PREFIX_TABLE_ENTRY* PUNICODE_PREFIX_TABLE_ENTRY; +typedef _UNICODE_PREFIX_TABLE UNICODE_PREFIX_TABLE; +typedef _UNICODE_PREFIX_TABLE* PUNICODE_PREFIX_TABLE; +typedef _COMPRESSED_DATA_INFO COMPRESSED_DATA_INFO; +typedef _COMPRESSED_DATA_INFO* PCOMPRESSED_DATA_INFO; +typedef _CURDIR CURDIR; +typedef _CURDIR* PCURDIR; +typedef _RTL_DRIVE_LETTER_CURDIR RTL_DRIVE_LETTER_CURDIR; +typedef _RTL_DRIVE_LETTER_CURDIR* PRTL_DRIVE_LETTER_CURDIR; +typedef _RTL_USER_PROCESS_PARAMETERS RTL_USER_PROCESS_PARAMETERS; +typedef _RTL_USER_PROCESS_PARAMETERS* PRTL_USER_PROCESS_PARAMETERS; +typedef _RTL_USER_PROCESS_INFORMATION RTL_USER_PROCESS_INFORMATION; +typedef _RTL_USER_PROCESS_INFORMATION* PRTL_USER_PROCESS_INFORMATION; +typedef _RTL_USER_PROCESS_EXTENDED_PARAMETERS RTL_USER_PROCESS_EXTENDED_PARAMETERS; +typedef _RTL_USER_PROCESS_EXTENDED_PARAMETERS* PRTL_USER_PROCESS_EXTENDED_PARAMETERS; +typedef _RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION; +typedef _RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION* PRTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION; +typedef RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION PROCESS_REFLECTION_INFORMATION; +typedef RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION* PPROCESS_REFLECTION_INFORMATION; +typedef NTSTATUS ( *PUSER_THREAD_START_ROUTINE )( PVOID ); +typedef _CONTEXT_CHUNK CONTEXT_CHUNK; +typedef _CONTEXT_CHUNK* PCONTEXT_CHUNK; +typedef _CONTEXT_EX CONTEXT_EX; +typedef _HEAP_EVENT_SUBSEGMENT_ALLOC_FREE HEAP_EVENT_SUBSEGMENT_ALLOC_FREE; +typedef _CONTEXT_EX* PCONTEXT_EX; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT* PIMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT; +typedef _IMAGE_ARM64EC_REDIRECTION_ENTRY IMAGE_ARM64EC_REDIRECTION_ENTRY; +typedef ULONG ( *PRTLP_UNHANDLED_EXCEPTION_FILTER )( PEXCEPTION_POINTERS ); +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY; +typedef _FUNCTION_TABLE_TYPE FUNCTION_TABLE_TYPE; +typedef _IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD; +typedef _DYNAMIC_FUNCTION_TABLE DYNAMIC_FUNCTION_TABLE; +typedef _DYNAMIC_FUNCTION_TABLE* PDYNAMIC_FUNCTION_TABLE; +typedef _HEAP_SUBSEGMENT_INIT HEAP_SUBSEGMENT_INIT; +typedef _RTLP_CURDIR_REF RTLP_CURDIR_REF; +typedef IMAGE_THUNK_DATA64* UNALIGNED_PIMAGE_THUNK_DATA64; +typedef _RTLP_CURDIR_REF* PRTLP_CURDIR_REF; +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC; +typedef _RTL_RELATIVE_NAME_U RTL_RELATIVE_NAME_U; +typedef _RTL_RELATIVE_NAME_U* PRTL_RELATIVE_NAME_U; +typedef _TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +typedef _RTL_PATH_TYPE RTL_PATH_TYPE; +typedef _RTL_BUFFER RTL_BUFFER; +typedef _RTL_BUFFER* PRTL_BUFFER; +typedef _RTL_UNICODE_STRING_BUFFER RTL_UNICODE_STRING_BUFFER; +typedef _RTL_UNICODE_STRING_BUFFER* PRTL_UNICODE_STRING_BUFFER; +typedef _GENERATE_NAME_CONTEXT GENERATE_NAME_CONTEXT; +typedef _GENERATE_NAME_CONTEXT* PGENERATE_NAME_CONTEXT; +typedef _RTL_HEAP_ENTRY RTL_HEAP_ENTRY; +typedef _RTL_HEAP_ENTRY* PRTL_HEAP_ENTRY; +typedef _RTL_HEAP_TAG RTL_HEAP_TAG; +typedef _RTL_HEAP_TAG* PRTL_HEAP_TAG; +typedef _RTL_HEAP_INFORMATION_V1 RTL_HEAP_INFORMATION_V1; +typedef _RTL_HEAP_INFORMATION_V1* PRTL_HEAP_INFORMATION_V1; +typedef _RTL_HEAP_INFORMATION_V2 RTL_HEAP_INFORMATION_V2; +typedef _RTL_HEAP_INFORMATION_V2* PRTL_HEAP_INFORMATION_V2; +typedef _RTL_PROCESS_HEAPS_V1 RTL_PROCESS_HEAPS_V1; +typedef _RTL_PROCESS_HEAPS_V1* PRTL_PROCESS_HEAPS_V1; +typedef _RTL_PROCESS_HEAPS_V2 RTL_PROCESS_HEAPS_V2; +typedef _RTL_PROCESS_HEAPS_V2* PRTL_PROCESS_HEAPS_V2; +typedef _RTL_MEMORY_TYPE RTL_MEMORY_TYPE; +typedef _RTL_MEMORY_TYPE* PRTL_MEMORY_TYPE; +typedef _HEAP_MEMORY_INFO_CLASS HEAP_MEMORY_INFO_CLASS; +typedef NTSTATUS ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK( HANDLE, HANDLE, PVOID*, PSIZE_T, ULONG, ULONG, PMEM_EXTENDED_PARAMETER, ULONG ); +typedef ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK* PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK; +typedef NTSTATUS FREE_VIRTUAL_MEMORY_EX_CALLBACK( HANDLE, HANDLE, PVOID*, PSIZE_T, ULONG ); +typedef FREE_VIRTUAL_MEMORY_EX_CALLBACK* PFREE_VIRTUAL_MEMORY_EX_CALLBACK; +typedef NTSTATUS QUERY_VIRTUAL_MEMORY_CALLBACK( HANDLE, HANDLE, PVOID, HEAP_MEMORY_INFO_CLASS, PVOID, SIZE_T, PSIZE_T ); +typedef QUERY_VIRTUAL_MEMORY_CALLBACK* PQUERY_VIRTUAL_MEMORY_CALLBACK; +typedef _RTL_SEGMENT_HEAP_VA_CALLBACKS RTL_SEGMENT_HEAP_VA_CALLBACKS; +typedef _RTL_SEGMENT_HEAP_VA_CALLBACKS* PRTL_SEGMENT_HEAP_VA_CALLBACKS; +typedef _RTL_SEGMENT_HEAP_MEMORY_SOURCE RTL_SEGMENT_HEAP_MEMORY_SOURCE; +typedef _RTL_SEGMENT_HEAP_MEMORY_SOURCE* PRTL_SEGMENT_HEAP_MEMORY_SOURCE; +typedef _RTL_SEGMENT_HEAP_PARAMETERS RTL_SEGMENT_HEAP_PARAMETERS; +typedef _RTL_SEGMENT_HEAP_PARAMETERS* PRTL_SEGMENT_HEAP_PARAMETERS; +typedef NTSTATUS RTL_HEAP_COMMIT_ROUTINE( PVOID, PVOID*, PSIZE_T ); +typedef NTSTATUS ( *PRTL_HEAP_COMMIT_ROUTINE )( PVOID, PVOID*, PSIZE_T ); +typedef _RTL_HEAP_PARAMETERS RTL_HEAP_PARAMETERS; +typedef _RTL_HEAP_PARAMETERS* PRTL_HEAP_PARAMETERS; +typedef _RTL_HEAP_TAG_INFO RTL_HEAP_TAG_INFO; +typedef _RTL_HEAP_TAG_INFO* PRTL_HEAP_TAG_INFO; +typedef NTSTATUS RTL_ENUM_HEAPS_ROUTINE( PVOID, PVOID ); +typedef NTSTATUS ( *PRTL_ENUM_HEAPS_ROUTINE )( PVOID, PVOID ); +typedef _RTL_HEAP_USAGE_ENTRY RTL_HEAP_USAGE_ENTRY; +typedef _RTL_HEAP_USAGE_ENTRY* PRTL_HEAP_USAGE_ENTRY; +typedef _LSA_USER_REGISTRATION_INFO LSA_USER_REGISTRATION_INFO; +typedef _RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY* PRTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY; +typedef _RTL_HEAP_USAGE RTL_HEAP_USAGE; +typedef _LSA_USER_REGISTRATION_INFO* PLSA_USER_REGISTRATION_INFO; +typedef _WMI_WAIT_OBJECT_RECORD WMI_WAIT_OBJECT_RECORD; +typedef _RTL_HEAP_USAGE* PRTL_HEAP_USAGE; +typedef _WMI_WAIT_SINGLE* PWMI_WAIT_SINGLE; +typedef _RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY; +typedef _RTL_HEAP_WALK_ENTRY RTL_HEAP_WALK_ENTRY; +typedef _RTL_HEAP_WALK_ENTRY* PRTL_HEAP_WALK_ENTRY; +typedef PVOID* PSAM_HANDLE; +typedef _RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY* PRTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY; +typedef _HEAP_COMPATIBILITY_MODE HEAP_COMPATIBILITY_MODE; +typedef _RTLP_TAG_INFO RTLP_TAG_INFO; +typedef PVOID SAM_HANDLE; +typedef _RTLP_TAG_INFO* PRTLP_TAG_INFO; +typedef _RTLP_HEAP_TAGGING_INFO RTLP_HEAP_TAGGING_INFO; +typedef _RTLP_HEAP_TAGGING_INFO* PRTLP_HEAP_TAGGING_INFO; +typedef _PROCESS_HEAP_INFORMATION PROCESS_HEAP_INFORMATION; +typedef _PROCESS_HEAP_INFORMATION* PPROCESS_HEAP_INFORMATION; +typedef _HEAP_REGION_INFORMATION HEAP_REGION_INFORMATION; +typedef _HEAP_REGION_INFORMATION* PHEAP_REGION_INFORMATION; +typedef _HEAP_RANGE_INFORMATION HEAP_RANGE_INFORMATION; +typedef _HEAP_RANGE_INFORMATION* PHEAP_RANGE_INFORMATION; +typedef _HEAP_BLOCK_INFORMATION HEAP_BLOCK_INFORMATION; +typedef _HEAP_BLOCK_INFORMATION* PHEAP_BLOCK_INFORMATION; +typedef _HEAP_INFORMATION HEAP_INFORMATION; +typedef _HEAP_INFORMATION* PHEAP_INFORMATION; +typedef _SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION; +typedef _SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION* PSEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION; +typedef _HEAP_PERFORMANCE_COUNTERS_INFORMATION HEAP_PERFORMANCE_COUNTERS_INFORMATION; +typedef _HEAP_PERFORMANCE_COUNTERS_INFORMATION* PHEAP_PERFORMANCE_COUNTERS_INFORMATION; +typedef _HEAP_INFORMATION_ITEM HEAP_INFORMATION_ITEM; +typedef _HEAP_INFORMATION_ITEM* PHEAP_INFORMATION_ITEM; +typedef NTSTATUS ( *PRTL_HEAP_EXTENDED_ENUMERATION_ROUTINE )( PHEAP_INFORMATION_ITEM, PVOID ); +typedef _HEAP_EXTENDED_INFORMATION HEAP_EXTENDED_INFORMATION; +typedef _HEAP_EXTENDED_INFORMATION* PHEAP_EXTENDED_INFORMATION; +typedef NTSTATUS ( *RTL_HEAP_STACK_WRITE_ROUTINE )( PVOID, ULONG, PVOID ); +typedef _ETW_CPU_CACHE_FLUSH_EVENT* PETW_CPU_CACHE_FLUSH_EVENT; +typedef _ETW_DFSS_RELEASE_THREAD_ON_IDLE ETW_DFSS_RELEASE_THREAD_ON_IDLE; +typedef _ETW_DFSS_START_NEW_INTERVAL ETW_DFSS_START_NEW_INTERVAL; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT* PRTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT; +typedef _USER_INTERNAL6_INFORMATION USER_INTERNAL6_INFORMATION; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION* PRTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION; +typedef ETW_TP_EVENT_CALLBACK_START ETW_TP_EVENT_CALLBACK_STOP; +typedef _ETW_TP_EVENT_CALLBACK_ENQUEUE ETW_TP_EVENT_CALLBACK_ENQUEUE; +typedef ETW_TP_EVENT_CALLBACK_ENQUEUE* PETW_TP_EVENT_CALLBACK_DEQUEUE; +typedef _RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME* PRTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME; +typedef _RTL_HEAP_STACK_QUERY RTL_HEAP_STACK_QUERY; +typedef _RTL_HEAP_STACK_CONTROL RTL_HEAP_STACK_CONTROL; +typedef _RTL_HEAP_STACK_CONTROL* PRTL_HEAP_STACK_CONTROL; +typedef NTSTATUS ( *PRTL_HEAP_DEBUGGING_INTERCEPTOR_ROUTINE )( PVOID, ULONG, ULONG, PVOID* ); +typedef NTSTATUS ( *PRTL_HEAP_LEAK_ENUMERATION_ROUTINE )( LONG, PVOID, PVOID, SIZE_T, ULONG, PVOID* ); +typedef _HEAP_DEBUGGING_INFORMATION HEAP_DEBUGGING_INFORMATION; +typedef _HEAP_DEBUGGING_INFORMATION* PHEAP_DEBUGGING_INFORMATION; +typedef _RTL_MEMORY_ZONE_SEGMENT RTL_MEMORY_ZONE_SEGMENT; +typedef _RTL_MEMORY_ZONE_SEGMENT* PRTL_MEMORY_ZONE_SEGMENT; +typedef _RTL_MEMORY_ZONE RTL_MEMORY_ZONE; +typedef _RTL_MEMORY_ZONE* PRTL_MEMORY_ZONE; +typedef _RTL_PROCESS_MODULES* PRTL_PROCESS_MODULES; +typedef _RTL_PROCESS_MODULE_INFORMATION_EX* PRTL_PROCESS_MODULE_INFORMATION_EX; +typedef _RTL_PROCESS_BACKTRACES* PRTL_PROCESS_BACKTRACES; +typedef _RTL_PROCESS_LOCKS* PRTL_PROCESS_LOCKS; +typedef _RTL_PROCESS_VERIFIER_OPTIONS RTL_PROCESS_VERIFIER_OPTIONS; +typedef _RTL_PROCESS_VERIFIER_OPTIONS* PRTL_PROCESS_VERIFIER_OPTIONS; +typedef _RTL_DEBUG_INFORMATION RTL_DEBUG_INFORMATION; +typedef _RTL_DEBUG_INFORMATION* PRTL_DEBUG_INFORMATION; +typedef _PARSE_MESSAGE_CONTEXT PARSE_MESSAGE_CONTEXT; +typedef _PARSE_MESSAGE_CONTEXT* PPARSE_MESSAGE_CONTEXT; +typedef in_addr IN_ADDR; +typedef in_addr* PIN_ADDR; +typedef in6_addr IN6_ADDR; +typedef in6_addr* PIN6_ADDR; +typedef const IN_ADDR* PCIN_ADDR; +typedef const IN6_ADDR* PCIN6_ADDR; +typedef _TIME_FIELDS TIME_FIELDS; +typedef _TIME_FIELDS* PTIME_FIELDS; +typedef _RTL_TIME_ZONE_INFORMATION RTL_TIME_ZONE_INFORMATION; +typedef _RTL_TIME_ZONE_INFORMATION* PRTL_TIME_ZONE_INFORMATION; +typedef _RTL_BITMAP RTL_BITMAP; +typedef _RTL_BITMAP* PRTL_BITMAP; +typedef _RTL_BITMAP_RUN RTL_BITMAP_RUN; +typedef _RTL_BITMAP_RUN* PRTL_BITMAP_RUN; +typedef _RTL_BITMAP_EX RTL_BITMAP_EX; +typedef _RTL_BITMAP_EX* PRTL_BITMAP_EX; +typedef _RTL_HANDLE_TABLE_ENTRY RTL_HANDLE_TABLE_ENTRY; +typedef _RTL_HANDLE_TABLE_ENTRY* PRTL_HANDLE_TABLE_ENTRY; +typedef _RTL_HANDLE_TABLE RTL_HANDLE_TABLE; +typedef _RTL_HANDLE_TABLE* PRTL_HANDLE_TABLE; +typedef _COMPOUND_ACCESS_ALLOWED_ACE COMPOUND_ACCESS_ALLOWED_ACE; +typedef _RTL_ACE_DATA RTL_ACE_DATA; +typedef _RTL_ACE_DATA* PRTL_ACE_DATA; +typedef NTSTATUS ( *PRTL_START_POOL_THREAD )( PTHREAD_START_ROUTINE, PVOID, PHANDLE ); +typedef _ETW_CRITSEC_EVENT_INIT* PETW_CRITSEC_EVENT_INIT; +typedef NTSTATUS RTL_EXIT_POOL_THREAD( NTSTATUS ); +typedef _ETW_CRITSEC_EVENT_COLLISION* PETW_CRITSEC_EVENT_COLLISION; +typedef NTSTATUS ( *PRTL_EXIT_POOL_THREAD )( NTSTATUS ); +typedef _CM_PERF_COUNTERS* PCM_PERF_COUNTERS; +typedef NTSTATUS ( *PRTL_QUERY_REGISTRY_ROUTINE )( PWSTR, ULONG, PVOID, ULONG, PVOID, PVOID ); +typedef _RTL_QUERY_REGISTRY_TABLE RTL_QUERY_REGISTRY_TABLE; +typedef _USER_NAME_INFORMATION USER_NAME_INFORMATION; +typedef _RTL_ELEVATION_FLAGS RTL_ELEVATION_FLAGS; +typedef _RTL_ELEVATION_FLAGS* PRTL_ELEVATION_FLAGS; +typedef _RTL_UNLOAD_EVENT_TRACE RTL_UNLOAD_EVENT_TRACE; +typedef _RTL_UNLOAD_EVENT_TRACE* PRTL_UNLOAD_EVENT_TRACE; +typedef _RTL_UNLOAD_EVENT_TRACE32 RTL_UNLOAD_EVENT_TRACE32; +typedef _RTL_UNLOAD_EVENT_TRACE32* PRTL_UNLOAD_EVENT_TRACE32; +typedef _IMAGE_MITIGATION_POLICY IMAGE_MITIGATION_POLICY; +typedef _RTL_IMAGE_MITIGATION_POLICY RTL_IMAGE_MITIGATION_POLICY; +typedef _RTL_IMAGE_MITIGATION_POLICY* PRTL_IMAGE_MITIGATION_POLICY; +typedef _RTL_IMAGE_MITIGATION_DEP_POLICY RTL_IMAGE_MITIGATION_DEP_POLICY; +typedef _RTL_IMAGE_MITIGATION_DEP_POLICY* PRTL_IMAGE_MITIGATION_DEP_POLICY; +typedef _RTL_IMAGE_MITIGATION_ASLR_POLICY RTL_IMAGE_MITIGATION_ASLR_POLICY; +typedef _RTL_IMAGE_MITIGATION_ASLR_POLICY* PRTL_IMAGE_MITIGATION_ASLR_POLICY; +typedef _RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY; +typedef _RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY* PRTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY; +typedef _RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +typedef _RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY* PRTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY; +typedef _RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY* PRTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY* PRTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +typedef _RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY* PRTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY; +typedef _RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY; +typedef _RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY* PRTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY; +typedef _RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY* PRTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY; +typedef _RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY; +typedef _PERFINFO_PPM_THERMAL_CONSTRAINT* PPERFINFO_PPM_THERMAL_CONSTRAINT; +typedef _PERFINFO_PPM_PERF_STATE_CHANGE PERFINFO_PPM_PERF_STATE_CHANGE; +typedef _PERFINFO_PPM_IDLE_EXIT_LATENCY PERFINFO_PPM_IDLE_EXIT_LATENCY; +typedef _RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +typedef _ETW_BUFFER_STATE ETW_BUFFER_STATE; +typedef _RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY* PRTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY; +typedef _RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY* PRTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY; +typedef _RTL_IMAGE_MITIGATION_SEHOP_POLICY RTL_IMAGE_MITIGATION_SEHOP_POLICY; +typedef char __C_ASSERT__[1]; +typedef _RTL_IMAGE_MITIGATION_SEHOP_POLICY* PRTL_IMAGE_MITIGATION_SEHOP_POLICY; +typedef _RTL_IMAGE_MITIGATION_HEAP_POLICY RTL_IMAGE_MITIGATION_HEAP_POLICY; +typedef _PERFINFO_PFMAPPED_SECTION_INFORMATION PERFINFO_PFMAPPED_SECTION_INFORMATION; +typedef _RTL_IMAGE_MITIGATION_HEAP_POLICY* PRTL_IMAGE_MITIGATION_HEAP_POLICY; +typedef char __C_ASSERT__[1]; +typedef _RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY; +typedef _RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY; +typedef _RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY* PRTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY; +typedef _RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY; +typedef _RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY* PRTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY; +typedef _RTL_IMAGE_MITIGATION_OPTION_STATE RTL_IMAGE_MITIGATION_OPTION_STATE; +typedef _APPCONTAINER_SID_TYPE APPCONTAINER_SID_TYPE; +typedef _APPCONTAINER_SID_TYPE* PAPPCONTAINER_SID_TYPE; +typedef _STATE_LOCATION_TYPE STATE_LOCATION_TYPE; +typedef _PS_PKG_CLAIM PS_PKG_CLAIM; +typedef _PS_PKG_CLAIM* PPS_PKG_CLAIM; +typedef _RTL_BSD_ITEM_TYPE RTL_BSD_ITEM_TYPE; +typedef _RTL_BSD_DATA_POWER_TRANSITION RTL_BSD_DATA_POWER_TRANSITION; +typedef _RTL_BSD_DATA_POWER_TRANSITION* PRTL_BSD_DATA_POWER_TRANSITION; +typedef _RTL_BSD_DATA_ERROR_INFO RTL_BSD_DATA_ERROR_INFO; +typedef _RTL_BSD_DATA_ERROR_INFO* PRTL_BSD_DATA_ERROR_INFO; +typedef _RTL_BSD_POWER_BUTTON_PRESS_INFO RTL_BSD_POWER_BUTTON_PRESS_INFO; +typedef _RTL_BSD_POWER_BUTTON_PRESS_INFO* PRTL_BSD_POWER_BUTTON_PRESS_INFO; +typedef _RTL_BSD_ITEM RTL_BSD_ITEM; +typedef _RTL_BSD_ITEM* PRTL_BSD_ITEM; +typedef NTSTATUS RTL_SECURE_MEMORY_CACHE_CALLBACK( PVOID, SIZE_T ); +typedef NTSTATUS ( *PRTL_SECURE_MEMORY_CACHE_CALLBACK )( PVOID, SIZE_T ); +typedef __RTL_FEATURE_USAGE_REPORT RTL_FEATURE_USAGE_REPORT; +typedef __RTL_FEATURE_USAGE_REPORT* PRTL_FEATURE_USAGE_REPORT; +typedef _RTL_FEATURE_CONFIGURATION_TYPE RTL_FEATURE_CONFIGURATION_TYPE; +typedef _RTL_FEATURE_CONFIGURATION RTL_FEATURE_CONFIGURATION; +typedef _RTL_FEATURE_CONFIGURATION* PRTL_FEATURE_CONFIGURATION; +typedef void ( *PRTL_FEATURE_CONFIGURATION_CHANGE_NOTIFICATION )( PVOID ); +typedef LOGICAL RTL_RUN_ONCE_INIT_FN( PRTL_RUN_ONCE, PVOID, PVOID* ); +typedef LOGICAL ( *PRTL_RUN_ONCE_INIT_FN )( PRTL_RUN_ONCE, PVOID, PVOID* ); +typedef NTSTATUS WNF_USER_CALLBACK( WNF_STATE_NAME, WNF_CHANGE_STAMP, PWNF_TYPE_ID, PVOID, void*, ULONG ); +typedef NTSTATUS ( *PWNF_USER_CALLBACK )( WNF_STATE_NAME, WNF_CHANGE_STAMP, PWNF_TYPE_ID, PVOID, void*, ULONG ); +typedef _THREAD_STATE_CHANGE_TYPE THREAD_STATE_CHANGE_TYPE; +typedef _THREAD_STATE_CHANGE_TYPE* PTHREAD_STATE_CHANGE_TYPE; +typedef _IMAGE_DEBUG_POGO_ENTRY IMAGE_DEBUG_POGO_ENTRY; +typedef _IMAGE_DEBUG_POGO_ENTRY* PIMAGE_DEBUG_POGO_ENTRY; +typedef _IMAGE_DEBUG_POGO_SIGNATURE IMAGE_DEBUG_POGO_SIGNATURE; +typedef _IMAGE_DEBUG_POGO_SIGNATURE* PIMAGE_DEBUG_POGO_SIGNATURE; +typedef _IMAGE_RELOCATION_RECORD IMAGE_RELOCATION_RECORD; +typedef _IMAGE_RELOCATION_RECORD* PIMAGE_RELOCATION_RECORD; +typedef _IMAGE_CHPE_METADATA_X86 IMAGE_CHPE_METADATA_X86; +typedef _IMAGE_CHPE_METADATA_X86* PIMAGE_CHPE_METADATA_X86; +typedef _IMAGE_CHPE_RANGE_ENTRY IMAGE_CHPE_RANGE_ENTRY; +typedef _IMAGE_CHPE_RANGE_ENTRY* PIMAGE_CHPE_RANGE_ENTRY; +typedef _IMAGE_ARM64EC_METADATA IMAGE_ARM64EC_METADATA; +typedef _IMAGE_ARM64EC_METADATA* PIMAGE_ARM64EC_METADATA; +typedef _IMAGE_ARM64EC_CODE_MAP_ENTRY IMAGE_ARM64EC_CODE_MAP_ENTRY; +typedef _IMAGE_ARM64EC_CODE_MAP_ENTRY* PIMAGE_ARM64EC_CODE_MAP_ENTRY; +typedef _IMAGE_ARM64EC_REDIRECTION_ENTRY* PIMAGE_ARM64EC_REDIRECTION_ENTRY; +typedef _IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT; +typedef _IMAGE_DVRT_ARM64X_FIXUP_RECORD IMAGE_DVRT_ARM64X_FIXUP_RECORD; +typedef _ETW_WNF_EVENT_SUBSCRIBE ETW_WNF_EVENT_SUBSCRIBE; +typedef _SAM_VALIDATE_VALIDATION_STATUS* PSAM_VALIDATE_VALIDATION_STATUS; +typedef _IMAGE_DVRT_ARM64X_FIXUP_RECORD* PIMAGE_DVRT_ARM64X_FIXUP_RECORD; +typedef _SAM_VALIDATE_PERSISTED_FIELDS SAM_VALIDATE_PERSISTED_FIELDS; +typedef _ETW_THREAD_EVENT_SUBPROCESSTAG ETW_THREAD_EVENT_SUBPROCESSTAG; +typedef _IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD* PIMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD; +typedef IMAGE_THUNK_DATA32* UNALIGNED_PIMAGE_THUNK_DATA32; +typedef _TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE; +typedef _ETW_WNF_EVENT_PUBLISH* PETW_WNF_EVENT_PUBLISH; +typedef _SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG; +typedef _TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE* PTOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE; +typedef _ETW_WNF_EVENT_CALLBACK* PETW_WNF_EVENT_CALLBACK; +typedef _TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE* PTOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE; +typedef _TOKEN_SECURITY_ATTRIBUTE_V1 TOKEN_SECURITY_ATTRIBUTE_V1; +typedef _TOKEN_SECURITY_ATTRIBUTE_V1* PTOKEN_SECURITY_ATTRIBUTE_V1; +typedef _TOKEN_SECURITY_ATTRIBUTES_INFORMATION TOKEN_SECURITY_ATTRIBUTES_INFORMATION; +typedef _TOKEN_SECURITY_ATTRIBUTES_INFORMATION* PTOKEN_SECURITY_ATTRIBUTES_INFORMATION; +typedef _TOKEN_SECURITY_ATTRIBUTE_OPERATION TOKEN_SECURITY_ATTRIBUTE_OPERATION; +typedef _TOKEN_SECURITY_ATTRIBUTE_OPERATION* PTOKEN_SECURITY_ATTRIBUTE_OPERATION; +typedef _TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION; +typedef _TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION* PTOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION; +typedef _TOKEN_PROCESS_TRUST_LEVEL TOKEN_PROCESS_TRUST_LEVEL; +typedef _TOKEN_PROCESS_TRUST_LEVEL* PTOKEN_PROCESS_TRUST_LEVEL; +typedef _SE_FILE_CACHE_CLAIM_INFORMATION SE_FILE_CACHE_CLAIM_INFORMATION; +typedef _SE_FILE_CACHE_CLAIM_INFORMATION* PSE_FILE_CACHE_CLAIM_INFORMATION; +typedef _SE_SET_FILE_CACHE_INFORMATION SE_SET_FILE_CACHE_INFORMATION; +typedef _SE_SET_FILE_CACHE_INFORMATION* PSE_SET_FILE_CACHE_INFORMATION; +typedef _TP_ALPC TP_ALPC; +typedef _TP_ALPC* PTP_ALPC; +typedef void ( *PTP_ALPC_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PTP_ALPC ); +typedef void ( *PTP_ALPC_CALLBACK_EX )( PTP_CALLBACK_INSTANCE, PVOID, PTP_ALPC, PVOID ); +typedef void ( *PTP_IO_CALLBACK )( PTP_CALLBACK_INSTANCE, PVOID, PVOID, PIO_STATUS_BLOCK, PTP_IO ); +typedef _TP_TRACE_TYPE TP_TRACE_TYPE; +typedef _KCONTINUE_ARGUMENT KCONTINUE_ARGUMENT; +typedef _ETW_OPTICALIO_FLUSH_BUFFERS ETW_OPTICALIO_FLUSH_BUFFERS; +typedef _KCONTINUE_ARGUMENT* PKCONTINUE_ARGUMENT; +typedef LSA_FOREST_TRUST_COLLISION_RECORD_TYPE LSA_FOREST_TRUST_COLLISION_RECORD_TYPE; +typedef _WOW64_SHARED_INFORMATION WOW64_SHARED_INFORMATION; +typedef _RTL_BALANCED_NODE32 RTL_BALANCED_NODE32; +typedef _RTL_BALANCED_NODE32* PRTL_BALANCED_NODE32; +typedef _RTL_RB_TREE32 RTL_RB_TREE32; +typedef _ETW_OPTICALIO_INIT* PETW_OPTICALIO_INIT; +typedef _WMI_TXR WMI_TXR; +typedef _RTL_RB_TREE32* PRTL_RB_TREE32; +typedef _LSA_ENUMERATION_INFORMATION LSA_ENUMERATION_INFORMATION; +typedef _PEB_LDR_DATA32 PEB_LDR_DATA32; +typedef _LDR_SERVICE_TAG_RECORD32 LDR_SERVICE_TAG_RECORD32; +typedef _LDR_SERVICE_TAG_RECORD32* PLDR_SERVICE_TAG_RECORD32; +typedef _LDRP_CSLIST32 LDRP_CSLIST32; +typedef _LDRP_CSLIST32* PLDRP_CSLIST32; +typedef _LDR_DDAG_NODE32 LDR_DDAG_NODE32; +typedef _LDR_DDAG_NODE32* PLDR_DDAG_NODE32; +typedef _LDR_DATA_TABLE_ENTRY32 LDR_DATA_TABLE_ENTRY32; +typedef _LDR_DATA_TABLE_ENTRY32* PLDR_DATA_TABLE_ENTRY32; +typedef _CURDIR32 CURDIR32; +typedef _CURDIR32* PCURDIR32; +typedef _RTL_DRIVE_LETTER_CURDIR32 RTL_DRIVE_LETTER_CURDIR32; +typedef _RTL_DRIVE_LETTER_CURDIR32* PRTL_DRIVE_LETTER_CURDIR32; +typedef _RTL_USER_PROCESS_PARAMETERS32 RTL_USER_PROCESS_PARAMETERS32; +typedef _RTL_USER_PROCESS_PARAMETERS32* PRTL_USER_PROCESS_PARAMETERS32; +typedef _LEAP_SECOND_DATA* PLEAP_SECOND_DATA; +typedef _PEB32 PEB32; +typedef _PEB32* PPEB32; +typedef char __C_ASSERT__[1]; +typedef _GDI_TEB_BATCH32 GDI_TEB_BATCH32; +typedef _GDI_TEB_BATCH32* PGDI_TEB_BATCH32; +typedef _TEB32 TEB32; +typedef _TEB32* PTEB32; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _WOW64_EXECUTE_OPTIONS WOW64_EXECUTE_OPTIONS; +typedef _WOW64_EXECUTE_OPTIONS* PWOW64_EXECUTE_OPTIONS; +typedef _WOW64INFO WOW64INFO; +typedef _WOW64INFO* PWOW64INFO; +typedef _PEB32_WITH_WOW64INFO PEB32_WITH_WOW64INFO; +typedef _PEB32_WITH_WOW64INFO* PPEB32_WITH_WOW64INFO; +typedef UNICODE_STRING LSA_UNICODE_STRING; +typedef STRING LSA_STRING; +typedef STRING* PLSA_STRING; +typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES; +typedef OBJECT_ATTRIBUTES* PLSA_OBJECT_ATTRIBUTES; +typedef _WMI_IRQ_RECORD WMI_IRQ_RECORD; +typedef _LSA_TRUST_INFORMATION* PLSA_TRUST_INFORMATION; +typedef _POLICY_AUDIT_FULL_SET_INFO POLICY_AUDIT_FULL_SET_INFO; +typedef _LSA_REFERENCED_DOMAIN_LIST LSA_REFERENCED_DOMAIN_LIST; +typedef WMI_PNP_RECORD_V5 WMI_PNP_RECORD; +typedef _LSA_TRANSLATED_SID2 LSA_TRANSLATED_SID2; +typedef _LSA_TRANSLATED_SID2* PLSA_TRANSLATED_SID2; +typedef _LSA_TRANSLATED_NAME LSA_TRANSLATED_NAME; +typedef _LSA_TRANSLATED_NAME* PLSA_TRANSLATED_NAME; +typedef _POLICY_ACCOUNT_DOMAIN_INFO POLICY_ACCOUNT_DOMAIN_INFO; +typedef _POLICY_ACCOUNT_DOMAIN_INFO* PPOLICY_ACCOUNT_DOMAIN_INFO; +typedef _POLICY_DNS_DOMAIN_INFO POLICY_DNS_DOMAIN_INFO; +typedef _POLICY_DNS_DOMAIN_INFO* PPOLICY_DNS_DOMAIN_INFO; +typedef _LSA_LOOKUP_DOMAIN_INFO_CLASS LSA_LOOKUP_DOMAIN_INFO_CLASS; +typedef _LSA_LOOKUP_DOMAIN_INFO_CLASS* PLSA_LOOKUP_DOMAIN_INFO_CLASS; +typedef PVOID LSA_LOOKUP_HANDLE; +typedef PVOID* PLSA_LOOKUP_HANDLE; +typedef ULONG LSA_OPERATIONAL_MODE; +typedef ULONG* PLSA_OPERATIONAL_MODE; +typedef _SECURITY_LOGON_TYPE* PSECURITY_LOGON_TYPE; +typedef _SE_ADT_PARAMETER_TYPE SE_ADT_PARAMETER_TYPE; +typedef _SE_ADT_PARAMETER_TYPE* PSE_ADT_PARAMETER_TYPE; +typedef _SE_ADT_OBJECT_TYPE SE_ADT_OBJECT_TYPE; +typedef _SE_ADT_OBJECT_TYPE* PSE_ADT_OBJECT_TYPE; +typedef _SE_ADT_PARAMETER_ARRAY_ENTRY SE_ADT_PARAMETER_ARRAY_ENTRY; +typedef _SE_ADT_PARAMETER_ARRAY_ENTRY* PSE_ADT_PARAMETER_ARRAY_ENTRY; +typedef _SE_ADT_ACCESS_REASON SE_ADT_ACCESS_REASON; +typedef _SE_ADT_ACCESS_REASON* PSE_ADT_ACCESS_REASON; +typedef _SE_ADT_CLAIMS SE_ADT_CLAIMS; +typedef _SE_ADT_CLAIMS* PSE_ADT_CLAIMS; +typedef _SE_ADT_PARAMETER_ARRAY SE_ADT_PARAMETER_ARRAY; +typedef _SE_ADT_PARAMETER_ARRAY* PSE_ADT_PARAMETER_ARRAY; +typedef _SE_ADT_PARAMETER_ARRAY_EX SE_ADT_PARAMETER_ARRAY_EX; +typedef _SE_ADT_PARAMETER_ARRAY_EX* PSE_ADT_PARAMETER_ARRAY_EX; +typedef _LSA_ADT_STRING_LIST_ENTRY LSA_ADT_STRING_LIST_ENTRY; +typedef _LSA_ADT_STRING_LIST_ENTRY* PLSA_ADT_STRING_LIST_ENTRY; +typedef _LSA_ADT_STRING_LIST LSA_ADT_STRING_LIST; +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY* PDOMAIN_LOCALIZABLE_ACCOUNT_ENTRY; +typedef _LSA_ADT_STRING_LIST* PLSA_ADT_STRING_LIST; +typedef _LSA_ADT_SID_LIST_ENTRY LSA_ADT_SID_LIST_ENTRY; +typedef _HEAP_EVENT_COMMIT_DECOMMIT HEAP_EVENT_COMMIT_DECOMMIT; +typedef _LSA_ADT_SID_LIST_ENTRY* PLSA_ADT_SID_LIST_ENTRY; +typedef _LSA_ADT_SID_LIST* PLSA_ADT_SID_LIST; +typedef _POLICY_AUDIT_EVENT_TYPE_EX POLICY_AUDIT_EVENT_TYPE_EX; +typedef _GROUP_MEMBERSHIP GROUP_MEMBERSHIP; +typedef _POLICY_AUDIT_EVENT_TYPE_EX* PPOLICY_AUDIT_EVENT_TYPE_EX; +typedef _POLICY_AUDIT_EVENT_TYPE POLICY_AUDIT_EVENT_TYPE; +typedef _POLICY_AUDIT_EVENT_TYPE* PPOLICY_AUDIT_EVENT_TYPE; +typedef NTSTATUS ( *PFN_LSA_DEREGISTER_PROC )( HANDLE ); +typedef NTSTATUS ( *PFN_LSA_FREE_BUFFER )( PVOID ); +typedef NTSTATUS ( *PFN_LSA_LOGON_USER )( HANDLE, PLSA_STRING, SECURITY_LOGON_TYPE, ULONG, PVOID, ULONG, PTOKEN_GROUPS, PTOKEN_SOURCE, PVOID*, PULONG, PLUID, PHANDLE, PQUOTA_LIMITS, PNTSTATUS ); +typedef NTSTATUS ( *PFN_LOOKUP_AUTH_PKG )( HANDLE, PLSA_STRING, PULONG ); +typedef NTSTATUS ( *PFN_LSA_REGISTER_PROC )( PLSA_STRING, PHANDLE, PLSA_OPERATIONAL_MODE ); +typedef _LSA_AUTH_CALLBACKS LSA_AUTH_CALLBACKS; +typedef _LSA_AUTH_CALLBACKS* PLSA_AUTH_CALLBACKS; +typedef const LSA_AUTH_CALLBACKS* PCLSA_AUTH_CALLBACKS; +typedef _LSA_TOKEN_INFORMATION_TYPE LSA_TOKEN_INFORMATION_TYPE; +typedef _LSA_TOKEN_INFORMATION_NULL LSA_TOKEN_INFORMATION_NULL; +typedef _LSA_TOKEN_INFORMATION_NULL* PLSA_TOKEN_INFORMATION_NULL; +typedef _LSA_TOKEN_INFORMATION_V1 LSA_TOKEN_INFORMATION_V1; +typedef _LSA_TOKEN_INFORMATION_V1* PLSA_TOKEN_INFORMATION_V1; +typedef LSA_TOKEN_INFORMATION_V1 LSA_TOKEN_INFORMATION_V2; +typedef LSA_TOKEN_INFORMATION_V1* PLSA_TOKEN_INFORMATION_V2; +typedef _LSA_TOKEN_INFORMATION_V3 LSA_TOKEN_INFORMATION_V3; +typedef _LSA_TOKEN_INFORMATION_V3* PLSA_TOKEN_INFORMATION_V3; +typedef NTSTATUS LSA_CREATE_LOGON_SESSION( PLUID ); +typedef NTSTATUS LSA_ADD_CREDENTIAL( PLUID, ULONG, PLSA_STRING, PLSA_STRING ); +typedef NTSTATUS LSA_GET_CREDENTIALS( PLUID, ULONG, PULONG, BOOLEAN, PLSA_STRING, PULONG, PLSA_STRING ); +typedef NTSTATUS LSA_DELETE_CREDENTIAL( PLUID, ULONG, PLSA_STRING ); +typedef PVOID LSA_ALLOCATE_LSA_HEAP( ULONG ); +typedef PVOID LSA_ALLOCATE_PRIVATE_HEAP( SIZE_T ); +typedef NTSTATUS LSA_ALLOCATE_CLIENT_BUFFER( PLSA_CLIENT_REQUEST, ULONG, PVOID* ); +typedef NTSTATUS LSA_FREE_CLIENT_BUFFER( PLSA_CLIENT_REQUEST, PVOID ); +typedef NTSTATUS LSA_COPY_TO_CLIENT_BUFFER( PLSA_CLIENT_REQUEST, ULONG, PVOID, PVOID ); +typedef NTSTATUS ( *PLSA_CREATE_LOGON_SESSION )( PLUID ); +typedef NTSTATUS ( *PLSA_DELETE_LOGON_SESSION )( PLUID ); +typedef NTSTATUS ( *PLSA_ADD_CREDENTIAL )( PLUID, ULONG, PLSA_STRING, PLSA_STRING ); +typedef NTSTATUS ( *PLSA_GET_CREDENTIALS )( PLUID, ULONG, PULONG, BOOLEAN, PLSA_STRING, PULONG, PLSA_STRING ); +typedef NTSTATUS ( *PLSA_DELETE_CREDENTIAL )( PLUID, ULONG, PLSA_STRING ); +typedef PVOID ( *PLSA_ALLOCATE_LSA_HEAP )( ULONG ); +typedef void ( *PLSA_FREE_LSA_HEAP )( PVOID ); +typedef PVOID ( *PLSA_ALLOCATE_PRIVATE_HEAP )( SIZE_T ); +typedef void ( *PLSA_FREE_PRIVATE_HEAP )( PVOID ); +typedef NTSTATUS ( *PLSA_ALLOCATE_CLIENT_BUFFER )( PLSA_CLIENT_REQUEST, ULONG, PVOID* ); +typedef NTSTATUS ( *PLSA_FREE_CLIENT_BUFFER )( PLSA_CLIENT_REQUEST, PVOID ); +typedef NTSTATUS ( *PLSA_COPY_TO_CLIENT_BUFFER )( PLSA_CLIENT_REQUEST, ULONG, PVOID, PVOID ); +typedef NTSTATUS ( *PLSA_COPY_FROM_CLIENT_BUFFER )( PLSA_CLIENT_REQUEST, ULONG, PVOID, PVOID ); +typedef _LSA_DISPATCH_TABLE LSA_DISPATCH_TABLE; +typedef _LSA_DISPATCH_TABLE* PLSA_DISPATCH_TABLE; +typedef NTSTATUS LSA_AP_INITIALIZE_PACKAGE( ULONG, PLSA_DISPATCH_TABLE, PLSA_STRING, PLSA_STRING, PLSA_STRING* ); +typedef _WMI_WAIT_OBJECT_RECORD* PWMI_WAIT_OBJECT_RECORD; +typedef NTSTATUS LSA_AP_LOGON_USER( PLSA_CLIENT_REQUEST, SECURITY_LOGON_TYPE, PVOID, PVOID, ULONG, PVOID*, PULONG, PLUID, PNTSTATUS, PLSA_TOKEN_INFORMATION_TYPE, PVOID*, PLSA_UNICODE_STRING*, PLSA_UNICODE_STRING* ); +typedef NTSTATUS LSA_AP_LOGON_USER_EX( PLSA_CLIENT_REQUEST, SECURITY_LOGON_TYPE, PVOID, PVOID, ULONG, PVOID*, PULONG, PLUID, PNTSTATUS, PLSA_TOKEN_INFORMATION_TYPE, PVOID*, PUNICODE_STRING*, PUNICODE_STRING*, PUNICODE_STRING* ); +typedef void LSA_AP_LOGON_TERMINATED( PLUID ); +typedef NTSTATUS ( *PLSA_AP_INITIALIZE_PACKAGE )( ULONG, PLSA_DISPATCH_TABLE, PLSA_STRING, PLSA_STRING, PLSA_STRING* ); +typedef NTSTATUS ( *PLSA_AP_LOGON_USER )( PLSA_CLIENT_REQUEST, SECURITY_LOGON_TYPE, PVOID, PVOID, ULONG, PVOID*, PULONG, PLUID, PNTSTATUS, PLSA_TOKEN_INFORMATION_TYPE, PVOID*, PLSA_UNICODE_STRING*, PLSA_UNICODE_STRING* ); +typedef NTSTATUS ( *PLSA_AP_CALL_PACKAGE )( PLSA_CLIENT_REQUEST, PVOID, PVOID, ULONG, PVOID*, PULONG, PNTSTATUS ); +typedef NTSTATUS ( *PLSA_AP_CALL_PACKAGE_PASSTHROUGH )( PLSA_CLIENT_REQUEST, PVOID, PVOID, ULONG, PVOID*, PULONG, PNTSTATUS ); +typedef void ( *PLSA_AP_LOGON_TERMINATED )( PLUID ); +typedef _ETW_READY_THREAD_EVENT ETW_READY_THREAD_EVENT; +typedef _LSA_TRANSLATED_SID LSA_TRANSLATED_SID; +typedef _SAM_RID_ENUMERATION SAM_RID_ENUMERATION; +typedef _LSA_CREDENTIAL_KEY_SOURCE_TYPE* PLSA_CREDENTIAL_KEY_SOURCE_TYPE; +typedef _LSA_TRANSLATED_SID* PLSA_TRANSLATED_SID; +typedef _WMI_DELAY_EXECUTION* PWMI_DELAY_EXECUTION; +typedef ULONG POLICY_SYSTEM_ACCESS_MODE; +typedef _POLICY_LSA_SERVER_ROLE POLICY_LSA_SERVER_ROLE; +typedef _POLICY_LSA_SERVER_ROLE* PPOLICY_LSA_SERVER_ROLE; +typedef ULONG POLICY_AUDIT_EVENT_OPTIONS; +typedef ULONG* PPOLICY_AUDIT_EVENT_OPTIONS; +typedef _POLICY_PRIVILEGE_DEFINITION POLICY_PRIVILEGE_DEFINITION; +typedef _POLICY_PRIVILEGE_DEFINITION* PPOLICY_PRIVILEGE_DEFINITION; +typedef _POLICY_INFORMATION_CLASS POLICY_INFORMATION_CLASS; +typedef _POLICY_INFORMATION_CLASS* PPOLICY_INFORMATION_CLASS; +typedef _POLICY_AUDIT_LOG_INFO POLICY_AUDIT_LOG_INFO; +typedef _POLICY_AUDIT_LOG_INFO* PPOLICY_AUDIT_LOG_INFO; +typedef _POLICY_AUDIT_EVENTS_INFO POLICY_AUDIT_EVENTS_INFO; +typedef _POLICY_AUDIT_EVENTS_INFO* PPOLICY_AUDIT_EVENTS_INFO; +typedef _POLICY_AUDIT_SUBCATEGORIES_INFO POLICY_AUDIT_SUBCATEGORIES_INFO; +typedef _POLICY_AUDIT_SUBCATEGORIES_INFO* PPOLICY_AUDIT_SUBCATEGORIES_INFO; +typedef _POLICY_AUDIT_CATEGORIES_INFO POLICY_AUDIT_CATEGORIES_INFO; +typedef _POLICY_AUDIT_CATEGORIES_INFO* PPOLICY_AUDIT_CATEGORIES_INFO; +typedef _POLICY_PRIMARY_DOMAIN_INFO POLICY_PRIMARY_DOMAIN_INFO; +typedef _POLICY_PRIMARY_DOMAIN_INFO* PPOLICY_PRIMARY_DOMAIN_INFO; +typedef _POLICY_PD_ACCOUNT_INFO POLICY_PD_ACCOUNT_INFO; +typedef _POLICY_PD_ACCOUNT_INFO* PPOLICY_PD_ACCOUNT_INFO; +typedef _POLICY_LSA_SERVER_ROLE_INFO POLICY_LSA_SERVER_ROLE_INFO; +typedef _POLICY_LSA_SERVER_ROLE_INFO* PPOLICY_LSA_SERVER_ROLE_INFO; +typedef _POLICY_REPLICA_SOURCE_INFO POLICY_REPLICA_SOURCE_INFO; +typedef _POLICY_REPLICA_SOURCE_INFO* PPOLICY_REPLICA_SOURCE_INFO; +typedef _POLICY_DEFAULT_QUOTA_INFO POLICY_DEFAULT_QUOTA_INFO; +typedef _POLICY_DEFAULT_QUOTA_INFO* PPOLICY_DEFAULT_QUOTA_INFO; +typedef _POLICY_MODIFICATION_INFO* PPOLICY_MODIFICATION_INFO; +typedef _POLICY_AUDIT_FULL_SET_INFO* PPOLICY_AUDIT_FULL_SET_INFO; +typedef _POLICY_AUDIT_FULL_QUERY_INFO POLICY_AUDIT_FULL_QUERY_INFO; +typedef _ETW_DFSS_RELEASE_THREAD_ON_IDLE* PETW_DFSS_RELEASE_THREAD_ON_IDLE; +typedef _POLICY_AUDIT_FULL_QUERY_INFO* PPOLICY_AUDIT_FULL_QUERY_INFO; +typedef _POLICY_DOMAIN_INFORMATION_CLASS* PPOLICY_DOMAIN_INFORMATION_CLASS; +typedef _POLICY_DOMAIN_EFS_INFO* PPOLICY_DOMAIN_EFS_INFO; +typedef _POLICY_DOMAIN_KERBEROS_TICKET_INFO POLICY_DOMAIN_KERBEROS_TICKET_INFO; +typedef ETW_TP_EVENT_CALLBACK_START* PETW_TP_EVENT_CALLBACK_STOP; +typedef _POLICY_DOMAIN_KERBEROS_TICKET_INFO* PPOLICY_DOMAIN_KERBEROS_TICKET_INFO; +typedef _POLICY_MACHINE_ACCT_INFO POLICY_MACHINE_ACCT_INFO; +typedef _POLICY_MACHINE_ACCT_INFO* PPOLICY_MACHINE_ACCT_INFO; +typedef _POLICY_MACHINE_ACCT_INFO2 POLICY_MACHINE_ACCT_INFO2; +typedef _POLICY_MACHINE_ACCT_INFO2* PPOLICY_MACHINE_ACCT_INFO2; +typedef _POLICY_NOTIFICATION_INFORMATION_CLASS POLICY_NOTIFICATION_INFORMATION_CLASS; +typedef _POLICY_NOTIFICATION_INFORMATION_CLASS* PPOLICY_NOTIFICATION_INFORMATION_CLASS; +typedef PVOID LSA_HANDLE; +typedef PVOID* PLSA_HANDLE; +typedef _TRUSTED_INFORMATION_CLASS TRUSTED_INFORMATION_CLASS; +typedef _TRUSTED_INFORMATION_CLASS* PTRUSTED_INFORMATION_CLASS; +typedef _TRUSTED_DOMAIN_NAME_INFO TRUSTED_DOMAIN_NAME_INFO; +typedef _TRUSTED_DOMAIN_NAME_INFO* PTRUSTED_DOMAIN_NAME_INFO; +typedef _TRUSTED_CONTROLLERS_INFO TRUSTED_CONTROLLERS_INFO; +typedef _TRUSTED_CONTROLLERS_INFO* PTRUSTED_CONTROLLERS_INFO; +typedef _TRUSTED_POSIX_OFFSET_INFO TRUSTED_POSIX_OFFSET_INFO; +typedef _TRUSTED_POSIX_OFFSET_INFO* PTRUSTED_POSIX_OFFSET_INFO; +typedef _TRUSTED_PASSWORD_INFO TRUSTED_PASSWORD_INFO; +typedef _TRUSTED_PASSWORD_INFO* PTRUSTED_PASSWORD_INFO; +typedef LSA_TRUST_INFORMATION TRUSTED_DOMAIN_INFORMATION_BASIC; +typedef PLSA_TRUST_INFORMATION PTRUSTED_DOMAIN_INFORMATION_BASIC; +typedef _TRUSTED_DOMAIN_INFORMATION_EX TRUSTED_DOMAIN_INFORMATION_EX; +typedef _TRUSTED_DOMAIN_INFORMATION_EX* PTRUSTED_DOMAIN_INFORMATION_EX; +typedef _TRUSTED_DOMAIN_INFORMATION_EX2 TRUSTED_DOMAIN_INFORMATION_EX2; +typedef _TRUSTED_DOMAIN_INFORMATION_EX2* PTRUSTED_DOMAIN_INFORMATION_EX2; +typedef _LSA_AUTH_INFORMATION LSA_AUTH_INFORMATION; +typedef _LSA_AUTH_INFORMATION* PLSA_AUTH_INFORMATION; +typedef _TRUSTED_DOMAIN_AUTH_INFORMATION TRUSTED_DOMAIN_AUTH_INFORMATION; +typedef _TRUSTED_DOMAIN_AUTH_INFORMATION* PTRUSTED_DOMAIN_AUTH_INFORMATION; +typedef _TRUSTED_DOMAIN_FULL_INFORMATION TRUSTED_DOMAIN_FULL_INFORMATION; +typedef _TRUSTED_DOMAIN_FULL_INFORMATION* PTRUSTED_DOMAIN_FULL_INFORMATION; +typedef _TRUSTED_DOMAIN_FULL_INFORMATION2 TRUSTED_DOMAIN_FULL_INFORMATION2; +typedef _TRUSTED_DOMAIN_FULL_INFORMATION2* PTRUSTED_DOMAIN_FULL_INFORMATION2; +typedef _TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES; +typedef _TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES* PTRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES; +typedef LSA_FOREST_TRUST_RECORD_TYPE LSA_FOREST_TRUST_RECORD_TYPE; +typedef _LSA_FOREST_TRUST_DOMAIN_INFO LSA_FOREST_TRUST_DOMAIN_INFO; +typedef _LSA_FOREST_TRUST_DOMAIN_INFO* PLSA_FOREST_TRUST_DOMAIN_INFO; +typedef _LSA_FOREST_TRUST_SCANNER_INFO LSA_FOREST_TRUST_SCANNER_INFO; +typedef _LSA_FOREST_TRUST_SCANNER_INFO* PLSA_FOREST_TRUST_SCANNER_INFO; +typedef _LSA_FOREST_TRUST_BINARY_DATA LSA_FOREST_TRUST_BINARY_DATA; +typedef _LSA_FOREST_TRUST_BINARY_DATA* PLSA_FOREST_TRUST_BINARY_DATA; +typedef _LSA_FOREST_TRUST_RECORD LSA_FOREST_TRUST_RECORD; +typedef _LSA_FOREST_TRUST_RECORD* PLSA_FOREST_TRUST_RECORD; +typedef _LSA_FOREST_TRUST_RECORD2 LSA_FOREST_TRUST_RECORD2; +typedef _LSA_FOREST_TRUST_INFORMATION LSA_FOREST_TRUST_INFORMATION; +typedef _LSA_FOREST_TRUST_INFORMATION* PLSA_FOREST_TRUST_INFORMATION; +typedef _ETW_CRITSEC_EVENT_INIT ETW_CRITSEC_EVENT_INIT; +typedef _LSA_FOREST_TRUST_INFORMATION2 LSA_FOREST_TRUST_INFORMATION2; +typedef _STACK_WALK_EVENT_DATA* PSTACK_WALK_EVENT_DATA; +typedef _LSA_FOREST_TRUST_COLLISION_INFORMATION LSA_FOREST_TRUST_COLLISION_INFORMATION; +typedef ULONG LSA_ENUMERATION_HANDLE; +typedef _CM_PERF_COUNTERS CM_PERF_COUNTERS; +typedef ULONG* PLSA_ENUMERATION_HANDLE; +typedef _LSA_LAST_INTER_LOGON_INFO LSA_LAST_INTER_LOGON_INFO; +typedef _LSA_LAST_INTER_LOGON_INFO* PLSA_LAST_INTER_LOGON_INFO; +typedef _SECURITY_LOGON_SESSION_DATA SECURITY_LOGON_SESSION_DATA; +typedef _SECURITY_LOGON_SESSION_DATA* PSECURITY_LOGON_SESSION_DATA; +typedef _CENTRAL_ACCESS_POLICY_ENTRY CENTRAL_ACCESS_POLICY_ENTRY; +typedef _CENTRAL_ACCESS_POLICY_ENTRY* PCENTRAL_ACCESS_POLICY_ENTRY; +typedef const CENTRAL_ACCESS_POLICY_ENTRY* PCCENTRAL_ACCESS_POLICY_ENTRY; +typedef _CENTRAL_ACCESS_POLICY CENTRAL_ACCESS_POLICY; +typedef _CENTRAL_ACCESS_POLICY* PCENTRAL_ACCESS_POLICY; +typedef const CENTRAL_ACCESS_POLICY* PCCENTRAL_ACCESS_POLICY; +typedef _NEGOTIATE_PACKAGE_PREFIX NEGOTIATE_PACKAGE_PREFIX; +typedef _NEGOTIATE_PACKAGE_PREFIX* PNEGOTIATE_PACKAGE_PREFIX; +typedef _NEGOTIATE_PACKAGE_PREFIXES NEGOTIATE_PACKAGE_PREFIXES; +typedef _NEGOTIATE_PACKAGE_PREFIXES* PNEGOTIATE_PACKAGE_PREFIXES; +typedef _NEGOTIATE_CALLER_NAME_REQUEST NEGOTIATE_CALLER_NAME_REQUEST; +typedef _NEGOTIATE_CALLER_NAME_REQUEST* PNEGOTIATE_CALLER_NAME_REQUEST; +typedef _NEGOTIATE_CALLER_NAME_RESPONSE NEGOTIATE_CALLER_NAME_RESPONSE; +typedef _NEGOTIATE_CALLER_NAME_RESPONSE* PNEGOTIATE_CALLER_NAME_RESPONSE; +typedef _NEGOTIATE_PACKAGE_NAMES NEGOTIATE_PACKAGE_NAMES; +typedef _NEGOTIATE_PACKAGE_NAMES* PNEGOTIATE_PACKAGE_NAMES; +typedef _NEGOTIATE_PACKAGE_PREFIX_WOW NEGOTIATE_PACKAGE_PREFIX_WOW; +typedef _NEGOTIATE_PACKAGE_PREFIX_WOW* PNEGOTIATE_PACKAGE_PREFIX_WOW; +typedef _NEGOTIATE_CALLER_NAME_RESPONSE_WOW NEGOTIATE_CALLER_NAME_RESPONSE_WOW; +typedef _NEGOTIATE_CALLER_NAME_RESPONSE_WOW* PNEGOTIATE_CALLER_NAME_RESPONSE_WOW; +typedef _LSA_REGISTRATION_INFO LSA_REGISTRATION_INFO; +typedef _LSA_REGISTRATION_INFO* PLSA_REGISTRATION_INFO; +typedef _PERFINFO_PPM_PERF_STATE_CHANGE* PPERFINFO_PPM_PERF_STATE_CHANGE; +typedef _LSA_CREDENTIAL_KEY_SOURCE_TYPE LSA_CREDENTIAL_KEY_SOURCE_TYPE; +typedef ULONG SAM_ENUMERATE_HANDLE; +typedef _PERFINFO_FILENAME_SAME_INFORMATION* PPERFINFO_FILENAME_SAME_INFORMATION; +typedef ULONG* PSAM_ENUMERATE_HANDLE; +typedef _PERFINFO_FILEOBJECT_INFORMATION PERFINFO_FILEOBJECT_INFORMATION; +typedef _SAM_RID_ENUMERATION* PSAM_RID_ENUMERATION; +typedef _PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION; +typedef _SAM_SID_ENUMERATION SAM_SID_ENUMERATION; +typedef _SAM_SID_ENUMERATION* PSAM_SID_ENUMERATION; +typedef _SAM_BYTE_ARRAY SAM_BYTE_ARRAY; +typedef _SAM_BYTE_ARRAY* PSAM_BYTE_ARRAY; +typedef _SAM_BYTE_ARRAY_32K* PSAM_BYTE_ARRAY_32K; +typedef SAM_BYTE_ARRAY_32K SAM_SHELL_OBJECT_PROPERTIES; +typedef SAM_BYTE_ARRAY_32K* PSAM_SHELL_OBJECT_PROPERTIES; +typedef _RPC_AUTH_IDENTITY_HANDLE* PRPC_AUTH_IDENTITY_HANDLE; +typedef _DOMAIN_INFORMATION_CLASS DOMAIN_INFORMATION_CLASS; +typedef _DOMAIN_SERVER_ENABLE_STATE DOMAIN_SERVER_ENABLE_STATE; +typedef _DOMAIN_SERVER_ENABLE_STATE* PDOMAIN_SERVER_ENABLE_STATE; +typedef _DOMAIN_SERVER_ROLE DOMAIN_SERVER_ROLE; +typedef _DOMAIN_SERVER_ROLE* PDOMAIN_SERVER_ROLE; +typedef _DOMAIN_GENERAL_INFORMATION DOMAIN_GENERAL_INFORMATION; +typedef _DOMAIN_GENERAL_INFORMATION* PDOMAIN_GENERAL_INFORMATION; +typedef _DOMAIN_GENERAL_INFORMATION2 DOMAIN_GENERAL_INFORMATION2; +typedef _DOMAIN_GENERAL_INFORMATION2* PDOMAIN_GENERAL_INFORMATION2; +typedef _DOMAIN_UAS_INFORMATION DOMAIN_UAS_INFORMATION; +typedef _DOMAIN_PASSWORD_INFORMATION DOMAIN_PASSWORD_INFORMATION; +typedef _DOMAIN_PASSWORD_INFORMATION* PDOMAIN_PASSWORD_INFORMATION; +typedef _DOMAIN_PASSWORD_CONSTRUCTION DOMAIN_PASSWORD_CONSTRUCTION; +typedef _DOMAIN_LOGOFF_INFORMATION DOMAIN_LOGOFF_INFORMATION; +typedef _DOMAIN_LOGOFF_INFORMATION* PDOMAIN_LOGOFF_INFORMATION; +typedef _DOMAIN_OEM_INFORMATION DOMAIN_OEM_INFORMATION; +typedef _DOMAIN_OEM_INFORMATION* PDOMAIN_OEM_INFORMATION; +typedef _DOMAIN_NAME_INFORMATION DOMAIN_NAME_INFORMATION; +typedef _DOMAIN_NAME_INFORMATION* PDOMAIN_NAME_INFORMATION; +typedef _DOMAIN_SERVER_ROLE_INFORMATION DOMAIN_SERVER_ROLE_INFORMATION; +typedef _DOMAIN_SERVER_ROLE_INFORMATION* PDOMAIN_SERVER_ROLE_INFORMATION; +typedef _DOMAIN_REPLICATION_INFORMATION DOMAIN_REPLICATION_INFORMATION; +typedef _DOMAIN_REPLICATION_INFORMATION* PDOMAIN_REPLICATION_INFORMATION; +typedef _DOMAIN_MODIFIED_INFORMATION DOMAIN_MODIFIED_INFORMATION; +typedef _DOMAIN_MODIFIED_INFORMATION* PDOMAIN_MODIFIED_INFORMATION; +typedef _DOMAIN_MODIFIED_INFORMATION2 DOMAIN_MODIFIED_INFORMATION2; +typedef _DOMAIN_MODIFIED_INFORMATION2* PDOMAIN_MODIFIED_INFORMATION2; +typedef _DOMAIN_STATE_INFORMATION DOMAIN_STATE_INFORMATION; +typedef _DOMAIN_STATE_INFORMATION* PDOMAIN_STATE_INFORMATION; +typedef _DOMAIN_LOCKOUT_INFORMATION DOMAIN_LOCKOUT_INFORMATION; +typedef _DOMAIN_LOCKOUT_INFORMATION* PDOMAIN_LOCKOUT_INFORMATION; +typedef _DOMAIN_DISPLAY_INFORMATION DOMAIN_DISPLAY_INFORMATION; +typedef _DOMAIN_DISPLAY_INFORMATION* PDOMAIN_DISPLAY_INFORMATION; +typedef _DOMAIN_DISPLAY_USER DOMAIN_DISPLAY_USER; +typedef _DOMAIN_DISPLAY_USER* PDOMAIN_DISPLAY_USER; +typedef _DOMAIN_DISPLAY_MACHINE DOMAIN_DISPLAY_MACHINE; +typedef _DOMAIN_DISPLAY_MACHINE* PDOMAIN_DISPLAY_MACHINE; +typedef _DOMAIN_DISPLAY_GROUP DOMAIN_DISPLAY_GROUP; +typedef _DOMAIN_DISPLAY_GROUP* PDOMAIN_DISPLAY_GROUP; +typedef _DOMAIN_DISPLAY_OEM_USER DOMAIN_DISPLAY_OEM_USER; +typedef _DOMAIN_DISPLAY_OEM_USER* PDOMAIN_DISPLAY_OEM_USER; +typedef _DOMAIN_DISPLAY_OEM_GROUP DOMAIN_DISPLAY_OEM_GROUP; +typedef _DOMAIN_DISPLAY_OEM_GROUP* PDOMAIN_DISPLAY_OEM_GROUP; +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION; +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION* PDOMAIN_LOCALIZABLE_ACCOUNTS_INFORMATION; +typedef _ETW_THREAD_EVENT_SUBPROCESSTAG* PETW_THREAD_EVENT_SUBPROCESSTAG; +typedef ETW_WNF_EVENT_SUBSCRIBE* PETW_WNF_EVENT_UNSUBSCRIBE; +typedef _ETW_WNF_EVENT_PUBLISH ETW_WNF_EVENT_PUBLISH; +typedef _DOMAIN_LOCALIZABLE_ACCOUNTS* PDOMAIN_LOCALIZABLE_ACCOUNTS_BASIC; +typedef _DOMAIN_LOCALIZABLE_INFO_BUFFER DOMAIN_LOCALIZABLE_ACCOUNTS_INFO_BUFFER; +typedef _DOMAIN_LOCALIZABLE_INFO_BUFFER* PDOMAIN_LOCALIZABLE_ACCOUNTS_INFO_BUFFER; +typedef _GROUP_MEMBERSHIP* PGROUP_MEMBERSHIP; +typedef _ETW_WNF_EVENT_NAME_SUB_RUNDOWN* PETW_WNF_EVENT_NAME_SUB_RUNDOWN; +typedef _GROUP_INFORMATION_CLASS GROUP_INFORMATION_CLASS; +typedef _GROUP_GENERAL_INFORMATION GROUP_GENERAL_INFORMATION; +typedef _GROUP_GENERAL_INFORMATION* PGROUP_GENERAL_INFORMATION; +typedef _GROUP_NAME_INFORMATION GROUP_NAME_INFORMATION; +typedef _GROUP_NAME_INFORMATION* PGROUP_NAME_INFORMATION; +typedef _GROUP_ATTRIBUTE_INFORMATION GROUP_ATTRIBUTE_INFORMATION; +typedef _GROUP_ATTRIBUTE_INFORMATION* PGROUP_ATTRIBUTE_INFORMATION; +typedef _GROUP_ADM_COMMENT_INFORMATION GROUP_ADM_COMMENT_INFORMATION; +typedef _GROUP_ADM_COMMENT_INFORMATION* PGROUP_ADM_COMMENT_INFORMATION; +typedef _ALIAS_INFORMATION_CLASS ALIAS_INFORMATION_CLASS; +typedef _ALIAS_GENERAL_INFORMATION ALIAS_GENERAL_INFORMATION; +typedef _ALIAS_GENERAL_INFORMATION* PALIAS_GENERAL_INFORMATION; +typedef _ALIAS_NAME_INFORMATION ALIAS_NAME_INFORMATION; +typedef _ALIAS_NAME_INFORMATION* PALIAS_NAME_INFORMATION; +typedef _ALIAS_ADM_COMMENT_INFORMATION ALIAS_ADM_COMMENT_INFORMATION; +typedef _ALIAS_ADM_COMMENT_INFORMATION* PALIAS_ADM_COMMENT_INFORMATION; +typedef _ALIAS_EXTENDED_INFORMATION ALIAS_EXTENDED_INFORMATION; +typedef _ALIAS_EXTENDED_INFORMATION* PALIAS_EXTENDED_INFORMATION; +typedef _LOGON_HOURS* PLOGON_HOURS; +typedef _SR_SECURITY_DESCRIPTOR SR_SECURITY_DESCRIPTOR; +typedef _SR_SECURITY_DESCRIPTOR* PSR_SECURITY_DESCRIPTOR; +typedef _USER_INFORMATION_CLASS USER_INFORMATION_CLASS; +typedef _USER_INFORMATION_CLASS* PUSER_INFORMATION_CLASS; +typedef _USER_GENERAL_INFORMATION USER_GENERAL_INFORMATION; +typedef _USER_GENERAL_INFORMATION* PUSER_GENERAL_INFORMATION; +typedef _ETW_OPTICALIO_READWRITE* PETW_OPTICALIO_READWRITE; +typedef _USER_PREFERENCES_INFORMATION* PUSER_PREFERENCES_INFORMATION; +typedef _WMI_DISKIO_IO_REDIRECTED_INIT WMI_DISKIO_IO_REDIRECTED_INIT; +typedef _USER_LOGON_INFORMATION USER_LOGON_INFORMATION; +typedef _USER_LOGON_INFORMATION* PUSER_LOGON_INFORMATION; +typedef _ETW_OPTICALIO_INIT ETW_OPTICALIO_INIT; +typedef _USER_LOGON_HOURS_INFORMATION USER_LOGON_HOURS_INFORMATION; +typedef _USER_LOGON_HOURS_INFORMATION* PUSER_LOGON_HOURS_INFORMATION; +typedef _WMI_REGISTRY* PWMI_REGISTRY; +typedef _USER_ACCOUNT_INFORMATION* PUSER_ACCOUNT_INFORMATION; +typedef _USER_NAME_INFORMATION* PUSER_NAME_INFORMATION; +typedef _ETW_REGNOTIF_REGISTER ETW_REGNOTIF_REGISTER; +typedef _USER_ACCOUNT_NAME_INFORMATION USER_ACCOUNT_NAME_INFORMATION; +typedef _PERFINFO_FLT_OPERATION PERFINFO_FLT_OPERATION; +typedef _USER_ACCOUNT_NAME_INFORMATION* PUSER_ACCOUNT_NAME_INFORMATION; +typedef _USER_FULL_NAME_INFORMATION USER_FULL_NAME_INFORMATION; +typedef _USER_FULL_NAME_INFORMATION* PUSER_FULL_NAME_INFORMATION; +typedef _USER_PRIMARY_GROUP_INFORMATION USER_PRIMARY_GROUP_INFORMATION; +typedef _USER_PRIMARY_GROUP_INFORMATION* PUSER_PRIMARY_GROUP_INFORMATION; +typedef _USER_HOME_INFORMATION USER_HOME_INFORMATION; +typedef _USER_HOME_INFORMATION* PUSER_HOME_INFORMATION; +typedef _USER_SCRIPT_INFORMATION USER_SCRIPT_INFORMATION; +typedef _USER_SCRIPT_INFORMATION* PUSER_SCRIPT_INFORMATION; +typedef _USER_PROFILE_INFORMATION USER_PROFILE_INFORMATION; +typedef _USER_PROFILE_INFORMATION* PUSER_PROFILE_INFORMATION; +typedef _USER_ADMIN_COMMENT_INFORMATION USER_ADMIN_COMMENT_INFORMATION; +typedef _USER_ADMIN_COMMENT_INFORMATION* PUSER_ADMIN_COMMENT_INFORMATION; +typedef _USER_WORKSTATIONS_INFORMATION USER_WORKSTATIONS_INFORMATION; +typedef _USER_WORKSTATIONS_INFORMATION* PUSER_WORKSTATIONS_INFORMATION; +typedef _USER_SET_PASSWORD_INFORMATION USER_SET_PASSWORD_INFORMATION; +typedef _USER_SET_PASSWORD_INFORMATION* PUSER_SET_PASSWORD_INFORMATION; +typedef _USER_CONTROL_INFORMATION USER_CONTROL_INFORMATION; +typedef _USER_CONTROL_INFORMATION* PUSER_CONTROL_INFORMATION; +typedef _USER_EXPIRES_INFORMATION USER_EXPIRES_INFORMATION; +typedef _USER_EXPIRES_INFORMATION* PUSER_EXPIRES_INFORMATION; +typedef _CYPHER_BLOCK CYPHER_BLOCK; +typedef _CYPHER_BLOCK* PCYPHER_BLOCK; +typedef _ENCRYPTED_NT_OWF_PASSWORD ENCRYPTED_NT_OWF_PASSWORD; +typedef _ENCRYPTED_NT_OWF_PASSWORD* PENCRYPTED_NT_OWF_PASSWORD; +typedef _ENCRYPTED_LM_OWF_PASSWORD ENCRYPTED_LM_OWF_PASSWORD; +typedef _ENCRYPTED_LM_OWF_PASSWORD* PENCRYPTED_LM_OWF_PASSWORD; +typedef _USER_INTERNAL1_INFORMATION USER_INTERNAL1_INFORMATION; +typedef _USER_INTERNAL1_INFORMATION* PUSER_INTERNAL1_INFORMATION; +typedef _USER_INTERNAL2_INFORMATION USER_INTERNAL2_INFORMATION; +typedef _USER_INTERNAL2_INFORMATION* PUSER_INTERNAL2_INFORMATION; +typedef _USER_PARAMETERS_INFORMATION USER_PARAMETERS_INFORMATION; +typedef _USER_PARAMETERS_INFORMATION* PUSER_PARAMETERS_INFORMATION; +typedef _USER_ALL_INFORMATION USER_ALL_INFORMATION; +typedef _USER_ALL_INFORMATION* PUSER_ALL_INFORMATION; +typedef _USER_INTERNAL3_INFORMATION USER_INTERNAL3_INFORMATION; +typedef _USER_INTERNAL3_INFORMATION* PUSER_INTERNAL3_INFORMATION; +typedef _ENCRYPTED_USER_PASSWORD ENCRYPTED_USER_PASSWORD; +typedef _ENCRYPTED_USER_PASSWORD* PENCRYPTED_USER_PASSWORD; +typedef _USER_INTERNAL4_INFORMATION USER_INTERNAL4_INFORMATION; +typedef _USER_INTERNAL4_INFORMATION* PUSER_INTERNAL4_INFORMATION; +typedef _USER_INTERNAL5_INFORMATION USER_INTERNAL5_INFORMATION; +typedef _USER_INTERNAL5_INFORMATION* PUSER_INTERNAL5_INFORMATION; +typedef _ENCRYPTED_USER_PASSWORD_NEW ENCRYPTED_USER_PASSWORD_NEW; +typedef _ENCRYPTED_USER_PASSWORD_NEW* PENCRYPTED_USER_PASSWORD_NEW; +typedef _USER_INTERNAL4_INFORMATION_NEW USER_INTERNAL4_INFORMATION_NEW; +typedef _USER_INTERNAL4_INFORMATION_NEW* PUSER_INTERNAL4_INFORMATION_NEW; +typedef _USER_INTERNAL5_INFORMATION_NEW USER_INTERNAL5_INFORMATION_NEW; +typedef _WMI_IRQ_RECORD* PWMI_IRQ_RECORD; +typedef _USER_INTERNAL5_INFORMATION_NEW* PUSER_INTERNAL5_INFORMATION_NEW; +typedef _USER_ALLOWED_TO_DELEGATE_TO_LIST USER_ALLOWED_TO_DELEGATE_TO_LIST; +typedef _USER_ALLOWED_TO_DELEGATE_TO_LIST* PUSER_ALLOWED_TO_DELEGATE_TO_LIST; +typedef _WMI_PNP_RECORD_V4 WMI_PNP_RECORD_V4; +typedef SAM_BYTE_ARRAY_32K* PSAM_USER_TILE; +typedef _PERFINFO_KERNELMEMORY_USAGE_TYPE PERFINFO_KERNELMEMORY_USAGE_TYPE; +typedef _USER_EXTENDED_INFORMATION USER_EXTENDED_INFORMATION; +typedef _USER_EXTENDED_INFORMATION* PUSER_EXTENDED_INFORMATION; +typedef _PERFINFO_PAGE_RANGE_IDENTITY PERFINFO_PAGE_RANGE_IDENTITY; +typedef _WMI_PNP_RECORD_V5* PWMI_PNP_RECORD_V5; +typedef _USER_LOGON_UI_INFORMATION USER_LOGON_UI_INFORMATION; +typedef _WMI_IDE_CHANNEL_RECORD* PWMI_IDE_CHANNEL_RECORD; +typedef _ENCRYPTED_PASSWORD_AES ENCRYPTED_PASSWORD_AES; +typedef _ENCRYPTED_PASSWORD_AES* PENCRYPTED_PASSWORD_AES; +typedef _USER_INTERNAL7_INFORMATION USER_INTERNAL7_INFORMATION; +typedef _USER_INTERNAL7_INFORMATION* PUSER_INTERNAL7_INFORMATION; +typedef _USER_INTERNAL8_INFORMATION USER_INTERNAL8_INFORMATION; +typedef _USER_INTERNAL8_INFORMATION* PUSER_INTERNAL8_INFORMATION; +typedef _USER_PWD_CHANGE_FAILURE_INFORMATION USER_PWD_CHANGE_FAILURE_INFORMATION; +typedef _USER_PWD_CHANGE_FAILURE_INFORMATION* PUSER_PWD_CHANGE_FAILURE_INFORMATION; +typedef _SECURITY_DB_DELTA_TYPE SECURITY_DB_DELTA_TYPE; +typedef _SECURITY_DB_DELTA_TYPE* PSECURITY_DB_DELTA_TYPE; +typedef _SECURITY_DB_OBJECT_TYPE SECURITY_DB_OBJECT_TYPE; +typedef _SECURITY_DB_OBJECT_TYPE* PSECURITY_DB_OBJECT_TYPE; +typedef _SAM_ACCOUNT_TYPE SAM_ACCOUNT_TYPE; +typedef _SAM_ACCOUNT_TYPE* PSAM_ACCOUNT_TYPE; +typedef _SAM_GROUP_MEMBER_ID SAM_GROUP_MEMBER_ID; +typedef _SAM_GROUP_MEMBER_ID* PSAM_GROUP_MEMBER_ID; +typedef _SAM_ALIAS_MEMBER_ID SAM_ALIAS_MEMBER_ID; +typedef _SAM_ALIAS_MEMBER_ID* PSAM_ALIAS_MEMBER_ID; +typedef _SAM_DELTA_DATA SAM_DELTA_DATA; +typedef _SAM_DELTA_DATA* PSAM_DELTA_DATA; +typedef NTSTATUS ( *PSAM_DELTA_NOTIFICATION_ROUTINE )( PSID, SECURITY_DB_DELTA_TYPE, SECURITY_DB_OBJECT_TYPE, ULONG, PUNICODE_STRING, PLARGE_INTEGER, PSAM_DELTA_DATA ); +typedef _PASSWORD_POLICY_VALIDATION_TYPE PASSWORD_POLICY_VALIDATION_TYPE; +typedef _SAM_VALIDATE_PASSWORD_HASH* PSAM_VALIDATE_PASSWORD_HASH; +typedef _HEAP_COMMIT_DECOMMIT HEAP_COMMIT_DECOMMIT; +typedef _SAM_VALIDATE_STANDARD_OUTPUT_ARG SAM_VALIDATE_STANDARD_OUTPUT_ARG; +typedef _SAM_VALIDATE_STANDARD_OUTPUT_ARG* PSAM_VALIDATE_STANDARD_OUTPUT_ARG; +typedef _SAM_VALIDATE_AUTHENTICATION_INPUT_ARG* PSAM_VALIDATE_AUTHENTICATION_INPUT_ARG; +typedef _HEAP_SUBSEGMENT_ALLOC HEAP_SUBSEGMENT_ALLOC; +typedef _SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG* PSAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG; +typedef _SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG; +typedef _SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG* PSAM_VALIDATE_PASSWORD_RESET_INPUT_ARG; +typedef _SAM_VALIDATE_INPUT_ARG SAM_VALIDATE_INPUT_ARG; +typedef _SAM_VALIDATE_INPUT_ARG* PSAM_VALIDATE_INPUT_ARG; +typedef _SAM_VALIDATE_OUTPUT_ARG SAM_VALIDATE_OUTPUT_ARG; +typedef _SAM_VALIDATE_OUTPUT_ARG* PSAM_VALIDATE_OUTPUT_ARG; +typedef _SAM_GENERIC_OPERATION_TYPE SAM_GENERIC_OPERATION_TYPE; +typedef _SAM_GENERIC_OPERATION_TYPE* PSAM_GENERIC_OPERATION_TYPE; +typedef _SAM_OPERATION_OBJCHG_INPUT SAM_OPERATION_OBJCHG_INPUT; +typedef _SAM_OPERATION_OBJCHG_INPUT* PSAM_OPERATION_OBJCHG_INPUT; +typedef _SAM_OPERATION_OBJCHG_OUTPUT SAM_OPERATION_OBJCHG_OUTPUT; +typedef _SAM_OPERATION_OBJCHG_OUTPUT* PSAM_OPERATION_OBJCHG_OUTPUT; +typedef _SAM_GENERIC_OPERATION_INPUT SAM_GENERIC_OPERATION_INPUT; +typedef _SAM_GENERIC_OPERATION_INPUT* PSAM_GENERIC_OPERATION_INPUT; +typedef _SAM_GENERIC_OPERATION_OUTPUT SAM_GENERIC_OPERATION_OUTPUT; +typedef _SAM_GENERIC_OPERATION_OUTPUT* PSAM_GENERIC_OPERATION_OUTPUT; +typedef _VDMSERVICECLASS VDMSERVICECLASS; +typedef _VDMSERVICECLASS* PVDMSERVICECLASS; +typedef _WMI_TRACE_PACKET WMI_TRACE_PACKET; +typedef _WMI_TRACE_PACKET* PWMI_TRACE_PACKET; +typedef _EVENT_INSTANCE_GUID_HEADER EVENT_INSTANCE_GUID_HEADER; +typedef _EVENT_INSTANCE_GUID_HEADER* PEVENT_INSTANCE_GUID_HEADER; +typedef ULONGLONG PERFINFO_TIMESTAMP; +typedef _PERFINFO_TRACE_HEADER PERFINFO_TRACE_ENTRY; +typedef _PERFINFO_TRACE_HEADER* PPERFINFO_TRACE_ENTRY; +typedef _PERFINFO_TRACE_HEADER PERFINFO_TRACE_HEADER; +typedef _PERFINFO_TRACE_HEADER* PPERFINFO_TRACE_HEADER; +typedef _SYSTEM_TRACE_HEADER SYSTEM_TRACE_HEADER; +typedef _SYSTEM_TRACE_HEADER* PSYSTEM_TRACE_HEADER; +typedef _WMI_TRACE_MESSAGE_PACKET WMI_TRACE_MESSAGE_PACKET; +typedef _WMI_TRACE_MESSAGE_PACKET* PWMI_TRACE_MESSAGE_PACKET; +typedef _MESSAGE_TRACE_HEADER MESSAGE_TRACE_HEADER; +typedef _MESSAGE_TRACE_HEADER* PMESSAGE_TRACE_HEADER; +typedef _MESSAGE_TRACE MESSAGE_TRACE; +typedef _MESSAGE_TRACE* PMESSAGE_TRACE; +typedef _MESSAGE_TRACE_USER MESSAGE_TRACE_USER; +typedef _MESSAGE_TRACE_USER* PMESSAGE_TRACE_USER; +typedef _ETW_REF_CLOCK* PETW_REF_CLOCK; +typedef _ETW_BUFFER_STATE* PETW_BUFFER_STATE; +typedef _ETW_RT_EVENT_LOSS* PETW_RT_EVENT_LOSS; +typedef _WMI_WAIT_MULTIPLE* PWMI_WAIT_MULTIPLE; +typedef _PERFINFO_PROCESS_PERFCTR PERFINFO_PROCESS_PERFCTR; +typedef _WMI_BUFFER_HEADER WMI_BUFFER_HEADER; +typedef _WMI_BUFFER_HEADER* PWMI_BUFFER_HEADER; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _TRACE_ENABLE_FLAG_EXTENSION TRACE_ENABLE_FLAG_EXTENSION; +typedef _ETW_KQUEUE_ENQUEUE_EVENT ETW_KQUEUE_ENQUEUE_EVENT; +typedef _TRACE_ENABLE_FLAG_EXTENSION* PTRACE_ENABLE_FLAG_EXTENSION; +typedef _TRACE_ENABLE_FLAG_EXT_HEADER TRACE_ENABLE_FLAG_EXT_HEADER; +typedef _TRACE_ENABLE_FLAG_EXT_HEADER* PTRACE_ENABLE_FLAG_EXT_HEADER; +typedef _TRACE_ENABLE_FLAG_EXT_ITEM TRACE_ENABLE_FLAG_EXT_ITEM; +typedef _TRACE_ENABLE_FLAG_EXT_ITEM* PTRACE_ENABLE_FLAG_EXT_ITEM; +typedef _ETW_STACK_CACHING_CONFIG ETW_STACK_CACHING_CONFIG; +typedef _ETW_STACK_CACHING_CONFIG* PETW_STACK_CACHING_CONFIG; +typedef ULONG PERFINFO_MASK; +typedef _PERFINFO_GROUPMASK PERFINFO_GROUPMASK; +typedef _PERFINFO_GROUPMASK* PPERFINFO_GROUPMASK; +typedef _CPU_CONFIG_RECORD CPU_CONFIG_RECORD; +typedef _CPU_CONFIG_RECORD* PCPU_CONFIG_RECORD; +typedef _PHYSICAL_DISK_RECORD PHYSICAL_DISK_RECORD; +typedef _PHYSICAL_DISK_RECORD* PPHYSICAL_DISK_RECORD; +typedef _LOGICAL_DISK_EXTENTS LOGICAL_DISK_EXTENTS; +typedef _LOGICAL_DISK_EXTENTS* PLOGICAL_DISK_EXTENTS; +typedef _OPTICAL_MEDIA_RECORD OPTICAL_MEDIA_RECORD; +typedef _OPTICAL_MEDIA_RECORD* POPTICAL_MEDIA_RECORD; +typedef _NIC_RECORD NIC_RECORD; +typedef _NIC_RECORD* PNIC_RECORD; +typedef _VIDEO_RECORD VIDEO_RECORD; +typedef _VIDEO_RECORD* PVIDEO_RECORD; +typedef _WMI_DPI_RECORD WMI_DPI_RECORD; +typedef _WMI_DPI_RECORD* PWMI_DPI_RECORD; +typedef _WMI_POWER_RECORD WMI_POWER_RECORD; +typedef _WMI_POWER_RECORD* PWMI_POWER_RECORD; +typedef _WMI_PNP_RECORD_V3* PWMI_PNP_RECORD_V3; +typedef _WMI_PNP_RECORD_V4* PWMI_PNP_RECORD_V4; +typedef _WMI_IDE_CHANNEL_RECORD WMI_IDE_CHANNEL_RECORD; +typedef _WMI_JOB_INFORMATION WMI_JOB_INFORMATION; +typedef _WMI_JOB_INFORMATION* PWMI_JOB_INFORMATION; +typedef _WMI_JOB_ASSIGN_PROCESS WMI_JOB_ASSIGN_PROCESS; +typedef _WMI_JOB_ASSIGN_PROCESS* PWMI_JOB_ASSIGN_PROCESS; +typedef _WMI_JOB_REMOVE_PROCESS WMI_JOB_REMOVE_PROCESS; +typedef _WMI_JOB_REMOVE_PROCESS* PWMI_JOB_REMOVE_PROCESS; +typedef _WMI_JOB_SET_QUERY_CPU_RATE WMI_JOB_SET_QUERY_CPU_RATE; +typedef _WMI_JOB_SET_QUERY_CPU_RATE* PWMI_JOB_SET_QUERY_CPU_RATE; +typedef _WMI_JOB_SET_QUERY_NET_RATE WMI_JOB_SET_QUERY_NET_RATE; +typedef _WMI_JOB_SET_QUERY_NET_RATE* PWMI_JOB_SET_QUERY_NET_RATE; +typedef _WMI_JOB_SET_QUERY_INFORMATION WMI_JOB_SET_QUERY_INFORMATION; +typedef _WMI_JOB_SET_QUERY_INFORMATION* PWMI_JOB_SET_QUERY_INFORMATION; +typedef _WMI_JOB_SEND_NOTIFICATION_INFORMATION WMI_JOB_SEND_NOTIFICATION_INFORMATION; +typedef _WMI_JOB_SEND_NOTIFICATION_INFORMATION* PWMI_JOB_SEND_NOTIFICATION_INFORMATION; +typedef _WMI_PROCESS_INFORMATION WMI_PROCESS_INFORMATION; +typedef _WMI_PROCESS_INFORMATION* PWMI_PROCESS_INFORMATION; +typedef _WMI_PROCESS_INFORMATION64 WMI_PROCESS_INFORMATION64; +typedef _WMI_PROCESS_INFORMATION64* PWMI_PROCESS_INFORMATION64; +typedef _WMI_THREAD_INFORMATION WMI_THREAD_INFORMATION; +typedef _WMI_THREAD_INFORMATION* PWMI_THREAD_INFORMATION; +typedef signed char SCHAR; +typedef _WMI_EXTENDED_THREAD_INFORMATION WMI_EXTENDED_THREAD_INFORMATION; +typedef _WMI_EXTENDED_THREAD_INFORMATION* PWMI_EXTENDED_THREAD_INFORMATION; +typedef _WMI_EXTENDED_THREAD_INFORMATION64 WMI_EXTENDED_THREAD_INFORMATION64; +typedef _WMI_EXTENDED_THREAD_INFORMATION64* PWMI_EXTENDED_THREAD_INFORMATION64; +typedef _WMI_IMAGELOAD_INFORMATION WMI_IMAGELOAD_INFORMATION; +typedef _WMI_IMAGELOAD_INFORMATION* PWMI_IMAGELOAD_INFORMATION; +typedef _WMI_IMAGELOAD_INFORMATION32 WMI_IMAGELOAD_INFORMATION32; +typedef _WMI_IMAGELOAD_INFORMATION32* PWMI_IMAGELOAD_INFORMATION32; +typedef _WMI_IMAGELOAD_INFORMATION64 WMI_IMAGELOAD_INFORMATION64; +typedef _WMI_IMAGELOAD_INFORMATION64* PWMI_IMAGELOAD_INFORMATION64; +typedef _WMI_IMAGEID_INFORMATION WMI_IMAGEID_INFORMATION; +typedef _WMI_IMAGEID_INFORMATION* PWMI_IMAGEID_INFORMATION; +typedef _WMI_IMAGEID_INFORMATION32 WMI_IMAGEID_INFORMATION32; +typedef _WMI_IMAGEID_INFORMATION32* PWMI_IMAGEID_INFORMATION32; +typedef _WMI_IMAGEID_INFORMATION64 WMI_IMAGEID_INFORMATION64; +typedef _WMI_IMAGEID_INFORMATION64* PWMI_IMAGEID_INFORMATION64; +typedef _ETW_DISKIO_READWRITE_V2 ETW_DISKIO_READWRITE_V2; +typedef _ETW_DISKIO_READWRITE_V2* PETW_DISKIO_READWRITE_V2; +typedef _ETW_DISKIO_READWRITE_V3 ETW_DISKIO_READWRITE_V3; +typedef _ETW_DISKIO_READWRITE_V3* PETW_DISKIO_READWRITE_V3; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V2 ETW_DISKIO_FLUSH_BUFFERS_V2; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V2* PETW_DISKIO_FLUSH_BUFFERS_V2; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V3 ETW_DISKIO_FLUSH_BUFFERS_V3; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V3* PETW_DISKIO_FLUSH_BUFFERS_V3; +typedef _ETW_DISKIO_READWRITE_V3 WMI_DISKIO_READWRITE; +typedef _ETW_DISKIO_READWRITE_V3* PWMI_DISKIO_READWRITE; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V3 WMI_DISKIO_FLUSH_BUFFERS; +typedef _ETW_DISKIO_FLUSH_BUFFERS_V3* PWMI_DISKIO_FLUSH_BUFFERS; +typedef _WMI_DISKIO_READWRITE_INIT WMI_DISKIO_READWRITE_INIT; +typedef _WMI_DISKIO_READWRITE_INIT* PWMI_DISKIO_READWRITE_INIT; +typedef _WMI_DISKIO_IO_REDIRECTED_INIT* PWMI_DISKIO_IO_REDIRECTED_INIT; +typedef _ETW_OPTICALIO_READWRITE ETW_OPTICALIO_READWRITE; +typedef _WMI_REGISTRY WMI_REGISTRY; +typedef _ETW_REGNOTIF_REGISTER* PETW_REGNOTIF_REGISTER; +typedef _WMI_FILE_IO WMI_FILE_IO; +typedef _WMI_FILE_IO* PWMI_FILE_IO; +typedef _WMI_TCPIP_V4 WMI_TCPIP_V4; +typedef _WMI_TCPIP_V4* PWMI_TCPIP_V4; +typedef _WMI_TCPIP_V6 WMI_TCPIP_V6; +typedef _WMI_TCPIP_V6* PWMI_TCPIP_V6; +typedef _WMI_UDP_V4 WMI_UDP_V4; +typedef _WMI_UDP_V4* PWMI_UDP_V4; +typedef _WMI_UDP_V6 WMI_UDP_V6; +typedef _WMI_UDP_V6* PWMI_UDP_V6; +typedef _WMI_PAGE_FAULT WMI_PAGE_FAULT; +typedef _WMI_PAGE_FAULT* PWMI_PAGE_FAULT; +typedef _WMI_CONTEXTSWAP WMI_CONTEXTSWAP; +typedef _WMI_CONTEXTSWAP* PWMI_CONTEXTSWAP; +typedef _WMI_SPINLOCK WMI_SPINLOCK; +typedef _WMI_SPINLOCK* PWMI_SPINLOCK; +typedef _WMI_RESOURCE WMI_RESOURCE; +typedef _WMI_RESOURCE* PWMI_RESOURCE; +typedef _WMI_QUEUE WMI_QUEUE; +typedef _WMI_QUEUE* PWMI_QUEUE; +typedef _WMI_PUSHLOCK WMI_PUSHLOCK; +typedef _WMI_PUSHLOCK* PWMI_PUSHLOCK; +typedef _WMI_WAIT_SINGLE WMI_WAIT_SINGLE; +typedef _WMI_WAIT_MULTIPLE WMI_WAIT_MULTIPLE; +typedef _WMI_DELAY_EXECUTION WMI_DELAY_EXECUTION; +typedef _ETW_READY_THREAD_EVENT* PETW_READY_THREAD_EVENT; +typedef _ETW_KQUEUE_ENQUEUE_EVENT* PETW_KQUEUE_ENQUEUE_EVENT; +typedef _ETW_KQUEUE_DEQUEUE_EVENT ETW_KQUEUE_DEQUEUE_EVENT; +typedef _ETW_KQUEUE_DEQUEUE_EVENT* PETW_KQUEUE_DEQUEUE_EVENT; +typedef _ETW_ANTI_STARVATION_BOOST_EVENT ETW_ANTI_STARVATION_BOOST_EVENT; +typedef _ETW_ANTI_STARVATION_BOOST_EVENT* PETW_ANTI_STARVATION_BOOST_EVENT; +typedef _ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT; +typedef _ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT* PETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT; +typedef _ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT; +typedef _ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT* PETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT; +typedef _ETW_AUTOBOOST_NO_ENTRIES_EVENT ETW_AUTOBOOST_NO_ENTRIES_EVENT; +typedef _ETW_AUTOBOOST_NO_ENTRIES_EVENT* PETW_AUTOBOOST_NO_ENTRIES_EVENT; +typedef _ETW_PRIORITY_EVENT ETW_PRIORITY_EVENT; +typedef _ETW_PRIORITY_EVENT* PETW_PRIORITY_EVENT; +typedef _ETW_THREAD_AFFINITY_EVENT ETW_THREAD_AFFINITY_EVENT; +typedef _ETW_THREAD_AFFINITY_EVENT* PETW_THREAD_AFFINITY_EVENT; +typedef _ETW_DEBUG_PRINT_EVENT ETW_DEBUG_PRINT_EVENT; +typedef _ETW_DEBUG_PRINT_EVENT* PETW_DEBUG_PRINT_EVENT; +typedef _ETW_POOL_EVENT ETW_POOL_EVENT; +typedef _ETW_POOL_EVENT* PETW_POOL_EVENT; +typedef _ETW_CREATE_HANDLE_EVENT ETW_CREATE_HANDLE_EVENT; +typedef _ETW_CREATE_HANDLE_EVENT* PETW_CREATE_HANDLE_EVENT; +typedef ETW_CREATE_HANDLE_EVENT ETW_CLOSE_HANDLE_EVENT; +typedef ETW_CREATE_HANDLE_EVENT* PETW_CLOSE_HANDLE_EVENT; +typedef _ETW_DUPLICATE_HANDLE_EVENT ETW_DUPLICATE_HANDLE_EVENT; +typedef _ETW_DUPLICATE_HANDLE_EVENT* PETW_DUPLICATE_HANDLE_EVENT; +typedef _ETW_OBJECT_TYPE_EVENT ETW_OBJECT_TYPE_EVENT; +typedef _ETW_OBJECT_TYPE_EVENT* PETW_OBJECT_TYPE_EVENT; +typedef _ETW_OBJECT_HANDLE_EVENT ETW_OBJECT_HANDLE_EVENT; +typedef _ETW_OBJECT_HANDLE_EVENT* PETW_OBJECT_HANDLE_EVENT; +typedef _ETW_REFDEREF_OBJECT_EVENT ETW_REFDEREF_OBJECT_EVENT; +typedef _ETW_REFDEREF_OBJECT_EVENT* PETW_REFDEREF_OBJECT_EVENT; +typedef _ETW_CREATEDELETE_OBJECT_EVENT ETW_CREATEDELETE_OBJECT_EVENT; +typedef _ETW_CREATEDELETE_OBJECT_EVENT* PETW_CREATEDELETE_OBJECT_EVENT; +typedef _ETW_WAKE_COUNTER_EVENT ETW_WAKE_COUNTER_EVENT; +typedef _ETW_WAKE_COUNTER_EVENT* PETW_WAKE_COUNTER_EVENT; +typedef _ETW_HEAP_EVENT_COMMON ETW_HEAP_EVENT_COMMON; +typedef _ETW_HEAP_EVENT_COMMON* PETW_HEAP_EVENT_COMMON; +typedef _ETW_HEAP_EVENT_ALLOC ETW_HEAP_EVENT_ALLOC; +typedef _ETW_HEAP_EVENT_ALLOC* PETW_HEAP_EVENT_ALLOC; +typedef _ETW_HEAP_EVENT_FREE ETW_HEAP_EVENT_FREE; +typedef _ETW_HEAP_EVENT_FREE* PETW_HEAP_EVENT_FREE; +typedef _ETW_HEAP_EVENT_REALLOC ETW_HEAP_EVENT_REALLOC; +typedef _ETW_HEAP_EVENT_REALLOC* PETW_HEAP_EVENT_REALLOC; +typedef _ETW_HEAP_EVENT_EXPANSION ETW_HEAP_EVENT_EXPANSION; +typedef _ETW_HEAP_EVENT_EXPANSION* PETW_HEAP_EVENT_EXPANSION; +typedef _ETW_HEAP_EVENT_CONTRACTION ETW_HEAP_EVENT_CONTRACTION; +typedef _ETW_HEAP_EVENT_CONTRACTION* PETW_HEAP_EVENT_CONTRACTION; +typedef _ETW_HEAP_EVENT_CREATE ETW_HEAP_EVENT_CREATE; +typedef _ETW_HEAP_EVENT_CREATE* PETW_HEAP_EVENT_CREATE; +typedef _HEAP_EVENT_COMMIT_DECOMMIT* PHEAP_EVENT_COMMIT_DECOMMIT; +typedef _HEAP_COMMIT_DECOMMIT* PHEAP_COMMIT_DECOMMIT; +typedef _HEAP_EVENT_SUBSEGMENT_ALLOC_FREE* PHEAP_EVENT_SUBSEGMENT_ALLOC_FREE; +typedef _HEAP_SUBSEGMENT_FREE HEAP_SUBSEGMENT_FREE; +typedef _HEAP_SUBSEGMENT_FREE* PHEAP_SUBSEGMENT_FREE; +typedef _HEAP_SUBSEGMENT_ALLOC* PHEAP_SUBSEGMENT_ALLOC; +typedef _HEAP_SUBSEGMENT_INIT* PHEAP_SUBSEGMENT_INIT; +typedef _HEAP_AFINITY_MANAGER_ENABLE HEAP_AFFINITY_MANAGER_ENABLE; +typedef _HEAP_AFINITY_MANAGER_ENABLE* PHEAP_AFFINITY_MANAGER_ENABLE; +typedef _HEAP_AFFINITY_SLOT_ASSIGN HEAP_AFFINITY_SLOT_ASSIGN; +typedef _HEAP_AFFINITY_SLOT_ASSIGN* PHEAP_AFFINITY_SLOT_ASSIGN; +typedef _HEAP_REUSE_THRESHOLD_ACTIVATED HEAP_REUSE_THRESHOLD_ACTIVATED; +typedef _HEAP_REUSE_THRESHOLD_ACTIVATED* PHEAP_REUSE_THRESHOLD_ACTIVATED; +typedef _HEAP_SUBSEGMENT_ACTIVATED HEAP_SUBSEGMENT_ACTIVATED; +typedef _HEAP_SUBSEGMENT_ACTIVATED* PHEAP_SUBSEGMENT_ACTIVATED; +typedef _ETW_HEAP_EVENT_SNAPSHOT ETW_HEAP_EVENT_SNAPSHOT; +typedef _ETW_HEAP_EVENT_SNAPSHOT* PETW_HEAP_EVENT_SNAPSHOT; +typedef _ETW_HEAP_EVENT_RUNDOWN_RANGE ETW_HEAP_EVENT_RUNDOWN_RANGE; +typedef _ETW_HEAP_EVENT_RUNDOWN_RANGE* PETW_HEAP_EVENT_RUNDOWN_RANGE; +typedef _ETW_HEAP_EVENT_RUNDOWN ETW_HEAP_EVENT_RUNDOWN; +typedef _ETW_HEAP_EVENT_RUNDOWN* PETW_HEAP_EVENT_RUNDOWN; +typedef _HEAP_EVENT_RANGE_CREATE HEAP_EVENT_RANGE_CREATE; +typedef _HEAP_EVENT_RANGE_CREATE* PHEAP_EVENT_RANGE_CREATE; +typedef _HEAP_EVENT_RANGE HEAP_EVENT_RANGE; +typedef _HEAP_EVENT_RANGE* PHEAP_EVENT_RANGE; +typedef _HEAP_RANGE_CREATE HEAP_RANGE_CREATE; +typedef _HEAP_RANGE_CREATE* PHEAP_RANGE_CREATE; +typedef _HEAP_RANGE_DESTROY HEAP_RANGE_DESTROY; +typedef _HEAP_RANGE_DESTROY* PHEAP_RANGE_DESTROY; +typedef _HEAP_RANGE_LOG HEAP_RANGE_LOG; +typedef _HEAP_RANGE_LOG* PHEAP_RANGE_LOG; +typedef _ETW_CRITSEC_EVENT_COLLISION ETW_CRITSEC_EVENT_COLLISION; +typedef _STACK_WALK_EVENT_DATA STACK_WALK_EVENT_DATA; +typedef _LOAD_DLL_EVENT_DATA LOAD_DLL_EVENT_DATA; +typedef _CI_LOG_SCHEDULER_EVENT CI_LOG_SCHEDULER_EVENT; +typedef _CI_LOG_SCHEDULER_EVENT* PCI_LOG_SCHEDULER_EVENT; +typedef _CI_LOG_SCHEDULER_WAKEUP CI_LOG_SCHEDULER_WAKEUP; +typedef _CI_LOG_SCHEDULER_WAKEUP* PCI_LOG_SCHEDULER_WAKEUP; +typedef _CI_LOG_SCHEDULER_SLEEP CI_LOG_SCHEDULER_SLEEP; +typedef _CI_LOG_SCHEDULER_SLEEP* PCI_LOG_SCHEDULER_SLEEP; +typedef _CI_LOG_SCHEDULER_SLEEP_RESPONSE CI_LOG_SCHEDULER_SLEEP_RESPONSE; +typedef _CI_LOG_SCHEDULER_SLEEP_RESPONSE* PCI_LOG_SCHEDULER_SLEEP_RESPONSE; +typedef _CI_LOG_MMCSS_START CI_LOG_MMCSS_START; +typedef _CI_LOG_MMCSS_START* PCI_LOG_MMCSS_START; +typedef _CI_LOG_MMCSS_STOP CI_LOG_MMCSS_STOP; +typedef _CI_LOG_MMCSS_STOP* PCI_LOG_MMCSS_STOP; +typedef _ETW_UMS_EVENT_DIRECTED_SWITCH_START ETW_UMS_EVENT_DIRECTED_SWITCH_START; +typedef _ETW_UMS_EVENT_DIRECTED_SWITCH_START* PETW_UMS_EVENT_DIRECTED_SWITCH_START; +typedef _ETW_UMS_EVENT_DIRECTED_SWITCH_END ETW_UMS_EVENT_DIRECTED_SWITCH_END; +typedef _ETW_UMS_EVENT_DIRECTED_SWITCH_END* PETW_UMS_EVENT_DIRECTED_SWITCH_END; +typedef _ETW_UMS_EVENT_PARK ETW_UMS_EVENT_PARK; +typedef _ETW_UMS_EVENT_PARK* PETW_UMS_EVENT_PARK; +typedef _ETW_UMS_EVENT_DISASSOCIATE ETW_UMS_EVENT_DISASSOCIATE; +typedef _ETW_UMS_EVENT_DISASSOCIATE* PETW_UMS_EVENT_DISASSOCIATE; +typedef _ETW_UMS_EVENT_CONTEXT_SWITCH ETW_UMS_EVENT_CONTEXT_SWITCH; +typedef _ETW_UMS_EVENT_CONTEXT_SWITCH* PETW_UMS_EVENT_CONTEXT_SWITCH; +typedef _ETW_SET_TIMER_EVENT ETW_SET_TIMER_EVENT; +typedef _ETW_SET_TIMER_EVENT* PETW_SET_TIMER_EVENT; +typedef _ETW_CANCEL_TIMER_EVENT ETW_CANCEL_TIMER_EVENT; +typedef _ETW_CANCEL_TIMER_EVENT* PETW_CANCEL_TIMER_EVENT; +typedef _ETW_TIMER_EXPIRATION_EVENT ETW_TIMER_EXPIRATION_EVENT; +typedef _ETW_TIMER_EXPIRATION_EVENT* PETW_TIMER_EXPIRATION_EVENT; +typedef _ETW_TIMER_EXPIRATION_START_EVENT ETW_TIMER_EXPIRATION_START_EVENT; +typedef _ETW_TIMER_EXPIRATION_START_EVENT* PETW_TIMER_EXPIRATION_START_EVENT; +typedef _ETW_SET_KTIMER2_EVENT ETW_SET_KTIMER2_EVENT; +typedef _ETW_SET_KTIMER2_EVENT* PETW_SET_KTIMER2_EVENT; +typedef ETW_SET_KTIMER2_EVENT ETW_KTIMER2_EXPIRATION_EVENT; +typedef ETW_SET_KTIMER2_EVENT* PETW_KTIMER2_EXPIRATION_EVENT; +typedef _ETW_CANCEL_KTIMER2_EVENT ETW_CANCEL_KTIMER2_EVENT; +typedef _ETW_CANCEL_KTIMER2_EVENT* PETW_CANCEL_KTIMER2_EVENT; +typedef _ETW_DISABLE_KTIMER2_EVENT ETW_DISABLE_KTIMER2_EVENT; +typedef _ETW_DISABLE_KTIMER2_EVENT* PETW_DISABLE_KTIMER2_EVENT; +typedef _ETW_FINALIZE_KTIMER2_EVENT ETW_FINALIZE_KTIMER2_EVENT; +typedef _ETW_FINALIZE_KTIMER2_EVENT* PETW_FINALIZE_KTIMER2_EVENT; +typedef _PERFINFO_DYNAMIC_TICK_VETO_REASON PERFINFO_DYNAMIC_TICK_VETO_REASON; +typedef _PERFINFO_DYNAMIC_TICK_VETO_REASON* PPERFINFO_DYNAMIC_TICK_VETO_REASON; +typedef _PERFINFO_DYNAMIC_TICK_DISABLE_REASON PERFINFO_DYNAMIC_TICK_DISABLE_REASON; +typedef _PERFINFO_DYNAMIC_TICK_DISABLE_REASON* PPERFINFO_DYNAMIC_TICK_DISABLE_REASON; +typedef _ETW_CLOCK_CONFIGURATION_EVENT ETW_CLOCK_CONFIGURATION_EVENT; +typedef _ETW_CLOCK_CONFIGURATION_EVENT* PETW_CLOCK_CONFIGURATION_EVENT; +typedef _ETW_CLOCK_TIME_UPDATE ETW_CLOCK_TIME_UPDATE; +typedef _ETW_CLOCK_TIME_UPDATE* PETW_CLOCK_TIME_UPDATE; +typedef _ETW_CLOCK_STATE_CHANGE_EVENT ETW_CLOCK_STATE_CHANGE_EVENT; +typedef _ETW_CLOCK_STATE_CHANGE_EVENT* PETW_CLOCK_STATE_CHANGE_EVENT; +typedef _ETW_PER_SESSION_QUOTA ETW_PER_SESSION_QUOTA; +typedef _ETW_PER_SESSION_QUOTA* PETW_PER_SESSION_QUOTA; +typedef _ETW_DFSS_START_NEW_INTERVAL* PETW_DFSS_START_NEW_INTERVAL; +typedef _PERFINFO_EXECUTIVE_RESOURCE_CONFIG* PPERFINFO_EXECUTIVE_RESOURCE_CONFIG; +typedef _ETW_TP_EVENT_CALLBACK_ENQUEUE* PETW_TP_EVENT_CALLBACK_ENQUEUE; +typedef ETW_TP_EVENT_CALLBACK_ENQUEUE ETW_TP_EVENT_CALLBACK_DEQUEUE; +typedef _ETW_TP_EVENT_CALLBACK_CANCEL ETW_TP_EVENT_CALLBACK_CANCEL; +typedef _ETW_TP_EVENT_CALLBACK_CANCEL* PETW_TP_EVENT_CALLBACK_CANCEL; +typedef _ETW_TP_EVENT_POOL_CREATE ETW_TP_EVENT_POOL_CREATE; +typedef _ETW_TP_EVENT_POOL_CREATE* PETW_TP_EVENT_POOL_CREATE; +typedef _ETW_TP_EVENT_POOL_CLOSE ETW_TP_EVENT_POOL_CLOSE; +typedef _ETW_TP_EVENT_POOL_CLOSE* PETW_TP_EVENT_POOL_CLOSE; +typedef _ETW_TP_EVENT_POOL_TH_MIN_SET ETW_TP_EVENT_POOL_TH_MIN_SET; +typedef _ETW_TP_EVENT_POOL_TH_MIN_SET* PETW_TP_EVENT_POOL_TH_MIN_SET; +typedef _ETW_TP_EVENT_POOL_TH_MAX_SET ETW_TP_EVENT_POOL_TH_MAX_SET; +typedef _ETW_TP_EVENT_POOL_TH_MAX_SET* PETW_TP_EVENT_POOL_TH_MAX_SET; +typedef _ETW_TP_EVENT_WORKER_NUMANODE_SWITCH ETW_TP_EVENT_WORKER_NUMANODE_SWITCH; +typedef _ETW_TP_EVENT_WORKER_NUMANODE_SWITCH* PETW_TP_EVENT_WORKER_NUMANODE_SWITCH; +typedef _ETW_TP_EVENT_TIMER_SET ETW_TP_EVENT_TIMER_SET; +typedef _ETW_TP_EVENT_TIMER_SET* PETW_TP_EVENT_TIMER_SET; +typedef _ETW_TP_EVENT_TIMER_CANCELLED ETW_TP_EVENT_TIMER_CANCELLED; +typedef _ETW_TP_EVENT_TIMER_CANCELLED* PETW_TP_EVENT_TIMER_CANCELLED; +typedef _ETW_TP_EVENT_TIMER_SET_NTTIMER ETW_TP_EVENT_TIMER_SET_NTTIMER; +typedef _ETW_TP_EVENT_TIMER_SET_NTTIMER* PETW_TP_EVENT_TIMER_SET_NTTIMER; +typedef _ETW_TP_EVENT_TIMER_CANCEL_NTTIMER ETW_TP_EVENT_TIMER_CANCEL_NTTIMER; +typedef _ETW_TP_EVENT_TIMER_CANCEL_NTTIMER* PETW_TP_EVENT_TIMER_CANCEL_NTTIMER; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN* PETW_TP_EVENT_TIMER_EXPIRATION_BEGIN; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION_END ETW_TP_EVENT_TIMER_EXPIRATION_END; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION_END* PETW_TP_EVENT_TIMER_EXPIRATION_END; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION ETW_TP_EVENT_TIMER_EXPIRATION; +typedef _ETW_TP_EVENT_TIMER_EXPIRATION* PETW_TP_EVENT_TIMER_EXPIRATION; +typedef _ETW_WNF_EVENT_SUBSCRIBE* PETW_WNF_EVENT_SUBSCRIBE; +typedef ETW_WNF_EVENT_SUBSCRIBE ETW_WNF_EVENT_UNSUBSCRIBE; +typedef _ETW_WNF_EVENT_CALLBACK ETW_WNF_EVENT_CALLBACK; +typedef _ETW_WNF_EVENT_NAME_SUB_RUNDOWN ETW_WNF_EVENT_NAME_SUB_RUNDOWN; +typedef _PERFINFO_MARK_EVENT PERFINFO_MARK_EVENT; +typedef _PERFINFO_MARK_EVENT* PPERFINFO_MARK_EVENT; +typedef _PERFINFO_DRIVER_MAJORFUNCTION PERFINFO_DRIVER_MAJORFUNCTION; +typedef _PERFINFO_DRIVER_MAJORFUNCTION* PPERFINFO_DRIVER_MAJORFUNCTION; +typedef _PERFINFO_DRIVER_MAJORFUNCTION_RET PERFINFO_DRIVER_MAJORFUNCTION_RET; +typedef _PERFINFO_DRIVER_MAJORFUNCTION_RET* PPERFINFO_DRIVER_MAJORFUNCTION_RET; +typedef _PERFINFO_DRIVER_COMPLETE_REQUEST PERFINFO_DRIVER_COMPLETE_REQUEST; +typedef _PERFINFO_DRIVER_COMPLETE_REQUEST* PPERFINFO_DRIVER_COMPLETE_REQUEST; +typedef _PERFINFO_DRIVER_COMPLETE_REQUEST_RET PERFINFO_DRIVER_COMPLETE_REQUEST_RET; +typedef _PERFINFO_DRIVER_COMPLETE_REQUEST_RET* PPERFINFO_DRIVER_COMPLETE_REQUEST_RET; +typedef _PERFINFO_DRIVER_COMPLETIONROUTINE PERFINFO_DRIVER_COMPLETIONROUTINE; +typedef _PERFINFO_DRIVER_COMPLETIONROUTINE* PPERFINFO_DRIVER_COMPLETIONROUTINE; +typedef _PERFINFO_BATTERY_LIFE_INFO PERFINFO_BATTERY_LIFE_INFO; +typedef _PERFINFO_BATTERY_LIFE_INFO* PPERFINFO_BATTERY_LIFE_INFO; +typedef _PERFINFO_IDLE_STATE_CHANGE PERFINFO_IDLE_STATE_CHANGE; +typedef _PERFINFO_IDLE_STATE_CHANGE* PPERFINFO_IDLE_STATE_CHANGE; +typedef _PERFINFO_SET_POWER_ACTION PERFINFO_SET_POWER_ACTION; +typedef _PERFINFO_SET_POWER_ACTION* PPERFINFO_SET_POWER_ACTION; +typedef _PERFINFO_SET_POWER_ACTION_RET PERFINFO_SET_POWER_ACTION_RET; +typedef _PERFINFO_SET_POWER_ACTION_RET* PPERFINFO_SET_POWER_ACTION_RET; +typedef _PERFINFO_SET_DEVICES_STATE PERFINFO_SET_DEVICES_STATE; +typedef _PERFINFO_SET_DEVICES_STATE* PPERFINFO_SET_DEVICES_STATE; +typedef _PERFINFO_SET_DEVICES_STATE_RET PERFINFO_SET_DEVICES_STATE_RET; +typedef _PERFINFO_SET_DEVICES_STATE_RET* PPERFINFO_SET_DEVICES_STATE_RET; +typedef _PERFINFO_PO_NOTIFY_DEVICE PERFINFO_PO_NOTIFY_DEVICE; +typedef _PERFINFO_PO_NOTIFY_DEVICE* PPERFINFO_PO_NOTIFY_DEVICE; +typedef _PERFINFO_PO_NOTIFY_DEVICE_COMPLETE PERFINFO_PO_NOTIFY_DEVICE_COMPLETE; +typedef _PERFINFO_PO_NOTIFY_DEVICE_COMPLETE* PPERFINFO_PO_NOTIFY_DEVICE_COMPLETE; +typedef _PERFINFO_PO_SESSION_CALLOUT PERFINFO_PO_SESSION_CALLOUT; +typedef _PERFINFO_PO_SESSION_CALLOUT* PPERFINFO_PO_SESSION_CALLOUT; +typedef _PERFINFO_PO_PRESLEEP PERFINFO_PO_PRESLEEP; +typedef _PERFINFO_PO_PRESLEEP* PPERFINFO_PO_PRESLEEP; +typedef _PERFINFO_PO_POSTSLEEP PERFINFO_PO_POSTSLEEP; +typedef _PERFINFO_PO_POSTSLEEP* PPERFINFO_PO_POSTSLEEP; +typedef _PERFINFO_PO_CALIBRATED_PERFCOUNTER PERFINFO_PO_CALIBRATED_PERFCOUNTER; +typedef _PERFINFO_PO_CALIBRATED_PERFCOUNTER* PPERFINFO_PO_CALIBRATED_PERFCOUNTER; +typedef _PERFINFO_BOOT_PHASE_START PERFINFO_BOOT_PHASE_START; +typedef _PERFINFO_BOOT_PHASE_START* PPERFINFO_BOOT_PHASE_START; +typedef _PERFINFO_BOOT_PREFETCH_INFORMATION PERFINFO_BOOT_PREFETCH_INFORMATION; +typedef _PERFINFO_BOOT_PREFETCH_INFORMATION* PPERFINFO_BOOT_PREFETCH_INFORMATION; +typedef _PERFINFO_PO_SESSION_CALLOUT_RET PERFINFO_PO_SESSION_CALLOUT_RET; +typedef _PERFINFO_PO_SESSION_CALLOUT_RET* PPERFINFO_PO_SESSION_CALLOUT_RET; +typedef _PERFINFO_PPM_IDLE_STATE_CHANGE PERFINFO_PPM_IDLE_STATE_CHANGE; +typedef _PERFINFO_PPM_IDLE_STATE_CHANGE* PPERFINFO_PPM_IDLE_STATE_CHANGE; +typedef _PERFINFO_PPM_IDLE_STATE_ENTER PERFINFO_PPM_IDLE_STATE_ENTER; +typedef _PERFINFO_PPM_IDLE_STATE_ENTER* PPERFINFO_PPM_IDLE_STATE_ENTER; +typedef _PERFINFO_PPM_IDLE_STATE_EXIT PERFINFO_PPM_IDLE_STATE_EXIT; +typedef _PERFINFO_PPM_IDLE_STATE_EXIT* PPERFINFO_PPM_IDLE_STATE_EXIT; +typedef _PERFINFO_PPM_STATE_SELECTION PERFINFO_PPM_STATE_SELECTION; +typedef _PERFINFO_PPM_STATE_SELECTION* PPERFINFO_PPM_STATE_SELECTION; +typedef _PERFINFO_PPM_IDLE_EXIT_LATENCY* PPERFINFO_PPM_IDLE_EXIT_LATENCY; +typedef _PERFINFO_FILEOBJECT_INFORMATION* PPERFINFO_FILEOBJECT_INFORMATION; +typedef _PERFINFO_FILENAME_SAME_INFORMATION PERFINFO_FILENAME_SAME_INFORMATION; +typedef _PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION* PPERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION; +typedef _PERFINFO_SAMPLED_PROFILE_INFORMATION PERFINFO_SAMPLED_PROFILE_INFORMATION; +typedef _PERFINFO_SAMPLED_PROFILE_INFORMATION* PPERFINFO_SAMPLED_PROFILE_INFORMATION; +typedef _PERFINFO_SAMPLED_PROFILE_CACHE PERFINFO_SAMPLED_PROFILE_CACHE; +typedef _PERFINFO_SAMPLED_PROFILE_CACHE* PPERFINFO_SAMPLED_PROFILE_CACHE; +typedef _PERFINFO_SAMPLED_PROFILE_CONFIG PERFINFO_SAMPLED_PROFILE_CONFIG; +typedef _PERFINFO_SAMPLED_PROFILE_CONFIG* PPERFINFO_SAMPLED_PROFILE_CONFIG; +typedef _PERFINFO_PMC_SAMPLE_INFORMATION PERFINFO_PMC_SAMPLE_INFORMATION; +typedef _PERFINFO_PMC_SAMPLE_INFORMATION* PPERFINFO_PMC_SAMPLE_INFORMATION; +typedef _PERFINFO_DPC_INFORMATION PERFINFO_DPC_INFORMATION; +typedef _PERFINFO_DPC_INFORMATION* PPERFINFO_DPC_INFORMATION; +typedef _PERFINFO_DPC_ENQUEUE_INFORMATION PERFINFO_DPC_ENQUEUE_INFORMATION; +typedef _PERFINFO_DPC_ENQUEUE_INFORMATION* PPERFINFO_DPC_ENQUEUE_INFORMATION; +typedef _PERFINFO_DPC_EXECUTION_INFORMATION PERFINFO_DPC_EXECUTION_INFORMATION; +typedef _PERFINFO_DPC_EXECUTION_INFORMATION* PPERFINFO_DPC_EXECUTION_INFORMATION; +typedef _PERFINFO_YIELD_PROCESSOR_INFORMATION PERFINFO_YIELD_PROCESSOR_INFORMATION; +typedef _PERFINFO_YIELD_PROCESSOR_INFORMATION* PPERFINFO_YIELD_PROCESSOR_INFORMATION; +typedef _PERFINFO_INTERRUPT_INFORMATION PERFINFO_INTERRUPT_INFORMATION; +typedef _PERFINFO_INTERRUPT_INFORMATION* PPERFINFO_INTERRUPT_INFORMATION; +typedef _PERFINFO_CLOCK_INTERRUPT_INFORMATION PERFINFO_CLOCK_INTERRUPT_INFORMATION; +typedef _PERFINFO_CLOCK_INTERRUPT_INFORMATION* PPERFINFO_CLOCK_INTERRUPT_INFORMATION; +typedef _PERFINFO_SPINLOCK_CONFIG PERFINFO_SPINLOCK_CONFIG; +typedef _PERFINFO_SPINLOCK_CONFIG* PPERFINFO_SPINLOCK_CONFIG; +typedef _PERFINFO_EXECUTIVE_RESOURCE_CONFIG PERFINFO_EXECUTIVE_RESOURCE_CONFIG; +typedef _PERFINFO_SESSIONCREATE_INFORMATION PERFINFO_SESSIONCREATE_INFORMATION; +typedef _PERFINFO_SESSIONCREATE_INFORMATION* PPERFINFO_SESSIONCREATE_INFORMATION; +typedef _PERFINFO_PAGE_RANGE_IDENTITY* PPERFINFO_PAGE_RANGE_IDENTITY; +typedef _PERFINFO_KERNELMEMORY_USAGE_TYPE* PPERFINFO_KERNELMEMORY_USAGE_TYPE; +typedef char __C_ASSERT__[1]; +typedef _PERFINFO_KERNELMEMORY_RANGE_USAGE PERFINFO_KERNELMEMORY_RANGE_USAGE; +typedef _PERFINFO_KERNELMEMORY_RANGE_USAGE* PPERFINFO_KERNELMEMORY_RANGE_USAGE; +typedef _PERFINFO_MM_STAT PERFINFO_MM_STAT; +typedef _PERFINFO_MM_STAT* PPERFINFO_MM_STAT; +typedef char __C_ASSERT__[1]; +typedef _PERFINFO_PAGECOMBINE_AGGREGATE_STAT PERFINFO_PAGECOMBINE_AGGREGATE_STAT; +typedef _PERFINFO_PAGECOMBINE_AGGREGATE_STAT* PPERFINFO_PAGECOMBINE_AGGREGATE_STAT; +typedef _PERFINFO_PAGECOMBINE_ITERATION_STAT PERFINFO_PAGECOMBINE_ITERATION_STAT; +typedef _PERFINFO_PAGECOMBINE_ITERATION_STAT* PPERFINFO_PAGECOMBINE_ITERATION_STAT; +typedef _PERFINFO_HARDPAGEFAULT_INFORMATION PERFINFO_HARDPAGEFAULT_INFORMATION; +typedef _PERFINFO_HARDPAGEFAULT_INFORMATION* PPERFINFO_HARDPAGEFAULT_INFORMATION; +typedef _PERFINFO_VIRTUAL_ALLOC PERFINFO_VIRTUAL_ALLOC; +typedef _PERFINFO_VIRTUAL_ALLOC* PPERFINFO_VIRTUAL_ALLOC; +typedef _PERFINFO_VAD_ROTATE_INFO PERFINFO_VAD_ROTATE_INFO; +typedef _PERFINFO_VAD_ROTATE_INFO* PPERFINFO_VAD_ROTATE_INFO; +typedef _PERFINFO_MEM_RESET_INFO_TYPE PERFINFO_MEM_RESET_INFO_TYPE; +typedef _PERFINFO_MEM_RESET_INFO_TYPE* PPERFINFO_MEM_RESET_INFO_TYPE; +typedef _PERFINFO_MEM_RESET_INFO PERFINFO_MEM_RESET_INFO; +typedef _PERFINFO_MEM_RESET_INFO* PPERFINFO_MEM_RESET_INFO; +typedef _PERFINFO_CC_WORKITEM_ENQUEUE PERFINFO_CC_WORKITEM_ENQUEUE; +typedef _PERFINFO_CC_WORKITEM_ENQUEUE* PPERFINFO_CC_WORKITEM_ENQUEUE; +typedef _PERFINFO_CC_WORKITEM_DEQUEUE PERFINFO_CC_WORKITEM_DEQUEUE; +typedef _PERFINFO_CC_WORKITEM_DEQUEUE* PPERFINFO_CC_WORKITEM_DEQUEUE; +typedef _PERFINFO_CC_WORKITEM_COMPLETE PERFINFO_CC_WORKITEM_COMPLETE; +typedef _PERFINFO_CC_WORKITEM_COMPLETE* PPERFINFO_CC_WORKITEM_COMPLETE; +typedef _PERFINFO_CC_READ_AHEAD PERFINFO_CC_READ_AHEAD_COMPLETE; +typedef _PERFINFO_CC_READ_AHEAD* PPERFINFO_CC_READ_AHEAD_COMPLETE; +typedef _PERFINFO_CC_SCHEDULE_READ_AHEAD PERFINFO_CC_SCHEDULE_READ_AHEAD; +typedef _PERFINFO_CC_SCHEDULE_READ_AHEAD* PPERFINFO_CC_SCHEDULE_READ_AHEAD; +typedef _PERFINFO_CC_LAZY_WRITE_SCAN PERFINFO_CC_LAZY_WRITE_SCAN; +typedef _PERFINFO_CC_LAZY_WRITE_SCAN* PPERFINFO_CC_LAZY_WRITE_SCAN; +typedef _PERFINFO_CC_CAN_WRITE_FAIL PERFINFO_CC_CAN_WRITE_FAIL; +typedef _PERFINFO_CC_CAN_WRITE_FAIL* PPERFINFO_CC_CAN_WRITE_FAIL; +typedef _PERFINFO_CC_FLUSH_SECTION PERFINFO_CC_FLUSH_SECTION; +typedef _PERFINFO_CC_FLUSH_SECTION* PPERFINFO_CC_FLUSH_SECTION; +typedef _PERFINFO_CC_FLUSH_CACHE PERFINFO_CC_FLUSH_CACHE; +typedef _PERFINFO_CC_FLUSH_CACHE* PPERFINFO_CC_FLUSH_CACHE; +typedef _PERFINFO_CC_LOGGED_STREAM_INFO PERFINFO_CC_LOGGED_STREAM_INFO; +typedef _PERFINFO_CC_LOGGED_STREAM_INFO* PPERFINFO_CC_LOGGED_STREAM_INFO; +typedef _PERFINFO_CC_EXTRA_WB_THREAD_INFO PERFINFO_CC_EXTRA_WB_THREAD_INFO; +typedef _PERFINFO_CC_EXTRA_WB_THREAD_INFO* PPERFINFO_CC_EXTRA_WB_THREAD_INFO; +typedef _PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO; +typedef _PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO* PPERFINFO_IMAGELOAD_IN_PAGEFILE_INFO; +typedef _PERFINFO_SYSCALL_ENTER_DATA PERFINFO_SYSCALL_ENTER_DATA; +typedef _PERFINFO_SYSCALL_ENTER_DATA* PPERFINFO_SYSCALL_ENTER_DATA; +typedef _PERFINFO_SYSCALL_EXIT_DATA PERFINFO_SYSCALL_EXIT_DATA; +typedef _PERFINFO_SYSCALL_EXIT_DATA* PPERFINFO_SYSCALL_EXIT_DATA; +typedef _PERFINFO_MARK_INFORMATION PERFINFO_MARK_INFORMATION; +typedef _PERFINFO_MARK_INFORMATION* PPERFINFO_MARK_INFORMATION; +typedef _PERFINFO_FILE_CREATE PERFINFO_FILE_CREATE; +typedef _PERFINFO_FILE_CREATE* PPERFINFO_FILE_CREATE; +typedef _PERFINFO_FILE_INFORMATION PERFINFO_FILE_INFORMATION; +typedef _PERFINFO_FILE_INFORMATION* PPERFINFO_FILE_INFORMATION; +typedef _PERFINFO_FILE_DIRENUM PERFINFO_FILE_DIRENUM; +typedef _PERFINFO_FILE_DIRENUM* PPERFINFO_FILE_DIRENUM; +typedef _PERFINFO_FILE_PATH_OPERATION PERFINFO_FILE_PATH_OPERATION; +typedef _PERFINFO_FILE_PATH_OPERATION* PPERFINFO_FILE_PATH_OPERATION; +typedef _PERFINFO_FILE_READ_WRITE PERFINFO_FILE_READ_WRITE; +typedef _PERFINFO_FILE_READ_WRITE* PPERFINFO_FILE_READ_WRITE; +typedef _PERFINFO_FILE_SIMPLE_OPERATION PERFINFO_FILE_SIMPLE_OPERATION; +typedef _PERFINFO_FILE_SIMPLE_OPERATION* PPERFINFO_FILE_SIMPLE_OPERATION; +typedef _PERFINFO_FILE_OPERATION_END PERFINFO_FILE_OPERATION_END; +typedef _PERFINFO_FILE_OPERATION_END* PPERFINFO_FILE_OPERATION_END; +typedef _PERFINFO_FLT_OPERATION* PPERFINFO_FLT_OPERATION; +typedef _PERFINFO_FLT_OPERATION_STATUS PERFINFO_FLT_OPERATION_STATUS; +typedef _PERFINFO_FLT_OPERATION_STATUS* PPERFINFO_FLT_OPERATION_STATUS; +typedef _PERFINFO_MEMORY_INFORMATION PERFINFO_MEMORY_INFORMATION; +typedef _PERFINFO_MEMORY_INFORMATION* PPERFINFO_MEMORY_INFORMATION; +typedef _PERFINFO_SYSTEM_MEMORY_INFORMATION PERFINFO_SYSTEM_MEMORY_INFORMATION; +typedef _PERFINFO_SYSTEM_MEMORY_INFORMATION* PPERFINFO_SYSTEM_MEMORY_INFORMATION; +typedef _PERFINFO_WORKINGSET_ENTRY PERFINFO_WORKINGSET_ENTRY; +typedef _PERFINFO_WORKINGSET_ENTRY* PPERFINFO_WORKINGSET_ENTRY; +typedef _PERFINFO_WORKINGSET_INFORMATION PERFINFO_WORKINGSET_INFORMATION; +typedef _PERFINFO_WORKINGSET_INFORMATION* PPERFINFO_WORKINGSET_INFORMATION; +typedef _PERFINFO_CONTIGUOUS_PAGE_GENERATE PERFINFO_CONTIGUOUS_PAGE_GENERATE; +typedef _PERFINFO_CONTIGUOUS_PAGE_GENERATE* PPERFINFO_CONTIGUOUS_PAGE_GENERATE; +typedef _PERFINFO_DEBUG_EVENT_REASON PERFINFO_DEBUG_EVENT_REASON; +typedef _PERFINFO_DEBUG_EVENT_REASON* PPERFINFO_DEBUG_EVENT_REASON; +typedef _PERFINFO_DEBUG_EVENT PERFINFO_DEBUG_EVENT; +typedef _PERFINFO_DEBUG_EVENT* PPERFINFO_DEBUG_EVENT; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef char __C_ASSERT__[1]; +typedef _PERFINFO_CCSWAP_TYPE PERFINFO_CCSWAP_TYPE; +typedef _PERFINFO_CCSWAP_BUFFER PERFINFO_CCSWAP_BUFFER; +typedef _PERFINFO_CCSWAP_BUFFER* PPERFINFO_CCSWAP_BUFFER; +typedef _PERFINFO_CCSWAP_IDLE_SHORT PERFINFO_CCSWAP_IDLE_SHORT; +typedef _PERFINFO_CCSWAP_IDLE_SHORT* PPERFINFO_CCSWAP_IDLE_SHORT; +typedef _PERFINFO_CCSWAP_IDLE PERFINFO_CCSWAP_IDLE; +typedef _PERFINFO_CCSWAP_IDLE* PPERFINFO_CCSWAP_IDLE; +typedef _PERFINFO_CCSWAP_LITE PERFINFO_CCSWAP_LITE; +typedef _PERFINFO_CCSWAP_LITE* PPERFINFO_CCSWAP_LITE; +typedef _PERFINFO_CCSWAP PERFINFO_CCSWAP; +typedef _PERFINFO_CCSWAP* PPERFINFO_CCSWAP; +typedef _PERFINFO_PROCESS_PERFCTR* PPERFINFO_PROCESS_PERFCTR; +typedef _PERFINFO_PROCESS_PERFCTR32 PERFINFO_PROCESS_PERFCTR32; +typedef _PERFINFO_PROCESS_PERFCTR32* PPERFINFO_PROCESS_PERFCTR32; +typedef _PERFINFO_PROCESS_PERFCTR64 PERFINFO_PROCESS_PERFCTR64; +typedef _PERFINFO_PROCESS_PERFCTR64* PPERFINFO_PROCESS_PERFCTR64; +typedef _PERFINFO_PROCESS_INSWAP PERFINFO_PROCESS_INSWAP; +typedef _PERFINFO_PROCESS_INSWAP* PPERFINFO_PROCESS_INSWAP; +typedef _PERFINFO_IO_TIMER PERFINFO_IO_TIMER; +typedef _PERFINFO_IO_TIMER* PPERFINFO_IO_TIMER; +typedef _WMI_LOGGER_INFORMATION WMI_LOGGER_INFORMATION; +typedef _WMI_LOGGER_INFORMATION* PWMI_LOGGER_INFORMATION; +typedef _ETW_UMGL_KEY ETW_UMGL_KEY; +typedef _ETW_UMGL_KEY* PETW_UMGL_KEY; +typedef _ETW_KERNEL_HEADER_EXTENSION ETW_KERNEL_HEADER_EXTENSION; +typedef _ETW_KERNEL_HEADER_EXTENSION* PETW_KERNEL_HEADER_EXTENSION; +typedef _ETW_SET_MARK_INFORMATION ETW_SET_MARK_INFORMATION; +typedef _ETW_SET_MARK_INFORMATION* PETW_SET_MARK_INFORMATION; +typedef _ETW_NOTIFICATION_TYPE ETW_NOTIFICATION_TYPE; +typedef _ETW_NOTIFICATION_HEADER ETW_NOTIFICATION_HEADER; +typedef _ETW_NOTIFICATION_HEADER* PETW_NOTIFICATION_HEADER; +typedef ULONG ( *PETW_NOTIFICATION_CALLBACK )( PETW_NOTIFICATION_HEADER, PVOID ); +typedef _ETW_SESSION_NOTIFICATION_TYPE ETW_SESSION_NOTIFICATION_TYPE; +typedef _ETW_SESSION_NOTIFICATION_PACKET ETW_SESSION_NOTIFICATION_PACKET; +typedef _ETW_SESSION_NOTIFICATION_PACKET* PETW_SESSION_NOTIFICATION_PACKET; +typedef _EVENT_DESCRIPTOR EVENT_DESCRIPTOR; +typedef _EVENT_DESCRIPTOR* PEVENT_DESCRIPTOR; +typedef const EVENT_DESCRIPTOR* PCEVENT_DESCRIPTOR; +typedef _EVENT_DATA_DESCRIPTOR EVENT_DATA_DESCRIPTOR; +typedef _EVENT_DATA_DESCRIPTOR* PEVENT_DATA_DESCRIPTOR; +typedef _EVENT_INFO_CLASS EVENT_INFO_CLASS; +typedef _ETW_TRACE_PROVIDER_INSTANCE_INFO ETW_TRACE_PROVIDER_INSTANCE_INFO; +typedef _ETW_TRACE_PROVIDER_INSTANCE_INFO* PETW_TRACE_PROVIDER_INSTANCE_INFO; +typedef _ETW_TRACE_GUID_INFO ETW_TRACE_GUID_INFO; +typedef _ETW_TRACE_GUID_INFO* PETW_TRACE_GUID_INFO; +typedef _ETWTRACECONTROLCODE ETWTRACECONTROLCODE; +typedef _TELEMETRY_COVERAGE_POINT TELEMETRY_COVERAGE_POINT; +typedef _TELEMETRY_COVERAGE_POINT* PTELEMETRY_COVERAGE_POINT; +typedef _VECTXCPT_CALLOUT_ENTRY VECTXCPT_CALLOUT_ENTRY; +typedef _VECTXCPT_CALLOUT_ENTRY* PVECTXCPT_CALLOUT_ENTRY; +typedef _LDRP_VECTOR_HANDLER_LIST LDRP_VECTOR_HANDLER_LIST; +typedef _LDRP_VECTOR_HANDLER_LIST* PLDRP_VECTOR_HANDLER_LIST; +#define ALIGN( x ) __attribute__( ( aligned( x ) ) ) +struct ALIGN( 4 ) _LUID +{ + DWORD LowPart; + LONG HighPart; +}; +struct ALIGN( 8 ) _REARRANGE_FILE_DATA +{ + ULONGLONG SourceStartingOffset; + ULONGLONG TargetOffset; + HANDLE SourceFileHandle; + DWORD Length; + DWORD Flags; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnableUserShadowStack : 1; + DWORD AuditUserShadowStack : 1; + DWORD SetContextIpValidation : 1; + DWORD AuditSetContextIpValidation : 1; + DWORD EnableUserShadowStackStrictMode : 1; + DWORD BlockNonCetBinaries : 1; + DWORD BlockNonCetBinariesNonEhcont : 1; + DWORD AuditBlockNonCetBinaries : 1; + DWORD CetDynamicApisOutOfProcOnly : 1; + DWORD SetContextIpValidationRelaxedMode : 1; + DWORD ReservedFlags : 22; + }; + }; +}; +struct ALIGN( 8 ) _RTL_CRITICAL_SECTION +{ + PRTL_CRITICAL_SECTION_DEBUG DebugInfo; + LONG LockCount; + LONG RecursionCount; + HANDLE OwningThread; + HANDLE LockSemaphore; + ULONG_PTR SpinCount; +}; +union ALIGN( 8 ) _LARGE_INTEGER +{ + struct ALIGN( 4 ) + { + DWORD LowPart; + LONG HighPart; + }; + struct ALIGN( 4 ) + { + DWORD LowPart; + LONG HighPart; + } u; + LONGLONG QuadPart; +}; +struct ALIGN( 8 ) _WIN32_FIND_STREAM_DATA +{ + LARGE_INTEGER StreamSize; + WCHAR cStreamName[296]; +}; +struct ALIGN( 4 ) _ACL_REVISION_INFORMATION +{ + DWORD AclRevision; +}; +struct ALIGN( 4 ) _ACL_SIZE_INFORMATION +{ + DWORD AceCount; + DWORD AclBytesInUse; + DWORD AclBytesFree; +}; +struct ALIGN( 8 ) _LIST_ENTRY +{ + _LIST_ENTRY* Flink; + _LIST_ENTRY* Blink; +}; +struct ALIGN( 4 ) _TOKEN_MANDATORY_POLICY +{ + DWORD Policy; +}; +struct ALIGN( 8 ) _TOKEN_ACCESS_INFORMATION +{ + PSID_AND_ATTRIBUTES_HASH SidHash; + PSID_AND_ATTRIBUTES_HASH RestrictedSidHash; + PTOKEN_PRIVILEGES Privileges; + LUID AuthenticationId; + TOKEN_TYPE TokenType; + SECURITY_IMPERSONATION_LEVEL ImpersonationLevel; + TOKEN_MANDATORY_POLICY MandatoryPolicy; + DWORD Flags; + DWORD AppContainerNumber; + PSID PackageSid; + PSID_AND_ATTRIBUTES_HASH CapabilitiesHash; + PSID TrustLevelSid; + PSECURITY_ATTRIBUTES_OPAQUE SecurityAttributes; +}; +struct ALIGN( 8 ) value_entA +{ + LPSTR ve_valuename; + DWORD ve_valuelen; + DWORD_PTR ve_valueptr; + DWORD ve_type; +}; +struct ALIGN( 2 ) _ACE_HEADER +{ + BYTE AceType; + BYTE AceFlags; + WORD AceSize; +}; +struct ALIGN( 4 ) _GUID +{ + unsigned long Data1; + unsigned short Data2; + unsigned short Data3; + unsigned char Data4[8]; +}; +struct ALIGN( 4 ) _SYSTEM_AUDIT_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 8 ) _SINGLE_LIST_ENTRY +{ + _SINGLE_LIST_ENTRY* Next; +}; +struct ALIGN( 4 ) _RIP_INFO +{ + DWORD dwError; + DWORD dwType; +}; +struct ALIGN( 8 ) _XSAVE_CET_U_FORMAT +{ + DWORD64 Ia32CetUMsr; + DWORD64 Ia32Pl3SspMsr; +}; +struct ALIGN( 16 ) _M128A +{ + ULONGLONG Low; + LONGLONG High; +}; +struct ALIGN( 16 ) _XSAVE_FORMAT +{ + WORD ControlWord; + WORD StatusWord; + BYTE TagWord; + BYTE Reserved1; + WORD ErrorOpcode; + DWORD ErrorOffset; + WORD ErrorSelector; + WORD Reserved2; + DWORD DataOffset; + WORD DataSelector; + WORD Reserved3; + DWORD MxCsr; + DWORD MxCsr_Mask; + M128A FloatRegisters[8]; + M128A XmmRegisters[16]; + BYTE Reserved4[96]; +}; +struct ALIGN( 1 ) _TOKEN_AUDIT_POLICY +{ + BYTE PerUserPolicy[30]; +}; +struct ALIGN( 8 ) _NETRESOURCEW +{ + DWORD dwScope; + DWORD dwType; + DWORD dwDisplayType; + DWORD dwUsage; + LPWSTR lpLocalName; + LPWSTR lpRemoteName; + LPWSTR lpComment; + LPWSTR lpProvider; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_SEHOP_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnableSehop : 1; + DWORD ReservedFlags : 31; + }; + }; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION +{ + DWORD ulFlags; + ACTCTX_REQUESTED_RUN_LEVEL RunLevel; + DWORD UiAccess; +}; +struct ALIGN( 8 ) _EXCEPTION_RECORD +{ + DWORD ExceptionCode; + DWORD ExceptionFlags; + _EXCEPTION_RECORD* ExceptionRecord; + PVOID ExceptionAddress; + DWORD NumberParameters; + ULONG_PTR ExceptionInformation[15]; +}; +struct ALIGN( 4 ) _ACCESS_ALLOWED_CALLBACK_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 16 ) _CONTEXT +{ + DWORD64 P1Home; + DWORD64 P2Home; + DWORD64 P3Home; + DWORD64 P4Home; + DWORD64 P5Home; + DWORD64 P6Home; + DWORD ContextFlags; + DWORD MxCsr; + WORD SegCs; + WORD SegDs; + WORD SegEs; + WORD SegFs; + WORD SegGs; + WORD SegSs; + DWORD EFlags; + DWORD64 Dr0; + DWORD64 Dr1; + DWORD64 Dr2; + DWORD64 Dr3; + DWORD64 Dr6; + DWORD64 Dr7; + DWORD64 Rax; + DWORD64 Rcx; + DWORD64 Rdx; + DWORD64 Rbx; + DWORD64 Rsp; + DWORD64 Rbp; + DWORD64 Rsi; + DWORD64 Rdi; + DWORD64 R8; + DWORD64 R9; + DWORD64 R10; + DWORD64 R11; + DWORD64 R12; + DWORD64 R13; + DWORD64 R14; + DWORD64 R15; + DWORD64 Rip; + union ALIGN( 16 ) + { + XMM_SAVE_AREA32 FltSave; + struct ALIGN( 16 ) + { + M128A Header[2]; + M128A Legacy[8]; + M128A Xmm0; + M128A Xmm1; + M128A Xmm2; + M128A Xmm3; + M128A Xmm4; + M128A Xmm5; + M128A Xmm6; + M128A Xmm7; + M128A Xmm8; + M128A Xmm9; + M128A Xmm10; + M128A Xmm11; + M128A Xmm12; + M128A Xmm13; + M128A Xmm14; + M128A Xmm15; + }; + }; + M128A VectorRegister[26]; + DWORD64 VectorControl; + DWORD64 DebugControl; + DWORD64 LastBranchToRip; + DWORD64 LastBranchFromRip; + DWORD64 LastExceptionToRip; + DWORD64 LastExceptionFromRip; +}; +struct ALIGN( 8 ) _DISPATCHER_CONTEXT +{ + DWORD64 ControlPc; + DWORD64 ImageBase; + PRUNTIME_FUNCTION FunctionEntry; + DWORD64 EstablisherFrame; + DWORD64 TargetIp; + PCONTEXT ContextRecord; + PEXCEPTION_ROUTINE LanguageHandler; + PVOID HandlerData; + _UNWIND_HISTORY_TABLE* HistoryTable; + DWORD ScopeIndex; + DWORD Fill0; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_FONT_DISABLE_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD DisableNonSystemFonts : 1; + DWORD AuditNonSystemFontLoading : 1; + DWORD ReservedFlags : 30; + }; + }; +}; +struct ALIGN( 8 ) _TOKEN_DEFAULT_DACL +{ + PACL DefaultDacl; +}; +struct ALIGN( 4 ) _EXCEPTION_RECORD32 +{ + DWORD ExceptionCode; + DWORD ExceptionFlags; + DWORD ExceptionRecord; + DWORD ExceptionAddress; + DWORD NumberParameters; + DWORD ExceptionInformation[15]; +}; +struct ALIGN( 1 ) _FILE_ID_128 +{ + BYTE Identifier[16]; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION +{ + DWORD64 CycleTime; +}; +struct ALIGN( 4 ) _SYSTEM_AUDIT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _SYSTEM_CPU_SET_INFORMATION +{ + DWORD Size; + CPU_SET_INFORMATION_TYPE Type; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + DWORD Id; + WORD Group; + BYTE LogicalProcessorIndex; + BYTE CoreIndex; + BYTE LastLevelCacheIndex; + BYTE NumaNodeIndex; + BYTE EfficiencyClass; + union ALIGN( 1 ) + { + BYTE AllFlags; + struct ALIGN( 1 ) + { + BYTE Parked : 1; + BYTE Allocated : 1; + BYTE AllocatedToTargetProcess : 1; + BYTE RealTime : 1; + BYTE ReservedFlags : 4; + }; + }; + union ALIGN( 4 ) + { + DWORD Reserved; + BYTE SchedulingClass; + }; + DWORD64 AllocationTag; + } CpuSet; + }; +}; +struct ALIGN( 8 ) _EXCEPTION_RECORD64 +{ + DWORD ExceptionCode; + DWORD ExceptionFlags; + DWORD64 ExceptionRecord; + DWORD64 ExceptionAddress; + DWORD NumberParameters; + DWORD __unusedAlignment; + DWORD64 ExceptionInformation[15]; +}; +struct ALIGN( 8 ) LIST_ENTRY64 +{ + ULONGLONG Flink; + ULONGLONG Blink; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_DEP_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD Enable : 1; + DWORD DisableAtlThunkEmulation : 1; + DWORD ReservedFlags : 30; + }; + }; + BOOLEAN Permanent; +}; +struct ALIGN( 8 ) _TRANSACTIONMANAGER_RECOVERY_INFORMATION +{ + ULONGLONG LastRecoveredLsn; +}; +struct ALIGN( 4 ) _IMAGE_HOT_PATCH_MACHINE +{ + struct ALIGN( 4 ) + { + DWORD _x86 : 1; + DWORD Amd64 : 1; + DWORD Arm64 : 1; + DWORD Amd64EC : 1; + }; +}; +struct ALIGN( 4 ) _SYSTEM_ALARM_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 4 ) _FILE_NOTIFY_INFORMATION +{ + DWORD NextEntryOffset; + DWORD Action; + DWORD FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _XSTATE_FEATURE +{ + DWORD Offset; + DWORD Size; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD RaiseExceptionOnInvalidHandleReference : 1; + DWORD HandleExceptionsPermanentlyEnabled : 1; + DWORD ReservedFlags : 30; + }; + }; +}; +struct ALIGN( 2 ) tagPOINTS +{ + SHORT x; + SHORT y; +}; +struct ALIGN( 8 ) tagGESTUREINFO +{ + UINT cbSize; + DWORD dwFlags; + DWORD dwID; + HWND hwndTarget; + POINTS ptsLocation; + DWORD dwInstanceID; + DWORD dwSequenceID; + ULONGLONG ullArguments; + UINT cbExtraArgs; +}; +struct ALIGN( 4 ) tagHELPWININFOW +{ + int wStructSize; + int x; + int y; + int dx; + int dy; + int wMax; + WCHAR rgchMember[2]; +}; +struct ALIGN( 4 ) _ACCESS_ALLOWED_CALLBACK_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 4 ) DPI_AWARENESS_CONTEXT__ +{ + int unused; +}; +struct ALIGN( 8 ) _EXTENDED_CREATE_INFORMATION +{ + LONGLONG ExtendedCreateFlags; + PVOID EaBuffer; + ULONG EaLength; +}; +struct ALIGN( 4 ) _ACCESS_DENIED_CALLBACK_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 4 ) _SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION +{ + DWORD Machine : 16; + DWORD KernelMode : 1; + DWORD UserMode : 1; + DWORD Native : 1; + DWORD Process : 1; + DWORD WoW64Container : 1; + DWORD ReservedZero0 : 11; +}; +struct ALIGN( 8 ) _IMAGE_POLICY_ENTRY +{ + IMAGE_POLICY_ENTRY_TYPE Type; + IMAGE_POLICY_ID PolicyId; + union ALIGN( 8 ) + { + void* None; + BOOLEAN BoolValue; + INT8 Int8Value; + UINT8 UInt8Value; + INT16 Int16Value; + UINT16 UInt16Value; + INT32 Int32Value; + UINT32 UInt32Value; + INT64 Int64Value; + UINT64 UInt64Value; + PCSTR AnsiStringValue; + PCWSTR UnicodeStringValue; + } u; +}; +struct ALIGN( 8 ) _IMAGE_POLICY_METADATA +{ + BYTE Version; + BYTE Reserved0[7]; + ULONGLONG ApplicationId; + IMAGE_POLICY_ENTRY Policies[0]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnableExportAddressFilter : 1; + DWORD AuditExportAddressFilter : 1; + DWORD EnableExportAddressFilterPlus : 1; + DWORD AuditExportAddressFilterPlus : 1; + DWORD EnableImportAddressFilter : 1; + DWORD AuditImportAddressFilter : 1; + DWORD EnableRopStackPivot : 1; + DWORD AuditRopStackPivot : 1; + DWORD EnableRopCallerCheck : 1; + DWORD AuditRopCallerCheck : 1; + DWORD EnableRopSimExec : 1; + DWORD AuditRopSimExec : 1; + DWORD ReservedFlags : 20; + }; + }; +}; +struct ALIGN( 1 ) APP_LOCAL_DEVICE_ID +{ + BYTE value[32]; +}; +struct ALIGN( 4 ) _SYSTEM_AUDIT_CALLBACK_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +union ALIGN( 8 ) _ULARGE_INTEGER +{ + struct ALIGN( 4 ) + { + DWORD LowPart; + DWORD HighPart; + }; + struct ALIGN( 4 ) + { + DWORD LowPart; + DWORD HighPart; + } u; + ULONGLONG QuadPart; +}; +struct ALIGN( 4 ) _SHARED_VIRTUAL_DISK_SUPPORT +{ + SharedVirtualDiskSupportType SharedVirtualDiskSupport; + SharedVirtualDiskHandleState HandleState; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD SmtBranchTargetIsolation : 1; + DWORD IsolateSecurityDomain : 1; + DWORD DisablePageCombine : 1; + DWORD SpeculativeStoreBypassDisable : 1; + DWORD RestrictCoreSharing : 1; + DWORD ReservedFlags : 27; + }; + }; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_CHILD_PROCESS_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD NoChildProcessCreation : 1; + DWORD AuditNoChildProcessCreation : 1; + DWORD AllowSecureProcessCreation : 1; + DWORD ReservedFlags : 29; + }; + }; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_NUMBER +{ + DWORD DeviceType; + DWORD DeviceNumber; + DWORD PartitionNumber; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_NUMBERS +{ + DWORD Version; + DWORD Size; + DWORD NumberOfDevices; + STORAGE_DEVICE_NUMBER Devices[1]; +}; +struct ALIGN( 4 ) _ENCLAVE_CREATE_INFO_VBS_BASIC +{ + DWORD Flags; + BYTE OwnerID[32]; +}; +struct ALIGN( 8 ) _SID_AND_ATTRIBUTES +{ + PSID Sid; + DWORD Attributes; +}; +struct ALIGN( 8 ) _TOKEN_MANDATORY_LABEL +{ + SID_AND_ATTRIBUTES Label; +}; +struct ALIGN( 4 ) _FILE_FS_GUID_INFORMATION +{ + GUID FsGuid; +}; +struct ALIGN( 8 ) _SE_SECURITY_DESCRIPTOR +{ + DWORD Size; + DWORD Flags; + PSECURITY_DESCRIPTOR SecurityDescriptor; +}; +struct ALIGN( 4 ) CM_Power_Data_s +{ + DWORD PD_Size; + DEVICE_POWER_STATE PD_MostRecentPowerState; + DWORD PD_Capabilities; + DWORD PD_D1Latency; + DWORD PD_D2Latency; + DWORD PD_D3Latency; + DEVICE_POWER_STATE PD_PowerStateMapping[7]; + SYSTEM_POWER_STATE PD_DeepestSystemWake; +}; +struct ALIGN( 8 ) _SE_ACCESS_REQUEST +{ + DWORD Size; + PSE_SECURITY_DESCRIPTOR SeSecurityDescriptor; + ACCESS_MASK DesiredAccess; + ACCESS_MASK PreviouslyGrantedAccess; + PSID PrincipalSelfSid; + PGENERIC_MAPPING GenericMapping; + DWORD ObjectTypeListCount; + POBJECT_TYPE_LIST ObjectTypeList; +}; +struct ALIGN( 4 ) _IMAGE_DEBUG_DIRECTORY +{ + DWORD Characteristics; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + DWORD Type; + DWORD SizeOfData; + DWORD AddressOfRawData; + DWORD PointerToRawData; +}; +struct ALIGN( 8 ) _APC_CALLBACK_DATA +{ + ULONG_PTR Parameter; + PCONTEXT ContextRecord; + ULONG_PTR Reserved0; + ULONG_PTR Reserved1; +}; +struct ALIGN( 8 ) _ENCLAVE_INIT_INFO_VBS_BASIC +{ + BYTE FamilyId[16]; + BYTE ImageId[16]; + ULONGLONG EnclaveSize; + DWORD EnclaveSvn; + DWORD Reserved; + union ALIGN( 8 ) + { + HANDLE SignatureInfoHandle; + ULONGLONG Unused; + }; +}; +struct ALIGN( 4 ) _IMAGE_FUNCTION_ENTRY +{ + DWORD StartingAddress; + DWORD EndingAddress; + DWORD EndOfPrologue; +}; +struct ALIGN( 8 ) _CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE +{ + DWORD64 Version; + PWSTR Name; +}; +struct ALIGN( 8 ) _ASSEMBLY_FILE_DETAILED_INFORMATION +{ + DWORD ulFlags; + DWORD ulFilenameLength; + DWORD ulPathLength; + PCWSTR lpFileName; + PCWSTR lpFilePath; +}; +struct ALIGN( 8 ) _JOBOBJECT_NETWORK_ACCOUNTING_INFORMATION +{ + DWORD64 DataBytesIn; + DWORD64 DataBytesOut; +}; +struct ALIGN( 8 ) _SE_ACCESS_REPLY +{ + DWORD Size; + DWORD ResultListCount; + PACCESS_MASK GrantedAccess; + PDWORD AccessStatus; + PACCESS_REASONS AccessReason; + PPRIVILEGE_SET* Privileges; +}; +struct ALIGN( 8 ) _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION +{ + LARGE_INTEGER TotalUserTime; + LARGE_INTEGER TotalKernelTime; + LARGE_INTEGER ThisPeriodTotalUserTime; + LARGE_INTEGER ThisPeriodTotalKernelTime; + DWORD TotalPageFaultCount; + DWORD TotalProcesses; + DWORD ActiveProcesses; + DWORD TotalTerminatedProcesses; +}; +struct ALIGN( 4 ) _ENCLAVE_INIT_INFO_VBS +{ + DWORD Length; + DWORD ThreadCount; +}; +struct ALIGN( 8 ) _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE +{ + PVOID pValue; + DWORD ValueLength; +}; +struct ALIGN( 8 ) _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION +{ + WORD NumberOfRanges; + WORD Reserved; + DWORD Reserved2; + PPROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE Ranges; +}; +struct ALIGN( 4 ) tagSTICKYKEYS +{ + UINT cbSize; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _NETWORK_APP_INSTANCE_EA +{ + GUID AppInstanceID; + DWORD CsvFlags; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnforceRedirectionTrust : 1; + DWORD AuditRedirectionTrust : 1; + DWORD ReservedFlags : 30; + }; + }; +}; +struct ALIGN( 8 ) __crt_locale_data_public +{ + unsigned short* _locale_pctype; + int _locale_mb_cur_max; + unsigned int _locale_lc_codepage; +}; +struct ALIGN( 8 ) _TP_POOL_STACK_INFORMATION +{ + SIZE_T StackReserve; + SIZE_T StackCommit; +}; +union ALIGN( 4 ) _RATE_QUOTA_LIMIT +{ + DWORD RateData; + struct ALIGN( 4 ) + { + DWORD RatePercent : 7; + DWORD Reserved0 : 25; + }; +}; +struct ALIGN( 4 ) _TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT +{ + ULONG PropagationCookie; + GUID UOW; + GUID TmIdentity; + ULONG BufferLength; +}; +struct ALIGN( 8 ) __crt_locale_pointers +{ + __crt_locale_data* locinfo; + __crt_multibyte_data* mbcinfo; +}; +struct ALIGN( 8 ) _SID_AND_ATTRIBUTES_HASH +{ + DWORD SidCount; + PSID_AND_ATTRIBUTES SidAttr; + SID_HASH_ENTRY Hash[32]; +}; +; +struct ALIGN( 4 ) _TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT +{ + ULONG MarshalCookie; + GUID UOW; +}; +struct ALIGN( 8 ) _SECURITY_DESCRIPTOR +{ + BYTE Revision; + BYTE Sbz1; + SECURITY_DESCRIPTOR_CONTROL Control; + PSID Owner; + PSID Group; + PACL Sacl; + PACL Dacl; +}; +struct ALIGN( 8 ) _PROCESS_NETWORK_COUNTERS +{ + DWORD64 BytesIn; + DWORD64 BytesOut; +}; +; +struct ALIGN( 8 ) _TAPE_STATISTICS +{ + DWORD Version; + DWORD Flags; + LARGE_INTEGER RecoveredWrites; + LARGE_INTEGER UnrecoveredWrites; + LARGE_INTEGER RecoveredReads; + LARGE_INTEGER UnrecoveredReads; + BYTE CompressionRatioReads; + BYTE CompressionRatioWrites; +}; +struct ALIGN( 4 ) _TOKEN_SOURCE +{ + CHAR SourceName[8]; + LUID SourceIdentifier; +}; +struct ALIGN( 4 ) _ACCESS_DENIED_CALLBACK_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 4 ) _cpinfoexW +{ + UINT MaxCharSize; + BYTE DefaultChar[2]; + BYTE LeadByte[12]; + WCHAR UnicodeDefaultChar; + UINT CodePage; + WCHAR CodePageName[260]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD FilterId : 4; + DWORD ReservedFlags : 28; + }; + }; +}; +struct ALIGN( 4 ) _SYSTEM_AUDIT_CALLBACK_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 4 ) _XSAVE_ARM64_SVE_HEADER +{ + DWORD VectorLength; + DWORD VectorRegisterOffset; + DWORD PredicateRegisterOffset; + DWORD Reserved[5]; +}; +struct ALIGN( 8 ) _EXCEPTION_DEBUG_INFO +{ + EXCEPTION_RECORD ExceptionRecord; + DWORD dwFirstChance; +}; +struct ALIGN( 8 ) _CREATE_THREAD_DEBUG_INFO +{ + HANDLE hThread; + LPVOID lpThreadLocalBase; + LPTHREAD_START_ROUTINE lpStartAddress; +}; +struct ALIGN( 8 ) _CREATE_PROCESS_DEBUG_INFO +{ + HANDLE hFile; + HANDLE hProcess; + HANDLE hThread; + LPVOID lpBaseOfImage; + DWORD dwDebugInfoFileOffset; + DWORD nDebugInfoSize; + LPVOID lpThreadLocalBase; + LPTHREAD_START_ROUTINE lpStartAddress; + LPVOID lpImageName; + WORD fUnicode; +}; +struct ALIGN( 4 ) _EXIT_THREAD_DEBUG_INFO +{ + DWORD dwExitCode; +}; +struct ALIGN( 4 ) _EXIT_PROCESS_DEBUG_INFO +{ + DWORD dwExitCode; +}; +struct ALIGN( 8 ) _LOAD_DLL_DEBUG_INFO +{ + HANDLE hFile; + LPVOID lpBaseOfDll; + DWORD dwDebugInfoFileOffset; + DWORD nDebugInfoSize; + LPVOID lpImageName; + WORD fUnicode; +}; +struct ALIGN( 8 ) _UNLOAD_DLL_DEBUG_INFO +{ + LPVOID lpBaseOfDll; +}; +struct ALIGN( 8 ) _OUTPUT_DEBUG_STRING_INFO +{ + LPSTR lpDebugStringData; + WORD fUnicode; + WORD nDebugStringLength; +}; +struct ALIGN( 8 ) _DEBUG_EVENT +{ + DWORD dwDebugEventCode; + DWORD dwProcessId; + DWORD dwThreadId; + union ALIGN( 8 ) + { + EXCEPTION_DEBUG_INFO Exception; + CREATE_THREAD_DEBUG_INFO CreateThread; + CREATE_PROCESS_DEBUG_INFO CreateProcessInfo; + EXIT_THREAD_DEBUG_INFO ExitThread; + EXIT_PROCESS_DEBUG_INFO ExitProcess; + LOAD_DLL_DEBUG_INFO LoadDll; + UNLOAD_DLL_DEBUG_INFO UnloadDll; + OUTPUT_DEBUG_STRING_INFO DebugString; + RIP_INFO RipInfo; + } u; +}; +struct ALIGN( 4 ) _Mbstatet +{ + unsigned long _Wchar; + unsigned short _Byte; + unsigned short _State; +}; +struct ALIGN( 8 ) _TOKEN_DEVICE_CLAIMS +{ + PCLAIMS_BLOB DeviceClaims; +}; +struct ALIGN( 8 ) _SCRUB_PARITY_EXTENT +{ + LONGLONG Offset; + ULONGLONG Length; +}; +struct ALIGN( 8 ) _COMPATIBILITY_CONTEXT_ELEMENT +{ + GUID Id; + ACTCTX_COMPATIBILITY_ELEMENT_TYPE Type; + ULONGLONG MaxVersionTested; +}; +struct ALIGN( 8 ) _XSAVE_AREA_HEADER +{ + DWORD64 Mask; + DWORD64 CompactionMask; + DWORD64 Reserved2[6]; +}; +struct ALIGN( 8 ) _numberfmtA +{ + UINT NumDigits; + UINT LeadingZero; + UINT Grouping; + LPSTR lpDecimalSep; + LPSTR lpThousandSep; + UINT NegativeOrder; +}; +struct ALIGN( 8 ) _TOKEN_GROUPS_AND_PRIVILEGES +{ + DWORD SidCount; + DWORD SidLength; + PSID_AND_ATTRIBUTES Sids; + DWORD RestrictedSidCount; + DWORD RestrictedSidLength; + PSID_AND_ATTRIBUTES RestrictedSids; + DWORD PrivilegeCount; + DWORD PrivilegeLength; + PLUID_AND_ATTRIBUTES Privileges; + LUID AuthenticationId; +}; +struct ALIGN( 4 ) SERVICE_TRIGGER_CUSTOM_STATE_ID +{ + DWORD Data[2]; +}; +struct ALIGN( 4 ) _LUID_AND_ATTRIBUTES +{ + LUID Luid; + DWORD Attributes; +}; +struct ALIGN( 4 ) _PRIVILEGE_SET +{ + DWORD PrivilegeCount; + DWORD Control; + LUID_AND_ATTRIBUTES Privilege[1]; +}; +struct ALIGN( 16 ) _XSAVE_AREA +{ + XSAVE_FORMAT LegacyState; + XSAVE_AREA_HEADER Header; +}; +; +struct ALIGN( 8 ) _STARTUPINFOA +{ + DWORD cb; + LPSTR lpReserved; + LPSTR lpDesktop; + LPSTR lpTitle; + DWORD dwX; + DWORD dwY; + DWORD dwXSize; + DWORD dwYSize; + DWORD dwXCountChars; + DWORD dwYCountChars; + DWORD dwFillAttribute; + DWORD dwFlags; + WORD wShowWindow; + WORD cbReserved2; + LPBYTE lpReserved2; + HANDLE hStdInput; + HANDLE hStdOutput; + HANDLE hStdError; +}; +struct ALIGN( 4 ) _OBJECTID +{ + GUID Lineage; + DWORD Uniquifier; +}; +struct ALIGN( 4 ) _ENCLAVE_CREATE_INFO_VBS +{ + DWORD Flags; + BYTE OwnerID[32]; +}; +struct ALIGN( 4 ) _IMAGE_COFF_SYMBOLS_HEADER +{ + DWORD NumberOfSymbols; + DWORD LvaToFirstSymbol; + DWORD NumberOfLinenumbers; + DWORD LvaToFirstLinenumber; + DWORD RvaToFirstByteOfCode; + DWORD RvaToLastByteOfCode; + DWORD RvaToFirstByteOfData; + DWORD RvaToLastByteOfData; +}; +struct ALIGN( 4 ) _TOKEN_ELEVATION +{ + DWORD TokenIsElevated; +}; +struct ALIGN( 8 ) _SERVICE_DESCRIPTIONW +{ + LPWSTR lpDescription; +}; +struct ALIGN( 4 ) _JOBOBJECT_END_OF_JOB_TIME_INFORMATION +{ + DWORD EndOfJobTimeAction; +}; +struct ALIGN( 1 ) _SID_IDENTIFIER_AUTHORITY +{ + BYTE Value[6]; +}; +struct ALIGN( 4 ) _SID +{ + BYTE Revision; + BYTE SubAuthorityCount; + SID_IDENTIFIER_AUTHORITY IdentifierAuthority; + DWORD SubAuthority[1]; +}; +union ALIGN( 4 ) _SE_SID +{ + SID Sid; + BYTE Buffer[68]; +}; +struct ALIGN( 8 ) _CLAIM_SECURITY_ATTRIBUTE_V1 +{ + PWSTR Name; + WORD ValueType; + WORD Reserved; + DWORD Flags; + DWORD ValueCount; + union ALIGN( 8 ) + { + PLONG64 pInt64; + PDWORD64 pUint64; + PWSTR* ppString; + PCLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE pFqbn; + PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE pOctetString; + } Values; +}; +struct ALIGN( 4 ) _KEY_EVENT_RECORD +{ + BOOL bKeyDown; + WORD wRepeatCount; + WORD wVirtualKeyCode; + WORD wVirtualScanCode; + union ALIGN( 2 ) + { + WCHAR UnicodeChar; + CHAR AsciiChar; + } uChar; + DWORD dwControlKeyState; +}; +struct ALIGN( 2 ) _COORD +{ + SHORT X; + SHORT Y; +}; +struct ALIGN( 4 ) _MOUSE_EVENT_RECORD +{ + COORD dwMousePosition; + DWORD dwButtonState; + DWORD dwControlKeyState; + DWORD dwEventFlags; +}; +struct ALIGN( 2 ) _WINDOW_BUFFER_SIZE_RECORD +{ + COORD dwSize; +}; +struct ALIGN( 4 ) _MENU_EVENT_RECORD +{ + UINT dwCommandId; +}; +struct ALIGN( 4 ) _FOCUS_EVENT_RECORD +{ + BOOL bSetFocus; +}; +struct ALIGN( 2 ) _PROCESSOR_NUMBER +{ + WORD Group; + BYTE Number; + BYTE Reserved; +}; +struct ALIGN( 2 ) _FILE_NUMA_NODE_INFORMATION +{ + USHORT NodeNumber; +}; +struct ALIGN( 4 ) _EVENTLOGRECORD +{ + DWORD Length; + DWORD Reserved; + DWORD RecordNumber; + DWORD TimeGenerated; + DWORD TimeWritten; + DWORD EventID; + WORD EventType; + WORD NumStrings; + WORD EventCategory; + WORD ReservedFlags; + DWORD ClosingRecordNumber; + DWORD StringOffset; + DWORD UserSidLength; + DWORD UserSidOffset; + DWORD DataLength; + DWORD DataOffset; +}; +struct ALIGN( 8 ) _NV_MEMORY_RANGE +{ + void* BaseAddress; + SIZE_T Length; +}; +struct ALIGN( 8 ) _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET +{ + ULONG_PTR TargetAddress; + ULONG_PTR Flags; +}; +struct ALIGN( 4 ) _TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT +{ + GUID TmIdentity; + ULONG Flags; +}; +struct ALIGN( 4 ) _MODEMDEVCAPS +{ + DWORD dwActualSize; + DWORD dwRequiredSize; + DWORD dwDevSpecificOffset; + DWORD dwDevSpecificSize; + DWORD dwModemProviderVersion; + DWORD dwModemManufacturerOffset; + DWORD dwModemManufacturerSize; + DWORD dwModemModelOffset; + DWORD dwModemModelSize; + DWORD dwModemVersionOffset; + DWORD dwModemVersionSize; + DWORD dwDialOptions; + DWORD dwCallSetupFailTimer; + DWORD dwInactivityTimeout; + DWORD dwSpeakerVolume; + DWORD dwSpeakerMode; + DWORD dwModemOptions; + DWORD dwMaxDTERate; + DWORD dwMaxDCERate; + BYTE abVariablePortion[1]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD DisallowWin32kSystemCalls : 1; + DWORD AuditDisallowWin32kSystemCalls : 1; + DWORD DisallowFsctlSystemCalls : 1; + DWORD AuditDisallowFsctlSystemCalls : 1; + DWORD ReservedFlags : 28; + }; + }; +}; +struct ALIGN( 8 ) _FILE_NOTIFY_FULL_INFORMATION +{ + DWORD NextEntryOffset; + DWORD Action; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastModificationTime; + LARGE_INTEGER LastChangeTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER AllocatedLength; + LARGE_INTEGER FileSize; + DWORD FileAttributes; + union ALIGN( 4 ) + { + DWORD ReparsePointTag; + DWORD EaSize; + }; + LARGE_INTEGER FileId; + LARGE_INTEGER ParentFileId; + WORD FileNameLength; + BYTE FileNameFlags; + BYTE Reserved; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _TOKEN_CONTROL +{ + LUID TokenId; + LUID AuthenticationId; + LUID ModifiedId; + TOKEN_SOURCE TokenSource; +}; +struct ALIGN( 4 ) _SYSTEM_MANDATORY_LABEL_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _FILE_STAT_INFORMATION +{ + LARGE_INTEGER FileId; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD FileAttributes; + DWORD ReparseTag; + DWORD NumberOfLinks; + ACCESS_MASK EffectiveAccess; +}; +struct ALIGN( 4 ) _TOKEN_ORIGIN +{ + LUID OriginatingLogonSession; +}; +struct ALIGN( 8 ) _TRANSACTION_BIND_INFORMATION +{ + HANDLE TmHandle; +}; +struct ALIGN( 4 ) _SYSTEM_PROCESS_TRUST_LABEL_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 4 ) _SECURITY_OBJECT_AI_PARAMS +{ + DWORD Size; + DWORD ConstraintMask; +}; +struct ALIGN( 8 ) _QUOTA_LIMITS_EX +{ + SIZE_T PagedPoolLimit; + SIZE_T NonPagedPoolLimit; + SIZE_T MinimumWorkingSetSize; + SIZE_T MaximumWorkingSetSize; + SIZE_T PagefileLimit; + LARGE_INTEGER TimeLimit; + SIZE_T WorkingSetLimit; + SIZE_T Reserved2; + SIZE_T Reserved3; + SIZE_T Reserved4; + DWORD Flags; + RATE_QUOTA_LIMIT CpuRateLimit; +}; +struct ALIGN( 8 ) _ASSEMBLY_STORAGE_MAP +{ + ULONG Flags; + ULONG AssemblyCount; + PASSEMBLY_STORAGE_MAP_ENTRY* AssemblyArray; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT +{ + LONG RefCount; + ULONG Flags; + PACTIVATION_CONTEXT_DATA ActivationContextData; + PACTIVATION_CONTEXT_NOTIFY_ROUTINE NotificationRoutine; + PVOID NotificationContext; + ULONG SentNotifications[8]; + ULONG DisabledNotifications[8]; + ASSEMBLY_STORAGE_MAP StorageMap; + PASSEMBLY_STORAGE_MAP_ENTRY InlineStorageMapEntries[32]; +}; +struct ALIGN( 8 ) _JOBOBJECT_BASIC_LIMIT_INFORMATION +{ + LARGE_INTEGER PerProcessUserTimeLimit; + LARGE_INTEGER PerJobUserTimeLimit; + DWORD LimitFlags; + SIZE_T MinimumWorkingSetSize; + SIZE_T MaximumWorkingSetSize; + DWORD ActiveProcessLimit; + ULONG_PTR Affinity; + DWORD PriorityClass; + DWORD SchedulingClass; +}; +struct ALIGN( 8 ) _IO_COUNTERS +{ + ULONGLONG ReadOperationCount; + ULONGLONG WriteOperationCount; + ULONGLONG OtherOperationCount; + ULONGLONG ReadTransferCount; + ULONGLONG WriteTransferCount; + ULONGLONG OtherTransferCount; +}; +struct ALIGN( 8 ) _JOBOBJECT_EXTENDED_LIMIT_INFORMATION +{ + JOBOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation; + IO_COUNTERS IoInfo; + SIZE_T ProcessMemoryLimit; + SIZE_T JobMemoryLimit; + SIZE_T PeakProcessMemoryUsed; + SIZE_T PeakJobMemoryUsed; +}; +struct ALIGN( 8 ) _OBJECT_TYPE_LIST +{ + WORD Level; + WORD Sbz; + GUID* ObjectType; +}; +struct ALIGN( 2 ) _ACL +{ + BYTE AclRevision; + BYTE Sbz1; + WORD AclSize; + WORD AceCount; + WORD Sbz2; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION +{ + DWORD ulFlags; + DWORD ulEncodedAssemblyIdentityLength; + DWORD ulManifestPathType; + DWORD ulManifestPathLength; + LARGE_INTEGER liManifestLastWriteTime; + DWORD ulPolicyPathType; + DWORD ulPolicyPathLength; + LARGE_INTEGER liPolicyLastWriteTime; + DWORD ulMetadataSatelliteRosterIndex; + DWORD ulManifestVersionMajor; + DWORD ulManifestVersionMinor; + DWORD ulPolicyVersionMajor; + DWORD ulPolicyVersionMinor; + DWORD ulAssemblyDirectoryNameLength; + PCWSTR lpAssemblyEncodedAssemblyIdentity; + PCWSTR lpAssemblyManifestPath; + PCWSTR lpAssemblyPolicyPath; + PCWSTR lpAssemblyDirectoryName; + DWORD ulFileCount; +}; +struct ALIGN( 4 ) _KCRM_PROTOCOL_BLOB +{ + CRM_PROTOCOL_ID ProtocolId; + ULONG StaticInfoLength; + ULONG TransactionIdInfoLength; + ULONG Unused1; + ULONG Unused2; +}; +struct ALIGN( 8 ) _JOBOBJECT_BASIC_PROCESS_ID_LIST +{ + DWORD NumberOfAssignedProcesses; + DWORD NumberOfProcessIdsInList; + ULONG_PTR ProcessIdList[1]; +}; +struct ALIGN( 8 ) _TOKEN_LINKED_TOKEN +{ + HANDLE LinkedToken; +}; +struct ALIGN( 8 ) MEM_EXTENDED_PARAMETER +{ + struct ALIGN( 8 ) + { + DWORD64 Type : 8; + DWORD64 Reserved : 56; + }; + union ALIGN( 8 ) + { + DWORD64 ULong64; + PVOID Pointer; + SIZE_T Size; + HANDLE Handle; + DWORD ULong; + }; +}; +struct ALIGN( 8 ) _FILE_PROCESS_IDS_USING_FILE_INFORMATION +{ + ULONG NumberOfProcessIdsInList; + ULONG_PTR ProcessIdList[1]; +}; +struct ALIGN( 8 ) _NT_TIB64 +{ + DWORD64 ExceptionList; + DWORD64 StackBase; + DWORD64 StackLimit; + DWORD64 SubSystemTib; + union ALIGN( 8 ) + { + DWORD64 FiberData; + DWORD Version; + }; + DWORD64 ArbitraryUserPointer; + DWORD64 Self; +}; +struct ALIGN( 4 ) _COMPONENT_FILTER +{ + DWORD ComponentFlags; +}; +struct ALIGN( 8 ) _TOKEN_BNO_ISOLATION_INFORMATION +{ + PWSTR IsolationPrefix; + BOOLEAN IsolationEnabled; +}; +struct ALIGN( 4 ) tagRAWHID +{ + DWORD dwSizeHid; + DWORD dwCount; + BYTE bRawData[1]; +}; +struct ALIGN( 8 ) JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2 +{ + DWORD LimitFlags; + DWORD ViolationLimitFlags; + DWORD64 IoReadBytes; + DWORD64 IoReadBytesLimit; + DWORD64 IoWriteBytes; + DWORD64 IoWriteBytesLimit; + LARGE_INTEGER PerJobUserTime; + LARGE_INTEGER PerJobUserTimeLimit; + DWORD64 JobMemory; + union ALIGN( 8 ) + { + DWORD64 JobHighMemoryLimit; + DWORD64 JobMemoryLimit; + }; + union ALIGN( 4 ) + { + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE CpuRateControlTolerance; + }; + union ALIGN( 4 ) + { + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlToleranceLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE CpuRateControlToleranceLimit; + }; + DWORD64 JobLowMemoryLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE IoRateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE IoRateControlToleranceLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE NetRateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE NetRateControlToleranceLimit; +}; +struct ALIGN( 4 ) _IMAGE_DELAYLOAD_DESCRIPTOR +{ + union ALIGN( 4 ) + { + DWORD AllAttributes; + struct ALIGN( 4 ) + { + DWORD RvaBased : 1; + DWORD ReservedAttributes : 31; + }; + } Attributes; + DWORD DllNameRVA; + DWORD ModuleHandleRVA; + DWORD ImportAddressTableRVA; + DWORD ImportNameTableRVA; + DWORD BoundImportAddressTableRVA; + DWORD UnloadInformationTableRVA; + DWORD TimeDateStamp; +}; +struct ALIGN( 8 ) _GROUP_AFFINITY +{ + KAFFINITY Mask; + WORD Group; + WORD Reserved[3]; +}; +struct ALIGN( 8 ) _NT_TIB +{ + _EXCEPTION_REGISTRATION_RECORD* ExceptionList; + PVOID StackBase; + PVOID StackLimit; + PVOID SubSystemTib; + union ALIGN( 8 ) + { + PVOID FiberData; + DWORD Version; + }; + PVOID ArbitraryUserPointer; + _NT_TIB* Self; +}; +struct ALIGN( 4 ) _SERVICE_SID_INFO +{ + DWORD dwServiceSidType; +}; +struct ALIGN( 4 ) _CONSOLE_FONT_INFOEX +{ + ULONG cbSize; + DWORD nFont; + COORD dwFontSize; + UINT FontFamily; + UINT FontWeight; + WCHAR FaceName[32]; +}; +struct ALIGN( 8 ) _TAPE_GET_MEDIA_PARAMETERS +{ + LARGE_INTEGER Capacity; + LARGE_INTEGER Remaining; + DWORD BlockSize; + DWORD PartitionCount; + BOOLEAN WriteProtected; +}; +struct ALIGN( 8 ) _GROUP_AFFINITY64 +{ + unsigned long long Mask; + WORD Group; + WORD Reserved[3]; +}; +struct ALIGN( 4 ) _NT_TIB32 +{ + DWORD ExceptionList; + DWORD StackBase; + DWORD StackLimit; + DWORD SubSystemTib; + union ALIGN( 4 ) + { + DWORD FiberData; + DWORD Version; + }; + DWORD ArbitraryUserPointer; + DWORD Self; +}; +struct ALIGN( 4 ) HMETAFILE__ +{ + int unused; +}; +struct ALIGN( 4 ) HKEY__ +{ + int unused; +}; +struct ALIGN( 4 ) _SYSTEM_RESOURCE_ATTRIBUTE_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _FILE_IO_PRIORITY_HINT_INFORMATION +{ + IO_PRIORITY_HINT PriorityHint; +}; +struct ALIGN( 8 ) JOBOBJECT_NET_RATE_CONTROL_INFORMATION +{ + DWORD64 MaxBandwidth; + JOB_OBJECT_NET_RATE_CONTROL_FLAGS ControlFlags; + BYTE DscpTag; +}; +struct ALIGN( 8 ) _FILE_MAILSLOT_SET_INFORMATION +{ + PLARGE_INTEGER ReadTimeout; +}; +struct ALIGN( 8 ) tagMENUGETOBJECTINFO +{ + DWORD dwFlags; + UINT uPos; + HMENU hmenu; + PVOID riid; + PVOID pvObj; +}; +struct ALIGN( 4 ) _IMAGE_RUNTIME_FUNCTION_ENTRY +{ + DWORD BeginAddress; + DWORD EndAddress; + union ALIGN( 4 ) + { + DWORD UnwindInfoAddress; + DWORD UnwindData; + }; +}; +struct ALIGN( 8 ) tagMENUINFO +{ + DWORD cbSize; + DWORD fMask; + DWORD dwStyle; + UINT cyMax; + HBRUSH hbrBack; + DWORD dwContextHelpID; + ULONG_PTR dwMenuData; +}; +struct ALIGN( 4 ) _CONSOLE_HISTORY_INFO +{ + UINT cbSize; + UINT HistoryBufferSize; + UINT NumberOfHistoryBuffers; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _GROUP_AFFINITY32 +{ + DWORD Mask; + WORD Group; + WORD Reserved[3]; +}; +struct ALIGN( 8 ) JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE +{ + LONG64 MaxIops; + LONG64 MaxBandwidth; + LONG64 ReservationIops; + PWSTR VolumeName; + DWORD BaseIoSize; + JOB_OBJECT_IO_RATE_CONTROL_FLAGS ControlFlags; + WORD VolumeNameLength; +}; +struct ALIGN( 4 ) _TAPE_PREPARE +{ + DWORD Operation; + BOOLEAN Immediate; +}; +struct ALIGN( 8 ) tagMENUITEMINFOA +{ + UINT cbSize; + UINT fMask; + UINT fType; + UINT fState; + UINT wID; + HMENU hSubMenu; + HBITMAP hbmpChecked; + HBITMAP hbmpUnchecked; + ULONG_PTR dwItemData; + LPSTR dwTypeData; + UINT cch; + HBITMAP hbmpItem; +}; +struct ALIGN( 4 ) _SYSTEM_ALARM_CALLBACK_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 8 ) _CLAIM_SECURITY_ATTRIBUTES_INFORMATION +{ + WORD Version; + WORD Reserved; + DWORD AttributeCount; + union ALIGN( 8 ) + { + PCLAIM_SECURITY_ATTRIBUTE_V1 pAttributeV1; + } Attribute; +}; +struct ALIGN( 4 ) _SYSTEM_ACCESS_FILTER_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _FILE_STAT_BASIC_INFORMATION +{ + LARGE_INTEGER FileId; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD FileAttributes; + DWORD ReparseTag; + DWORD NumberOfLinks; + DWORD DeviceType; + DWORD DeviceCharacteristics; + DWORD Reserved; + LARGE_INTEGER VolumeSerialNumber; + FILE_ID_128 FileId128; +}; +struct ALIGN( 8 ) _FLOAT128 +{ + long long LowPart; + long long HighPart; +}; +struct ALIGN( 8 ) _TOKEN_APPCONTAINER_INFORMATION +{ + PSID TokenAppContainer; +}; +struct ALIGN( 2 ) _SUPPORTED_OS_INFO +{ + WORD MajorVersion; + WORD MinorVersion; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_DYNAMIC_CODE_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD ProhibitDynamicCode : 1; + DWORD AllowThreadOptOut : 1; + DWORD AllowRemoteDowngrade : 1; + DWORD AuditProhibitDynamicCode : 1; + DWORD ReservedFlags : 28; + }; + }; +}; +struct ALIGN( 8 ) _HARDWARE_COUNTER_DATA +{ + HARDWARE_COUNTER_TYPE Type; + DWORD Reserved; + DWORD64 Value; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnableControlFlowGuard : 1; + DWORD EnableExportSuppression : 1; + DWORD StrictMode : 1; + DWORD EnableXfg : 1; + DWORD EnableXfgAuditMode : 1; + DWORD ReservedFlags : 27; + }; + }; +}; +struct ALIGN( 4 ) _FILE_CASE_SENSITIVE_INFORMATION +{ + DWORD Flags; +}; +struct ALIGN( 4 ) _ACCESS_DENIED_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 4 ) _TRANSACTION_ENLISTMENT_PAIR +{ + GUID EnlistmentId; + GUID ResourceManagerId; +}; +struct ALIGN( 4 ) _TRANSACTION_ENLISTMENTS_INFORMATION +{ + DWORD NumberOfEnlistments; + TRANSACTION_ENLISTMENT_PAIR EnlistmentPair[1]; +}; +struct ALIGN( 8 ) tagIMEMENUITEMINFOA +{ + UINT cbSize; + UINT fType; + UINT fState; + UINT wID; + HBITMAP hbmpChecked; + HBITMAP hbmpUnchecked; + DWORD dwItemData; + CHAR szString[80]; + HBITMAP hbmpItem; +}; +struct ALIGN( 8 ) _JOB_SET_ARRAY +{ + HANDLE JobHandle; + DWORD MemberLevel; + DWORD Flags; +}; +struct ALIGN( 4 ) _FILE_LINK_ENTRY_FULL_ID_INFORMATION +{ + ULONG NextEntryOffset; + FILE_ID_128 ParentFileId; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _FILE_LINKS_FULL_ID_INFORMATION +{ + ULONG BytesNeeded; + ULONG EntriesReturned; + FILE_LINK_ENTRY_FULL_ID_INFORMATION Entry; +}; +struct ALIGN( 4 ) _ACCESS_ALLOWED_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) provider_info +{ + PQUERYHANDLER pi_R0_1val; + PQUERYHANDLER pi_R0_allvals; + PQUERYHANDLER pi_R3_1val; + PQUERYHANDLER pi_R3_allvals; + DWORD pi_flags; + LPVOID pi_key_context; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT_DETAILED_INFORMATION +{ + DWORD dwFlags; + DWORD ulFormatVersion; + DWORD ulAssemblyCount; + DWORD ulRootManifestPathType; + DWORD ulRootManifestPathChars; + DWORD ulRootConfigurationPathType; + DWORD ulRootConfigurationPathChars; + DWORD ulAppDirPathType; + DWORD ulAppDirPathChars; + PCWSTR lpRootManifestPath; + PCWSTR lpRootConfigurationPath; + PCWSTR lpAppDirPath; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_ASLR_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnableBottomUpRandomization : 1; + DWORD EnableForceRelocateImages : 1; + DWORD EnableHighEntropy : 1; + DWORD DisallowStrippedImages : 1; + DWORD ReservedFlags : 28; + }; + }; +}; +struct ALIGN( 8 ) _EXCEPTION_REGISTRATION_RECORD +{ + _EXCEPTION_REGISTRATION_RECORD* Next; + PEXCEPTION_ROUTINE Handler; +}; +struct ALIGN( 4 ) _ACCESS_DENIED_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _SECURITY_CAPABILITIES +{ + PSID AppContainerSid; + PSID_AND_ATTRIBUTES Capabilities; + DWORD CapabilityCount; + DWORD Reserved; +}; +struct ALIGN( 8 ) _PROCESSOR_RELATIONSHIP +{ + BYTE Flags; + BYTE EfficiencyClass; + BYTE Reserved[20]; + WORD GroupCount; + GROUP_AFFINITY GroupMask[1]; +}; +struct ALIGN( 4 ) _WOW64_FLOATING_SAVE_AREA +{ + DWORD ControlWord; + DWORD StatusWord; + DWORD TagWord; + DWORD ErrorOffset; + DWORD ErrorSelector; + DWORD DataOffset; + DWORD DataSelector; + BYTE RegisterArea[80]; + DWORD Cr0NpxState; +}; +struct ALIGN( 4 ) _WOW64_CONTEXT +{ + DWORD ContextFlags; + DWORD Dr0; + DWORD Dr1; + DWORD Dr2; + DWORD Dr3; + DWORD Dr6; + DWORD Dr7; + WOW64_FLOATING_SAVE_AREA FloatSave; + DWORD SegGs; + DWORD SegFs; + DWORD SegEs; + DWORD SegDs; + DWORD Edi; + DWORD Esi; + DWORD Ebx; + DWORD Edx; + DWORD Ecx; + DWORD Eax; + DWORD Ebp; + DWORD Eip; + DWORD SegCs; + DWORD EFlags; + DWORD Esp; + DWORD SegSs; + BYTE ExtendedRegisters[512]; +}; +struct ALIGN( 8 ) _MAILSLOT_CREATE_PARAMETERS +{ + ULONG MailslotQuota; + ULONG MaximumMessageSize; + LARGE_INTEGER ReadTimeout; + BOOLEAN TimeoutSpecified; +}; +union ALIGN( 8 ) _ARM64_NT_NEON128 +{ + struct ALIGN( 8 ) + { + ULONGLONG Low; + LONGLONG High; + }; + double D[2]; + float S[4]; + WORD H[8]; + BYTE B[16]; +}; +struct ALIGN( 16 ) _ARM64EC_NT_CONTEXT +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + DWORD64 AMD64_P1Home; + DWORD64 AMD64_P2Home; + DWORD64 AMD64_P3Home; + DWORD64 AMD64_P4Home; + DWORD64 AMD64_P5Home; + DWORD64 AMD64_P6Home; + DWORD ContextFlags; + DWORD AMD64_MxCsr_copy; + WORD AMD64_SegCs; + WORD AMD64_SegDs; + WORD AMD64_SegEs; + WORD AMD64_SegFs; + WORD AMD64_SegGs; + WORD AMD64_SegSs; + DWORD AMD64_EFlags; + DWORD64 AMD64_Dr0; + DWORD64 AMD64_Dr1; + DWORD64 AMD64_Dr2; + DWORD64 AMD64_Dr3; + DWORD64 AMD64_Dr6; + DWORD64 AMD64_Dr7; + DWORD64 X8; + DWORD64 X0; + DWORD64 X1; + DWORD64 X27; + DWORD64 Sp; + DWORD64 Fp; + DWORD64 X25; + DWORD64 X26; + DWORD64 X2; + DWORD64 X3; + DWORD64 X4; + DWORD64 X5; + DWORD64 X19; + DWORD64 X20; + DWORD64 X21; + DWORD64 X22; + DWORD64 Pc; + struct ALIGN( 8 ) + { + WORD AMD64_ControlWord; + WORD AMD64_StatusWord; + BYTE AMD64_TagWord; + BYTE AMD64_Reserved1; + WORD AMD64_ErrorOpcode; + DWORD AMD64_ErrorOffset; + WORD AMD64_ErrorSelector; + WORD AMD64_Reserved2; + DWORD AMD64_DataOffset; + WORD AMD64_DataSelector; + WORD AMD64_Reserved3; + DWORD AMD64_MxCsr; + DWORD AMD64_MxCsr_Mask; + DWORD64 Lr; + WORD X16_0; + WORD AMD64_St0_Reserved1; + DWORD AMD64_St0_Reserved2; + DWORD64 X6; + WORD X16_1; + WORD AMD64_St1_Reserved1; + DWORD AMD64_St1_Reserved2; + DWORD64 X7; + WORD X16_2; + WORD AMD64_St2_Reserved1; + DWORD AMD64_St2_Reserved2; + DWORD64 X9; + WORD X16_3; + WORD AMD64_St3_Reserved1; + DWORD AMD64_St3_Reserved2; + DWORD64 X10; + WORD X17_0; + WORD AMD64_St4_Reserved1; + DWORD AMD64_St4_Reserved2; + DWORD64 X11; + WORD X17_1; + WORD AMD64_St5_Reserved1; + DWORD AMD64_St5_Reserved2; + DWORD64 X12; + WORD X17_2; + WORD AMD64_St6_Reserved1; + DWORD AMD64_St6_Reserved2; + DWORD64 X15; + WORD X17_3; + WORD AMD64_St7_Reserved1; + DWORD AMD64_St7_Reserved2; + ARM64_NT_NEON128 V[16]; + BYTE AMD64_XSAVE_FORMAT_Reserved4[96]; + }; + ARM64_NT_NEON128 AMD64_VectorRegister[26]; + DWORD64 AMD64_VectorControl; + DWORD64 AMD64_DebugControl; + DWORD64 AMD64_LastBranchToRip; + DWORD64 AMD64_LastBranchFromRip; + DWORD64 AMD64_LastExceptionToRip; + DWORD64 AMD64_LastExceptionFromRip; + }; + }; +}; +struct ALIGN( 4 ) _CACHE_DESCRIPTOR +{ + BYTE Level; + BYTE Associativity; + WORD LineSize; + DWORD Size; + PROCESSOR_CACHE_TYPE Type; +}; +struct ALIGN( 8 ) _SYSTEM_LOGICAL_PROCESSOR_INFORMATION +{ + ULONG_PTR ProcessorMask; + LOGICAL_PROCESSOR_RELATIONSHIP Relationship; + union ALIGN( 8 ) + { + struct ALIGN( 1 ) + { + BYTE Flags; + } ProcessorCore; + struct ALIGN( 4 ) + { + DWORD NodeNumber; + } NumaNode; + CACHE_DESCRIPTOR Cache; + ULONGLONG Reserved[2]; + }; +}; +struct ALIGN( 4 ) _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY +{ + DWORD BeginAddress; + union ALIGN( 4 ) + { + DWORD UnwindData; + struct ALIGN( 4 ) + { + DWORD Flag : 2; + DWORD FunctionLength : 11; + DWORD RegF : 3; + DWORD RegI : 4; + DWORD H : 1; + DWORD CR : 2; + DWORD FrameSize : 9; + }; + }; +}; +struct ALIGN( 8 ) _JOBOBJECT_IO_ATTRIBUTION_STATS +{ + ULONG_PTR IoCount; + ULONGLONG TotalNonOverlappedQueueTime; + ULONGLONG TotalNonOverlappedServiceTime; + ULONGLONG TotalSize; +}; +struct ALIGN( 8 ) _JOBOBJECT_IO_ATTRIBUTION_INFORMATION +{ + DWORD ControlFlags; + JOBOBJECT_IO_ATTRIBUTION_STATS ReadStats; + JOBOBJECT_IO_ATTRIBUTION_STATS WriteStats; +}; +struct ALIGN( 8 ) _KNONVOLATILE_CONTEXT_POINTERS +{ + union ALIGN( 8 ) + { + PM128A FloatingContext[16]; + struct ALIGN( 8 ) + { + PM128A Xmm0; + PM128A Xmm1; + PM128A Xmm2; + PM128A Xmm3; + PM128A Xmm4; + PM128A Xmm5; + PM128A Xmm6; + PM128A Xmm7; + PM128A Xmm8; + PM128A Xmm9; + PM128A Xmm10; + PM128A Xmm11; + PM128A Xmm12; + PM128A Xmm13; + PM128A Xmm14; + PM128A Xmm15; + }; + }; + union ALIGN( 8 ) + { + PDWORD64 IntegerContext[16]; + struct ALIGN( 8 ) + { + PDWORD64 Rax; + PDWORD64 Rcx; + PDWORD64 Rdx; + PDWORD64 Rbx; + PDWORD64 Rsp; + PDWORD64 Rbp; + PDWORD64 Rsi; + PDWORD64 Rdi; + PDWORD64 R8; + PDWORD64 R9; + PDWORD64 R10; + PDWORD64 R11; + PDWORD64 R12; + PDWORD64 R13; + PDWORD64 R14; + PDWORD64 R15; + }; + }; +}; +struct ALIGN( 4 ) _FILETIME +{ + DWORD dwLowDateTime; + DWORD dwHighDateTime; +}; +struct ALIGN( 4 ) _OSVERSIONINFOEXA +{ + DWORD dwOSVersionInfoSize; + DWORD dwMajorVersion; + DWORD dwMinorVersion; + DWORD dwBuildNumber; + DWORD dwPlatformId; + CHAR szCSDVersion[128]; + WORD wServicePackMajor; + WORD wServicePackMinor; + WORD wSuiteMask; + BYTE wProductType; + BYTE wReserved; +}; +struct ALIGN( 4 ) _SCOPE_TABLE_ARM +{ + DWORD Count; + struct ALIGN( 4 ) + { + DWORD BeginAddress; + DWORD EndAddress; + DWORD HandlerAddress; + DWORD JumpTarget; + } ScopeRecord[1]; +}; +struct ALIGN( 4 ) _SILOOBJECT_BASIC_INFORMATION +{ + DWORD SiloId; + DWORD SiloParentId; + DWORD NumberOfProcesses; + BOOLEAN IsInServerSilo; + BYTE Reserved[3]; +}; +struct ALIGN( 8 ) _PROCESSOR_GROUP_INFO +{ + BYTE MaximumProcessorCount; + BYTE ActiveProcessorCount; + BYTE Reserved[38]; + KAFFINITY ActiveProcessorMask; +}; +struct ALIGN( 4 ) tagRAWMOUSE +{ + USHORT usFlags; + union ALIGN( 4 ) + { + ULONG ulButtons; + struct ALIGN( 2 ) + { + USHORT usButtonFlags; + USHORT usButtonData; + }; + }; + ULONG ulRawButtons; + LONG lLastX; + LONG lLastY; + ULONG ulExtraInformation; +}; +struct ALIGN( 4 ) tagRAWKEYBOARD +{ + USHORT MakeCode; + USHORT Flags; + USHORT Reserved; + USHORT VKey; + UINT Message; + ULONG ExtraInformation; +}; +struct ALIGN( 4 ) _GENERIC_MAPPING +{ + ACCESS_MASK GenericRead; + ACCESS_MASK GenericWrite; + ACCESS_MASK GenericExecute; + ACCESS_MASK GenericAll; +}; +struct ALIGN( 16 ) _MEMORY_BASIC_INFORMATION64 +{ + ULONGLONG BaseAddress; + ULONGLONG AllocationBase; + DWORD AllocationProtect; + DWORD __alignment1; + ULONGLONG RegionSize; + DWORD State; + DWORD Protect; + DWORD Type; + DWORD __alignment2; +}; +struct ALIGN( 8 ) _OVERLAPPED_ENTRY +{ + ULONG_PTR lpCompletionKey; + LPOVERLAPPED lpOverlapped; + ULONG_PTR Internal; + DWORD dwNumberOfBytesTransferred; +}; +struct ALIGN( 8 ) _TOKEN_GROUPS +{ + DWORD GroupCount; + SID_AND_ATTRIBUTES Groups[1]; +}; +struct ALIGN( 8 ) _TOKEN_USER +{ + SID_AND_ATTRIBUTES User; +}; +struct ALIGN( 8 ) _SE_TOKEN_USER +{ + union ALIGN( 8 ) + { + TOKEN_USER TokenUser; + SID_AND_ATTRIBUTES User; + }; + union ALIGN( 4 ) + { + SID Sid; + BYTE Buffer[68]; + }; +}; +struct ALIGN( 4 ) _SCOPE_TABLE_AMD64 +{ + DWORD Count; + struct ALIGN( 4 ) + { + DWORD BeginAddress; + DWORD EndAddress; + DWORD HandlerAddress; + DWORD JumpTarget; + } ScopeRecord[1]; +}; +struct ALIGN( 4 ) _JOBOBJECT_CPU_RATE_CONTROL_INFORMATION +{ + DWORD ControlFlags; + union ALIGN( 4 ) + { + DWORD CpuRate; + DWORD Weight; + struct ALIGN( 2 ) + { + WORD MinRate; + WORD MaxRate; + }; + }; +}; +struct ALIGN( 8 ) _RTL_SRWLOCK +{ + PVOID Ptr; +}; +struct ALIGN( 4 ) _WOW64_LDT_ENTRY +{ + WORD LimitLow; + WORD BaseLow; + union ALIGN( 4 ) + { + struct ALIGN( 1 ) + { + BYTE BaseMid; + BYTE Flags1; + BYTE Flags2; + BYTE BaseHi; + } Bytes; + struct ALIGN( 4 ) + { + DWORD BaseMid : 8; + DWORD Type : 5; + DWORD Dpl : 2; + DWORD Pres : 1; + DWORD LimitHi : 4; + DWORD Sys : 1; + DWORD Reserved_0 : 1; + DWORD Default_Big : 1; + DWORD Granularity : 1; + DWORD BaseHi : 8; + } Bits; + } HighWord; +}; +struct ALIGN( 4 ) _WOW64_DESCRIPTOR_TABLE_ENTRY +{ + DWORD Selector; + WOW64_LDT_ENTRY Descriptor; +}; +struct ALIGN( 4 ) _TOKEN_PRIVILEGES +{ + DWORD PrivilegeCount; + LUID_AND_ATTRIBUTES Privileges[1]; +}; +union ALIGN( 8 ) _DISPATCHER_CONTEXT_NONVOLREG_ARM64 +{ + BYTE Buffer[152]; + struct ALIGN( 8 ) + { + DWORD64 GpNvRegs[11]; + double FpNvRegs[8]; + }; +}; +struct ALIGN( 8 ) _NUMA_NODE_RELATIONSHIP +{ + DWORD NodeNumber; + BYTE Reserved[18]; + WORD GroupCount; + union ALIGN( 8 ) + { + GROUP_AFFINITY GroupMask; + GROUP_AFFINITY GroupMasks[1]; + }; +}; +struct ALIGN( 8 ) _EXCEPTION_POINTERS +{ + PEXCEPTION_RECORD ExceptionRecord; + PCONTEXT ContextRecord; +}; +struct ALIGN( 8 ) _SECURITY_ATTRIBUTES +{ + DWORD nLength; + LPVOID lpSecurityDescriptor; + BOOL bInheritHandle; +}; +struct ALIGN( 4 ) _SERVICE_STATUS_PROCESS +{ + DWORD dwServiceType; + DWORD dwCurrentState; + DWORD dwControlsAccepted; + DWORD dwWin32ExitCode; + DWORD dwServiceSpecificExitCode; + DWORD dwCheckPoint; + DWORD dwWaitHint; + DWORD dwProcessId; + DWORD dwServiceFlags; +}; +struct ALIGN( 8 ) _SERVICE_NOTIFY_2A +{ + DWORD dwVersion; + PFN_SC_NOTIFY_CALLBACK pfnNotifyCallback; + PVOID pContext; + DWORD dwNotificationStatus; + SERVICE_STATUS_PROCESS ServiceStatus; + DWORD dwNotificationTriggered; + LPSTR pszServiceNames; +}; +struct ALIGN( 8 ) _JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION +{ + DWORD64 IoReadBytesLimit; + DWORD64 IoWriteBytesLimit; + LARGE_INTEGER PerJobUserTimeLimit; + DWORD64 JobMemoryLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL RateControlToleranceInterval; + DWORD LimitFlags; +}; +struct ALIGN( 8 ) JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2 +{ + DWORD64 IoReadBytesLimit; + DWORD64 IoWriteBytesLimit; + LARGE_INTEGER PerJobUserTimeLimit; + union ALIGN( 8 ) + { + DWORD64 JobHighMemoryLimit; + DWORD64 JobMemoryLimit; + }; + union ALIGN( 4 ) + { + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE CpuRateControlTolerance; + }; + union ALIGN( 4 ) + { + JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL RateControlToleranceInterval; + JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL CpuRateControlToleranceInterval; + }; + DWORD LimitFlags; + JOBOBJECT_RATE_CONTROL_TOLERANCE IoRateControlTolerance; + DWORD64 JobLowMemoryLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL IoRateControlToleranceInterval; + JOBOBJECT_RATE_CONTROL_TOLERANCE NetRateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL NetRateControlToleranceInterval; +}; +struct ALIGN( 4 ) _SCOPE_TABLE_ARM64 +{ + DWORD Count; + struct ALIGN( 4 ) + { + DWORD BeginAddress; + DWORD EndAddress; + DWORD HandlerAddress; + DWORD JumpTarget; + } ScopeRecord[1]; +}; +struct ALIGN( 4 ) HBITMAP__ +{ + int unused; +}; +struct ALIGN( 4 ) _SERVERSILO_DIAGNOSTIC_INFORMATION +{ + GUID ReportId; + DWORD ExitStatus; + WCHAR CriticalProcessName[15]; +}; +struct ALIGN( 8 ) _TOKEN_PRIMARY_GROUP +{ + PSID PrimaryGroup; +}; +struct ALIGN( 4 ) LIST_ENTRY32 +{ + DWORD Flink; + DWORD Blink; +}; +struct ALIGN( 4 ) HRSRC__ +{ + int unused; +}; +struct ALIGN( 8 ) _SE_IMPERSONATION_STATE +{ + PACCESS_TOKEN Token; + BOOLEAN CopyOnOpen; + BOOLEAN EffectiveOnly; + SECURITY_IMPERSONATION_LEVEL Level; +}; +struct ALIGN( 8 ) _TAPE_SET_POSITION +{ + DWORD Method; + DWORD Partition; + LARGE_INTEGER Offset; + BOOLEAN Immediate; +}; +struct ALIGN( 8 ) _SERVICE_TRIGGER +{ + DWORD dwTriggerType; + DWORD dwAction; + GUID* pTriggerSubtype; + DWORD cDataItems; + PSERVICE_TRIGGER_SPECIFIC_DATA_ITEM pDataItems; +}; +struct ALIGN( 4 ) _JOBOBJECT_JOBSET_INFORMATION +{ + DWORD MemberLevel; +}; +struct ALIGN( 4 ) SERVICE_STATUS_HANDLE__ +{ + int unused; +}; +struct ALIGN( 8 ) _KNONVOLATILE_CONTEXT_POINTERS_ARM64 +{ + PDWORD64 X19; + PDWORD64 X20; + PDWORD64 X21; + PDWORD64 X22; + PDWORD64 X23; + PDWORD64 X24; + PDWORD64 X25; + PDWORD64 X26; + PDWORD64 X27; + PDWORD64 X28; + PDWORD64 Fp; + PDWORD64 Lr; + PDWORD64 D8; + PDWORD64 D9; + PDWORD64 D10; + PDWORD64 D11; + PDWORD64 D12; + PDWORD64 D13; + PDWORD64 D14; + PDWORD64 D15; +}; +struct ALIGN( 4 ) tagRECT +{ + LONG left; + LONG top; + LONG right; + LONG bottom; +}; +struct ALIGN( 4 ) _LDT_ENTRY +{ + WORD LimitLow; + WORD BaseLow; + union ALIGN( 4 ) + { + struct ALIGN( 1 ) + { + BYTE BaseMid; + BYTE Flags1; + BYTE Flags2; + BYTE BaseHi; + } Bytes; + struct ALIGN( 4 ) + { + DWORD BaseMid : 8; + DWORD Type : 5; + DWORD Dpl : 2; + DWORD Pres : 1; + DWORD LimitHi : 4; + DWORD Sys : 1; + DWORD Reserved_0 : 1; + DWORD Default_Big : 1; + DWORD Granularity : 1; + DWORD BaseHi : 8; + } Bits; + } HighWord; +}; +struct ALIGN( 4 ) HGLRC__ +{ + int unused; +}; +struct ALIGN( 16 ) _ARM64_NT_CONTEXT +{ + DWORD ContextFlags; + DWORD Cpsr; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + DWORD64 X0; + DWORD64 X1; + DWORD64 X2; + DWORD64 X3; + DWORD64 X4; + DWORD64 X5; + DWORD64 X6; + DWORD64 X7; + DWORD64 X8; + DWORD64 X9; + DWORD64 X10; + DWORD64 X11; + DWORD64 X12; + DWORD64 X13; + DWORD64 X14; + DWORD64 X15; + DWORD64 X16; + DWORD64 X17; + DWORD64 X18; + DWORD64 X19; + DWORD64 X20; + DWORD64 X21; + DWORD64 X22; + DWORD64 X23; + DWORD64 X24; + DWORD64 X25; + DWORD64 X26; + DWORD64 X27; + DWORD64 X28; + DWORD64 Fp; + DWORD64 Lr; + }; + DWORD64 X[31]; + }; + DWORD64 Sp; + DWORD64 Pc; + ARM64_NT_NEON128 V[32]; + DWORD Fpcr; + DWORD Fpsr; + DWORD Bcr[8]; + DWORD64 Bvr[8]; + DWORD Wcr[2]; + DWORD64 Wvr[2]; +}; +struct ALIGN( 8 ) JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 +{ + LONG64 MaxIops; + LONG64 MaxBandwidth; + LONG64 ReservationIops; + PWSTR VolumeName; + DWORD BaseIoSize; + JOB_OBJECT_IO_RATE_CONTROL_FLAGS ControlFlags; + WORD VolumeNameLength; + LONG64 CriticalReservationIops; + LONG64 ReservationBandwidth; + LONG64 CriticalReservationBandwidth; + LONG64 MaxTimePercent; + LONG64 ReservationTimePercent; + LONG64 CriticalReservationTimePercent; +}; +struct ALIGN( 4 ) HTASK__ +{ + int unused; +}; +struct ALIGN( 8 ) _XSTATE_CONTEXT +{ + DWORD64 Mask; + DWORD Length; + BYTE Flags; + BYTE Reserved0[3]; + PXSAVE_AREA Area; + PVOID Buffer; +}; +struct ALIGN( 8 ) _HEAP_SUMMARY +{ + DWORD cb; + SIZE_T cbAllocated; + SIZE_T cbCommitted; + SIZE_T cbReserved; + SIZE_T cbMaxReserve; +}; +struct ALIGN( 8 ) _REARRANGE_FILE_DATA32 +{ + ULONGLONG SourceStartingOffset; + ULONGLONG TargetOffset; + UINT32 SourceFileHandle; + DWORD Length; + DWORD Flags; +}; +struct ALIGN( 8 ) _KERNEL_CET_CONTEXT +{ + DWORD64 Ssp; + DWORD64 Rip; + WORD SegCs; + union ALIGN( 2 ) + { + WORD AllFlags; + struct ALIGN( 2 ) + { + WORD UseWrss : 1; + WORD PopShadowStackOne : 1; + WORD Unused : 14; + }; + }; + WORD Fill[2]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD EnablePointerAuthUserIp : 1; + DWORD ReservedFlags : 31; + }; + }; +}; +struct ALIGN( 8 ) _FILE_FS_FULL_SIZE_INFORMATION +{ + LARGE_INTEGER TotalAllocationUnits; + LARGE_INTEGER CallerAvailableAllocationUnits; + LARGE_INTEGER ActualAvailableAllocationUnits; + ULONG SectorsPerAllocationUnit; + ULONG BytesPerSector; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD MicrosoftSignedOnly : 1; + DWORD StoreSignedOnly : 1; + DWORD MitigationOptIn : 1; + DWORD AuditMicrosoftSignedOnly : 1; + DWORD AuditStoreSignedOnly : 1; + DWORD ReservedFlags : 27; + }; + }; +}; +struct ALIGN( 4 ) _REPARSE_GUID_DATA_BUFFER +{ + DWORD ReparseTag; + WORD ReparseDataLength; + WORD Reserved; + GUID ReparseGuid; + struct ALIGN( 1 ) + { + BYTE DataBuffer[1]; + } GenericReparseBuffer; +}; +struct ALIGN( 4 ) tagPOINT +{ + LONG x; + LONG y; +}; +struct ALIGN( 4 ) tagIMECHARPOSITION +{ + DWORD dwSize; + DWORD dwCharPos; + POINT pt; + UINT cLineHeight; + RECT rcDocument; +}; +struct ALIGN( 8 ) _SCRUB_DATA_INPUT +{ + DWORD Size; + DWORD Flags; + DWORD MaximumIos; + DWORD ObjectId[4]; + ULONGLONG StartingByteOffset; + ULONGLONG ByteCount; + DWORD Reserved[36]; + BYTE ResumeContext[1040]; +}; +struct ALIGN( 4 ) _TRANSACTIONMANAGER_LOGPATH_INFORMATION +{ + DWORD LogPathLength; + WCHAR LogPath[1]; +}; +struct ALIGN( 8 ) _FILE_NOTIFY_EXTENDED_INFORMATION +{ + DWORD NextEntryOffset; + DWORD Action; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastModificationTime; + LARGE_INTEGER LastChangeTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER AllocatedLength; + LARGE_INTEGER FileSize; + DWORD FileAttributes; + union ALIGN( 4 ) + { + DWORD ReparsePointTag; + DWORD EaSize; + }; + LARGE_INTEGER FileId; + LARGE_INTEGER ParentFileId; + DWORD FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) tagWNDCLASSEXA +{ + UINT cbSize; + UINT style; + WNDPROC lpfnWndProc; + int cbClsExtra; + int cbWndExtra; + HINSTANCE hInstance; + HICON hIcon; + HCURSOR hCursor; + HBRUSH hbrBackground; + LPCSTR lpszMenuName; + LPCSTR lpszClassName; + HICON hIconSm; +}; +struct ALIGN( 4 ) POWER_ACTION_POLICY +{ + POWER_ACTION Action; + DWORD Flags; + DWORD EventCode; +}; +struct ALIGN( 4 ) SYSTEM_POWER_LEVEL +{ + BOOLEAN Enable; + BYTE Spare[3]; + DWORD BatteryLevel; + POWER_ACTION_POLICY PowerPolicy; + SYSTEM_POWER_STATE MinSystemState; +}; +struct ALIGN( 4 ) _SYSTEM_POWER_POLICY +{ + DWORD Revision; + POWER_ACTION_POLICY PowerButton; + POWER_ACTION_POLICY SleepButton; + POWER_ACTION_POLICY LidClose; + SYSTEM_POWER_STATE LidOpenWake; + DWORD Reserved; + POWER_ACTION_POLICY Idle; + DWORD IdleTimeout; + BYTE IdleSensitivity; + BYTE DynamicThrottle; + BYTE Spare2[2]; + SYSTEM_POWER_STATE MinSleep; + SYSTEM_POWER_STATE MaxSleep; + SYSTEM_POWER_STATE ReducedLatencySleep; + DWORD WinLogonFlags; + DWORD Spare3; + DWORD DozeS4Timeout; + DWORD BroadcastCapacityResolution; + SYSTEM_POWER_LEVEL DischargePolicy[4]; + DWORD VideoTimeout; + BOOLEAN VideoDimDisplay; + DWORD VideoReserved[3]; + DWORD SpindownTimeout; + BOOLEAN OptimizeForPower; + BYTE FanThrottleTolerance; + BYTE ForcedThrottle; + BYTE MinThrottle; + POWER_ACTION_POLICY OverThrottled; +}; +struct ALIGN( 8 ) _SCRUB_DATA_OUTPUT +{ + DWORD Size; + DWORD Flags; + DWORD Status; + ULONGLONG ErrorFileOffset; + ULONGLONG ErrorLength; + ULONGLONG NumberOfBytesRepaired; + ULONGLONG NumberOfBytesFailed; + ULONGLONG InternalFileReference; + WORD ResumeContextLength; + WORD ParityExtentDataOffset; + ULONGLONG NextStartingByteOffset; + ULONGLONG ValidDataLength; + DWORD Reserved[4]; + ULONGLONG NumberOfMetadataBytesProcessed; + ULONGLONG NumberOfDataBytesProcessed; + ULONGLONG TotalNumberOfMetadataBytesInUse; + ULONGLONG TotalNumberOfDataBytesInUse; + ULONGLONG DataBytesSkippedDueToNoAllocation; + ULONGLONG DataBytesSkippedDueToInvalidRun; + ULONGLONG DataBytesSkippedDueToIntegrityStream; + ULONGLONG DataBytesSkippedDueToRegionBeingClean; + ULONGLONG DataBytesSkippedDueToLockConflict; + ULONGLONG DataBytesSkippedDueToNoScrubDataFlag; + ULONGLONG DataBytesSkippedDueToNoScrubNonIntegrityStreamFlag; + ULONGLONG DataBytesScrubbed; + BYTE ResumeContext[1040]; +}; +struct ALIGN( 4 ) _TRANSACTION_LIST_ENTRY +{ + UOW UOW; +}; +struct ALIGN( 4 ) _TRANSACTION_LIST_INFORMATION +{ + DWORD NumberOfTransactions; + TRANSACTION_LIST_ENTRY TransactionInformation[1]; +}; +struct ALIGN( 8 ) _CREATEFILE2_EXTENDED_PARAMETERS +{ + DWORD dwSize; + DWORD dwFileAttributes; + DWORD dwFileFlags; + DWORD dwSecurityQosFlags; + LPSECURITY_ATTRIBUTES lpSecurityAttributes; + HANDLE hTemplateFile; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_NUMBER_EX +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD DeviceType; + DWORD DeviceNumber; + GUID DeviceGuid; + DWORD PartitionNumber; +}; +struct ALIGN( 8 ) _UNWIND_HISTORY_TABLE_ENTRY +{ + ULONG_PTR ImageBase; + PRUNTIME_FUNCTION FunctionEntry; +}; +struct ALIGN( 8 ) _UNWIND_HISTORY_TABLE +{ + DWORD Count; + BYTE LocalHint; + BYTE GlobalHint; + BYTE Search; + BYTE Once; + ULONG_PTR LowAddress; + ULONG_PTR HighAddress; + UNWIND_HISTORY_TABLE_ENTRY Entry[12]; +}; +struct ALIGN( 8 ) tagWNDCLASSA +{ + UINT style; + WNDPROC lpfnWndProc; + int cbClsExtra; + int cbWndExtra; + HINSTANCE hInstance; + HICON hIcon; + HCURSOR hCursor; + HBRUSH hbrBackground; + LPCSTR lpszMenuName; + LPCSTR lpszClassName; +}; +struct ALIGN( 8 ) _DISCDLGSTRUCTA +{ + DWORD cbStructure; + HWND hwndOwner; + LPSTR lpLocalName; + LPSTR lpRemoteName; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _PF_ROBUST_PROCESS_ENTRY +{ + ULONG ImagePathHash; + ULONG Pid; + ULONG Alignment; +}; +; +struct ALIGN( 8 ) _PROC_THREAD_ATTRIBUTE +{ + ULONG_PTR Attribute; + SIZE_T Size; + ULONG_PTR Value; +}; +struct ALIGN( 8 ) _PROC_THREAD_ATTRIBUTE_LIST +{ + ULONG PresentFlags; + ULONG AttributeCount; + ULONG LastAttribute; + ULONG SpareUlong0; + PPROC_THREAD_ATTRIBUTE ExtendedFlagsAttribute; + PROC_THREAD_ATTRIBUTE Attributes[1]; +}; +struct ALIGN( 8 ) _JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION +{ + JOBOBJECT_BASIC_ACCOUNTING_INFORMATION BasicInfo; + IO_COUNTERS IoInfo; +}; +struct ALIGN( 4 ) _POWER_USER_PRESENCE +{ + POWER_USER_PRESENCE_TYPE UserPresence; +}; +struct ALIGN( 8 ) _QUOTA_LIMITS +{ + SIZE_T PagedPoolLimit; + SIZE_T NonPagedPoolLimit; + SIZE_T MinimumWorkingSetSize; + SIZE_T MaximumWorkingSetSize; + SIZE_T PagefileLimit; + LARGE_INTEGER TimeLimit; +}; +struct ALIGN( 4 ) _TAPE_GET_STATISTICS +{ + DWORD Operation; +}; +struct ALIGN( 8 ) _REMOTE_NAME_INFOW +{ + LPWSTR lpUniversalName; + LPWSTR lpConnectionName; + LPWSTR lpRemainingPath; +}; +struct ALIGN( 8 ) DISK_SPACE_INFORMATION +{ + ULONGLONG ActualTotalAllocationUnits; + ULONGLONG ActualAvailableAllocationUnits; + ULONGLONG ActualPoolUnavailableAllocationUnits; + ULONGLONG CallerTotalAllocationUnits; + ULONGLONG CallerAvailableAllocationUnits; + ULONGLONG CallerPoolUnavailableAllocationUnits; + ULONGLONG UsedAllocationUnits; + ULONGLONG TotalReservedAllocationUnits; + ULONGLONG VolumeStorageReserveAllocationUnits; + ULONGLONG AvailableCommittedAllocationUnits; + ULONGLONG PoolAvailableAllocationUnits; + DWORD SectorsPerAllocationUnit; + DWORD BytesPerSector; +}; +struct ALIGN( 4 ) _ENLISTMENT_CRM_INFORMATION +{ + GUID CrmTransactionManagerId; + GUID CrmResourceManagerId; + GUID CrmEnlistmentId; +}; +struct ALIGN( 8 ) _TP_CALLBACK_ENVIRON_V3 +{ + TP_VERSION Version; + PTP_POOL Pool; + PTP_CLEANUP_GROUP CleanupGroup; + PTP_CLEANUP_GROUP_CANCEL_CALLBACK CleanupGroupCancelCallback; + PVOID RaceDll; + _ACTIVATION_CONTEXT* ActivationContext; + PTP_SIMPLE_CALLBACK FinalizationCallback; + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD LongFunction : 1; + DWORD Persistent : 1; + DWORD Private : 30; + } s; + } u; + TP_CALLBACK_PRIORITY CallbackPriority; + DWORD Size; +}; +struct ALIGN( 8 ) _STARTUPINFOW +{ + DWORD cb; + LPWSTR lpReserved; + LPWSTR lpDesktop; + LPWSTR lpTitle; + DWORD dwX; + DWORD dwY; + DWORD dwXSize; + DWORD dwYSize; + DWORD dwXCountChars; + DWORD dwYCountChars; + DWORD dwFillAttribute; + DWORD dwFlags; + WORD wShowWindow; + WORD cbReserved2; + LPBYTE lpReserved2; + HANDLE hStdInput; + HANDLE hStdOutput; + HANDLE hStdError; +}; +struct ALIGN( 8 ) _DEVICE_MEDIA_INFO +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + LARGE_INTEGER Cylinders; + STORAGE_MEDIA_TYPE MediaType; + DWORD TracksPerCylinder; + DWORD SectorsPerTrack; + DWORD BytesPerSector; + DWORD NumberMediaSides; + DWORD MediaCharacteristics; + } DiskInfo; + struct ALIGN( 8 ) + { + LARGE_INTEGER Cylinders; + STORAGE_MEDIA_TYPE MediaType; + DWORD TracksPerCylinder; + DWORD SectorsPerTrack; + DWORD BytesPerSector; + DWORD NumberMediaSides; + DWORD MediaCharacteristics; + } RemovableDiskInfo; + struct ALIGN( 4 ) + { + STORAGE_MEDIA_TYPE MediaType; + DWORD MediaCharacteristics; + DWORD CurrentBlockSize; + STORAGE_BUS_TYPE BusType; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE MediumType; + BYTE DensityCode; + } ScsiInformation; + } BusSpecificData; + } TapeInfo; + } DeviceSpecific; +}; +struct ALIGN( 8 ) _GET_MEDIA_TYPES +{ + DWORD DeviceType; + DWORD MediaInfoCount; + DEVICE_MEDIA_INFO MediaInfo[1]; +}; +struct ALIGN( 8 ) _JOBOBJECT_SECURITY_LIMIT_INFORMATION +{ + DWORD SecurityLimitFlags; + HANDLE JobToken; + PTOKEN_GROUPS SidsToDisable; + PTOKEN_PRIVILEGES PrivilegesToDelete; + PTOKEN_GROUPS RestrictedSids; +}; +struct ALIGN( 8 ) _SERVICE_DESCRIPTIONA +{ + LPSTR lpDescription; +}; +struct ALIGN( 1 ) _ENCLAVE_CREATE_INFO_SGX +{ + BYTE Secs[4096]; +}; +struct ALIGN( 4 ) _TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT +{ + SAVEPOINT_ID SavepointId; +}; +struct ALIGN( 4 ) _WIN32_FIND_DATAA +{ + DWORD dwFileAttributes; + FILETIME ftCreationTime; + FILETIME ftLastAccessTime; + FILETIME ftLastWriteTime; + DWORD nFileSizeHigh; + DWORD nFileSizeLow; + DWORD dwReserved0; + DWORD dwReserved1; + CHAR cFileName[260]; + CHAR cAlternateFileName[14]; +}; +struct ALIGN( 2 ) _CHAR_INFO +{ + union ALIGN( 2 ) + { + WCHAR UnicodeChar; + CHAR AsciiChar; + } Char; + WORD Attributes; +}; +struct ALIGN( 1 ) _ENCLAVE_INIT_INFO_SGX +{ + BYTE SigStruct[1808]; + BYTE Reserved1[240]; + BYTE EInitToken[304]; + BYTE Reserved2[1744]; +}; +struct ALIGN( 8 ) _DISPATCHER_CONTEXT_ARM64 +{ + ULONG_PTR ControlPc; + ULONG_PTR ImageBase; + PARM64_RUNTIME_FUNCTION FunctionEntry; + ULONG_PTR EstablisherFrame; + ULONG_PTR TargetPc; + PARM64_NT_CONTEXT ContextRecord; + PEXCEPTION_ROUTINE LanguageHandler; + PVOID HandlerData; + _UNWIND_HISTORY_TABLE* HistoryTable; + DWORD ScopeIndex; + BOOLEAN ControlPcIsUnwound; + PBYTE NonVolatileRegisters; +}; +struct ALIGN( 8 ) _FILE_STAT_LX_INFORMATION +{ + LARGE_INTEGER FileId; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD FileAttributes; + DWORD ReparseTag; + DWORD NumberOfLinks; + ACCESS_MASK EffectiveAccess; + DWORD LxFlags; + DWORD LxUid; + DWORD LxGid; + DWORD LxMode; + DWORD LxDeviceIdMajor; + DWORD LxDeviceIdMinor; +}; +struct ALIGN( 8 ) _PROCESS_INFORMATION +{ + HANDLE hProcess; + HANDLE hThread; + DWORD dwProcessId; + DWORD dwThreadId; +}; +struct ALIGN( 4 ) _CONSOLE_CURSOR_INFO +{ + DWORD dwSize; + BOOL bVisible; +}; +struct ALIGN( 8 ) _CLIENT_ID64 +{ + ULONGLONG UniqueProcess; + ULONGLONG UniqueThread; +}; +struct ALIGN( 8 ) _TRANSACTION_NOTIFICATION +{ + PVOID TransactionKey; + ULONG TransactionNotification; + LARGE_INTEGER TmVirtualClock; + ULONG ArgumentLength; +}; +struct ALIGN( 8 ) _FILE_IOSTATUSBLOCK_RANGE_INFORMATION +{ + PUCHAR IoStatusBlockRange; + ULONG Length; +}; +struct ALIGN( 4 ) _POWER_MONITOR_INVOCATION +{ + BOOLEAN Console; + POWER_MONITOR_REQUEST_REASON RequestReason; +}; +struct ALIGN( 4 ) tagVS_FIXEDFILEINFO +{ + DWORD dwSignature; + DWORD dwStrucVersion; + DWORD dwFileVersionMS; + DWORD dwFileVersionLS; + DWORD dwProductVersionMS; + DWORD dwProductVersionLS; + DWORD dwFileFlagsMask; + DWORD dwFileFlags; + DWORD dwFileOS; + DWORD dwFileType; + DWORD dwFileSubtype; + DWORD dwFileDateMS; + DWORD dwFileDateLS; +}; +struct ALIGN( 4 ) _POWER_LIMIT_ATTRIBUTES +{ + POWER_LIMIT_TYPES Type; + DWORD DomainId; + DWORD MaxValue; + DWORD MinValue; + DWORD MinTimeParameter; + DWORD MaxTimeParameter; + DWORD DefaultACValue; + DWORD DefaultDCValue; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + DWORD SupportTimeParameter : 1; + DWORD Reserved : 31; + }; + DWORD AsUlong; + } Flags; +}; +struct ALIGN( 4 ) tagSTYLEBUFW +{ + DWORD dwStyle; + WCHAR szDescription[32]; +}; +union ALIGN( 8 ) _FILE_SEGMENT_ELEMENT +{ + void* Buffer; + ULONGLONG Alignment; +}; +struct ALIGN( 4 ) _TRANSACTION_BASIC_INFORMATION +{ + GUID TransactionId; + DWORD State; + DWORD Outcome; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION +{ + DWORD NextEntryOffset; + DWORD SizeOfInformation; + DWORD Flags; + DWORD AttributesOffset; + DWORD AttributeCount; + DWORD Reserved; + DWORD64 TypeId; +}; +struct ALIGN( 8 ) _PROCESS_HEAP_ENTRY +{ + PVOID lpData; + DWORD cbData; + BYTE cbOverhead; + BYTE iRegionIndex; + WORD wFlags; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + HANDLE hMem; + DWORD dwReserved[3]; + } Block; + struct ALIGN( 8 ) + { + DWORD dwCommittedSize; + DWORD dwUnCommittedSize; + LPVOID lpFirstBlock; + LPVOID lpLastBlock; + } Region; + }; +}; +struct ALIGN( 8 ) _CACHE_RELATIONSHIP +{ + BYTE Level; + BYTE Associativity; + WORD LineSize; + DWORD CacheSize; + PROCESSOR_CACHE_TYPE Type; + BYTE Reserved[18]; + WORD GroupCount; + union ALIGN( 8 ) + { + GROUP_AFFINITY GroupMask; + GROUP_AFFINITY GroupMasks[1]; + }; +}; +struct ALIGN( 8 ) _GROUP_RELATIONSHIP +{ + WORD MaximumGroupCount; + WORD ActiveGroupCount; + BYTE Reserved[20]; + PROCESSOR_GROUP_INFO GroupInfo[1]; +}; +struct ALIGN( 8 ) _SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX +{ + LOGICAL_PROCESSOR_RELATIONSHIP Relationship; + DWORD Size; + union ALIGN( 8 ) + { + PROCESSOR_RELATIONSHIP Processor; + NUMA_NODE_RELATIONSHIP NumaNode; + CACHE_RELATIONSHIP Cache; + GROUP_RELATIONSHIP Group; + }; +}; +struct ALIGN( 4 ) _PACKEDEVENTINFO +{ + DWORD ulSize; + DWORD ulNumEventsForLogFile; + DWORD ulOffsets[0]; +}; +struct ALIGN( 2 ) _MOUNTMGR_VOLUME_MOUNT_POINT +{ + USHORT SourceVolumeNameOffset; + USHORT SourceVolumeNameLength; + USHORT TargetVolumeNameOffset; + USHORT TargetVolumeNameLength; +}; +struct ALIGN( 4 ) _CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 +{ + DWORD Name; + WORD ValueType; + WORD Reserved; + DWORD Flags; + DWORD ValueCount; + union ALIGN( 4 ) + { + DWORD pInt64[1]; + DWORD pUint64[1]; + DWORD ppString[1]; + DWORD pFqbn[1]; + DWORD pOctetString[1]; + } Values; +}; +struct ALIGN( 8 ) _FILE_MAILSLOT_QUERY_INFORMATION +{ + ULONG MaximumMessageSize; + ULONG MailslotQuota; + ULONG NextMessageSize; + ULONG MessagesAvailable; + LARGE_INTEGER ReadTimeout; +}; +struct ALIGN( 8 ) _ENUM_SERVICE_STATUS_PROCESSA +{ + LPSTR lpServiceName; + LPSTR lpDisplayName; + SERVICE_STATUS_PROCESS ServiceStatusProcess; +}; +struct ALIGN( 8 ) _TOKEN_STATISTICS +{ + LUID TokenId; + LUID AuthenticationId; + LARGE_INTEGER ExpirationTime; + TOKEN_TYPE TokenType; + SECURITY_IMPERSONATION_LEVEL ImpersonationLevel; + DWORD DynamicCharged; + DWORD DynamicAvailable; + DWORD GroupCount; + DWORD PrivilegeCount; + LUID ModifiedId; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION +{ + DWORD ElementCount; + COMPATIBILITY_CONTEXT_ELEMENT Elements[0]; +}; +struct ALIGN( 4 ) HMENU__ +{ + int unused; +}; +struct ALIGN( 2 ) _IMAGE_LINENUMBER +{ + union ALIGN( 2 ) + { + DWORD SymbolTableIndex; + DWORD VirtualAddress; + } Type; + WORD Linenumber; +}; +struct ALIGN( 2 ) _IMAGE_RELOCATION +{ + union ALIGN( 2 ) + { + DWORD VirtualAddress; + DWORD RelocCount; + }; + DWORD SymbolTableIndex; + WORD Type; +}; +struct ALIGN( 4 ) HWND__ +{ + int unused; +}; +struct ALIGN( 4 ) _ATTRIBUTES_AND_SID +{ + UINT32 Attributes; + DWORD SidStart; +}; +struct ALIGN( 8 ) tagTOUCHINPUT +{ + LONG x; + LONG y; + HANDLE hSource; + DWORD dwID; + DWORD dwFlags; + DWORD dwMask; + DWORD dwTime; + ULONG_PTR dwExtraInfo; + DWORD cxContact; + DWORD cyContact; +}; +struct ALIGN( 1 ) _IMAGE_ARCHIVE_MEMBER_HEADER +{ + BYTE Name[16]; + BYTE Date[12]; + BYTE UserID[6]; + BYTE GroupID[6]; + BYTE Mode[8]; + BYTE Size[10]; + BYTE EndHeader[2]; +}; +struct ALIGN( 8 ) _PERFORMANCE_DATA +{ + WORD Size; + BYTE Version; + BYTE HwCountersCount; + DWORD ContextSwitchCount; + DWORD64 WaitReasonBitMap; + DWORD64 CycleTime; + DWORD RetryCount; + DWORD Reserved; + HARDWARE_COUNTER_DATA HwCounters[16]; +}; +struct ALIGN( 4 ) _IMAGE_BASE_RELOCATION +{ + DWORD VirtualAddress; + DWORD SizeOfBlock; +}; +struct ALIGN( 4 ) _IMAGE_EXPORT_DIRECTORY +{ + DWORD Characteristics; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + DWORD Name; + DWORD Base; + DWORD NumberOfFunctions; + DWORD NumberOfNames; + DWORD AddressOfFunctions; + DWORD AddressOfNames; + DWORD AddressOfNameOrdinals; +}; +struct ALIGN( 8 ) _REMOTE_PORT_VIEW +{ + ULONG Length; + SIZE_T ViewSize; + PVOID ViewBase; +}; +struct ALIGN( 8 ) _CFG_CALL_TARGET_INFO +{ + ULONG_PTR Offset; + ULONG_PTR Flags; +}; +struct ALIGN( 2 ) _SYSTEMTIME +{ + WORD wYear; + WORD wMonth; + WORD wDayOfWeek; + WORD wDay; + WORD wHour; + WORD wMinute; + WORD wSecond; + WORD wMilliseconds; +}; +struct ALIGN( 8 ) _RTL_CONDITION_VARIABLE +{ + PVOID Ptr; +}; +struct ALIGN( 4 ) _TAPE_ERASE +{ + DWORD Type; + BOOLEAN Immediate; +}; +struct ALIGN( 8 ) _SERVICE_NOTIFY_1 +{ + DWORD dwVersion; + PFN_SC_NOTIFY_CALLBACK pfnNotifyCallback; + PVOID pContext; + DWORD dwNotificationStatus; + SERVICE_STATUS_PROCESS ServiceStatus; +}; +struct ALIGN( 4 ) _SYSTEM_SCOPED_POLICY_ID_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 4 ) HMONITOR__ +{ + int unused; +}; +struct ALIGN( 8 ) _OVERLAPPED +{ + ULONG_PTR Internal; + ULONG_PTR InternalHigh; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + DWORD Offset; + DWORD OffsetHigh; + }; + PVOID Pointer; + }; + HANDLE hEvent; +}; +struct ALIGN( 8 ) _MEMORY_BASIC_INFORMATION +{ + PVOID BaseAddress; + PVOID AllocationBase; + DWORD AllocationProtect; + WORD PartitionId; + SIZE_T RegionSize; + DWORD State; + DWORD Protect; + DWORD Type; +}; +struct ALIGN( 4 ) _ACCESS_ALLOWED_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 4 ) _TAPE_SET_DRIVE_PARAMETERS +{ + BOOLEAN ECC; + BOOLEAN Compression; + BOOLEAN DataPadding; + BOOLEAN ReportSetmarks; + DWORD EOTWarningZoneSize; +}; +struct ALIGN( 2 ) _SMALL_RECT +{ + SHORT Left; + SHORT Top; + SHORT Right; + SHORT Bottom; +}; +struct ALIGN( 4 ) _SYSTEM_ALARM_OBJECT_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD Flags; + GUID ObjectType; + GUID InheritedObjectType; + DWORD SidStart; +}; +struct ALIGN( 8 ) _JOBOBJECT_LIMIT_VIOLATION_INFORMATION +{ + DWORD LimitFlags; + DWORD ViolationLimitFlags; + DWORD64 IoReadBytes; + DWORD64 IoReadBytesLimit; + DWORD64 IoWriteBytes; + DWORD64 IoWriteBytesLimit; + LARGE_INTEGER PerJobUserTime; + LARGE_INTEGER PerJobUserTimeLimit; + DWORD64 JobMemory; + DWORD64 JobMemoryLimit; + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlTolerance; + JOBOBJECT_RATE_CONTROL_TOLERANCE RateControlToleranceLimit; +}; +struct ALIGN( 4 ) _SERVICE_FAILURE_ACTIONS_FLAG +{ + BOOL fFailureActionsOnNonCrashFailures; +}; +struct ALIGN( 8 ) _SERVERSILO_BASIC_INFORMATION +{ + DWORD ServiceSessionId; + SERVERSILO_STATE State; + DWORD ExitStatus; + BOOLEAN Reserved; + PVOID ApiSetSchema; + PVOID HostApiSetSchema; + DWORD ContainerBuildNumber; + DWORD HostBuildNumber; +}; +struct ALIGN( 4 ) _SYSTEM_ALARM_CALLBACK_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +}; +struct ALIGN( 8 ) _TAPE_GET_POSITION +{ + DWORD Type; + DWORD Partition; + LARGE_INTEGER Offset; +}; +struct ALIGN( 8 ) tagGESTURENOTIFYSTRUCT +{ + UINT cbSize; + DWORD dwFlags; + HWND hwndTarget; + POINTS ptsLocation; + DWORD dwInstanceID; +}; +struct ALIGN( 4 ) _IO_COMPLETION_BASIC_INFORMATION +{ + LONG Depth; +}; +; +struct ALIGN( 4 ) _SECURITY_DESCRIPTOR_RELATIVE +{ + BYTE Revision; + BYTE Sbz1; + SECURITY_DESCRIPTOR_CONTROL Control; + DWORD Owner; + DWORD Group; + DWORD Sacl; + DWORD Dacl; +}; +struct ALIGN( 2 ) _IMAGE_DOS_HEADER +{ + WORD e_magic; + WORD e_cblp; + WORD e_cp; + WORD e_crlc; + WORD e_cparhdr; + WORD e_minalloc; + WORD e_maxalloc; + WORD e_ss; + WORD e_sp; + WORD e_csum; + WORD e_ip; + WORD e_cs; + WORD e_lfarlc; + WORD e_ovno; + WORD e_res[4]; + WORD e_oemid; + WORD e_oeminfo; + WORD e_res2[10]; + LONG e_lfanew; +}; +struct ALIGN( 2 ) _IMAGE_OS2_HEADER +{ + WORD ne_magic; + CHAR ne_ver; + CHAR ne_rev; + WORD ne_enttab; + WORD ne_cbenttab; + LONG ne_crc; + WORD ne_flags; + WORD ne_autodata; + WORD ne_heap; + WORD ne_stack; + LONG ne_csip; + LONG ne_sssp; + WORD ne_cseg; + WORD ne_cmod; + WORD ne_cbnrestab; + WORD ne_segtab; + WORD ne_rsrctab; + WORD ne_restab; + WORD ne_modtab; + WORD ne_imptab; + LONG ne_nrestab; + WORD ne_cmovent; + WORD ne_align; + WORD ne_cres; + BYTE ne_exetyp; + BYTE ne_flagsothers; + WORD ne_pretthunks; + WORD ne_psegrefbytes; + WORD ne_swaparea; + WORD ne_expver; +}; +struct ALIGN( 8 ) tagCREATESTRUCTA +{ + LPVOID lpCreateParams; + HINSTANCE hInstance; + HMENU hMenu; + HWND hwndParent; + int cy; + int cx; + int y; + int x; + LONG style; + LPCSTR lpszName; + LPCSTR lpszClass; + DWORD dwExStyle; +}; +struct ALIGN( 8 ) tagCREATESTRUCTW +{ + LPVOID lpCreateParams; + HINSTANCE hInstance; + HMENU hMenu; + HWND hwndParent; + int cy; + int cx; + int y; + int x; + LONG style; + LPCWSTR lpszName; + LPCWSTR lpszClass; + DWORD dwExStyle; +}; +struct ALIGN( 4 ) _IMAGE_FILE_HEADER +{ + WORD Machine; + WORD NumberOfSections; + DWORD TimeDateStamp; + DWORD PointerToSymbolTable; + DWORD NumberOfSymbols; + WORD SizeOfOptionalHeader; + WORD Characteristics; +}; +struct ALIGN( 8 ) tagNMHDR +{ + HWND hwndFrom; + UINT_PTR idFrom; + UINT code; +}; +struct ALIGN( 4 ) _IMAGE_DATA_DIRECTORY +{ + DWORD VirtualAddress; + DWORD Size; +}; +struct ALIGN( 8 ) _TOKEN_LOGGING_INFORMATION +{ + TOKEN_TYPE TokenType; + TOKEN_ELEVATION TokenElevation; + TOKEN_ELEVATION_TYPE TokenElevationType; + SECURITY_IMPERSONATION_LEVEL ImpersonationLevel; + DWORD IntegrityLevel; + SID_AND_ATTRIBUTES User; + PSID TrustLevelSid; + DWORD SessionId; + DWORD AppContainerNumber; + LUID AuthenticationId; + DWORD GroupCount; + DWORD GroupsLength; + PSID_AND_ATTRIBUTES Groups; +}; +struct ALIGN( 4 ) _ACCESS_REASONS +{ + ACCESS_REASON Data[32]; +}; +struct ALIGN( 8 ) _numberfmtW +{ + UINT NumDigits; + UINT LeadingZero; + UINT Grouping; + LPWSTR lpDecimalSep; + LPWSTR lpThousandSep; + UINT NegativeOrder; +}; +struct ALIGN( 8 ) JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 +{ + LONG64 MaxIops; + LONG64 MaxBandwidth; + LONG64 ReservationIops; + PWSTR VolumeName; + DWORD BaseIoSize; + JOB_OBJECT_IO_RATE_CONTROL_FLAGS ControlFlags; + WORD VolumeNameLength; + LONG64 CriticalReservationIops; + LONG64 ReservationBandwidth; + LONG64 CriticalReservationBandwidth; + LONG64 MaxTimePercent; + LONG64 ReservationTimePercent; + LONG64 CriticalReservationTimePercent; + LONG64 SoftMaxIops; + LONG64 SoftMaxBandwidth; + LONG64 SoftMaxTimePercent; + LONG64 LimitExcessNotifyIops; + LONG64 LimitExcessNotifyBandwidth; + LONG64 LimitExcessNotifyTimePercent; +}; +struct ALIGN( 4 ) _SERVICE_STATUS +{ + DWORD dwServiceType; + DWORD dwCurrentState; + DWORD dwControlsAccepted; + DWORD dwWin32ExitCode; + DWORD dwServiceSpecificExitCode; + DWORD dwCheckPoint; + DWORD dwWaitHint; +}; +struct ALIGN( 8 ) _ENUM_SERVICE_STATUSW +{ + LPWSTR lpServiceName; + LPWSTR lpDisplayName; + SERVICE_STATUS ServiceStatus; +}; +struct ALIGN( 4 ) _PROCESS_HANDLE_INFORMATION +{ + ULONG HandleCount; + ULONG HandleCountHighWatermark; +}; +struct ALIGN( 8 ) _SHUFFLE_FILE_DATA +{ + LONGLONG StartingOffset; + LONGLONG Length; + DWORD Flags; +}; +struct ALIGN( 4 ) _DBGKM_EXIT_THREAD +{ + NTSTATUS ExitStatus; +}; +struct ALIGN( 2 ) IMAGE_AUX_SYMBOL_TOKEN_DEF +{ + BYTE bAuxType; + BYTE bReserved; + DWORD SymbolTableIndex; + BYTE rgbReserved[12]; +}; +struct ALIGN( 8 ) _RTL_BARRIER +{ + DWORD Reserved1; + DWORD Reserved2; + ULONG_PTR Reserved3[2]; + DWORD Reserved4; + DWORD Reserved5; +}; +struct ALIGN( 2 ) DLGITEMTEMPLATE +{ + DWORD style; + DWORD dwExtendedStyle; + short x; + short y; + short cx; + short cy; + WORD id; +}; +struct ALIGN( 4 ) tagMULTIKEYHELPA +{ + DWORD mkSize; + CHAR mkKeylist; + CHAR szKeyphrase[1]; +}; +struct ALIGN( 4 ) IMPORT_OBJECT_HEADER +{ + WORD Sig1; + WORD Sig2; + WORD Version; + WORD Machine; + DWORD TimeDateStamp; + DWORD SizeOfData; + union ALIGN( 2 ) + { + WORD Ordinal; + WORD Hint; + }; + WORD Type : 2; + WORD NameType : 3; + WORD Reserved : 11; +}; +struct ALIGN( 4 ) tagSIZE +{ + LONG cx; + LONG cy; +}; +struct ALIGN( 4 ) _IMAGE_OPTIONAL_HEADER +{ + WORD Magic; + BYTE MajorLinkerVersion; + BYTE MinorLinkerVersion; + DWORD SizeOfCode; + DWORD SizeOfInitializedData; + DWORD SizeOfUninitializedData; + DWORD AddressOfEntryPoint; + DWORD BaseOfCode; + DWORD BaseOfData; + DWORD ImageBase; + DWORD SectionAlignment; + DWORD FileAlignment; + WORD MajorOperatingSystemVersion; + WORD MinorOperatingSystemVersion; + WORD MajorImageVersion; + WORD MinorImageVersion; + WORD MajorSubsystemVersion; + WORD MinorSubsystemVersion; + DWORD Win32VersionValue; + DWORD SizeOfImage; + DWORD SizeOfHeaders; + DWORD CheckSum; + WORD Subsystem; + WORD DllCharacteristics; + DWORD SizeOfStackReserve; + DWORD SizeOfStackCommit; + DWORD SizeOfHeapReserve; + DWORD SizeOfHeapCommit; + DWORD LoaderFlags; + DWORD NumberOfRvaAndSizes; + IMAGE_DATA_DIRECTORY DataDirectory[16]; +}; +struct ALIGN( 4 ) _IMAGE_NT_HEADERS +{ + DWORD Signature; + IMAGE_FILE_HEADER FileHeader; + IMAGE_OPTIONAL_HEADER32 OptionalHeader; +}; +struct ALIGN( 8 ) _TOKEN_OWNER +{ + PSID Owner; +}; +struct ALIGN( 4 ) _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY +{ + DWORD BeginAddress; + union ALIGN( 4 ) + { + DWORD UnwindData; + struct ALIGN( 4 ) + { + DWORD Flag : 2; + DWORD FunctionLength : 11; + DWORD Ret : 2; + DWORD H : 1; + DWORD Reg : 3; + DWORD R : 1; + DWORD L : 1; + DWORD C : 1; + DWORD StackAdjust : 10; + }; + }; +}; +union ALIGN( 2 ) _IMAGE_AUX_SYMBOL_EX +{ + struct ALIGN( 2 ) + { + DWORD WeakDefaultSymIndex; + DWORD WeakSearchType; + BYTE rgbReserved[12]; + } Sym; + struct ALIGN( 1 ) + { + BYTE Name[20]; + } File; + struct ALIGN( 2 ) + { + DWORD Length; + WORD NumberOfRelocations; + WORD NumberOfLinenumbers; + DWORD CheckSum; + SHORT Number; + BYTE Selection; + BYTE bReserved; + SHORT HighNumber; + BYTE rgbReserved[2]; + } Section; + struct ALIGN( 2 ) + { + IMAGE_AUX_SYMBOL_TOKEN_DEF TokenDef; + BYTE rgbReserved[2]; + }; + struct ALIGN( 2 ) + { + DWORD crc; + BYTE rgbReserved[16]; + } CRC; +}; +struct ALIGN( 4 ) _OSVERSIONINFOW +{ + DWORD dwOSVersionInfoSize; + DWORD dwMajorVersion; + DWORD dwMinorVersion; + DWORD dwBuildNumber; + DWORD dwPlatformId; + WCHAR szCSDVersion[128]; +}; +struct ALIGN( 8 ) _TOKEN_USER_CLAIMS +{ + PCLAIMS_BLOB UserClaims; +}; +struct ALIGN( 8 ) tagCOMBOBOXINFO +{ + DWORD cbSize; + RECT rcItem; + RECT rcButton; + DWORD stateButton; + HWND hwndCombo; + HWND hwndItem; + HWND hwndList; +}; +struct ALIGN( 4 ) _IMAGE_TLS_DIRECTORY64 +{ + ULONGLONG StartAddressOfRawData; + ULONGLONG EndAddressOfRawData; + ULONGLONG AddressOfIndex; + ULONGLONG AddressOfCallBacks; + DWORD SizeOfZeroFill; + union ALIGN( 4 ) + { + DWORD Characteristics; + struct ALIGN( 4 ) + { + DWORD Reserved0 : 20; + DWORD Alignment : 4; + DWORD Reserved1 : 8; + }; + }; +}; +struct ALIGN( 8 ) _UNICODE_STRING +{ + USHORT Length; + USHORT MaximumLength; + PWCH Buffer; +}; +struct ALIGN( 8 ) _PROCESS_REVOKE_FILE_HANDLES_INFORMATION +{ + UNICODE_STRING TargetDevicePath; +}; +struct ALIGN( 8 ) tagMOUSEINPUT +{ + LONG dx; + LONG dy; + DWORD mouseData; + DWORD dwFlags; + DWORD time; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 8 ) tagKEYBDINPUT +{ + WORD wVk; + WORD wScan; + DWORD dwFlags; + DWORD time; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 4 ) tagHARDWAREINPUT +{ + DWORD uMsg; + WORD wParamL; + WORD wParamH; +}; +struct ALIGN( 8 ) tagINPUT +{ + DWORD type; + union ALIGN( 8 ) + { + MOUSEINPUT mi; + KEYBDINPUT ki; + HARDWAREINPUT hi; + }; +}; +struct ALIGN( 4 ) _MESSAGE_RESOURCE_BLOCK +{ + DWORD LowId; + DWORD HighId; + DWORD OffsetToEntries; +}; +struct ALIGN( 4 ) _MESSAGE_RESOURCE_DATA +{ + DWORD NumberOfBlocks; + MESSAGE_RESOURCE_BLOCK Blocks[1]; +}; +struct ALIGN( 8 ) _SCRUB_PARITY_EXTENT_DATA +{ + WORD Size; + WORD Flags; + WORD NumberOfParityExtents; + WORD MaximumNumberOfParityExtents; + SCRUB_PARITY_EXTENT ParityExtents[1]; +}; +struct ALIGN( 8 ) tagPOINTER_INFO +{ + POINTER_INPUT_TYPE pointerType; + UINT32 pointerId; + UINT32 frameId; + POINTER_FLAGS pointerFlags; + HANDLE sourceDevice; + HWND hwndTarget; + POINT ptPixelLocation; + POINT ptHimetricLocation; + POINT ptPixelLocationRaw; + POINT ptHimetricLocationRaw; + DWORD dwTime; + UINT32 historyCount; + INT32 InputData; + DWORD dwKeyStates; + UINT64 PerformanceCount; + POINTER_BUTTON_CHANGE_TYPE ButtonChangeType; +}; +struct ALIGN( 4 ) _IMAGE_THUNK_DATA32 +{ + union ALIGN( 4 ) + { + DWORD ForwarderString; + DWORD Function; + DWORD Ordinal; + DWORD AddressOfData; + } u1; +}; +struct ALIGN( 8 ) _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG +{ + DWORD Size; + PCWSTR TriggerId; +}; +struct ALIGN( 4 ) tagRID_DEVICE_INFO_HID +{ + DWORD dwVendorId; + DWORD dwProductId; + DWORD dwVersionNumber; + USHORT usUsagePage; + USHORT usUsage; +}; +struct ALIGN( 8 ) tagWINDOWPOS +{ + HWND hwnd; + HWND hwndInsertAfter; + int x; + int y; + int cx; + int cy; + UINT flags; +}; +struct ALIGN( 4 ) _PROCESS_LDT_SIZE +{ + ULONG Length; +}; +struct ALIGN( 4 ) BATTERY_REPORTING_SCALE +{ + DWORD Granularity; + DWORD Capacity; +}; +struct ALIGN( 4 ) SYSTEM_POWER_CAPABILITIES +{ + BOOLEAN PowerButtonPresent; + BOOLEAN SleepButtonPresent; + BOOLEAN LidPresent; + BOOLEAN SystemS1; + BOOLEAN SystemS2; + BOOLEAN SystemS3; + BOOLEAN SystemS4; + BOOLEAN SystemS5; + BOOLEAN HiberFilePresent; + BOOLEAN FullWake; + BOOLEAN VideoDimPresent; + BOOLEAN ApmPresent; + BOOLEAN UpsPresent; + BOOLEAN ThermalControl; + BOOLEAN ProcessorThrottle; + BYTE ProcessorMinThrottle; + BYTE ProcessorMaxThrottle; + BOOLEAN FastSystemS4; + BOOLEAN Hiberboot; + BOOLEAN WakeAlarmPresent; + BOOLEAN AoAc; + BOOLEAN DiskSpinDown; + BYTE HiberFileType; + BOOLEAN AoAcConnectivitySupported; + BYTE spare3[6]; + BOOLEAN SystemBatteriesPresent; + BOOLEAN BatteriesAreShortTerm; + BATTERY_REPORTING_SCALE BatteryScale[3]; + SYSTEM_POWER_STATE AcOnLineWake; + SYSTEM_POWER_STATE SoftLidWake; + SYSTEM_POWER_STATE RtcWake; + SYSTEM_POWER_STATE MinDeviceWakeState; + SYSTEM_POWER_STATE DefaultLowLatencyWake; +}; +struct ALIGN( 8 ) tagSERIALKEYSA +{ + UINT cbSize; + DWORD dwFlags; + LPSTR lpszActivePort; + LPSTR lpszPort; + UINT iBaudRate; + UINT iPortState; + UINT iActive; +}; +struct ALIGN( 4 ) ANON_OBJECT_HEADER +{ + WORD Sig1; + WORD Sig2; + WORD Version; + WORD Machine; + DWORD TimeDateStamp; + CLSID ClassID; + DWORD SizeOfData; +}; +struct ALIGN( 8 ) _TOKEN_SID_INFORMATION +{ + PSID Sid; +}; +struct ALIGN( 4 ) _ENCLAVE_LOAD_DATA_VBS_BASIC +{ + DWORD PageType; +}; +struct ALIGN( 4 ) tagWINDOWPLACEMENT +{ + UINT length; + UINT flags; + UINT showCmd; + POINT ptMinPosition; + POINT ptMaxPosition; + RECT rcNormalPosition; +}; +struct ALIGN( 8 ) _MEM_ADDRESS_REQUIREMENTS +{ + PVOID LowestStartingAddress; + PVOID HighestEndingAddress; + SIZE_T Alignment; +}; +struct ALIGN( 4 ) PROCESSOR_PERFSTATE_POLICY +{ + DWORD Revision; + BYTE MaxThrottle; + BYTE MinThrottle; + BYTE BusyAdjThreshold; + union ALIGN( 1 ) + { + BYTE Spare; + union ALIGN( 1 ) + { + BYTE AsBYTE; + struct ALIGN( 1 ) + { + BYTE NoDomainAccounting : 1; + BYTE IncreasePolicy : 2; + BYTE DecreasePolicy : 2; + BYTE Reserved : 3; + }; + } Flags; + }; + DWORD TimeCheck; + DWORD IncreaseTime; + DWORD DecreaseTime; + DWORD IncreasePercent; + DWORD DecreasePercent; +}; +union ALIGN( 1 ) _PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS +{ + UCHAR Trustlet : 1; + UCHAR Ntos : 1; + UCHAR WriteHandle : 1; + UCHAR ReadHandle : 1; + UCHAR Reserved : 4; + UCHAR AccessRights; +}; +struct ALIGN( 4 ) _PS_TRUSTLET_ATTRIBUTE_TYPE +{ + union ALIGN( 4 ) + { + struct ALIGN( 1 ) + { + UCHAR Version; + UCHAR DataCount; + UCHAR SemanticType; + PS_TRUSTLET_ATTRIBUTE_ACCESSRIGHTS AccessRights; + }; + ULONG AttributeType; + }; +}; +struct ALIGN( 4 ) _PS_TRUSTLET_ATTRIBUTE_HEADER +{ + PS_TRUSTLET_ATTRIBUTE_TYPE AttributeType; + ULONG InstanceNumber : 8; + ULONG Reserved : 24; +}; +struct ALIGN( 4 ) tagTPMPARAMS +{ + UINT cbSize; + RECT rcExclude; +}; +struct ALIGN( 8 ) tagDRAWITEMSTRUCT +{ + UINT CtlType; + UINT CtlID; + UINT itemID; + UINT itemAction; + UINT itemState; + HWND hwndItem; + HDC hDC; + RECT rcItem; + ULONG_PTR itemData; +}; +struct ALIGN( 4 ) _SECURITY_QUALITY_OF_SERVICE +{ + DWORD Length; + SECURITY_IMPERSONATION_LEVEL ImpersonationLevel; + SECURITY_CONTEXT_TRACKING_MODE ContextTrackingMode; + BOOLEAN EffectiveOnly; +}; +struct ALIGN( 4 ) _IMAGE_OPTIONAL_HEADER64 +{ + WORD Magic; + BYTE MajorLinkerVersion; + BYTE MinorLinkerVersion; + DWORD SizeOfCode; + DWORD SizeOfInitializedData; + DWORD SizeOfUninitializedData; + DWORD AddressOfEntryPoint; + DWORD BaseOfCode; + ULONGLONG ImageBase; + DWORD SectionAlignment; + DWORD FileAlignment; + WORD MajorOperatingSystemVersion; + WORD MinorOperatingSystemVersion; + WORD MajorImageVersion; + WORD MinorImageVersion; + WORD MajorSubsystemVersion; + WORD MinorSubsystemVersion; + DWORD Win32VersionValue; + DWORD SizeOfImage; + DWORD SizeOfHeaders; + DWORD CheckSum; + WORD Subsystem; + WORD DllCharacteristics; + ULONGLONG SizeOfStackReserve; + ULONGLONG SizeOfStackCommit; + ULONGLONG SizeOfHeapReserve; + ULONGLONG SizeOfHeapCommit; + DWORD LoaderFlags; + DWORD NumberOfRvaAndSizes; + IMAGE_DATA_DIRECTORY DataDirectory[16]; +}; +struct ALIGN( 4 ) _IMAGE_NT_HEADERS64 +{ + DWORD Signature; + IMAGE_FILE_HEADER FileHeader; + IMAGE_OPTIONAL_HEADER64 OptionalHeader; +}; +struct ALIGN( 4 ) tagAUDIODESCRIPTION +{ + UINT cbSize; + BOOL Enabled; + LCID Locale; +}; +struct ALIGN( 8 ) _SERVICE_REQUIRED_PRIVILEGES_INFOW +{ + LPWSTR pmszRequiredPrivileges; +}; +struct ALIGN( 4 ) HRGN__ +{ + int unused; +}; +struct ALIGN( 2 ) _IMAGE_RESOURCE_DIRECTORY_STRING +{ + WORD Length; + CHAR NameString[1]; +}; +union ALIGN( 2 ) _IMAGE_AUX_SYMBOL +{ + struct ALIGN( 2 ) + { + DWORD TagIndex; + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + WORD Linenumber; + WORD Size; + } LnSz; + DWORD TotalSize; + } Misc; + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + DWORD PointerToLinenumber; + DWORD PointerToNextFunction; + } Function; + struct ALIGN( 2 ) + { + WORD Dimension[4]; + } Array; + } FcnAry; + WORD TvIndex; + } Sym; + struct ALIGN( 1 ) + { + BYTE Name[18]; + } File; + struct ALIGN( 2 ) + { + DWORD Length; + WORD NumberOfRelocations; + WORD NumberOfLinenumbers; + DWORD CheckSum; + SHORT Number; + BYTE Selection; + BYTE bReserved; + SHORT HighNumber; + } Section; + IMAGE_AUX_SYMBOL_TOKEN_DEF TokenDef; + struct ALIGN( 2 ) + { + DWORD crc; + BYTE rgbReserved[14]; + } CRC; +}; +struct ALIGN( 1 ) _BLENDFUNCTION +{ + BYTE BlendOp; + BYTE BlendFlags; + BYTE SourceConstantAlpha; + BYTE AlphaFormat; +}; +struct ALIGN( 4 ) _NON_PAGED_DEBUG_INFO +{ + WORD Signature; + WORD Flags; + DWORD Size; + WORD Machine; + WORD Characteristics; + DWORD TimeDateStamp; + DWORD CheckSum; + DWORD SizeOfImage; + ULONGLONG ImageBase; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE +{ + MEM_DEDICATED_ATTRIBUTE_TYPE Type; + DWORD Reserved; + DWORD64 Value; +}; +struct ALIGN( 8 ) _JOBOBJECT_WAKE_INFORMATION +{ + HANDLE NotificationChannel; + ULONG64 WakeCounters[7]; +}; +struct ALIGN( 8 ) PPM_IDLESTATE_EVENT +{ + DWORD NewState; + DWORD OldState; + DWORD64 Processors; +}; +struct ALIGN( 4 ) _IMAGE_LOAD_CONFIG_CODE_INTEGRITY +{ + WORD Flags; + WORD Catalog; + DWORD CatalogOffset; + DWORD Reserved; +}; +struct ALIGN( 4 ) _IMAGE_LOAD_CONFIG_DIRECTORY64 +{ + DWORD Size; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + DWORD GlobalFlagsClear; + DWORD GlobalFlagsSet; + DWORD CriticalSectionDefaultTimeout; + ULONGLONG DeCommitFreeBlockThreshold; + ULONGLONG DeCommitTotalFreeThreshold; + ULONGLONG LockPrefixTable; + ULONGLONG MaximumAllocationSize; + ULONGLONG VirtualMemoryThreshold; + ULONGLONG ProcessAffinityMask; + DWORD ProcessHeapFlags; + WORD CSDVersion; + WORD DependentLoadFlags; + ULONGLONG EditList; + ULONGLONG SecurityCookie; + ULONGLONG SEHandlerTable; + ULONGLONG SEHandlerCount; + ULONGLONG GuardCFCheckFunctionPointer; + ULONGLONG GuardCFDispatchFunctionPointer; + ULONGLONG GuardCFFunctionTable; + ULONGLONG GuardCFFunctionCount; + DWORD GuardFlags; + IMAGE_LOAD_CONFIG_CODE_INTEGRITY CodeIntegrity; + ULONGLONG GuardAddressTakenIatEntryTable; + ULONGLONG GuardAddressTakenIatEntryCount; + ULONGLONG GuardLongJumpTargetTable; + ULONGLONG GuardLongJumpTargetCount; + ULONGLONG DynamicValueRelocTable; + ULONGLONG CHPEMetadataPointer; + ULONGLONG GuardRFFailureRoutine; + ULONGLONG GuardRFFailureRoutineFunctionPointer; + DWORD DynamicValueRelocTableOffset; + WORD DynamicValueRelocTableSection; + WORD Reserved2; + ULONGLONG GuardRFVerifyStackPointerFunctionPointer; + DWORD HotPatchTableOffset; + DWORD Reserved3; + ULONGLONG EnclaveConfigurationPointer; + ULONGLONG VolatileMetadataPointer; + ULONGLONG GuardEHContinuationTable; + ULONGLONG GuardEHContinuationCount; + ULONGLONG GuardXFGCheckFunctionPointer; + ULONGLONG GuardXFGDispatchFunctionPointer; + ULONGLONG GuardXFGTableDispatchFunctionPointer; + ULONGLONG CastGuardOsDeterminedFailureMode; + ULONGLONG GuardMemcpyFunctionPointer; +}; +struct ALIGN( 8 ) _UMS_CREATE_THREAD_ATTRIBUTES +{ + DWORD UmsVersion; + PVOID UmsContext; + PVOID UmsCompletionList; +}; +struct ALIGN( 8 ) _PEB +{ + BOOLEAN InheritedAddressSpace; + BOOLEAN ReadImageFileExecOptions; + BOOLEAN BeingDebugged; + union ALIGN( 1 ) + { + BOOLEAN BitField; + struct ALIGN( 1 ) + { + BOOLEAN ImageUsesLargePages : 1; + BOOLEAN IsProtectedProcess : 1; + BOOLEAN IsImageDynamicallyRelocated : 1; + BOOLEAN SkipPatchingUser32Forwarders : 1; + BOOLEAN IsPackagedProcess : 1; + BOOLEAN IsAppContainer : 1; + BOOLEAN IsProtectedProcessLight : 1; + BOOLEAN IsLongPathAwareProcess : 1; + }; + }; + HANDLE Mutant; + PVOID ImageBaseAddress; + PPEB_LDR_DATA Ldr; + PRTL_USER_PROCESS_PARAMETERS ProcessParameters; + PVOID SubSystemData; + PVOID ProcessHeap; + PRTL_CRITICAL_SECTION FastPebLock; + PSLIST_HEADER AtlThunkSListPtr; + PVOID IFEOKey; + union ALIGN( 4 ) + { + ULONG CrossProcessFlags; + struct ALIGN( 4 ) + { + ULONG ProcessInJob : 1; + ULONG ProcessInitializing : 1; + ULONG ProcessUsingVEH : 1; + ULONG ProcessUsingVCH : 1; + ULONG ProcessUsingFTH : 1; + ULONG ProcessPreviouslyThrottled : 1; + ULONG ProcessCurrentlyThrottled : 1; + ULONG ProcessImagesHotPatched : 1; + ULONG ReservedBits0 : 24; + }; + }; + union ALIGN( 8 ) + { + PVOID KernelCallbackTable; + PVOID UserSharedInfoPtr; + }; + ULONG SystemReserved; + ULONG AtlThunkSListPtr32; + PAPI_SET_NAMESPACE ApiSetMap; + ULONG TlsExpansionCounter; + PRTL_BITMAP TlsBitmap; + ULONG TlsBitmapBits[2]; + PVOID ReadOnlySharedMemoryBase; + PSILO_USER_SHARED_DATA SharedData; + PVOID* ReadOnlyStaticServerData; + PVOID AnsiCodePageData; + PVOID OemCodePageData; + PVOID UnicodeCaseTableData; + ULONG NumberOfProcessors; + ULONG NtGlobalFlag; + ULARGE_INTEGER CriticalSectionTimeout; + SIZE_T HeapSegmentReserve; + SIZE_T HeapSegmentCommit; + SIZE_T HeapDeCommitTotalFreeThreshold; + SIZE_T HeapDeCommitFreeBlockThreshold; + ULONG NumberOfHeaps; + ULONG MaximumNumberOfHeaps; + PVOID* ProcessHeaps; + PVOID GdiSharedHandleTable; + PVOID ProcessStarterHelper; + ULONG GdiDCAttributeList; + PRTL_CRITICAL_SECTION LoaderLock; + ULONG OSMajorVersion; + ULONG OSMinorVersion; + USHORT OSBuildNumber; + USHORT OSCSDVersion; + ULONG OSPlatformId; + ULONG ImageSubsystem; + ULONG ImageSubsystemMajorVersion; + ULONG ImageSubsystemMinorVersion; + KAFFINITY ActiveProcessAffinityMask; + GDI_HANDLE_BUFFER GdiHandleBuffer; + PVOID PostProcessInitRoutine; + PRTL_BITMAP TlsExpansionBitmap; + ULONG TlsExpansionBitmapBits[32]; + ULONG SessionId; + ULARGE_INTEGER AppCompatFlags; + ULARGE_INTEGER AppCompatFlagsUser; + PVOID pShimData; + PVOID AppCompatInfo; + UNICODE_STRING CSDVersion; + PACTIVATION_CONTEXT_DATA ActivationContextData; + PASSEMBLY_STORAGE_MAP ProcessAssemblyStorageMap; + PACTIVATION_CONTEXT_DATA SystemDefaultActivationContextData; + PASSEMBLY_STORAGE_MAP SystemAssemblyStorageMap; + SIZE_T MinimumStackCommit; + PVOID SparePointers[2]; + PVOID PatchLoaderData; + PVOID ChpeV2ProcessInfo; + ULONG AppModelFeatureState; + ULONG SpareUlongs[2]; + USHORT ActiveCodePage; + USHORT OemCodePage; + USHORT UseCaseMapping; + USHORT UnusedNlsField; + PVOID WerRegistrationData; + PVOID WerShipAssertPtr; + union ALIGN( 8 ) + { + PVOID pContextData; + PVOID pUnused; + PVOID EcCodeBitMap; + }; + PVOID pImageHeaderHash; + union ALIGN( 4 ) + { + ULONG TracingFlags; + struct ALIGN( 4 ) + { + ULONG HeapTracingEnabled : 1; + ULONG CritSecTracingEnabled : 1; + ULONG LibLoaderTracingEnabled : 1; + ULONG SpareTracingBits : 29; + }; + }; + ULONGLONG CsrServerReadOnlySharedMemoryBase; + PRTL_CRITICAL_SECTION TppWorkerpListLock; + LIST_ENTRY TppWorkerpList; + PVOID WaitOnAddressHashTable[128]; + PTELEMETRY_COVERAGE_HEADER TelemetryCoverageHeader; + ULONG CloudFileFlags; + ULONG CloudFileDiagFlags; + CHAR PlaceholderCompatibilityMode; + CHAR PlaceholderCompatibilityModeReserved[7]; + PLEAP_SECOND_DATA LeapSecondData; + union ALIGN( 4 ) + { + ULONG LeapSecondFlags; + struct ALIGN( 4 ) + { + ULONG SixtySecondEnabled : 1; + ULONG Reserved : 31; + }; + }; + ULONG NtGlobalFlag2; + ULONGLONG ExtendedFeatureDisableMask; +}; +struct ALIGN( 8 ) tagCWPSTRUCT +{ + LPARAM lParam; + WPARAM wParam; + UINT message; + HWND hwnd; +}; +struct ALIGN( 1 ) _IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION +{ + DWORD PageRelativeOffset : 12; + DWORD IndirectCall : 1; + DWORD IATIndex : 19; +}; +struct ALIGN( 8 ) _PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION +{ + WORD NumberOfTargets; + WORD Reserved; + DWORD Reserved2; + PPROCESS_DYNAMIC_EH_CONTINUATION_TARGET Targets; +}; +struct ALIGN( 8 ) PPM_WMI_PERF_STATE +{ + DWORD Frequency; + DWORD Power; + BYTE PercentFrequency; + BYTE IncreaseLevel; + BYTE DecreaseLevel; + BYTE Type; + DWORD IncreaseTime; + DWORD DecreaseTime; + DWORD64 Control; + DWORD64 Status; + DWORD HitCount; + DWORD Reserved1; + DWORD64 Reserved2; + DWORD64 Reserved3; +}; +struct ALIGN( 8 ) PPM_WMI_PERF_STATES +{ + DWORD Count; + DWORD MaxFrequency; + DWORD CurrentState; + DWORD MaxPerfState; + DWORD MinPerfState; + DWORD LowestPerfState; + DWORD ThermalConstraint; + BYTE BusyAdjThreshold; + BYTE PolicyType; + BYTE Type; + BYTE Reserved; + DWORD TimerInterval; + DWORD64 TargetProcessors; + DWORD PStateHandler; + DWORD PStateContext; + DWORD TStateHandler; + DWORD TStateContext; + DWORD FeedbackHandler; + DWORD Reserved1; + DWORD64 Reserved2; + PPM_WMI_PERF_STATE State[1]; +}; +struct ALIGN( 8 ) _PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE +{ + ULONG_PTR BaseAddress; + SIZE_T Size; + DWORD Flags; +}; +struct ALIGN( 8 ) _ICONINFOEXW +{ + DWORD cbSize; + BOOL fIcon; + DWORD xHotspot; + DWORD yHotspot; + HBITMAP hbmMask; + HBITMAP hbmColor; + WORD wResID; + WCHAR szModName[260]; + WCHAR szResName[260]; +}; +struct ALIGN( 1 ) _POWER_PLATFORM_INFORMATION +{ + BOOLEAN AoAc; +}; +struct ALIGN( 8 ) tagMOUSEHOOKSTRUCT +{ + POINT pt; + HWND hwnd; + UINT wHitTestCode; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 8 ) PPM_IDLE_STATE_BUCKET_EX +{ + DWORD64 TotalTimeUs; + DWORD MinTimeUs; + DWORD MaxTimeUs; + DWORD Count; +}; +struct ALIGN( 8 ) PPM_IDLE_STATE_ACCOUNTING_EX +{ + DWORD64 TotalTime; + DWORD IdleTransitions; + DWORD FailedTransitions; + DWORD InvalidBucketIndex; + DWORD MinTimeUs; + DWORD MaxTimeUs; + DWORD CancelledTransitions; + PPM_IDLE_STATE_BUCKET_EX IdleTimeBuckets[16]; +}; +struct ALIGN( 1 ) _IMAGE_BDD_INFO +{ + DWORD Version; + DWORD BDDSize; +}; +struct ALIGN( 8 ) tagMOUSEMOVEPOINT +{ + int x; + int y; + DWORD time; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 8 ) _POOLED_USAGE_AND_LIMITS +{ + SIZE_T PeakPagedPoolUsage; + SIZE_T PagedPoolUsage; + SIZE_T PagedPoolLimit; + SIZE_T PeakNonPagedPoolUsage; + SIZE_T NonPagedPoolUsage; + SIZE_T NonPagedPoolLimit; + SIZE_T PeakPagefileUsage; + SIZE_T PagefileUsage; + SIZE_T PagefileLimit; +}; +union ALIGN( 4 ) IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EPILOG_SCOPE +{ + DWORD EpilogScopeData; + struct ALIGN( 4 ) + { + DWORD EpilogStartOffset : 18; + DWORD Res0 : 4; + DWORD EpilogStartIndex : 10; + }; +}; +struct ALIGN( 1 ) _SYSTEM_POOL_ZEROING_INFORMATION +{ + BOOLEAN PoolZeroingSupportPresent; +}; +struct ALIGN( 8 ) PPM_IDLE_STATE_ACCOUNTING +{ + DWORD IdleTransitions; + DWORD FailedTransitions; + DWORD InvalidBucketIndex; + DWORD64 TotalTime; + DWORD IdleTimeBuckets[6]; +}; +struct ALIGN( 8 ) PPM_IDLE_ACCOUNTING +{ + DWORD StateCount; + DWORD TotalTransitions; + DWORD ResetCount; + DWORD64 StartTime; + PPM_IDLE_STATE_ACCOUNTING State[1]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD DisableExtensionPoints : 1; + DWORD ReservedFlags : 31; + }; + }; +}; +struct ALIGN( 4 ) PROCESSOR_IDLESTATE_INFO +{ + DWORD TimeCheck; + BYTE DemotePercent; + BYTE PromotePercent; + BYTE Spare[2]; +}; +struct ALIGN( 4 ) PROCESSOR_IDLESTATE_POLICY +{ + WORD Revision; + union ALIGN( 2 ) + { + WORD AsWORD; + struct ALIGN( 2 ) + { + WORD AllowScaling : 1; + WORD Disabled : 1; + WORD Reserved : 14; + }; + } Flags; + DWORD PolicyCount; + PROCESSOR_IDLESTATE_INFO Policy[3]; +}; +struct ALIGN( 8 ) _XSTATE_CONFIGURATION +{ + DWORD64 EnabledFeatures; + DWORD64 EnabledVolatileFeatures; + DWORD Size; + union ALIGN( 4 ) + { + DWORD ControlFlags; + struct ALIGN( 4 ) + { + DWORD OptimizedSave : 1; + DWORD CompactionEnabled : 1; + DWORD ExtendedFeatureDisable : 1; + }; + }; + XSTATE_FEATURE Features[64]; + DWORD64 EnabledSupervisorFeatures; + DWORD64 AlignedFeatures; + DWORD AllFeatureSize; + DWORD AllFeatures[64]; + DWORD64 EnabledUserVisibleSupervisorFeatures; + DWORD64 ExtendedFeatureDisableFeatures; + DWORD AllNonLargeFeatureSize; + WORD MaxSveVectorLength; + WORD Spare1; +}; +struct ALIGN( 4 ) _MEMORY_BASIC_INFORMATION32 +{ + DWORD BaseAddress; + DWORD AllocationBase; + DWORD AllocationProtect; + DWORD RegionSize; + DWORD State; + DWORD Protect; + DWORD Type; +}; +struct ALIGN( 4 ) tagLOGFONTW +{ + LONG lfHeight; + LONG lfWidth; + LONG lfEscapement; + LONG lfOrientation; + LONG lfWeight; + BYTE lfItalic; + BYTE lfUnderline; + BYTE lfStrikeOut; + BYTE lfCharSet; + BYTE lfOutPrecision; + BYTE lfClipPrecision; + BYTE lfQuality; + BYTE lfPitchAndFamily; + WCHAR lfFaceName[32]; +}; +struct ALIGN( 4 ) tagNONCLIENTMETRICSW +{ + UINT cbSize; + int iBorderWidth; + int iScrollWidth; + int iScrollHeight; + int iCaptionWidth; + int iCaptionHeight; + LOGFONTW lfCaptionFont; + int iSmCaptionWidth; + int iSmCaptionHeight; + LOGFONTW lfSmCaptionFont; + int iMenuWidth; + int iMenuHeight; + LOGFONTW lfMenuFont; + LOGFONTW lfStatusFont; + LOGFONTW lfMessageFont; + int iPaddedBorderWidth; +}; +struct ALIGN( 4 ) _IMAGE_BOUND_IMPORT_DESCRIPTOR +{ + DWORD TimeDateStamp; + WORD OffsetModuleName; + WORD NumberOfModuleForwarderRefs; +}; +struct ALIGN( 1 ) _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES +{ + BOOLEAN IsAllowed; +}; +struct ALIGN( 4 ) _POWER_SESSION_WINLOGON +{ + DWORD SessionId; + BOOLEAN Console; + BOOLEAN Locked; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_IMAGE_LOAD_POLICY +{ + union ALIGN( 4 ) + { + DWORD Flags; + struct ALIGN( 4 ) + { + DWORD NoRemoteImages : 1; + DWORD NoLowMandatoryLabelImages : 1; + DWORD PreferSystem32Images : 1; + DWORD AuditNoRemoteImages : 1; + DWORD AuditNoLowMandatoryLabelImages : 1; + DWORD ReservedFlags : 27; + }; + }; +}; +struct ALIGN( 1 ) _IMAGE_DYNAMIC_RELOCATION64 +{ + ULONGLONG Symbol; + DWORD BaseRelocSize; +}; +struct ALIGN( 4 ) _POWER_SESSION_TIMEOUTS +{ + DWORD InputTimeout; + DWORD DisplayTimeout; +}; +struct ALIGN( 4 ) _PROCESS_ENERGY_TRACKING_STATE +{ + ULONG StateUpdateMask; + ULONG StateDesiredValue; + ULONG StateSequence; + ULONG UpdateTag : 1; + WCHAR Tag[64]; +}; +struct ALIGN( 8 ) _RTL_ACTIVATION_CONTEXT_STACK_FRAME +{ + _RTL_ACTIVATION_CONTEXT_STACK_FRAME* Previous; + PACTIVATION_CONTEXT ActivationContext; + ULONG Flags; +}; +struct ALIGN( 8 ) _RTL_CRITICAL_SECTION_DEBUG +{ + WORD Type; + WORD CreatorBackTraceIndex; + _RTL_CRITICAL_SECTION* CriticalSection; + LIST_ENTRY ProcessLocksList; + DWORD EntryCount; + DWORD ContentionCount; + DWORD Flags; + WORD CreatorBackTraceIndexHigh; + WORD Identifier; +}; +struct ALIGN( 4 ) _IMAGE_DEBUG_MISC +{ + DWORD DataType; + DWORD Length; + BOOLEAN Unicode; + BYTE Reserved[3]; + BYTE Data[1]; +}; +struct ALIGN( 4 ) _JOBOBJECT_BASIC_UI_RESTRICTIONS +{ + DWORD UIRestrictionsClass; +}; +struct ALIGN( 1 ) _IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER +{ + DWORD EpilogueCount; + BYTE EpilogueByteCount; + BYTE BranchDescriptorElementSize; + WORD BranchDescriptorCount; +}; +struct ALIGN( 4 ) PPM_WMI_IDLE_STATE +{ + DWORD Latency; + DWORD Power; + DWORD TimeCheck; + BYTE PromotePercent; + BYTE DemotePercent; + BYTE StateType; + BYTE Reserved; + DWORD StateFlags; + DWORD Context; + DWORD IdleHandler; + DWORD Reserved1; +}; +struct ALIGN( 8 ) _ICONINFO +{ + BOOL fIcon; + DWORD xHotspot; + DWORD yHotspot; + HBITMAP hbmMask; + HBITMAP hbmColor; +}; +struct ALIGN( 8 ) _JOBOBJECT_ASSOCIATE_COMPLETION_PORT +{ + PVOID CompletionKey; + HANDLE CompletionPort; +}; +struct ALIGN( 4 ) SET_POWER_SETTING_VALUE +{ + DWORD Version; + GUID Guid; + SYSTEM_POWER_CONDITION PowerCondition; + DWORD DataLength; + BYTE Data[1]; +}; +struct ALIGN( 8 ) _RESUME_PERFORMANCE +{ + DWORD PostTimeMs; + ULONGLONG TotalResumeTimeMs; + ULONGLONG ResumeCompleteTimestamp; +}; +struct ALIGN( 4 ) _PROCESS_SYSCALL_PROVIDER_INFORMATION +{ + GUID ProviderId; + UCHAR Level; +}; +struct ALIGN( 8 ) _DBGKM_CREATE_THREAD +{ + ULONG SubSystemKey; + PVOID StartAddress; +}; +struct ALIGN( 4 ) _OSVERSIONINFOEXW +{ + DWORD dwOSVersionInfoSize; + DWORD dwMajorVersion; + DWORD dwMinorVersion; + DWORD dwBuildNumber; + DWORD dwPlatformId; + WCHAR szCSDVersion[128]; + WORD wServicePackMajor; + WORD wServicePackMinor; + WORD wSuiteMask; + BYTE wProductType; + BYTE wReserved; +}; +struct ALIGN( 8 ) _SERVERSILO_INIT_INFORMATION +{ + HANDLE DeleteEvent; + BOOLEAN IsDownlevelContainer; +}; +struct ALIGN( 8 ) tagGUITHREADINFO +{ + DWORD cbSize; + DWORD flags; + HWND hwndActive; + HWND hwndFocus; + HWND hwndCapture; + HWND hwndMenuOwner; + HWND hwndMoveSize; + HWND hwndCaret; + RECT rcCaret; +}; +struct ALIGN( 2 ) _MESSAGE_RESOURCE_ENTRY +{ + WORD Length; + WORD Flags; + BYTE Text[1]; +}; +struct ALIGN( 4 ) tagTITLEBARINFO +{ + DWORD cbSize; + RECT rcTitleBar; + DWORD rgstate[6]; +}; +struct ALIGN( 8 ) tagMENUBARINFO +{ + DWORD cbSize; + RECT rcBar; + HMENU hMenu; + HWND hwndMenu; + BOOL fBarFocused : 1; + BOOL fFocused : 1; + BOOL fUnused : 30; +}; +struct ALIGN( 4 ) _OSVERSIONINFOA +{ + DWORD dwOSVersionInfoSize; + DWORD dwMajorVersion; + DWORD dwMinorVersion; + DWORD dwBuildNumber; + DWORD dwPlatformId; + CHAR szCSDVersion[128]; +}; +struct ALIGN( 4 ) _TAPE_WRITE_MARKS +{ + DWORD Type; + DWORD Count; + BOOLEAN Immediate; +}; +struct ALIGN( 4 ) tagALTTABINFO +{ + DWORD cbSize; + int cItems; + int cColumns; + int cRows; + int iColFocus; + int iRowFocus; + int cxItem; + int cyItem; + POINT ptStart; +}; +struct ALIGN( 4 ) _DBGKM_EXIT_PROCESS +{ + NTSTATUS ExitStatus; +}; +struct ALIGN( 4 ) tagRID_DEVICE_INFO_MOUSE +{ + DWORD dwId; + DWORD dwNumberOfButtons; + DWORD dwSampleRate; + BOOL fHasHorizontalWheel; +}; +struct ALIGN( 4 ) tagRID_DEVICE_INFO_KEYBOARD +{ + DWORD dwType; + DWORD dwSubType; + DWORD dwKeyboardMode; + DWORD dwNumberOfFunctionKeys; + DWORD dwNumberOfIndicators; + DWORD dwNumberOfKeysTotal; +}; +struct ALIGN( 8 ) tagPOINTER_PEN_INFO +{ + POINTER_INFO pointerInfo; + PEN_FLAGS penFlags; + PEN_MASK penMask; + UINT32 pressure; + UINT32 rotation; + INT32 tiltX; + INT32 tiltY; +}; +struct ALIGN( 4 ) tagANIMATIONINFO +{ + UINT cbSize; + int iMinAnimate; +}; +struct ALIGN( 4 ) _IMAGE_ENCLAVE_CONFIG64 +{ + DWORD Size; + DWORD MinimumRequiredConfigSize; + DWORD PolicyFlags; + DWORD NumberOfImports; + DWORD ImportList; + DWORD ImportEntrySize; + BYTE FamilyID[16]; + BYTE ImageID[16]; + DWORD ImageVersion; + DWORD SecurityVersion; + ULONGLONG EnclaveSize; + DWORD NumberOfThreads; + DWORD EnclaveFlags; +}; +struct ALIGN( 8 ) tagSERIALKEYSW +{ + UINT cbSize; + DWORD dwFlags; + LPWSTR lpszActivePort; + LPWSTR lpszPort; + UINT iBaudRate; + UINT iPortState; + UINT iActive; +}; +struct ALIGN( 4 ) tagFILTERKEYS +{ + UINT cbSize; + DWORD dwFlags; + DWORD iWaitMSec; + DWORD iDelayMSec; + DWORD iRepeatMSec; + DWORD iBounceMSec; +}; +struct ALIGN( 4 ) _ADMINISTRATOR_POWER_POLICY +{ + SYSTEM_POWER_STATE MinSleep; + SYSTEM_POWER_STATE MaxSleep; + DWORD MinVideoTimeout; + DWORD MaxVideoTimeout; + DWORD MinSpindownTimeout; + DWORD MaxSpindownTimeout; +}; +struct ALIGN( 8 ) _PROCESS_WS_WATCH_INFORMATION +{ + PVOID FaultingPc; + PVOID FaultingVa; +}; +struct ALIGN( 8 ) _PROCESS_DISK_COUNTERS +{ + ULONGLONG BytesRead; + ULONGLONG BytesWritten; + ULONGLONG ReadOperationCount; + ULONGLONG WriteOperationCount; + ULONGLONG FlushOperationCount; +}; +union ALIGN( 8 ) _ENERGY_STATE_DURATION +{ + ULONGLONG Value; + struct ALIGN( 4 ) + { + ULONG LastChangeTime; + ULONG Duration : 31; + ULONG IsInState : 1; + }; +}; +struct ALIGN( 8 ) _PROCESS_ENERGY_VALUES +{ + ULONGLONG Cycles[4][2]; + ULONGLONG DiskEnergy; + ULONGLONG NetworkTailEnergy; + ULONGLONG MBBTailEnergy; + ULONGLONG NetworkTxRxBytes; + ULONGLONG MBBTxRxBytes; + union ALIGN( 8 ) + { + ENERGY_STATE_DURATION Durations[3]; + struct ALIGN( 8 ) + { + ENERGY_STATE_DURATION ForegroundDuration; + ENERGY_STATE_DURATION DesktopVisibleDuration; + ENERGY_STATE_DURATION PSMForegroundDuration; + }; + }; + ULONG CompositionRendered; + ULONG CompositionDirtyGenerated; + ULONG CompositionDirtyPropagated; + ULONG Reserved1; + ULONGLONG AttributedCycles[4][2]; + ULONGLONG WorkOnBehalfCycles[4][2]; +}; +struct ALIGN( 8 ) _JOBOBJECT_EXTENDED_ACCOUNTING_INFORMATION +{ + JOBOBJECT_BASIC_ACCOUNTING_INFORMATION BasicInfo; + IO_COUNTERS IoInfo; + PROCESS_DISK_COUNTERS DiskIoInfo; + ULONG64 ContextSwitches; + LARGE_INTEGER TotalCycleTime; + ULONG64 ReadyTime; + PROCESS_ENERGY_VALUES EnergyValues; +}; +struct ALIGN( 4 ) tagCHANGEFILTERSTRUCT +{ + DWORD cbSize; + DWORD ExtStatus; +}; +struct ALIGN( 4 ) tagTOGGLEKEYS +{ + UINT cbSize; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _HEAP_OPTIMIZE_RESOURCES_INFORMATION +{ + DWORD Version; + DWORD Flags; +}; +struct ALIGN( 4 ) tagMONITORINFOEXW +{ + WCHAR szDevice[32]; +}; +struct ALIGN( 16 ) _SLIST_ENTRY +{ + _SLIST_ENTRY* Next; +}; +struct ALIGN( 8 ) FLASHWINFO +{ + UINT cbSize; + HWND hwnd; + DWORD dwFlags; + UINT uCount; + DWORD dwTimeout; +}; +struct ALIGN( 4 ) _IMAGE_SEPARATE_DEBUG_HEADER +{ + WORD Signature; + WORD Flags; + WORD Machine; + WORD Characteristics; + DWORD TimeDateStamp; + DWORD CheckSum; + DWORD ImageBase; + DWORD SizeOfImage; + DWORD NumberOfSections; + DWORD ExportedNamesSize; + DWORD DebugDirectorySize; + DWORD SectionAlignment; + DWORD Reserved[2]; +}; +struct ALIGN( 16 ) _RTL_UMS_CONTEXT +{ + SINGLE_LIST_ENTRY Link; + CONTEXT Context; + PVOID Teb; + PVOID UserContext; + volatile ULONG ScheduledThread : 1; + volatile ULONG Suspended : 1; + volatile ULONG VolatileContext : 1; + volatile ULONG Terminated : 1; + volatile ULONG DebugActive : 1; + volatile ULONG RunningOnSelfThread : 1; + volatile ULONG DenyRunningOnSelfThread : 1; + volatile LONG Flags; + volatile ULONG64 KernelUpdateLock : 2; + volatile ULONG64 PrimaryClientID : 62; + volatile ULONG64 ContextLock; + _RTL_UMS_CONTEXT* PrimaryUmsContext; + ULONG SwitchCount; + ULONG KernelYieldCount; + ULONG MixedYieldCount; + ULONG YieldCount; +}; +struct ALIGN( 4 ) tagCURSORSHAPE +{ + int xHotSpot; + int yHotSpot; + int cx; + int cy; + int cbWidth; + BYTE Planes; + BYTE BitsPixel; +}; +struct ALIGN( 1 ) _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION +{ + WORD PageRelativeOffset : 12; + WORD IndirectCall : 1; + WORD RexWPrefix : 1; + WORD CfgCheck : 1; + WORD Reserved : 1; +}; +struct ALIGN( 1 ) _IMAGE_DYNAMIC_RELOCATION32_V2 +{ + DWORD HeaderSize; + DWORD FixupInfoSize; + DWORD Symbol; + DWORD SymbolGroup; + DWORD Flags; +}; +; +struct ALIGN( 8 ) _REMOTE_NAME_INFOA +{ + LPSTR lpUniversalName; + LPSTR lpConnectionName; + LPSTR lpRemainingPath; +}; +struct ALIGN( 8 ) tagMDICREATESTRUCTA +{ + LPCSTR szClass; + LPCSTR szTitle; + HANDLE hOwner; + int x; + int y; + int cx; + int cy; + DWORD style; + LPARAM lParam; +}; +struct ALIGN( 1 ) _IMAGE_BDD_DYNAMIC_RELOCATION +{ + WORD Left; + WORD Right; + DWORD Value; +}; +struct ALIGN( 8 ) _PS_MEMORY_RESERVE +{ + PVOID ReserveAddress; + SIZE_T ReserveSize; +}; +struct ALIGN( 4 ) _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY +{ + DWORD BeginAddress; + DWORD EndAddress; + DWORD ExceptionHandler; + DWORD HandlerData; + DWORD PrologEndAddress; +}; +struct ALIGN( 4 ) _PROCESSOR_POWER_POLICY_INFO +{ + DWORD TimeCheck; + DWORD DemoteLimit; + DWORD PromoteLimit; + BYTE DemotePercent; + BYTE PromotePercent; + BYTE Spare[2]; + DWORD AllowDemotion : 1; + DWORD AllowPromotion : 1; + DWORD Reserved : 30; +}; +struct ALIGN( 8 ) _PROCESS_ACCESS_TOKEN +{ + HANDLE Token; + HANDLE Thread; +}; +struct ALIGN( 1 ) _IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION +{ + DWORD OriginalRva; + DWORD BDDOffset; + DWORD RvaSize; + DWORD BaseRelocSize; +}; +union ALIGN( 4 ) IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA +{ + DWORD HeaderData; + struct ALIGN( 4 ) + { + DWORD FunctionLength : 18; + DWORD Version : 2; + DWORD ExceptionDataPresent : 1; + DWORD EpilogInHeader : 1; + DWORD EpilogCount : 5; + DWORD CodeWords : 5; + }; +}; +struct ALIGN( 4 ) _IMAGE_IMPORT_DESCRIPTOR +{ + union ALIGN( 4 ) + { + DWORD Characteristics; + DWORD OriginalFirstThunk; + }; + DWORD TimeDateStamp; + DWORD ForwarderChain; + DWORD Name; + DWORD FirstThunk; +}; +struct ALIGN( 4 ) tagINPUT_TRANSFORM +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + float _11; + float _12; + float _13; + float _14; + float _21; + float _22; + float _23; + float _24; + float _31; + float _32; + float _33; + float _34; + float _41; + float _42; + float _43; + float _44; + }; + float m[4][4]; + }; +}; +struct ALIGN( 1 ) _IMAGE_DYNAMIC_RELOCATION64_V2 +{ + DWORD HeaderSize; + DWORD FixupInfoSize; + ULONGLONG Symbol; + DWORD SymbolGroup; + DWORD Flags; +}; +struct ALIGN( 4 ) _WIN32K_SYSCALL_FILTER +{ + ULONG FilterState; + ULONG FilterSet; +}; +struct ALIGN( 8 ) tagMENUITEMINFOW +{ + UINT cbSize; + UINT fMask; + UINT fType; + UINT fState; + UINT wID; + HMENU hSubMenu; + HBITMAP hbmpChecked; + HBITMAP hbmpUnchecked; + ULONG_PTR dwItemData; + LPWSTR dwTypeData; + UINT cch; + HBITMAP hbmpItem; +}; +struct ALIGN( 8 ) _IMAGE_THUNK_DATA64 +{ + union ALIGN( 8 ) + { + ULONGLONG ForwarderString; + ULONGLONG Function; + ULONGLONG Ordinal; + ULONGLONG AddressOfData; + } u1; +}; +struct ALIGN( 2 ) tagACCEL +{ + BYTE fVirt; + WORD key; + WORD cmd; +}; +struct ALIGN( 8 ) _PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION +{ + PVOID Ssp; +}; +struct ALIGN( 1 ) _IMAGE_DYNAMIC_RELOCATION32 +{ + DWORD Symbol; + DWORD BaseRelocSize; +}; +struct ALIGN( 8 ) tagCBT_CREATEWNDW +{ + tagCREATESTRUCTW* lpcs; + HWND hwndInsertAfter; +}; +struct ALIGN( 4 ) ALLOC_CONSOLE_OPTIONS +{ + ALLOC_CONSOLE_MODE mode; + BOOL useShowWindow; + WORD showWindow; +}; +struct ALIGN( 4 ) _KCRM_TRANSACTION_BLOB +{ + UOW UOW; + GUID TmIdentity; + ULONG IsolationLevel; + ULONG IsolationFlags; + ULONG Timeout; + WCHAR Description[64]; +}; +struct ALIGN( 4 ) _PROCESS_LEAP_SECOND_INFORMATION +{ + ULONG Flags; + ULONG Reserved; +}; +struct ALIGN( 2 ) MENUITEMTEMPLATE +{ + WORD mtOption; + WORD mtID; + WCHAR mtString[1]; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT_STACK +{ + PRTL_ACTIVATION_CONTEXT_STACK_FRAME ActiveFrame; + LIST_ENTRY FrameListCache; + ULONG Flags; + ULONG NextCookieSequenceNumber; + ULONG StackId; +}; +struct ALIGN( 1 ) _POWER_SESSION_CONNECT +{ + BOOLEAN Connected; + BOOLEAN Console; +}; +; +struct ALIGN( 4 ) _KTMOBJECT_CURSOR +{ + GUID LastQuery; + DWORD ObjectIdCount; + GUID ObjectIds[1]; +}; +struct ALIGN( 8 ) _POWER_SESSION_RIT_STATE +{ + BOOLEAN Active; + DWORD64 LastInputTime; +}; +struct ALIGN( 4 ) tagAXISINFOW +{ + LONG axMinValue; + LONG axMaxValue; + WCHAR axAxisName[16]; +}; +struct ALIGN( 4 ) _POWER_IDLE_RESILIENCY +{ + DWORD CoalescingTimeout; + DWORD IdleResiliencyPeriod; +}; +struct ALIGN( 4 ) tagEMR +{ + DWORD iType; + DWORD nSize; +}; +struct ALIGN( 4 ) tagEMRCREATEMONOBRUSH +{ + EMR emr; + DWORD ihBrush; + DWORD iUsage; + DWORD offBmi; + DWORD cbBmi; + DWORD offBits; + DWORD cbBits; +}; +struct ALIGN( 4 ) _ImageArchitectureEntry +{ + DWORD FixupInstRVA; + DWORD NewInst; +}; +struct ALIGN( 4 ) tagXFORM +{ + FLOAT eM11; + FLOAT eM12; + FLOAT eM21; + FLOAT eM22; + FLOAT eDx; + FLOAT eDy; +}; +struct ALIGN( 4 ) tagEMRSETWORLDTRANSFORM +{ + EMR emr; + XFORM xform; +}; +struct ALIGN( 4 ) _TRANSACTIONMANAGER_LOG_INFORMATION +{ + GUID LogIdentity; +}; +struct ALIGN( 4 ) tagBITMAPINFOHEADER +{ + DWORD biSize; + LONG biWidth; + LONG biHeight; + WORD biPlanes; + WORD biBitCount; + DWORD biCompression; + DWORD biSizeImage; + LONG biXPelsPerMeter; + LONG biYPelsPerMeter; + DWORD biClrUsed; + DWORD biClrImportant; +}; +struct ALIGN( 4 ) _TRANSACTIONMANAGER_OLDEST_INFORMATION +{ + GUID OldestTransactionGuid; +}; +struct ALIGN( 4 ) tagCIEXYZ +{ + FXPT2DOT30 ciexyzX; + FXPT2DOT30 ciexyzY; + FXPT2DOT30 ciexyzZ; +}; +struct ALIGN( 4 ) tagICEXYZTRIPLE +{ + CIEXYZ ciexyzRed; + CIEXYZ ciexyzGreen; + CIEXYZ ciexyzBlue; +}; +struct ALIGN( 4 ) BITMAPV5HEADER +{ + DWORD bV5Size; + LONG bV5Width; + LONG bV5Height; + WORD bV5Planes; + WORD bV5BitCount; + DWORD bV5Compression; + DWORD bV5SizeImage; + LONG bV5XPelsPerMeter; + LONG bV5YPelsPerMeter; + DWORD bV5ClrUsed; + DWORD bV5ClrImportant; + DWORD bV5RedMask; + DWORD bV5GreenMask; + DWORD bV5BlueMask; + DWORD bV5AlphaMask; + DWORD bV5CSType; + CIEXYZTRIPLE bV5Endpoints; + DWORD bV5GammaRed; + DWORD bV5GammaGreen; + DWORD bV5GammaBlue; + DWORD bV5Intent; + DWORD bV5ProfileData; + DWORD bV5ProfileSize; + DWORD bV5Reserved; +}; +struct ALIGN( 4 ) tagDESIGNVECTOR +{ + DWORD dvReserved; + DWORD dvNumAxes; + LONG dvValues[16]; +}; +struct ALIGN( 4 ) _POWER_LIMIT_VALUE +{ + POWER_LIMIT_TYPES Type; + DWORD DomainId; + DWORD TargetValue; + DWORD TimeParameter; +}; +struct ALIGN( 4 ) NOTIFY_USER_POWER_SETTING +{ + GUID Guid; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION_SHIM +{ + ULONG Size; + ULONG Flags; + ULONG Type; + ULONG ModuleLength; + ULONG ModuleOffset; + ULONG TypeLength; + ULONG TypeOffset; + ULONG ShimVersionLength; + ULONG ShimVersionOffset; + ULONG DataLength; + ULONG DataOffset; +}; +struct ALIGN( 8 ) _APPLICATIONLAUNCH_SETTING_VALUE +{ + LARGE_INTEGER ActivationTime; + DWORD Flags; + DWORD ButtonInstanceID; +}; +; +struct ALIGN( 4 ) _FPO_DATA +{ + DWORD ulOffStart; + DWORD cbProcSize; + DWORD cdwLocals; + WORD cdwParams; + WORD cbProlog : 8; + WORD cbRegs : 3; + WORD fHasSEH : 1; + WORD fUseBP : 1; + WORD reserved : 1; + WORD cbFrame : 2; +}; +struct ALIGN( 4 ) _KCRM_MARSHAL_HEADER +{ + ULONG VersionMajor; + ULONG VersionMinor; + ULONG NumProtocols; + ULONG Unused; +}; +struct ALIGN( 4 ) _ENLISTMENT_BASIC_INFORMATION +{ + GUID EnlistmentId; + GUID TransactionId; + GUID ResourceManagerId; +}; +struct ALIGN( 4 ) PPM_WMI_LEGACY_PERFSTATE +{ + DWORD Frequency; + DWORD Flags; + DWORD PercentFrequency; +}; +struct ALIGN( 1 ) CORRELATION_VECTOR +{ + CHAR Version; + CHAR Vector[129]; +}; +struct ALIGN( 8 ) PPM_WMI_IDLE_STATES +{ + DWORD Type; + DWORD Count; + DWORD TargetState; + DWORD OldState; + DWORD64 TargetProcessors; + PPM_WMI_IDLE_STATE State[1]; +}; +struct ALIGN( 8 ) PPM_WMI_IDLE_STATES_EX +{ + DWORD Type; + DWORD Count; + DWORD TargetState; + DWORD OldState; + PVOID TargetProcessors; + PPM_WMI_IDLE_STATE State[1]; +}; +struct ALIGN( 8 ) _SYSDBG_TRIAGE_DUMP +{ + ULONG Flags; + ULONG BugCheckCode; + ULONG_PTR BugCheckParam1; + ULONG_PTR BugCheckParam2; + ULONG_PTR BugCheckParam3; + ULONG_PTR BugCheckParam4; + ULONG ProcessHandles; + ULONG ThreadHandles; + PHANDLE Handles; +}; +struct ALIGN( 4 ) _IMAGE_ENCLAVE_IMPORT +{ + DWORD MatchType; + DWORD MinimumSecurityVersion; + BYTE UniqueOrAuthorID[32]; + BYTE FamilyID[16]; + BYTE ImageID[16]; + DWORD ImportName; + DWORD Reserved; +}; +struct ALIGN( 8 ) PPM_WMI_PERF_STATES_EX +{ + DWORD Count; + DWORD MaxFrequency; + DWORD CurrentState; + DWORD MaxPerfState; + DWORD MinPerfState; + DWORD LowestPerfState; + DWORD ThermalConstraint; + BYTE BusyAdjThreshold; + BYTE PolicyType; + BYTE Type; + BYTE Reserved; + DWORD TimerInterval; + PVOID TargetProcessors; + DWORD PStateHandler; + DWORD PStateContext; + DWORD TStateHandler; + DWORD TStateContext; + DWORD FeedbackHandler; + DWORD Reserved1; + DWORD64 Reserved2; + PPM_WMI_PERF_STATE State[1]; +}; +struct ALIGN( 4 ) IMAGE_COR20_HEADER +{ + DWORD cb; + WORD MajorRuntimeVersion; + WORD MinorRuntimeVersion; + IMAGE_DATA_DIRECTORY MetaData; + DWORD Flags; + union ALIGN( 4 ) + { + DWORD EntryPointToken; + DWORD EntryPointRVA; + }; + IMAGE_DATA_DIRECTORY Resources; + IMAGE_DATA_DIRECTORY StrongNameSignature; + IMAGE_DATA_DIRECTORY CodeManagerTable; + IMAGE_DATA_DIRECTORY VTableFixups; + IMAGE_DATA_DIRECTORY ExportAddressTableJumps; + IMAGE_DATA_DIRECTORY ManagedNativeHeader; +}; +struct ALIGN( 8 ) _TRANSACTION_PROPERTIES_INFORMATION +{ + DWORD IsolationLevel; + DWORD IsolationFlags; + LARGE_INTEGER Timeout; + DWORD Outcome; + DWORD DescriptionLength; + WCHAR Description[1]; +}; +struct ALIGN( 8 ) tagGCP_RESULTSW +{ + DWORD lStructSize; + LPWSTR lpOutString; + UINT* lpOrder; + int* lpDx; + int* lpCaretPos; + LPSTR lpClass; + LPWSTR lpGlyphs; + UINT nGlyphs; + int nMaxFit; +}; +struct ALIGN( 4 ) _IMAGE_FUNCTION_ENTRY64 +{ + ULONGLONG StartingAddress; + ULONGLONG EndingAddress; + union ALIGN( 4 ) + { + ULONGLONG EndOfPrologue; + ULONGLONG UnwindInfoAddress; + }; +}; +struct ALIGN( 8 ) PPM_IDLE_ACCOUNTING_EX +{ + DWORD StateCount; + DWORD TotalTransitions; + DWORD ResetCount; + DWORD AbortCount; + DWORD64 StartTime; + PPM_IDLE_STATE_ACCOUNTING_EX State[1]; +}; +struct ALIGN( 4 ) _RECTL +{ + LONG left; + LONG top; + LONG right; + LONG bottom; +}; +struct ALIGN( 4 ) _POINTL +{ + LONG x; + LONG y; +}; +struct ALIGN( 4 ) tagEMRTEXT +{ + POINTL ptlReference; + DWORD nChars; + DWORD offString; + DWORD fOptions; + RECTL rcl; + DWORD offDx; +}; +struct ALIGN( 4 ) tagEMREXTTEXTOUTA +{ + EMR emr; + RECTL rclBounds; + DWORD iGraphicsMode; + FLOAT exScale; + FLOAT eyScale; + EMRTEXT emrtext; +}; +struct ALIGN( 4 ) PPM_PERFSTATE_EVENT +{ + DWORD State; + DWORD Status; + DWORD Latency; + DWORD Speed; + DWORD Processor; +}; +struct ALIGN( 8 ) PPM_PERFSTATE_DOMAIN_EVENT +{ + DWORD State; + DWORD Latency; + DWORD Speed; + DWORD64 Processors; +}; +struct ALIGN( 4 ) _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT +{ + GUID EnlistmentId; + UOW UOW; +}; +struct ALIGN( 8 ) PPM_THERMALCHANGE_EVENT +{ + DWORD ThermalConstraint; + DWORD64 Processors; +}; +struct ALIGN( 8 ) PPM_THERMAL_POLICY_EVENT +{ + BYTE Mode; + DWORD64 Processors; +}; +struct ALIGN( 4 ) HINSTANCE__ +{ + int unused; +}; +struct ALIGN( 8 ) _FILE_FULL_DIR_INFO +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _BY_HANDLE_FILE_INFORMATION +{ + DWORD dwFileAttributes; + FILETIME ftCreationTime; + FILETIME ftLastAccessTime; + FILETIME ftLastWriteTime; + DWORD dwVolumeSerialNumber; + DWORD nFileSizeHigh; + DWORD nFileSizeLow; + DWORD nNumberOfLinks; + DWORD nFileIndexHigh; + DWORD nFileIndexLow; +}; +struct ALIGN( 4 ) _FILE_STORAGE_INFO +{ + ULONG LogicalBytesPerSector; + ULONG PhysicalBytesPerSectorForAtomicity; + ULONG PhysicalBytesPerSectorForPerformance; + ULONG FileSystemEffectivePhysicalBytesPerSectorForAtomicity; + ULONG Flags; + ULONG ByteOffsetForSectorAlignment; + ULONG ByteOffsetForPartitionAlignment; +}; +union ALIGN( 16 ) _SLIST_HEADER +{ + struct ALIGN( 8 ) + { + ULONGLONG Alignment; + ULONGLONG Region; + }; + struct ALIGN( 8 ) + { + ULONGLONG Depth : 16; + ULONGLONG Sequence : 48; + ULONGLONG Reserved : 4; + ULONGLONG NextEntry : 60; + } HeaderX64; +}; +struct ALIGN( 4 ) _RESOURCEMANAGER_BASIC_INFORMATION +{ + GUID ResourceManagerId; + DWORD DescriptionLength; + WCHAR Description[1]; +}; +struct ALIGN( 4 ) _PROCESSOR_POWER_POLICY +{ + DWORD Revision; + BYTE DynamicThrottle; + BYTE Spare[3]; + DWORD DisableCStates : 1; + DWORD Reserved : 31; + DWORD PolicyCount; + PROCESSOR_POWER_POLICY_INFO Policy[3]; +}; +struct ALIGN( 4 ) tagAXISINFOA +{ + LONG axMinValue; + LONG axMaxValue; + BYTE axAxisName[16]; +}; +struct ALIGN( 8 ) _TRANSACTIONMANAGER_BASIC_INFORMATION +{ + GUID TmIdentity; + LARGE_INTEGER VirtualClock; +}; +struct ALIGN( 8 ) _SYSTEM_XFG_FAILURE_INFORMATION +{ + PVOID ReturnAddress; + PVOID TargetAddress; + ULONG DispatchMode; + ULONGLONG XfgValue; +}; +struct ALIGN( 4 ) _EVENTSFORLOGFILE +{ + DWORD ulSize; + WCHAR szLogicalLogFile[256]; + DWORD ulNumRecords; + EVENTLOGRECORD pEventLogRecords[0]; +}; +struct ALIGN( 4 ) _SYSTEM_SHADOW_STACK_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG CetCapable : 1; + ULONG UserCetAllowed : 1; + ULONG ReservedForUserCet : 6; + ULONG KernelCetEnabled : 1; + ULONG KernelCetAuditModeEnabled : 1; + ULONG ReservedForKernelCet : 6; + ULONG Reserved : 16; + }; + }; +}; +struct ALIGN( 8 ) _FILEOFFSET_INFORMATION +{ + ULONGLONG DontUse : 9; + ULONGLONG Offset : 48; + ULONGLONG Reserved : 7; +}; +struct ALIGN( 8 ) _HIBERFILE_BUCKET +{ + DWORD64 MaxPhysicalMemory; + DWORD PhysicalMemoryPercent[3]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_DEVICE_INFO_HEADER +{ + DISPLAYCONFIG_DEVICE_INFO_TYPE type; + UINT32 size; + LUID adapterId; + UINT32 id; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_ADAPTER_NAME +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + WCHAR adapterDevicePath[128]; +}; +struct ALIGN( 1 ) _IMAGE_IMPORT_CONTROL_TRANSFER_ARM64_RELOCATION +{ + DWORD PageRelativeOffset : 10; + DWORD IndirectCall : 1; + DWORD RegisterIndex : 5; + DWORD ImportType : 1; + DWORD IATIndex : 15; +}; +struct ALIGN( 4 ) SYSTEM_BATTERY_STATE +{ + BOOLEAN AcOnLine; + BOOLEAN BatteryPresent; + BOOLEAN Charging; + BOOLEAN Discharging; + BOOLEAN Spare1[3]; + BYTE Tag; + DWORD MaxCapacity; + DWORD RemainingCapacity; + DWORD Rate; + DWORD EstimatedTime; + DWORD DefaultAlert1; + DWORD DefaultAlert2; +}; +struct ALIGN( 8 ) _MAXVERSIONTESTED_INFO +{ + ULONGLONG MaxVersionTested; +}; +struct ALIGN( 4 ) tagEMRNAMEDESCAPE +{ + EMR emr; + INT iEscape; + INT cbDriver; + INT cbEscData; + BYTE EscData[1]; +}; +union ALIGN( 8 ) _RTL_RUN_ONCE +{ + PVOID Ptr; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_QUERY_INDEX +{ + DWORD ulAssemblyIndex; + DWORD ulFileIndexInAssembly; +}; +struct ALIGN( 1 ) tagPANOSE +{ + BYTE bFamilyType; + BYTE bSerifStyle; + BYTE bWeight; + BYTE bProportion; + BYTE bContrast; + BYTE bStrokeVariation; + BYTE bArmStyle; + BYTE bLetterform; + BYTE bMidline; + BYTE bXHeight; +}; +struct ALIGN( 4 ) tagENUMLOGFONTEXW +{ + LOGFONTW elfLogFont; + WCHAR elfFullName[64]; + WCHAR elfStyle[32]; + WCHAR elfScript[32]; +}; +struct ALIGN( 2 ) _IMAGE_VXD_HEADER +{ + WORD e32_magic; + BYTE e32_border; + BYTE e32_worder; + DWORD e32_level; + WORD e32_cpu; + WORD e32_os; + DWORD e32_ver; + DWORD e32_mflags; + DWORD e32_mpages; + DWORD e32_startobj; + DWORD e32_eip; + DWORD e32_stackobj; + DWORD e32_esp; + DWORD e32_pagesize; + DWORD e32_lastpagesize; + DWORD e32_fixupsize; + DWORD e32_fixupsum; + DWORD e32_ldrsize; + DWORD e32_ldrsum; + DWORD e32_objtab; + DWORD e32_objcnt; + DWORD e32_objmap; + DWORD e32_itermap; + DWORD e32_rsrctab; + DWORD e32_rsrccnt; + DWORD e32_restab; + DWORD e32_enttab; + DWORD e32_dirtab; + DWORD e32_dircnt; + DWORD e32_fpagetab; + DWORD e32_frectab; + DWORD e32_impmod; + DWORD e32_impmodcnt; + DWORD e32_impproc; + DWORD e32_pagesum; + DWORD e32_datapage; + DWORD e32_preload; + DWORD e32_nrestab; + DWORD e32_cbnrestab; + DWORD e32_nressum; + DWORD e32_autodata; + DWORD e32_debuginfo; + DWORD e32_debuglen; + DWORD e32_instpreload; + DWORD e32_instdemand; + DWORD e32_heapsize; + BYTE e32_res3[12]; + DWORD e32_winresoff; + DWORD e32_winreslen; + WORD e32_devid; + WORD e32_ddkver; +}; +struct ALIGN( 4 ) tagLOGFONTA +{ + LONG lfHeight; + LONG lfWidth; + LONG lfEscapement; + LONG lfOrientation; + LONG lfWeight; + BYTE lfItalic; + BYTE lfUnderline; + BYTE lfStrikeOut; + BYTE lfCharSet; + BYTE lfOutPrecision; + BYTE lfClipPrecision; + BYTE lfQuality; + BYTE lfPitchAndFamily; + CHAR lfFaceName[32]; +}; +struct ALIGN( 4 ) tagENUMLOGFONTEXA +{ + LOGFONTA elfLogFont; + BYTE elfFullName[64]; + BYTE elfStyle[32]; + BYTE elfScript[32]; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_SDR_WHITE_LEVEL +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + ULONG SDRWhiteLevel; +}; +struct ALIGN( 4 ) tagEMRSETVIEWPORTORGEX +{ + EMR emr; + POINTL ptlOrigin; +}; +struct ALIGN( 4 ) _IMAGE_ROM_OPTIONAL_HEADER +{ + WORD Magic; + BYTE MajorLinkerVersion; + BYTE MinorLinkerVersion; + DWORD SizeOfCode; + DWORD SizeOfInitializedData; + DWORD SizeOfUninitializedData; + DWORD AddressOfEntryPoint; + DWORD BaseOfCode; + DWORD BaseOfData; + DWORD BaseOfBss; + DWORD GprMask; + DWORD CprMask[4]; + DWORD GpValue; +}; +struct ALIGN( 4 ) _IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY +{ + ULONGLONG BeginAddress; + ULONGLONG EndAddress; + ULONGLONG ExceptionHandler; + ULONGLONG HandlerData; + ULONGLONG PrologEndAddress; +}; +struct ALIGN( 8 ) _TAPE_WMI_OPERATIONS +{ + DWORD Method; + DWORD DataBufferSize; + PVOID DataBuffer; +}; +struct ALIGN( 4 ) _RGNDATAHEADER +{ + DWORD dwSize; + DWORD iType; + DWORD nCount; + DWORD nRgnSize; + RECT rcBound; +}; +struct ALIGN( 4 ) _IMAGE_HOT_PATCH_INFO +{ + DWORD Version; + DWORD Size; + DWORD SequenceNumber; + DWORD BaseImageList; + DWORD BaseImageCount; + DWORD BufferOffset; + DWORD ExtraPatchSize; + DWORD MinSequenceNumber; + DWORD Flags; +}; +struct ALIGN( 4 ) _IMAGE_HOT_PATCH_BASE +{ + DWORD SequenceNumber; + DWORD Flags; + DWORD OriginalTimeDateStamp; + DWORD OriginalCheckSum; + DWORD CodeIntegrityInfo; + DWORD CodeIntegritySize; + DWORD PatchTable; + DWORD BufferOffset; +}; +struct ALIGN( 4 ) _ABCFLOAT +{ + FLOAT abcfA; + FLOAT abcfB; + FLOAT abcfC; +}; +struct ALIGN( 4 ) _IMAGE_RESOURCE_DIRECTORY +{ + DWORD Characteristics; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + WORD NumberOfNamedEntries; + WORD NumberOfIdEntries; +}; +struct ALIGN( 4 ) _IMAGE_ROM_HEADERS +{ + IMAGE_FILE_HEADER FileHeader; + IMAGE_ROM_OPTIONAL_HEADER OptionalHeader; +}; +struct ALIGN( 4 ) tagEMRSETPIXELV +{ + EMR emr; + POINTL ptlPixel; + COLORREF crColor; +}; +struct ALIGN( 1 ) _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION +{ + WORD PageRelativeOffset : 12; + WORD RegisterNumber : 4; +}; +struct ALIGN( 1 ) _IMAGE_FUNCTION_OVERRIDE_HEADER +{ + DWORD FuncOverrideSize; +}; +struct ALIGN( 4 ) ANON_OBJECT_HEADER_V2 +{ + WORD Sig1; + WORD Sig2; + WORD Version; + WORD Machine; + DWORD TimeDateStamp; + CLSID ClassID; + DWORD SizeOfData; + DWORD Flags; + DWORD MetaDataSize; + DWORD MetaDataOffset; +}; +struct ALIGN( 4 ) ANON_OBJECT_HEADER_BIGOBJ +{ + WORD Sig1; + WORD Sig2; + WORD Version; + WORD Machine; + DWORD TimeDateStamp; + CLSID ClassID; + DWORD SizeOfData; + DWORD Flags; + DWORD MetaDataSize; + DWORD MetaDataOffset; + DWORD NumberOfSections; + DWORD PointerToSymbolTable; + DWORD NumberOfSymbols; +}; +struct ALIGN( 4 ) tagTEXTMETRICW +{ + LONG tmHeight; + LONG tmAscent; + LONG tmDescent; + LONG tmInternalLeading; + LONG tmExternalLeading; + LONG tmAveCharWidth; + LONG tmMaxCharWidth; + LONG tmWeight; + LONG tmOverhang; + LONG tmDigitizedAspectX; + LONG tmDigitizedAspectY; + WCHAR tmFirstChar; + WCHAR tmLastChar; + WCHAR tmDefaultChar; + WCHAR tmBreakChar; + BYTE tmItalic; + BYTE tmUnderlined; + BYTE tmStruckOut; + BYTE tmPitchAndFamily; + BYTE tmCharSet; +}; +struct ALIGN( 8 ) _OUTLINETEXTMETRICW +{ + UINT otmSize; + TEXTMETRICW otmTextMetrics; + BYTE otmFiller; + PANOSE otmPanoseNumber; + UINT otmfsSelection; + UINT otmfsType; + int otmsCharSlopeRise; + int otmsCharSlopeRun; + int otmItalicAngle; + UINT otmEMSquare; + int otmAscent; + int otmDescent; + UINT otmLineGap; + UINT otmsCapEmHeight; + UINT otmsXHeight; + RECT otmrcFontBox; + int otmMacAscent; + int otmMacDescent; + UINT otmMacLineGap; + UINT otmusMinimumPPEM; + POINT otmptSubscriptSize; + POINT otmptSubscriptOffset; + POINT otmptSuperscriptSize; + POINT otmptSuperscriptOffset; + UINT otmsStrikeoutSize; + int otmsStrikeoutPosition; + int otmsUnderscoreSize; + int otmsUnderscorePosition; + PSTR otmpFamilyName; + PSTR otmpFaceName; + PSTR otmpStyleName; + PSTR otmpFullName; +}; +struct ALIGN( 4 ) _IMAGE_SECTION_HEADER +{ + BYTE Name[8]; + union ALIGN( 4 ) + { + DWORD PhysicalAddress; + DWORD VirtualSize; + } Misc; + DWORD VirtualAddress; + DWORD SizeOfRawData; + DWORD PointerToRawData; + DWORD PointerToRelocations; + DWORD PointerToLinenumbers; + WORD NumberOfRelocations; + WORD NumberOfLinenumbers; + DWORD Characteristics; +}; +struct ALIGN( 4 ) _TAPE_GET_DRIVE_PARAMETERS +{ + BOOLEAN ECC; + BOOLEAN Compression; + BOOLEAN DataPadding; + BOOLEAN ReportSetmarks; + DWORD DefaultBlockSize; + DWORD MaximumBlockSize; + DWORD MinimumBlockSize; + DWORD MaximumPartitionCount; + DWORD FeaturesLow; + DWORD FeaturesHigh; + DWORD EOTWarningZoneSize; +}; +struct ALIGN( 2 ) _IMAGE_SYMBOL +{ + union ALIGN( 2 ) + { + BYTE ShortName[8]; + struct ALIGN( 2 ) + { + DWORD Short; + DWORD Long; + } Name; + DWORD LongName[2]; + } N; + DWORD Value; + SHORT SectionNumber; + WORD Type; + BYTE StorageClass; + BYTE NumberOfAuxSymbols; +}; +struct ALIGN( 8 ) tagPOLYTEXTA +{ + int x; + int y; + UINT n; + LPCSTR lpstr; + UINT uiFlags; + RECT rcl; + int* pdx; +}; +struct ALIGN( 4 ) _TAPE_SET_MEDIA_PARAMETERS +{ + DWORD BlockSize; +}; +struct ALIGN( 2 ) _IMAGE_SYMBOL_EX +{ + union ALIGN( 2 ) + { + BYTE ShortName[8]; + struct ALIGN( 2 ) + { + DWORD Short; + DWORD Long; + } Name; + DWORD LongName[2]; + } N; + DWORD Value; + LONG SectionNumber; + WORD Type; + BYTE StorageClass; + BYTE NumberOfAuxSymbols; +}; +struct ALIGN( 4 ) HACCEL__ +{ + int unused; +}; +struct ALIGN( 4 ) HBRUSH__ +{ + int unused; +}; +struct ALIGN( 1 ) _IMAGE_HOT_PATCH_HASHES +{ + BYTE SHA256[32]; + BYTE SHA1[20]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_RATIONAL +{ + UINT32 Numerator; + UINT32 Denominator; +}; +struct ALIGN( 4 ) _IMAGE_RESOURCE_DIRECTORY_ENTRY +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + DWORD NameOffset : 31; + DWORD NameIsString : 1; + }; + DWORD Name; + WORD Id; + }; + union ALIGN( 4 ) + { + DWORD OffsetToData; + struct ALIGN( 4 ) + { + DWORD OffsetToDirectory : 31; + DWORD DataIsDirectory : 1; + }; + }; +}; +struct ALIGN( 4 ) _IMAGE_CE_RUNTIME_FUNCTION_ENTRY +{ + DWORD FuncStart; + DWORD PrologLen : 8; + DWORD FuncLen : 22; + DWORD ThirtyTwoBit : 1; + DWORD ExceptionFlag : 1; +}; +struct ALIGN( 4 ) HSPRITE__ +{ + int unused; +}; +struct ALIGN( 4 ) tagEMRSELECTCLIPPATH +{ + EMR emr; + DWORD iMode; +}; +struct ALIGN( 8 ) _SYSTEM_ACTIVITY_MODERATION_EXE_STATE +{ + UNICODE_STRING ExePathNt; + SYSTEM_ACTIVITY_MODERATION_STATE ModerationState; +}; +struct ALIGN( 4 ) _IMAGE_TLS_DIRECTORY32 +{ + DWORD StartAddressOfRawData; + DWORD EndAddressOfRawData; + DWORD AddressOfIndex; + DWORD AddressOfCallBacks; + DWORD SizeOfZeroFill; + union ALIGN( 4 ) + { + DWORD Characteristics; + struct ALIGN( 4 ) + { + DWORD Reserved0 : 20; + DWORD Alignment : 4; + DWORD Reserved1 : 8; + }; + }; +}; +; +struct ALIGN( 1 ) _SYSTEM_ENCLAVE_LAUNCH_CONTROL_INFORMATION +{ + UCHAR EnclaveLaunchSigner[32]; +}; +struct ALIGN( 4 ) tagTEXTMETRICA +{ + LONG tmHeight; + LONG tmAscent; + LONG tmDescent; + LONG tmInternalLeading; + LONG tmExternalLeading; + LONG tmAveCharWidth; + LONG tmMaxCharWidth; + LONG tmWeight; + LONG tmOverhang; + LONG tmDigitizedAspectX; + LONG tmDigitizedAspectY; + BYTE tmFirstChar; + BYTE tmLastChar; + BYTE tmDefaultChar; + BYTE tmBreakChar; + BYTE tmItalic; + BYTE tmUnderlined; + BYTE tmStruckOut; + BYTE tmPitchAndFamily; + BYTE tmCharSet; +}; +struct ALIGN( 4 ) tagEMRSETMAPPERFLAGS +{ + EMR emr; + DWORD dwFlags; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_PATH_SOURCE_INFO +{ + LUID adapterId; + UINT32 id; + union ALIGN( 4 ) + { + UINT32 modeInfoIdx; + struct ALIGN( 4 ) + { + UINT32 cloneGroupId : 16; + UINT32 sourceModeInfoIdx : 16; + }; + }; + UINT32 statusFlags; +}; +struct ALIGN( 2 ) _IMAGE_IMPORT_BY_NAME +{ + WORD Hint; + CHAR Name[1]; +}; +struct ALIGN( 1 ) _IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER +{ + BYTE PrologueByteCount; +}; +struct ALIGN( 4 ) HDC__ +{ + int unused; +}; +struct ALIGN( 4 ) HDESK__ +{ + int unused; +}; +struct ALIGN( 4 ) HSTR__ +{ + int unused; +}; +struct ALIGN( 4 ) _SYSTEM_SPECULATION_CONTROL_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG BpbEnabled : 1; + ULONG BpbDisabledSystemPolicy : 1; + ULONG BpbDisabledNoHardwareSupport : 1; + ULONG SpecCtrlEnumerated : 1; + ULONG SpecCmdEnumerated : 1; + ULONG IbrsPresent : 1; + ULONG StibpPresent : 1; + ULONG SmepPresent : 1; + ULONG SpeculativeStoreBypassDisableAvailable : 1; + ULONG SpeculativeStoreBypassDisableSupported : 1; + ULONG SpeculativeStoreBypassDisabledSystemWide : 1; + ULONG SpeculativeStoreBypassDisabledKernel : 1; + ULONG SpeculativeStoreBypassDisableRequired : 1; + ULONG BpbDisabledKernelToUser : 1; + ULONG SpecCtrlRetpolineEnabled : 1; + ULONG SpecCtrlImportOptimizationEnabled : 1; + ULONG EnhancedIbrs : 1; + ULONG HvL1tfStatusAvailable : 1; + ULONG HvL1tfProcessorNotAffected : 1; + ULONG HvL1tfMigitationEnabled : 1; + ULONG HvL1tfMigitationNotEnabled_Hardware : 1; + ULONG HvL1tfMigitationNotEnabled_LoadOption : 1; + ULONG HvL1tfMigitationNotEnabled_CoreScheduler : 1; + ULONG EnhancedIbrsReported : 1; + ULONG MdsHardwareProtected : 1; + ULONG MbClearEnabled : 1; + ULONG MbClearReported : 1; + ULONG ReservedTaa : 4; + ULONG Reserved : 1; + }; + } SpeculationControlFlags; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Reserved1 : 5; + ULONG BhbEnabled : 1; + ULONG BhbDisabledSystemPolicy : 1; + ULONG BhbDisabledNoHardwareSupport : 1; + ULONG Reserved2 : 3; + ULONG RdclHardwareProtectedReported : 1; + ULONG RdclHardwareProtected : 1; + ULONG Reserved3 : 4; + ULONG Reserved4 : 3; + ULONG Reserved : 12; + }; + } SpeculationControlFlags2; +}; +struct ALIGN( 4 ) _IMAGE_RESOURCE_DATA_ENTRY +{ + DWORD OffsetToData; + DWORD Size; + DWORD CodePage; + DWORD Reserved; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 friendlyNameFromEdid : 1; + UINT32 friendlyNameForced : 1; + UINT32 edidIdsValid : 1; + UINT32 reserved : 29; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) HWINSTA__ +{ + int unused; +}; +struct ALIGN( 4 ) _IMAGE_DYNAMIC_RELOCATION_TABLE +{ + DWORD Version; + DWORD Size; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_ENTRY +{ + ULONG Flags; + ULONG PseudoKey; + ULONG AssemblyNameOffset; + ULONG AssemblyNameLength; + ULONG AssemblyInformationOffset; + ULONG AssemblyInformationLength; +}; +struct ALIGN( 8 ) _STRING +{ + USHORT Length; + USHORT MaximumLength; + PCHAR Buffer; +}; +struct ALIGN( 8 ) _RTL_DRIVE_LETTER_CURDIR +{ + USHORT Flags; + USHORT Length; + ULONG TimeStamp; + STRING DosPath; +}; +struct ALIGN( 8 ) _CURDIR +{ + UNICODE_STRING DosPath; + HANDLE Handle; +}; +struct ALIGN( 8 ) _RTL_USER_PROCESS_PARAMETERS +{ + ULONG MaximumLength; + ULONG Length; + ULONG Flags; + ULONG DebugFlags; + HANDLE ConsoleHandle; + ULONG ConsoleFlags; + HANDLE StandardInput; + HANDLE StandardOutput; + HANDLE StandardError; + CURDIR CurrentDirectory; + UNICODE_STRING DllPath; + UNICODE_STRING ImagePathName; + UNICODE_STRING CommandLine; + PVOID Environment; + ULONG StartingX; + ULONG StartingY; + ULONG CountX; + ULONG CountY; + ULONG CountCharsX; + ULONG CountCharsY; + ULONG FillAttribute; + ULONG WindowFlags; + ULONG ShowWindowFlags; + UNICODE_STRING WindowTitle; + UNICODE_STRING DesktopInfo; + UNICODE_STRING ShellInfo; + UNICODE_STRING RuntimeData; + RTL_DRIVE_LETTER_CURDIR CurrentDirectories[32]; + ULONG_PTR EnvironmentSize; + ULONG_PTR EnvironmentVersion; + PVOID PackageDependencyData; + ULONG ProcessGroupId; + ULONG LoaderThreads; + UNICODE_STRING RedirectionDllName; + UNICODE_STRING HeapPartitionName; + ULONG_PTR DefaultThreadpoolCpuSetMasks; + ULONG DefaultThreadpoolCpuSetMaskCount; + ULONG DefaultThreadpoolThreadMaximum; + ULONG HeapMemoryTypeMask; +}; +struct ALIGN( 4 ) tagEXTLOGPEN32 +{ + DWORD elpPenStyle; + DWORD elpWidth; + UINT elpBrushStyle; + COLORREF elpColor; + ULONG elpHatch; + DWORD elpNumEntries; + DWORD elpStyleEntry[1]; +}; +struct ALIGN( 4 ) tagEMREXTCREATEPEN +{ + EMR emr; + DWORD ihPen; + DWORD offBmi; + DWORD cbBmi; + DWORD offBits; + DWORD cbBits; + EXTLOGPEN32 elp; +}; +struct ALIGN( 4 ) _IMAGE_BOUND_FORWARDER_REF +{ + DWORD TimeDateStamp; + WORD OffsetModuleName; + WORD Reserved; +}; +struct ALIGN( 8 ) _MEMORYSTATUS +{ + DWORD dwLength; + DWORD dwMemoryLoad; + SIZE_T dwTotalPhys; + SIZE_T dwAvailPhys; + SIZE_T dwTotalPageFile; + SIZE_T dwAvailPageFile; + SIZE_T dwTotalVirtual; + SIZE_T dwAvailVirtual; +}; +struct ALIGN( 4 ) _DCB +{ + DWORD DCBlength; + DWORD BaudRate; + DWORD fBinary : 1; + DWORD fParity : 1; + DWORD fOutxCtsFlow : 1; + DWORD fOutxDsrFlow : 1; + DWORD fDtrControl : 2; + DWORD fDsrSensitivity : 1; + DWORD fTXContinueOnXoff : 1; + DWORD fOutX : 1; + DWORD fInX : 1; + DWORD fErrorChar : 1; + DWORD fNull : 1; + DWORD fRtsControl : 2; + DWORD fAbortOnError : 1; + DWORD fDummy2 : 17; + WORD wReserved; + WORD XonLim; + WORD XoffLim; + BYTE ByteSize; + BYTE Parity; + BYTE StopBits; + char XonChar; + char XoffChar; + char ErrorChar; + char EofChar; + char EvtChar; + WORD wReserved1; +}; +struct ALIGN( 4 ) _COMMCONFIG +{ + DWORD dwSize; + WORD wVersion; + WORD wReserved; + DCB dcb; + DWORD dwProviderSubType; + DWORD dwProviderOffset; + DWORD dwProviderSize; + WCHAR wcProviderData[1]; +}; +struct ALIGN( 4 ) tagEMRSETCOLORSPACE +{ + EMR emr; + DWORD ihCS; +}; +struct ALIGN( 2 ) _IMAGE_RESOURCE_DIR_STRING_U +{ + WORD Length; + WCHAR NameString[1]; +}; +struct ALIGN( 8 ) _JIT_DEBUG_INFO +{ + DWORD dwSize; + DWORD dwProcessorArchitecture; + DWORD dwThreadID; + DWORD dwReserved0; + ULONG64 lpExceptionAddress; + ULONG64 lpExceptionRecord; + ULONG64 lpContextRecord; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_WINDOW_CLASS_REDIRECTION +{ + ULONG Size; + ULONG Flags; + ULONG VersionSpecificClassNameLength; + ULONG VersionSpecificClassNameOffset; + ULONG DllNameLength; + ULONG DllNameOffset; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET +{ + ULONG ChainCount; + ULONG ChainOffset; +}; +struct ALIGN( 8 ) _BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION +{ + ULONG PartitionStyle; + ULONG Reserved; + struct ALIGN( 8 ) + { + union ALIGN( 8 ) + { + ULONG DiskSignature; + ULONG64 PartitionOffset; + } Mbr; + union ALIGN( 4 ) + { + GUID DiskSignature; + GUID PartitionSignature; + } Gpt; + }; +}; +struct ALIGN( 4 ) tagCOLORMATCHTOTARGET +{ + EMR emr; + DWORD dwAction; + DWORD dwFlags; + DWORD cbName; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 4 ) _TRIVERTEX +{ + LONG x; + LONG y; + COLOR16 Red; + COLOR16 Green; + COLOR16 Blue; + COLOR16 Alpha; +}; +struct ALIGN( 4 ) _WIN32_FILE_ATTRIBUTE_DATA +{ + DWORD dwFileAttributes; + FILETIME ftCreationTime; + FILETIME ftLastAccessTime; + FILETIME ftLastWriteTime; + DWORD nFileSizeHigh; + DWORD nFileSizeLow; +}; +struct ALIGN( 4 ) _POINTFLOAT +{ + FLOAT x; + FLOAT y; +}; +struct ALIGN( 4 ) _GLYPHMETRICSFLOAT +{ + FLOAT gmfBlackBoxX; + FLOAT gmfBlackBoxY; + POINTFLOAT gmfptGlyphOrigin; + FLOAT gmfCellIncX; + FLOAT gmfCellIncY; +}; +struct ALIGN( 8 ) _CFG_CALL_TARGET_LIST_INFORMATION +{ + ULONG NumberOfEntries; + ULONG Reserved; + PULONG NumberOfEntriesProcessed; + PCFG_CALL_TARGET_INFO CallTargetInfo; + PVOID Section; + ULONGLONG FileOffset; +}; +struct ALIGN( 2 ) _FIXED +{ + WORD fract; + short value; +}; +struct ALIGN( 2 ) tagPOINTFX +{ + FIXED x; + FIXED y; +}; +struct ALIGN( 2 ) tagTTPOLYCURVE +{ + WORD wType; + WORD cpfx; + POINTFX apfx[1]; +}; +struct ALIGN( 4 ) tagEMRFILLRGN +{ + EMR emr; + RECTL rclBounds; + DWORD cbRgnData; + DWORD ihBrush; + BYTE RgnData[1]; +}; +struct ALIGN( 4 ) _IMAGE_LOAD_CONFIG_DIRECTORY32 +{ + DWORD Size; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + DWORD GlobalFlagsClear; + DWORD GlobalFlagsSet; + DWORD CriticalSectionDefaultTimeout; + DWORD DeCommitFreeBlockThreshold; + DWORD DeCommitTotalFreeThreshold; + DWORD LockPrefixTable; + DWORD MaximumAllocationSize; + DWORD VirtualMemoryThreshold; + DWORD ProcessHeapFlags; + DWORD ProcessAffinityMask; + WORD CSDVersion; + WORD DependentLoadFlags; + DWORD EditList; + DWORD SecurityCookie; + DWORD SEHandlerTable; + DWORD SEHandlerCount; + DWORD GuardCFCheckFunctionPointer; + DWORD GuardCFDispatchFunctionPointer; + DWORD GuardCFFunctionTable; + DWORD GuardCFFunctionCount; + DWORD GuardFlags; + IMAGE_LOAD_CONFIG_CODE_INTEGRITY CodeIntegrity; + DWORD GuardAddressTakenIatEntryTable; + DWORD GuardAddressTakenIatEntryCount; + DWORD GuardLongJumpTargetTable; + DWORD GuardLongJumpTargetCount; + DWORD DynamicValueRelocTable; + DWORD CHPEMetadataPointer; + DWORD GuardRFFailureRoutine; + DWORD GuardRFFailureRoutineFunctionPointer; + DWORD DynamicValueRelocTableOffset; + WORD DynamicValueRelocTableSection; + WORD Reserved2; + DWORD GuardRFVerifyStackPointerFunctionPointer; + DWORD HotPatchTableOffset; + DWORD Reserved3; + DWORD EnclaveConfigurationPointer; + DWORD VolatileMetadataPointer; + DWORD GuardEHContinuationTable; + DWORD GuardEHContinuationCount; + DWORD GuardXFGCheckFunctionPointer; + DWORD GuardXFGDispatchFunctionPointer; + DWORD GuardXFGTableDispatchFunctionPointer; + DWORD CastGuardOsDeterminedFailureMode; + DWORD GuardMemcpyFunctionPointer; +}; +struct ALIGN( 4 ) tagEMREXTSELECTCLIPRGN +{ + EMR emr; + DWORD cbRgnData; + DWORD iMode; + BYTE RgnData[1]; +}; +union ALIGN( 4 ) _SYSDBG_LIVEDUMP_CONTROL_FLAGS +{ + struct ALIGN( 4 ) + { + ULONG UseDumpStorageStack : 1; + ULONG CompressMemoryPagesData : 1; + ULONG IncludeUserSpaceMemoryPages : 1; + ULONG AbortIfMemoryPressure : 1; + ULONG SelectiveDump : 1; + ULONG Reserved : 27; + }; + ULONG AsUlong; +}; +struct ALIGN( 4 ) _WIN32_FIND_DATAW +{ + DWORD dwFileAttributes; + FILETIME ftCreationTime; + FILETIME ftLastAccessTime; + FILETIME ftLastWriteTime; + DWORD nFileSizeHigh; + DWORD nFileSizeLow; + DWORD dwReserved0; + DWORD dwReserved1; + WCHAR cFileName[260]; + WCHAR cAlternateFileName[14]; +}; +struct ALIGN( 4 ) tagEMRBITBLT +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG cxDest; + LONG cyDest; + DWORD dwRop; + LONG xSrc; + LONG ySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; +}; +struct ALIGN( 4 ) _PROCESS_LEAP_SECOND_INFO +{ + ULONG Flags; + ULONG Reserved; +}; +struct ALIGN( 4 ) tagEMRMASKBLT +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG cxDest; + LONG cyDest; + DWORD dwRop; + LONG xSrc; + LONG ySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + LONG xMask; + LONG yMask; + DWORD iUsageMask; + DWORD offBmiMask; + DWORD cbBmiMask; + DWORD offBitsMask; + DWORD cbBitsMask; +}; +struct ALIGN( 8 ) _MEMORYSTATUSEX +{ + DWORD dwLength; + DWORD dwMemoryLoad; + DWORDLONG ullTotalPhys; + DWORDLONG ullAvailPhys; + DWORDLONG ullTotalPageFile; + DWORDLONG ullAvailPageFile; + DWORDLONG ullTotalVirtual; + DWORDLONG ullAvailVirtual; + DWORDLONG ullAvailExtendedVirtual; +}; +struct ALIGN( 4 ) tagEXTLOGFONTW +{ + LOGFONTW elfLogFont; + WCHAR elfFullName[64]; + WCHAR elfStyle[32]; + DWORD elfVersion; + DWORD elfStyleSize; + DWORD elfMatch; + DWORD elfReserved; + BYTE elfVendorId[4]; + DWORD elfCulture; + PANOSE elfPanose; +}; +struct ALIGN( 4 ) tagEMREXTCREATEFONTINDIRECTW +{ + EMR emr; + DWORD ihFont; + EXTLOGFONTW elfw; +}; +struct ALIGN( 4 ) _TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION +{ + TRANSACTION_ENLISTMENT_PAIR SuperiorEnlistmentPair; +}; +union ALIGN( 4 ) IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA_EXTENDED +{ + DWORD ExtendedHeaderData; + struct ALIGN( 4 ) + { + DWORD ExtendedEpilogCount : 16; + DWORD ExtendedCodeWords : 8; + }; +}; +struct ALIGN( 8 ) _REASON_CONTEXT +{ + ULONG Version; + DWORD Flags; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + HMODULE LocalizedReasonModule; + ULONG LocalizedReasonId; + ULONG ReasonStringCount; + LPWSTR* ReasonStrings; + } Detailed; + LPWSTR SimpleReasonString; + } Reason; +}; +struct ALIGN( 4 ) tagLOGPEN +{ + UINT lopnStyle; + POINT lopnWidth; + COLORREF lopnColor; +}; +struct ALIGN( 4 ) tagEMRCREATEPEN +{ + EMR emr; + DWORD ihPen; + LOGPEN lopn; +}; +struct ALIGN( 4 ) _KSYSTEM_TIME +{ + ULONG LowPart; + LONG High1Time; + LONG High2Time; +}; +struct ALIGN( 8 ) _KUSER_SHARED_DATA +{ + ULONG TickCountLowDeprecated; + ULONG TickCountMultiplier; + volatile KSYSTEM_TIME InterruptTime; + volatile KSYSTEM_TIME SystemTime; + volatile KSYSTEM_TIME TimeZoneBias; + USHORT ImageNumberLow; + USHORT ImageNumberHigh; + WCHAR NtSystemRoot[260]; + ULONG MaxStackTraceDepth; + ULONG CryptoExponent; + ULONG TimeZoneId; + ULONG LargePageMinimum; + ULONG AitSamplingValue; + ULONG AppCompatFlag; + ULONGLONG RNGSeedVersion; + ULONG GlobalValidationRunlevel; + volatile LONG TimeZoneBiasStamp; + ULONG NtBuildNumber; + NT_PRODUCT_TYPE NtProductType; + BOOLEAN ProductTypeIsValid; + BOOLEAN Reserved0[1]; + USHORT NativeProcessorArchitecture; + ULONG NtMajorVersion; + ULONG NtMinorVersion; + BOOLEAN ProcessorFeatures[64]; + ULONG Reserved1; + ULONG Reserved3; + volatile ULONG TimeSlip; + ALTERNATIVE_ARCHITECTURE_TYPE AlternativeArchitecture; + ULONG BootId; + LARGE_INTEGER SystemExpirationDate; + ULONG SuiteMask; + BOOLEAN KdDebuggerEnabled; + union ALIGN( 1 ) + { + UCHAR MitigationPolicies; + struct ALIGN( 1 ) + { + UCHAR NXSupportPolicy : 2; + UCHAR SEHValidationPolicy : 2; + UCHAR CurDirDevicesSkippedForDlls : 2; + UCHAR Reserved : 2; + }; + }; + USHORT CyclesPerYield; + volatile ULONG ActiveConsoleId; + volatile ULONG DismountCount; + ULONG ComPlusPackage; + ULONG LastSystemRITEventTickCount; + ULONG NumberOfPhysicalPages; + BOOLEAN SafeBootMode; + union ALIGN( 1 ) + { + UCHAR VirtualizationFlags; + }; + UCHAR Reserved12[2]; + union ALIGN( 4 ) + { + ULONG SharedDataFlags; + struct ALIGN( 4 ) + { + ULONG DbgErrorPortPresent : 1; + ULONG DbgElevationEnabled : 1; + ULONG DbgVirtEnabled : 1; + ULONG DbgInstallerDetectEnabled : 1; + ULONG DbgLkgEnabled : 1; + ULONG DbgDynProcessorEnabled : 1; + ULONG DbgConsoleBrokerEnabled : 1; + ULONG DbgSecureBootEnabled : 1; + ULONG DbgMultiSessionSku : 1; + ULONG DbgMultiUsersInSessionSku : 1; + ULONG DbgStateSeparationEnabled : 1; + ULONG SpareBits : 21; + }; + }; + ULONG DataFlagsPad[1]; + ULONGLONG TestRetInstruction; + LONGLONG QpcFrequency; + ULONG SystemCall; + ULONG Reserved2; + ULONGLONG SystemCallPad[2]; + union ALIGN( 8 ) + { + volatile KSYSTEM_TIME TickCount; + volatile ULONG64 TickCountQuad; + struct ALIGN( 4 ) + { + ULONG ReservedTickCountOverlay[3]; + ULONG TickCountPad[1]; + }; + }; + ULONG Cookie; + ULONG CookiePad[1]; + LONGLONG ConsoleSessionForegroundProcessId; + ULONGLONG TimeUpdateLock; + ULONGLONG BaselineSystemTimeQpc; + ULONGLONG BaselineInterruptTimeQpc; + ULONGLONG QpcSystemTimeIncrement; + ULONGLONG QpcInterruptTimeIncrement; + UCHAR QpcSystemTimeIncrementShift; + UCHAR QpcInterruptTimeIncrementShift; + USHORT UnparkedProcessorCount; + ULONG EnclaveFeatureMask[4]; + ULONG TelemetryCoverageRound; + USHORT UserModeGlobalLogger[16]; + ULONG ImageFileExecutionOptions; + ULONG LangGenerationCount; + ULONGLONG Reserved4; + volatile ULONGLONG InterruptTimeBias; + volatile ULONGLONG QpcBias; + ULONG ActiveProcessorCount; + volatile UCHAR ActiveGroupCount; + UCHAR Reserved9; + union ALIGN( 2 ) + { + USHORT QpcData; + struct ALIGN( 1 ) + { + volatile UCHAR QpcBypassEnabled; + UCHAR QpcShift; + }; + }; + LARGE_INTEGER TimeZoneBiasEffectiveStart; + LARGE_INTEGER TimeZoneBiasEffectiveEnd; + XSTATE_CONFIGURATION XState; + KSYSTEM_TIME FeatureConfigurationChangeStamp; + ULONG Spare; + ULONG64 UserPointerAuthMask; +}; +struct ALIGN( 8 ) _MEMORY_PHYSICAL_CONTIGUITY_INFORMATION +{ + PVOID VirtualAddress; + ULONG_PTR Size; + ULONG_PTR ContiguityUnitSize; + ULONG Flags; + PMEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION ContiguityUnitInformation; +}; +struct ALIGN( 4 ) _IMAGE_ENCLAVE_CONFIG32 +{ + DWORD Size; + DWORD MinimumRequiredConfigSize; + DWORD PolicyFlags; + DWORD NumberOfImports; + DWORD ImportList; + DWORD ImportEntrySize; + BYTE FamilyID[16]; + BYTE ImageID[16]; + DWORD ImageVersion; + DWORD SecurityVersion; + DWORD EnclaveSize; + DWORD NumberOfThreads; + DWORD EnclaveFlags; +}; +struct ALIGN( 2 ) tagCOLORADJUSTMENT +{ + WORD caSize; + WORD caFlags; + WORD caIlluminantIndex; + WORD caRedGamma; + WORD caGreenGamma; + WORD caBlueGamma; + WORD caReferenceBlack; + WORD caReferenceWhite; + SHORT caContrast; + SHORT caBrightness; + SHORT caColorfulness; + SHORT caRedGreenTint; +}; +struct ALIGN( 4 ) tagEMRSETCOLORADJUSTMENT +{ + EMR emr; + COLORADJUSTMENT ColorAdjustment; +}; +struct ALIGN( 4 ) HICON__ +{ + int unused; +}; +struct ALIGN( 4 ) tagEMRLINETO +{ + EMR emr; + POINTL ptl; +}; +struct ALIGN( 4 ) HPALETTE__ +{ + int unused; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 disableMonitorVirtualResolution : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) HHOOK__ +{ + int unused; +}; +struct ALIGN( 8 ) tagACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA +{ + PVOID lpInformation; + PVOID lpSectionBase; + ULONG ulSectionLength; + PVOID lpSectionGlobalDataBase; + ULONG ulSectionGlobalDataLength; +}; +struct ALIGN( 8 ) tagACTCTX_SECTION_KEYED_DATA +{ + ULONG cbSize; + ULONG ulDataFormatVersion; + PVOID lpData; + ULONG ulLength; + PVOID lpSectionGlobalData; + ULONG ulSectionGlobalDataLength; + PVOID lpSectionBase; + ULONG ulSectionTotalLength; + HANDLE hActCtx; + ULONG ulAssemblyRosterIndex; + ULONG ulFlags; + ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA AssemblyMetadata; +}; +struct ALIGN( 4 ) tagEMRFILLPATH +{ + EMR emr; + RECTL rclBounds; +}; +struct ALIGN( 4 ) tagEMRSETVIEWPORTEXTEX +{ + EMR emr; + SIZEL szlExtent; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_SET_HDR_STATE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 enableHdr : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) _ImageArchitectureHeader +{ + unsigned int AmaskValue : 1; + int : 7; + unsigned int AmaskShift : 8; + int : 16; + DWORD FirstEntryRVA; +}; +struct ALIGN( 4 ) tagEMREXTFLOODFILL +{ + EMR emr; + POINTL ptlStart; + COLORREF crColor; + DWORD iMode; +}; +struct ALIGN( 4 ) _ABC +{ + int abcA; + UINT abcB; + int abcC; +}; +struct ALIGN( 4 ) HWINEVENTHOOK__ +{ + int unused; +}; +struct ALIGN( 4 ) HUMPD__ +{ + int unused; +}; +struct ALIGN( 4 ) tagKERNINGPAIR +{ + WORD wFirst; + WORD wSecond; + int iKernAmount; +}; +struct ALIGN( 4 ) tagABORTPATH +{ + EMR emr; +}; +struct ALIGN( 4 ) tagEMRSETMITERLIMIT +{ + EMR emr; + FLOAT eMiterLimit; +}; +union ALIGN( 4 ) _PROCESS_CREATION_SVE_VECTOR_LENGTH +{ + ULONG Data; + struct ALIGN( 4 ) + { + ULONG VectorLength : 24; + ULONG FlagsReserved : 8; + }; +}; +struct ALIGN( 4 ) tagEMRSETARCDIRECTION +{ + EMR emr; + DWORD iArcDirection; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_TARGET_DEVICE_NAME +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS flags; + DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY outputTechnology; + UINT16 edidManufactureId; + UINT16 edidProductCodeId; + UINT32 connectorInstance; + WCHAR monitorFriendlyDeviceName[64]; + WCHAR monitorDevicePath[128]; +}; +struct ALIGN( 8 ) _BCD_ELEMENT +{ + PBCD_ELEMENT_DESCRIPTION Description; + PVOID Data; +}; +struct ALIGN( 8 ) _SYSTEM_WORKLOAD_ALLOWED_CPU_SET_INFORMATION +{ + ULONGLONG WorkloadClass; + ULONGLONG CpuSets[1]; +}; +; +struct ALIGN( 4 ) tagHW_PROFILE_INFOA +{ + DWORD dwDockInfo; + CHAR szHwProfileGuid[39]; + CHAR szHwProfileName[80]; +}; +struct ALIGN( 4 ) _TIME_ZONE_INFORMATION +{ + LONG Bias; + WCHAR StandardName[32]; + SYSTEMTIME StandardDate; + LONG StandardBias; + WCHAR DaylightName[32]; + SYSTEMTIME DaylightDate; + LONG DaylightBias; +}; +struct ALIGN( 8 ) tagACTCTXW +{ + ULONG cbSize; + DWORD dwFlags; + LPCWSTR lpSource; + USHORT wProcessorArchitecture; + LANGID wLangId; + LPCWSTR lpAssemblyDirectory; + LPCWSTR lpResourceName; + LPCWSTR lpApplicationName; + HMODULE hModule; +}; +struct ALIGN( 4 ) tagEMRELLIPSE +{ + EMR emr; + RECTL rclBox; +}; +struct ALIGN( 4 ) _SMC_CACHE_LIST_REQUEST +{ + ULONG Version : 8; + ULONG CacheCount : 8; + ULONG Spare : 16; + ULONG CacheId[16]; +}; +struct ALIGN( 4 ) _FILE_CASE_SENSITIVE_INFO +{ + ULONG Flags; +}; +struct ALIGN( 4 ) _FILE_DISPOSITION_INFO_EX +{ + DWORD Flags; +}; +struct ALIGN( 4 ) _SYSTEM_CODEINTEGRITY_INFORMATION +{ + ULONG Length; + ULONG CodeIntegrityOptions; +}; +struct ALIGN( 4 ) tagPELARRAY +{ + LONG paXCount; + LONG paYCount; + LONG paXExt; + LONG paYExt; + BYTE paRGBs; +}; +struct ALIGN( 4 ) _EVENTLOG_FULL_INFORMATION +{ + DWORD dwFull; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT +{ + ULONGLONG Hits; + UCHAR PercentFrequency; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_PERFORMANCE_STATE_DISTRIBUTION +{ + ULONG ProcessorNumber; + ULONG StateCount; + SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT States[1]; +}; +struct ALIGN( 4 ) _TAPE_CREATE_PARTITION +{ + DWORD Method; + DWORD Count; + DWORD Size; +}; +union ALIGN( 8 ) _TIMELINE_BITMAP +{ + ULONGLONG Value; + struct ALIGN( 4 ) + { + ULONG EndTime; + ULONG Bitmap; + }; +}; +struct ALIGN( 8 ) _PROCESS_ENERGY_VALUES_EXTENSION +{ + union ALIGN( 8 ) + { + TIMELINE_BITMAP Timelines[14]; + struct ALIGN( 8 ) + { + TIMELINE_BITMAP CpuTimeline; + TIMELINE_BITMAP DiskTimeline; + TIMELINE_BITMAP NetworkTimeline; + TIMELINE_BITMAP MBBTimeline; + TIMELINE_BITMAP ForegroundTimeline; + TIMELINE_BITMAP DesktopVisibleTimeline; + TIMELINE_BITMAP CompositionRenderedTimeline; + TIMELINE_BITMAP CompositionDirtyGeneratedTimeline; + TIMELINE_BITMAP CompositionDirtyPropagatedTimeline; + TIMELINE_BITMAP InputTimeline; + TIMELINE_BITMAP AudioInTimeline; + TIMELINE_BITMAP AudioOutTimeline; + TIMELINE_BITMAP DisplayRequiredTimeline; + TIMELINE_BITMAP KeyboardInputTimeline; + }; + }; + union ALIGN( 8 ) + { + ENERGY_STATE_DURATION Durations[5]; + struct ALIGN( 8 ) + { + ENERGY_STATE_DURATION InputDuration; + ENERGY_STATE_DURATION AudioInDuration; + ENERGY_STATE_DURATION AudioOutDuration; + ENERGY_STATE_DURATION DisplayRequiredDuration; + ENERGY_STATE_DURATION PSMBackgroundDuration; + }; + }; + ULONG KeyboardInput; + ULONG MouseInput; +}; +struct ALIGN( 8 ) _PROCESS_EXTENDED_ENERGY_VALUES +{ + PROCESS_ENERGY_VALUES Base; + PROCESS_ENERGY_VALUES_EXTENSION Extension; +}; +struct ALIGN( 4 ) _PEBS_DS_SAVE_AREA32 +{ + ULONG BtsBufferBase; + ULONG BtsIndex; + ULONG BtsAbsoluteMaximum; + ULONG BtsInterruptThreshold; + ULONG PebsBufferBase; + ULONG PebsIndex; + ULONG PebsAbsoluteMaximum; + ULONG PebsInterruptThreshold; + ULONG PebsGpCounterReset[8]; + ULONG PebsFixedCounterReset[4]; +}; +struct ALIGN( 8 ) _PEBS_DS_SAVE_AREA64 +{ + ULONGLONG BtsBufferBase; + ULONGLONG BtsIndex; + ULONGLONG BtsAbsoluteMaximum; + ULONGLONG BtsInterruptThreshold; + ULONGLONG PebsBufferBase; + ULONGLONG PebsIndex; + ULONGLONG PebsAbsoluteMaximum; + ULONGLONG PebsInterruptThreshold; + ULONGLONG PebsGpCounterReset[8]; + ULONGLONG PebsFixedCounterReset[4]; +}; +union ALIGN( 8 ) _PEBS_DS_SAVE_AREA +{ + PEBS_DS_SAVE_AREA32 As32Bit; + PEBS_DS_SAVE_AREA64 As64Bit; +}; +struct ALIGN( 8 ) _PROCESSOR_PROFILE_CONTROL_AREA +{ + PEBS_DS_SAVE_AREA PebsDsSaveArea; +}; +struct ALIGN( 4 ) HENHMETAFILE__ +{ + int unused; +}; +struct ALIGN( 4 ) HFONT__ +{ + int unused; +}; +struct ALIGN( 1 ) tagRGBTRIPLE +{ + BYTE rgbtBlue; + BYTE rgbtGreen; + BYTE rgbtRed; +}; +struct ALIGN( 4 ) HKL__ +{ + int unused; +}; +struct ALIGN( 4 ) tagENUMLOGFONTA +{ + LOGFONTA elfLogFont; + BYTE elfFullName[64]; + BYTE elfStyle[32]; +}; +struct ALIGN( 4 ) tagLOGCOLORSPACEW +{ + DWORD lcsSignature; + DWORD lcsVersion; + DWORD lcsSize; + LCSCSTYPE lcsCSType; + LCSGAMUTMATCH lcsIntent; + CIEXYZTRIPLE lcsEndpoints; + DWORD lcsGammaRed; + DWORD lcsGammaGreen; + DWORD lcsGammaBlue; + WCHAR lcsFilename[260]; +}; +struct ALIGN( 4 ) tagEMRCREATECOLORSPACEW +{ + EMR emr; + DWORD ihCS; + LOGCOLORSPACEW lcs; + DWORD dwFlags; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 8 ) _REDIRECTION_DESCRIPTOR +{ + ULONG Version; + ULONG FunctionCount; + PCREDIRECTION_FUNCTION_DESCRIPTOR Redirections; +}; +struct ALIGN( 8 ) _SYSTEM_BOOT_ENVIRONMENT_INFORMATION +{ + GUID BootIdentifier; + FIRMWARE_TYPE FirmwareType; + union ALIGN( 8 ) + { + ULONGLONG BootFlags; + struct ALIGN( 8 ) + { + ULONGLONG DbgMenuOsSelection : 1; + ULONGLONG DbgHiberBoot : 1; + ULONGLONG DbgSoftBoot : 1; + ULONGLONG DbgMeasuredLaunch : 1; + ULONGLONG DbgMeasuredLaunchCapable : 1; + ULONGLONG DbgSystemHiveReplace : 1; + ULONGLONG DbgMeasuredLaunchSmmProtections : 1; + ULONGLONG DbgMeasuredLaunchSmmLevel : 7; + }; + }; +}; +struct ALIGN( 8 ) _CLIENT_ID +{ + HANDLE UniqueProcess; + HANDLE UniqueThread; +}; +struct ALIGN( 8 ) _SYSTEM_THREAD_CID_PRIORITY_INFORMATION +{ + CLIENT_ID ClientId; + KPRIORITY Priority; +}; +struct ALIGN( 4 ) HPEN__ +{ + int unused; +}; +struct ALIGN( 8 ) _RESOURCEMANAGER_COMPLETION_INFORMATION +{ + HANDLE IoCompletionPortHandle; + ULONG_PTR CompletionKey; +}; +struct ALIGN( 8 ) _APP_MEMORY_INFORMATION +{ + ULONG64 AvailableCommit; + ULONG64 PrivateCommitUsage; + ULONG64 PeakPrivateCommitUsage; + ULONG64 TotalCommitUsage; +}; +struct ALIGN( 4 ) OVERRIDE_PREFETCH_PARAMETER +{ + UINT32 Value; +}; +struct ALIGN( 8 ) _SYSTEM_INFO +{ + union ALIGN( 4 ) + { + DWORD dwOemId; + struct ALIGN( 2 ) + { + WORD wProcessorArchitecture; + WORD wReserved; + }; + }; + DWORD dwPageSize; + LPVOID lpMinimumApplicationAddress; + LPVOID lpMaximumApplicationAddress; + DWORD_PTR dwActiveProcessorMask; + DWORD dwNumberOfProcessors; + DWORD dwProcessorType; + DWORD dwAllocationGranularity; + WORD wProcessorLevel; + WORD wProcessorRevision; +}; +struct ALIGN( 4 ) tagEMRINVERTRGN +{ + EMR emr; + RECTL rclBounds; + DWORD cbRgnData; + BYTE RgnData[1]; +}; +struct ALIGN( 8 ) WIN32_MEMORY_REGION_INFORMATION +{ + PVOID AllocationBase; + ULONG AllocationProtect; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Private : 1; + ULONG MappedDataFile : 1; + ULONG MappedImage : 1; + ULONG MappedPageFile : 1; + ULONG MappedPhysical : 1; + ULONG DirectMapped : 1; + ULONG Reserved : 26; + }; + }; + SIZE_T RegionSize; + SIZE_T CommitSize; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_INFORMATION +{ + ULONG NextEntryOffset; + ULONG Level; + ULONG RuleClasses[2]; + ULONG TriageContext; + ULONG AreAllDriversBeingVerified; + UNICODE_STRING DriverName; + ULONG RaiseIrqls; + ULONG AcquireSpinLocks; + ULONG SynchronizeExecutions; + ULONG AllocationsAttempted; + ULONG AllocationsSucceeded; + ULONG AllocationsSucceededSpecialPool; + ULONG AllocationsWithNoTag; + ULONG TrimRequests; + ULONG Trims; + ULONG AllocationsFailed; + ULONG AllocationsFailedDeliberately; + ULONG Loads; + ULONG Unloads; + ULONG UnTrackedPool; + ULONG CurrentPagedPoolAllocations; + ULONG CurrentNonPagedPoolAllocations; + ULONG PeakPagedPoolAllocations; + ULONG PeakNonPagedPoolAllocations; + SIZE_T PagedPoolUsageInBytes; + SIZE_T NonPagedPoolUsageInBytes; + SIZE_T PeakPagedPoolUsageInBytes; + SIZE_T PeakNonPagedPoolUsageInBytes; +}; +struct ALIGN( 8 ) tagENUMUILANG +{ + ULONG NumOfEnumUILang; + ULONG SizeOfEnumUIBuffer; + LANGID* pEnumUIBuffer; +}; +struct ALIGN( 8 ) _SM_SYSTEM_STORE_TRIM_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + SIZE_T PagesToTrim; +}; +struct ALIGN( 8 ) _GDI_TEB_BATCH +{ + ULONG Offset; + ULONG_PTR HDC; + ULONG Buffer[310]; +}; +struct ALIGN( 8 ) _TEB +{ + NT_TIB NtTib; + PVOID EnvironmentPointer; + CLIENT_ID ClientId; + PVOID ActiveRpcHandle; + PVOID ThreadLocalStoragePointer; + PPEB ProcessEnvironmentBlock; + ULONG LastErrorValue; + ULONG CountOfOwnedCriticalSections; + PVOID CsrClientThread; + PVOID Win32ThreadInfo; + ULONG User32Reserved[26]; + ULONG UserReserved[5]; + PVOID WOW32Reserved; + LCID CurrentLocale; + ULONG FpSoftwareStatusRegister; + PVOID ReservedForDebuggerInstrumentation[16]; + PVOID SystemReserved1[30]; + CHAR PlaceholderCompatibilityMode; + BOOLEAN PlaceholderHydrationAlwaysExplicit; + CHAR PlaceholderReserved[10]; + ULONG ProxiedProcessId; + ACTIVATION_CONTEXT_STACK ActivationStack; + UCHAR WorkingOnBehalfTicket[8]; + NTSTATUS ExceptionCode; + PACTIVATION_CONTEXT_STACK ActivationContextStackPointer; + ULONG_PTR InstrumentationCallbackSp; + ULONG_PTR InstrumentationCallbackPreviousPc; + ULONG_PTR InstrumentationCallbackPreviousSp; + ULONG TxFsContext; + BOOLEAN InstrumentationCallbackDisabled; + BOOLEAN UnalignedLoadStoreExceptions; + GDI_TEB_BATCH GdiTebBatch; + CLIENT_ID RealClientId; + HANDLE GdiCachedProcessHandle; + ULONG GdiClientPID; + ULONG GdiClientTID; + PVOID GdiThreadLocalInfo; + ULONG_PTR Win32ClientInfo[62]; + PVOID glDispatchTable[233]; + ULONG_PTR glReserved1[29]; + PVOID glReserved2; + PVOID glSectionInfo; + PVOID glSection; + PVOID glTable; + PVOID glCurrentRC; + PVOID glContext; + NTSTATUS LastStatusValue; + UNICODE_STRING StaticUnicodeString; + WCHAR StaticUnicodeBuffer[261]; + PVOID DeallocationStack; + PVOID TlsSlots[64]; + LIST_ENTRY TlsLinks; + PVOID Vdm; + PVOID ReservedForNtRpc; + PVOID DbgSsReserved[2]; + ULONG HardErrorMode; + PVOID Instrumentation[11]; + GUID ActivityId; + PVOID SubProcessTag; + PVOID PerflibData; + PVOID EtwTraceData; + PVOID WinSockData; + ULONG GdiBatchCount; + union ALIGN( 4 ) + { + PROCESSOR_NUMBER CurrentIdealProcessor; + ULONG IdealProcessorValue; + struct ALIGN( 1 ) + { + UCHAR ReservedPad0; + UCHAR ReservedPad1; + UCHAR ReservedPad2; + UCHAR IdealProcessor; + }; + }; + ULONG GuaranteedStackBytes; + PVOID ReservedForPerf; + PVOID ReservedForOle; + ULONG WaitingOnLoaderLock; + PVOID SavedPriorityState; + ULONG_PTR ReservedForCodeCoverage; + PVOID ThreadPoolData; + PVOID* TlsExpansionSlots; + PVOID DeallocationBStore; + PVOID BStoreLimit; + ULONG MuiGeneration; + ULONG IsImpersonating; + PVOID NlsCache; + PVOID pShimData; + ULONG HeapData; + HANDLE CurrentTransactionHandle; + PTEB_ACTIVE_FRAME ActiveFrame; + PVOID FlsData; + PVOID PreferredLanguages; + PVOID UserPrefLanguages; + PVOID MergedPrefLanguages; + ULONG MuiImpersonation; + union ALIGN( 2 ) + { + USHORT CrossTebFlags; + USHORT SpareCrossTebBits : 16; + }; + union ALIGN( 2 ) + { + USHORT SameTebFlags; + struct ALIGN( 2 ) + { + USHORT SafeThunkCall : 1; + USHORT InDebugPrint : 1; + USHORT HasFiberData : 1; + USHORT SkipThreadAttach : 1; + USHORT WerInShipAssertCode : 1; + USHORT RanProcessInit : 1; + USHORT ClonedThread : 1; + USHORT SuppressDebugMsg : 1; + USHORT DisableUserStackWalk : 1; + USHORT RtlExceptionAttached : 1; + USHORT InitialThread : 1; + USHORT SessionAware : 1; + USHORT LoadOwner : 1; + USHORT LoaderWorker : 1; + USHORT SkipLoaderInit : 1; + USHORT SkipFileAPIBrokering : 1; + }; + }; + PVOID TxnScopeEnterCallback; + PVOID TxnScopeExitCallback; + PVOID TxnScopeContext; + ULONG LockCount; + LONG WowTebOffset; + PVOID ResourceRetValue; + PVOID ReservedForWdf; + ULONGLONG ReservedForCrt; + GUID EffectiveContainerId; + ULONGLONG LastSleepCounter; + ULONG SpinCallCount; + ULONGLONG ExtendedFeatureDisableMask; +}; +struct ALIGN( 8 ) tagEXTLOGPEN +{ + DWORD elpPenStyle; + DWORD elpWidth; + UINT elpBrushStyle; + COLORREF elpColor; + ULONG_PTR elpHatch; + DWORD elpNumEntries; + DWORD elpStyleEntry[1]; +}; +struct ALIGN( 4 ) HLSURF__ +{ + int unused; +}; +struct ALIGN( 8 ) tagACTCTXA +{ + ULONG cbSize; + DWORD dwFlags; + LPCSTR lpSource; + USHORT wProcessorArchitecture; + LANGID wLangId; + LPCSTR lpAssemblyDirectory; + LPCSTR lpResourceName; + LPCSTR lpApplicationName; + HMODULE hModule; +}; +struct ALIGN( 4 ) _SYSTEM_SECUREBOOT_POLICY_INFORMATION +{ + GUID PolicyPublisher; + ULONG PolicyVersion; + ULONG PolicyOptions; +}; +struct ALIGN( 4 ) _SYSTEM_SECUREBOOT_POLICY_FULL_INFORMATION +{ + SYSTEM_SECUREBOOT_POLICY_INFORMATION PolicyInformation; + ULONG PolicySize; + UCHAR Policy[1]; +}; +struct ALIGN( 4 ) HCOLORSPACE__ +{ + int unused; +}; +struct ALIGN( 8 ) _STARTUPINFOEXW +{ + STARTUPINFOW StartupInfo; + LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList; +}; +struct ALIGN( 8 ) _PHYSICAL_CHANNEL_RUN +{ + ULONG NodeNumber; + ULONG ChannelNumber; + ULONGLONG BasePage; + ULONGLONG PageCount; + ULONG Flags; +}; +struct ALIGN( 8 ) _SYSTEM_MEMORY_TOPOLOGY_INFORMATION +{ + ULONGLONG NumberOfRuns; + ULONG NumberOfNodes; + ULONG NumberOfChannels; + PHYSICAL_CHANNEL_RUN Run[1]; +}; +struct ALIGN( 8 ) _COVERAGE_MODULE_INFO +{ + ULONG ModuleInfoSize; + ULONG IsBinaryLoaded; + UNICODE_STRING ModulePathName; + ULONG CoverageSectionSize; + UCHAR CoverageSection[1]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_2DREGION +{ + UINT32 cx; + UINT32 cy; +}; +struct ALIGN( 4 ) tagNEWTEXTMETRICW +{ + LONG tmHeight; + LONG tmAscent; + LONG tmDescent; + LONG tmInternalLeading; + LONG tmExternalLeading; + LONG tmAveCharWidth; + LONG tmMaxCharWidth; + LONG tmWeight; + LONG tmOverhang; + LONG tmDigitizedAspectX; + LONG tmDigitizedAspectY; + WCHAR tmFirstChar; + WCHAR tmLastChar; + WCHAR tmDefaultChar; + WCHAR tmBreakChar; + BYTE tmItalic; + BYTE tmUnderlined; + BYTE tmStruckOut; + BYTE tmPitchAndFamily; + BYTE tmCharSet; + DWORD ntmFlags; + UINT ntmSizeEM; + UINT ntmCellHeight; + UINT ntmAvgWidth; +}; +struct ALIGN( 4 ) tagLOGBRUSH32 +{ + UINT lbStyle; + COLORREF lbColor; + ULONG lbHatch; +}; +struct ALIGN( 4 ) _SYSTEM_PROCESSOR_MICROCODE_UPDATE_INFORMATION +{ + ULONG Operation; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_COUNTERS_INFORMATION +{ + SYSTEM_VERIFIER_INFORMATION Legacy; + ULONG RaiseIrqls; + ULONG AcquireSpinLocks; + ULONG SynchronizeExecutions; + ULONG AllocationsWithNoTag; + ULONG AllocationsFailed; + ULONG AllocationsFailedDeliberately; + SIZE_T LockedBytes; + SIZE_T PeakLockedBytes; + SIZE_T MappedLockedBytes; + SIZE_T PeakMappedLockedBytes; + SIZE_T MappedIoSpaceBytes; + SIZE_T PeakMappedIoSpaceBytes; + SIZE_T PagesForMdlBytes; + SIZE_T PeakPagesForMdlBytes; + SIZE_T ContiguousMemoryBytes; + SIZE_T PeakContiguousMemoryBytes; + ULONG ExecutePoolTypes; + ULONG ExecutePageProtections; + ULONG ExecutePageMappings; + ULONG ExecuteWriteSections; + ULONG SectionAlignmentFailures; + ULONG UnsupportedRelocs; + ULONG IATInExecutableSection; +}; +struct ALIGN( 1 ) tagRGBQUAD +{ + BYTE rgbBlue; + BYTE rgbGreen; + BYTE rgbRed; + BYTE rgbReserved; +}; +struct ALIGN( 4 ) _GRADIENT_TRIANGLE +{ + ULONG Vertex1; + ULONG Vertex2; + ULONG Vertex3; +}; +struct ALIGN( 4 ) _GRADIENT_RECT +{ + ULONG UpperLeft; + ULONG LowerRight; +}; +struct ALIGN( 4 ) _SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION +{ + ULONG NumberOfLogicalProcessors; + ULONG NumberOfCores; +}; +struct ALIGN( 8 ) _COVERAGE_MODULE_REQUEST +{ + COVERAGE_REQUEST_CODES RequestType; + union ALIGN( 8 ) + { + UCHAR MD5Hash[16]; + UNICODE_STRING ModuleName; + } SearchInfo; +}; +struct ALIGN( 4 ) _SMC_CACHE_DELETE_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + ULONG CacheId; +}; +struct ALIGN( 1 ) _FILE_DISPOSITION_INFO +{ + BOOLEAN DeleteFileA; +}; +struct ALIGN( 8 ) _SMC_CACHE_PARAMETERS +{ + SIZE_T CacheFileSize; + ULONG StoreAlignment; + ULONG PerformsFileIo : 1; + ULONG VdlNotSet : 1; + ULONG Spare : 30; + ULONG CacheFlags; + ULONG Priority; +}; +struct ALIGN( 8 ) _SMC_CACHE_CREATE_PARAMETERS +{ + SMC_CACHE_PARAMETERS CacheParameters; + WCHAR TemplateFilePath[512]; +}; +struct ALIGN( 4 ) _FILE_ALIGNMENT_INFO +{ + ULONG AlignmentRequirement; +}; +struct ALIGN( 8 ) _SM_STORE_HIGH_MEM_PRIORITY_REQUEST +{ + ULONG Version : 8; + ULONG SetHighMemoryPriority : 1; + ULONG Spare : 23; + HANDLE ProcessHandle; +}; +struct ALIGN( 8 ) tagGCP_RESULTSA +{ + DWORD lStructSize; + LPSTR lpOutString; + UINT* lpOrder; + int* lpDx; + int* lpCaretPos; + LPSTR lpClass; + LPWSTR lpGlyphs; + UINT nGlyphs; + int nMaxFit; +}; +struct ALIGN( 4 ) _FILE_REMOTE_PROTOCOL_INFO +{ + USHORT StructureVersion; + USHORT StructureSize; + ULONG Protocol; + USHORT ProtocolMajorVersion; + USHORT ProtocolMinorVersion; + USHORT ProtocolRevision; + USHORT Reserved; + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Reserved[8]; + } GenericReserved; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG Capabilities; + } Server; + struct ALIGN( 4 ) + { + ULONG Capabilities; + ULONG ShareFlags; + } Share; + } Smb2; + ULONG Reserved[16]; + } ProtocolSpecific; +}; +struct ALIGN( 4 ) _PSINJECTDATA +{ + DWORD DataBytes; + WORD InjectionPoint; + WORD PageNumber; +}; +struct ALIGN( 4 ) _PSFEATURE_CUSTPAPER +{ + LONG lOrientation; + LONG lWidth; + LONG lHeight; + LONG lWidthOffset; + LONG lHeightOffset; +}; +struct ALIGN( 8 ) _SYSTEM_GDI_DRIVER_INFORMATION +{ + UNICODE_STRING DriverName; + PVOID ImageAddress; + PVOID SectionPointer; + PVOID EntryPoint; + PIMAGE_EXPORT_DIRECTORY ExportSectionPointer; + ULONG ImageLength; +}; +struct ALIGN( 4 ) _MEMORY_PRIORITY_INFORMATION +{ + ULONG MemoryPriority; +}; +struct ALIGN( 4 ) tagNEWTEXTMETRICA +{ + LONG tmHeight; + LONG tmAscent; + LONG tmDescent; + LONG tmInternalLeading; + LONG tmExternalLeading; + LONG tmAveCharWidth; + LONG tmMaxCharWidth; + LONG tmWeight; + LONG tmOverhang; + LONG tmDigitizedAspectX; + LONG tmDigitizedAspectY; + BYTE tmFirstChar; + BYTE tmLastChar; + BYTE tmDefaultChar; + BYTE tmBreakChar; + BYTE tmItalic; + BYTE tmUnderlined; + BYTE tmStruckOut; + BYTE tmPitchAndFamily; + BYTE tmCharSet; + DWORD ntmFlags; + UINT ntmSizeEM; + UINT ntmCellHeight; + UINT ntmAvgWidth; +}; +struct ALIGN( 4 ) tagFONTSIGNATURE +{ + DWORD fsUsb[4]; + DWORD fsCsb[2]; +}; +struct ALIGN( 4 ) tagNEWTEXTMETRICEXA +{ + NEWTEXTMETRICA ntmTm; + FONTSIGNATURE ntmFontSig; +}; +struct ALIGN( 4 ) tagAXESLISTA +{ + DWORD axlReserved; + DWORD axlNumAxes; + AXISINFOA axlAxisInfo[16]; +}; +struct ALIGN( 4 ) tagENUMTEXTMETRICA +{ + NEWTEXTMETRICEXA etmNewTextMetricEx; + AXESLISTA etmAxesList; +}; +struct ALIGN( 4 ) tagENUMLOGFONTEXDVA +{ + ENUMLOGFONTEXA elfEnumLogfontEx; + DESIGNVECTOR elfDesignVector; +}; +struct ALIGN( 4 ) _THREAD_POWER_THROTTLING_STATE +{ + ULONG Version; + ULONG ControlMask; + ULONG StateMask; +}; +struct ALIGN( 8 ) _UNIVERSAL_NAME_INFOA +{ + LPSTR lpUniversalName; +}; +struct ALIGN( 8 ) _STRING64 +{ + USHORT Length; + USHORT MaximumLength; + ULONGLONG Buffer; +}; +struct ALIGN( 4 ) tagNEWTEXTMETRICEXW +{ + NEWTEXTMETRICW ntmTm; + FONTSIGNATURE ntmFontSig; +}; +struct ALIGN( 4 ) tagAXESLISTW +{ + DWORD axlReserved; + DWORD axlNumAxes; + AXISINFOW axlAxisInfo[16]; +}; +struct ALIGN( 4 ) tagENUMTEXTMETRICW +{ + NEWTEXTMETRICEXW etmNewTextMetricEx; + AXESLISTW etmAxesList; +}; +struct ALIGN( 8 ) _SYSTEM_OBJECTTYPE_INFORMATION +{ + ULONG NextEntryOffset; + ULONG NumberOfObjects; + ULONG NumberOfHandles; + ULONG TypeIndex; + ULONG InvalidAttributes; + GENERIC_MAPPING GenericMapping; + ULONG ValidAccessMask; + ULONG PoolType; + BOOLEAN SecurityRequired; + BOOLEAN WaitableObject; + UNICODE_STRING TypeName; +}; +struct ALIGN( 4 ) _PROCESS_MACHINE_INFORMATION +{ + USHORT ProcessMachine; + USHORT Res0; + MACHINE_ATTRIBUTES MachineAttributes; +}; +struct ALIGN( 8 ) tagIMEMENUITEMINFOW +{ + UINT cbSize; + UINT fType; + UINT fState; + UINT wID; + HBITMAP hbmpChecked; + HBITMAP hbmpUnchecked; + DWORD dwItemData; + WCHAR szString[80]; + HBITMAP hbmpItem; +}; +struct ALIGN( 8 ) _PROCESS_MEMORY_EXHAUSTION_INFO +{ + USHORT Version; + USHORT Reserved; + PROCESS_MEMORY_EXHAUSTION_TYPE Type; + ULONG_PTR Value; +}; +struct ALIGN( 4 ) _PROCESS_POWER_THROTTLING_STATE +{ + ULONG Version; + ULONG ControlMask; + ULONG StateMask; +}; +struct ALIGN( 4 ) tagHELPWININFOA +{ + int wStructSize; + int x; + int y; + int dx; + int dy; + int wMax; + CHAR rgchMember[2]; +}; +struct ALIGN( 4 ) PROCESS_PROTECTION_LEVEL_INFORMATION +{ + DWORD ProtectionLevel; +}; +struct ALIGN( 4 ) tagTouchPredictionParameters +{ + UINT cbSize; + UINT dwLatency; + UINT dwSampleTime; + UINT bUseHWTimeStamp; +}; +struct ALIGN( 4 ) tagEMRGLSBOUNDEDRECORD +{ + EMR emr; + RECTL rclBounds; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 4 ) _STORAGE_HOTPLUG_INFO +{ + DWORD Size; + BOOLEAN MediaRemovable; + BOOLEAN MediaHotplug; + BOOLEAN DeviceHotplug; + BOOLEAN WriteCacheEnableOverride; +}; +struct ALIGN( 4 ) tagEMRROUNDRECT +{ + EMR emr; + RECTL rclBox; + SIZEL szlCorner; +}; +struct ALIGN( 4 ) tagENUMLOGFONTEXDVW +{ + ENUMLOGFONTEXW elfEnumLogfontEx; + DESIGNVECTOR elfDesignVector; +}; +struct ALIGN( 8 ) _LDRP_CSLIST +{ + PSINGLE_LIST_ENTRY Tail; +}; +struct ALIGN( 8 ) tagBITMAP +{ + LONG bmType; + LONG bmWidth; + LONG bmHeight; + LONG bmWidthBytes; + WORD bmPlanes; + WORD bmBitsPixel; + LPVOID bmBits; +}; +struct ALIGN( 8 ) tagDIBSECTION +{ + BITMAP dsBm; + BITMAPINFOHEADER dsBmih; + DWORD dsBitfields[3]; + HANDLE dshSection; + DWORD dsOffset; +}; +struct ALIGN( 4 ) _devicemodeA +{ + BYTE dmDeviceName[32]; + WORD dmSpecVersion; + WORD dmDriverVersion; + WORD dmSize; + WORD dmDriverExtra; + DWORD dmFields; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + short dmOrientation; + short dmPaperSize; + short dmPaperLength; + short dmPaperWidth; + short dmScale; + short dmCopies; + short dmDefaultSource; + short dmPrintQuality; + }; + struct ALIGN( 4 ) + { + POINTL dmPosition; + DWORD dmDisplayOrientation; + DWORD dmDisplayFixedOutput; + }; + }; + short dmColor; + short dmDuplex; + short dmYResolution; + short dmTTOption; + short dmCollate; + BYTE dmFormName[32]; + WORD dmLogPixels; + DWORD dmBitsPerPel; + DWORD dmPelsWidth; + DWORD dmPelsHeight; + union ALIGN( 4 ) + { + DWORD dmDisplayFlags; + DWORD dmNup; + }; + DWORD dmDisplayFrequency; + DWORD dmICMMethod; + DWORD dmICMIntent; + DWORD dmMediaType; + DWORD dmDitherType; + DWORD dmReserved1; + DWORD dmReserved2; + DWORD dmPanningWidth; + DWORD dmPanningHeight; +}; +struct ALIGN( 8 ) _WIN32_MEMORY_RANGE_ENTRY +{ + PVOID VirtualAddress; + SIZE_T NumberOfBytes; +}; +struct ALIGN( 4 ) _SYSTEM_SET_TIME_ADJUST_INFORMATION +{ + ULONG TimeAdjustment; + BOOLEAN Enable; +}; +struct ALIGN( 4 ) tagENUMLOGFONTW +{ + LOGFONTW elfLogFont; + WCHAR elfFullName[64]; + WCHAR elfStyle[32]; +}; +struct ALIGN( 4 ) tagEMRPOLYPOLYLINE16 +{ + EMR emr; + RECTL rclBounds; + DWORD nPolys; + DWORD cpts; + DWORD aPolyCounts[1]; + POINTS apts[1]; +}; +struct ALIGN( 4 ) tagENHMETAHEADER +{ + DWORD iType; + DWORD nSize; + RECTL rclBounds; + RECTL rclFrame; + DWORD dSignature; + DWORD nVersion; + DWORD nBytes; + DWORD nRecords; + WORD nHandles; + WORD sReserved; + DWORD nDescription; + DWORD offDescription; + DWORD nPalEntries; + SIZEL szlDevice; + SIZEL szlMillimeters; + DWORD cbPixelFormat; + DWORD offPixelFormat; + DWORD bOpenGL; + SIZEL szlMicrometers; +}; +struct ALIGN( 4 ) tagTTPOLYGONHEADER +{ + DWORD cb; + DWORD dwType; + POINTFX pfxStart; +}; +struct ALIGN( 1 ) _PREVENT_MEDIA_REMOVAL +{ + BOOLEAN PreventMediaRemoval; +}; +struct ALIGN( 4 ) _CONSOLE_FONT_INFO +{ + DWORD nFont; + COORD dwFontSize; +}; +struct ALIGN( 8 ) WIN32_MEMORY_PARTITION_INFORMATION +{ + ULONG Flags; + ULONG NumaNode; + ULONG Channel; + ULONG NumberOfNumaNodes; + ULONG64 ResidentAvailablePages; + ULONG64 CommittedPages; + ULONG64 CommitLimit; + ULONG64 PeakCommitment; + ULONG64 TotalNumberOfPages; + ULONG64 AvailablePages; + ULONG64 ZeroPages; + ULONG64 FreePages; + ULONG64 StandbyPages; + ULONG64 Reserved[16]; + ULONG64 MaximumCommitLimit; + ULONG64 Reserved2; + ULONG PartitionId; +}; +struct ALIGN( 8 ) _CONNECTDLGSTRUCTA +{ + DWORD cbStructure; + HWND hwndOwner; + LPNETRESOURCEA lpConnRes; + DWORD dwFlags; + DWORD dwDevNum; +}; +struct ALIGN( 4 ) tagEMRCREATEDIBPATTERNBRUSHPT +{ + EMR emr; + DWORD ihBrush; + DWORD iUsage; + DWORD offBmi; + DWORD cbBmi; + DWORD offBits; + DWORD cbBits; +}; +struct ALIGN( 8 ) _WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY +{ + ULONG InitiatorNodeNumber; + ULONG TargetNodeNumber; + UCHAR DataType; + struct ALIGN( 1 ) + { + UCHAR MinTransferSizeToAchieveValues : 1; + UCHAR NonSequentialTransfers : 1; + UCHAR Reserved : 6; + } Flags; + ULONGLONG MinTransferSizeInBytes; + ULONGLONG EntryValue; +}; +struct ALIGN( 1 ) tagPALETTEENTRY +{ + BYTE peRed; + BYTE peGreen; + BYTE peBlue; + BYTE peFlags; +}; +struct ALIGN( 8 ) _WIN32_MEMORY_NUMA_PERFORMANCE_INFORMATION_OUTPUT +{ + ULONG EntryCount; + WIN32_MEMORY_NUMA_PERFORMANCE_ENTRY PerformanceEntries[1]; +}; +struct ALIGN( 8 ) JOBOBJECT_IO_RATE_CONTROL_INFORMATION +{ + LONG64 MaxIops; + LONG64 MaxBandwidth; + LONG64 ReservationIops; + PCWSTR VolumeName; + ULONG BaseIoSize; + ULONG ControlFlags; +}; +struct ALIGN( 4 ) _SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM +{ + union ALIGN( 4 ) + { + SERVICE_TRIGGER_CUSTOM_STATE_ID CustomStateId; + struct ALIGN( 4 ) + { + DWORD DataOffset; + BYTE Data[1]; + } s; + } u; +}; +struct ALIGN( 4 ) tagENHMETARECORD +{ + DWORD iType; + DWORD nSize; + DWORD dParm[1]; +}; +struct ALIGN( 8 ) tagMETAFILEPICT +{ + LONG mm; + LONG xExt; + LONG yExt; + HMETAFILE hMF; +}; +struct ALIGN( 4 ) tagEMRPOLYDRAW +{ + EMR emr; + RECTL rclBounds; + DWORD cptl; + POINTL aptl[1]; + BYTE abTypes[1]; +}; +struct ALIGN( 2 ) tagMETAHEADER +{ + WORD mtType; + WORD mtHeaderSize; + WORD mtVersion; + DWORD mtSize; + WORD mtNoObjects; + DWORD mtMaxRecord; + WORD mtNoParameters; +}; +struct ALIGN( 8 ) _QUAD +{ + union ALIGN( 8 ) + { + long long UseThisFieldToCopy; + double DoNotUseThisField; + }; +}; +struct ALIGN( 4 ) _GLYPHMETRICS +{ + UINT gmBlackBoxX; + UINT gmBlackBoxY; + POINT gmptGlyphOrigin; + short gmCellIncX; + short gmCellIncY; +}; +struct ALIGN( 4 ) tagEMRPOLYPOLYLINE +{ + EMR emr; + RECTL rclBounds; + DWORD nPolys; + DWORD cptl; + DWORD aPolyCounts[1]; + POINTL aptl[1]; +}; +struct ALIGN( 4 ) _INPUT_RECORD +{ + WORD EventType; + union ALIGN( 4 ) + { + KEY_EVENT_RECORD KeyEvent; + MOUSE_EVENT_RECORD MouseEvent; + WINDOW_BUFFER_SIZE_RECORD WindowBufferSizeEvent; + MENU_EVENT_RECORD MenuEvent; + FOCUS_EVENT_RECORD FocusEvent; + } Event; +}; +struct ALIGN( 2 ) tagWCRANGE +{ + WCHAR wcLow; + USHORT cGlyphs; +}; +struct ALIGN( 4 ) tagSTYLEBUFA +{ + DWORD dwStyle; + CHAR szDescription[32]; +}; +struct ALIGN( 8 ) _REDIRECTION_FUNCTION_DESCRIPTOR +{ + PCSTR DllName; + PCSTR FunctionName; + PVOID RedirectionTarget; +}; +struct ALIGN( 8 ) tagLOGBRUSH +{ + UINT lbStyle; + COLORREF lbColor; + ULONG_PTR lbHatch; +}; +struct ALIGN( 4 ) tagGLYPHSET +{ + DWORD cbThis; + DWORD flAccel; + DWORD cGlyphsSupported; + DWORD cRanges; + WCRANGE ranges[1]; +}; +struct ALIGN( 4 ) tagEMRSTRETCHDIBITS +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG xSrc; + LONG ySrc; + LONG cxSrc; + LONG cySrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + DWORD iUsageSrc; + DWORD dwRop; + LONG cxDest; + LONG cyDest; +}; +struct ALIGN( 8 ) pvalueA +{ + LPSTR pv_valuename; + int pv_valuelen; + LPVOID pv_value_context; + DWORD pv_type; +}; +struct ALIGN( 4 ) _NETCONNECTINFOSTRUCT +{ + DWORD cbStructure; + DWORD dwFlags; + DWORD dwSpeed; + DWORD dwDelay; + DWORD dwOptDataSize; +}; +struct ALIGN( 4 ) tagCOMPOSITIONFORM +{ + DWORD dwStyle; + POINT ptCurrentPos; + RECT rcArea; +}; +struct ALIGN( 4 ) tagPIXELFORMATDESCRIPTOR +{ + WORD nSize; + WORD nVersion; + DWORD dwFlags; + BYTE iPixelType; + BYTE cColorBits; + BYTE cRedBits; + BYTE cRedShift; + BYTE cGreenBits; + BYTE cGreenShift; + BYTE cBlueBits; + BYTE cBlueShift; + BYTE cAlphaBits; + BYTE cAlphaShift; + BYTE cAccumBits; + BYTE cAccumRedBits; + BYTE cAccumGreenBits; + BYTE cAccumBlueBits; + BYTE cAccumAlphaBits; + BYTE cDepthBits; + BYTE cStencilBits; + BYTE cAuxBuffers; + BYTE iLayerType; + BYTE bReserved; + DWORD dwLayerMask; + DWORD dwVisibleMask; + DWORD dwDamageMask; +}; +struct ALIGN( 4 ) tagCOLORCORRECTPALETTE +{ + EMR emr; + DWORD ihPalette; + DWORD nFirstEntry; + DWORD nPalEntries; + DWORD nReserved; +}; +struct ALIGN( 4 ) _CONSOLE_READCONSOLE_CONTROL +{ + ULONG nLength; + ULONG nInitialChars; + ULONG dwCtrlWakeupMask; + ULONG dwControlKeyState; +}; +struct ALIGN( 8 ) _ETW_TRACE_PARTITION_INFORMATION_V2 +{ + LONG64 QpcOffsetFromRoot; + ULONG PartitionType; + PWSTR PartitionId; + PWSTR ParentId; +}; +struct ALIGN( 4 ) tagMETARECORD +{ + DWORD rdSize; + WORD rdFunction; + WORD rdParm[1]; +}; +struct ALIGN( 2 ) _MAT2 +{ + FIXED eM11; + FIXED eM12; + FIXED eM21; + FIXED eM22; +}; +struct ALIGN( 4 ) _COMMPROP +{ + WORD wPacketLength; + WORD wPacketVersion; + DWORD dwServiceMask; + DWORD dwReserved1; + DWORD dwMaxTxQueue; + DWORD dwMaxRxQueue; + DWORD dwMaxBaud; + DWORD dwProvSubType; + DWORD dwProvCapabilities; + DWORD dwSettableParams; + DWORD dwSettableBaud; + WORD wSettableData; + WORD wSettableStopParity; + DWORD dwCurrentTxQueue; + DWORD dwCurrentRxQueue; + DWORD dwProvSpec1; + DWORD dwProvSpec2; + WCHAR wcProvChar[1]; +}; +struct ALIGN( 4 ) tagEMRPOLYLINE16 +{ + EMR emr; + RECTL rclBounds; + DWORD cpts; + POINTS apts[1]; +}; +struct ALIGN( 8 ) _T2_SET_PARAMETERS_V0 +{ + ULONG Version; + ULONG Reserved; + LONGLONG NoWakeTolerance; +}; +struct ALIGN( 4 ) _COMSTAT +{ + DWORD fCtsHold : 1; + DWORD fDsrHold : 1; + DWORD fRlsdHold : 1; + DWORD fXoffHold : 1; + DWORD fXoffSent : 1; + DWORD fEof : 1; + DWORD fTxim : 1; + DWORD fReserved : 25; + DWORD cbInQue; + DWORD cbOutQue; +}; +struct ALIGN( 4 ) _COMMTIMEOUTS +{ + DWORD ReadIntervalTimeout; + DWORD ReadTotalTimeoutMultiplier; + DWORD ReadTotalTimeoutConstant; + DWORD WriteTotalTimeoutMultiplier; + DWORD WriteTotalTimeoutConstant; +}; +struct ALIGN( 4 ) tagLOGCOLORSPACEA +{ + DWORD lcsSignature; + DWORD lcsVersion; + DWORD lcsSize; + LCSCSTYPE lcsCSType; + LCSGAMUTMATCH lcsIntent; + CIEXYZTRIPLE lcsEndpoints; + DWORD lcsGammaRed; + DWORD lcsGammaGreen; + DWORD lcsGammaBlue; + CHAR lcsFilename[260]; +}; +struct ALIGN( 4 ) tagEMRCREATECOLORSPACE +{ + EMR emr; + DWORD ihCS; + LOGCOLORSPACEA lcs; +}; +struct ALIGN( 8 ) _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM +{ + DWORD dwDataType; + DWORD cbData; + PBYTE pData; +}; +struct ALIGN( 4 ) _SERVICE_PRESHUTDOWN_INFO +{ + DWORD dwPreshutdownTimeout; +}; +struct ALIGN( 8 ) _CONNECTDLGSTRUCTW +{ + DWORD cbStructure; + HWND hwndOwner; + LPNETRESOURCEW lpConnRes; + DWORD dwFlags; + DWORD dwDevNum; +}; +struct ALIGN( 2 ) _OFSTRUCT +{ + BYTE cBytes; + BYTE fFixedDisk; + WORD nErrCode; + WORD Reserved1; + WORD Reserved2; + CHAR szPathName[128]; +}; +struct ALIGN( 8 ) _UMS_SCHEDULER_STARTUP_INFO +{ + ULONG UmsVersion; + PUMS_COMPLETION_LIST CompletionList; + PUMS_SCHEDULER_ENTRY_POINT SchedulerProc; + PVOID SchedulerParam; +}; +struct ALIGN( 4 ) _UMS_SYSTEM_THREAD_INFORMATION +{ + ULONG UmsVersion; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG IsUmsSchedulerThread : 1; + ULONG IsUmsWorkerThread : 1; + }; + ULONG ThreadUmsFlags; + }; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 isSpecializationEnabled : 1; + UINT32 isSpecializationAvailableForMonitor : 1; + UINT32 isSpecializationAvailableForSystem : 1; + UINT32 reserved : 29; + }; + UINT32 value; + }; +}; +struct ALIGN( 8 ) _TRACE_LOGFILE_HEADER +{ + ULONG BufferSize; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 1 ) + { + UCHAR MajorVersion; + UCHAR MinorVersion; + UCHAR SubVersion; + UCHAR SubMinorVersion; + } VersionDetail; + }; + ULONG ProviderVersion; + ULONG NumberOfProcessors; + LARGE_INTEGER EndTime; + ULONG TimerResolution; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG BuffersWritten; + union ALIGN( 4 ) + { + GUID LogInstanceGuid; + struct ALIGN( 4 ) + { + ULONG StartBuffers; + ULONG PointerSize; + ULONG EventsLost; + ULONG CpuSpeedInMHz; + }; + }; + LPWSTR LoggerName; + LPWSTR LogFileName; + TIME_ZONE_INFORMATION TimeZone; + LARGE_INTEGER BootTime; + LARGE_INTEGER PerfFreq; + LARGE_INTEGER StartTime; + ULONG ReservedFlags; + ULONG BuffersLost; +}; +struct ALIGN( 8 ) _EVENT_TRACE_HEADER +{ + USHORT Size; + union ALIGN( 2 ) + { + USHORT FieldTypeFlags; + struct ALIGN( 1 ) + { + UCHAR HeaderType; + UCHAR MarkerFlags; + }; + }; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 2 ) + { + UCHAR Type; + UCHAR Level; + USHORT Version; + } Class; + }; + ULONG ThreadId; + ULONG ProcessId; + LARGE_INTEGER TimeStamp; + union ALIGN( 8 ) + { + GUID Guid; + ULONGLONG GuidPtr; + }; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + ULONG KernelTime; + ULONG UserTime; + }; + ULONG64 ProcessorTime; + struct ALIGN( 4 ) + { + ULONG ClientContext; + ULONG Flags; + }; + }; +}; +struct ALIGN( 2 ) _ETW_BUFFER_CONTEXT +{ + union ALIGN( 2 ) + { + struct ALIGN( 1 ) + { + UCHAR ProcessorNumber; + UCHAR Alignment; + }; + USHORT ProcessorIndex; + }; + USHORT LoggerId; +}; +struct ALIGN( 8 ) _EVENT_TRACE +{ + EVENT_TRACE_HEADER Header; + ULONG InstanceId; + ULONG ParentInstanceId; + GUID ParentGuid; + PVOID MofData; + ULONG MofLength; + union ALIGN( 4 ) + { + ULONG ClientContext; + ETW_BUFFER_CONTEXT BufferContext; + }; +}; +struct ALIGN( 8 ) _EVENT_TRACE_LOGFILEW +{ + LPWSTR LogFileName; + LPWSTR LoggerName; + LONGLONG CurrentTime; + ULONG BuffersRead; + union ALIGN( 4 ) + { + ULONG LogFileMode; + ULONG ProcessTraceMode; + }; + EVENT_TRACE CurrentEvent; + TRACE_LOGFILE_HEADER LogfileHeader; + PEVENT_TRACE_BUFFER_CALLBACKW BufferCallback; + ULONG BufferSize; + ULONG Filled; + ULONG EventsLost; + union ALIGN( 8 ) + { + PEVENT_CALLBACK EventCallback; + PEVENT_RECORD_CALLBACK EventRecordCallback; + }; + ULONG IsKernelTrace; + PVOID Context; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 isSpecializationEnabled : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; + GUID specializationType; + GUID specializationSubType; + WCHAR specializationApplicationName[128]; +}; +struct ALIGN( 4 ) tagBITMAPCOREHEADER +{ + DWORD bcSize; + WORD bcWidth; + WORD bcHeight; + WORD bcPlanes; + WORD bcBitCount; +}; +struct ALIGN( 4 ) _BOOT_OPTIONS +{ + ULONG Version; + ULONG Length; + ULONG Timeout; + ULONG CurrentBootEntryId; + ULONG NextBootEntryId; + WCHAR HeadlessRedirection[1]; +}; +struct ALIGN( 8 ) _currencyfmtW +{ + UINT NumDigits; + UINT LeadingZero; + UINT Grouping; + LPWSTR lpDecimalSep; + LPWSTR lpThousandSep; + UINT NegativeOrder; + UINT PositiveOrder; + LPWSTR lpCurrencySymbol; +}; +struct ALIGN( 8 ) _WIN32_STREAM_ID +{ + DWORD dwStreamId; + DWORD dwStreamAttributes; + LARGE_INTEGER Size; + DWORD dwStreamNameSize; + WCHAR cStreamName[1]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_TARGET_BASE_TYPE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY baseOutputTechnology; +}; +struct ALIGN( 8 ) DISPLAYCONFIG_VIDEO_SIGNAL_INFO +{ + UINT64 pixelRate; + DISPLAYCONFIG_RATIONAL hSyncFreq; + DISPLAYCONFIG_RATIONAL vSyncFreq; + DISPLAYCONFIG_2DREGION activeSize; + DISPLAYCONFIG_2DREGION totalSize; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 videoStandard : 16; + UINT32 vSyncFreqDivider : 6; + UINT32 reserved : 10; + } AdditionalSignalInfo; + UINT32 videoStandard; + }; + DISPLAYCONFIG_SCANLINE_ORDERING scanLineOrdering; +}; +struct ALIGN( 8 ) DISPLAYCONFIG_TARGET_MODE +{ + DISPLAYCONFIG_VIDEO_SIGNAL_INFO targetVideoSignalInfo; +}; +struct ALIGN( 8 ) DISPLAYCONFIG_TARGET_PREFERRED_MODE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + UINT32 width; + UINT32 height; + DISPLAYCONFIG_TARGET_MODE targetMode; +}; +struct ALIGN( 8 ) _STARTUPINFOEXA +{ + STARTUPINFOA StartupInfo; + LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_SET_TARGET_PERSISTENCE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 bootPersistenceOn : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) tagEMRSETICMPROFILE +{ + EMR emr; + DWORD dwFlags; + DWORD cbName; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_SOURCE_MODE +{ + UINT32 width; + UINT32 height; + DISPLAYCONFIG_PIXELFORMAT pixelFormat; + POINTL position; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_DESKTOP_IMAGE_INFO +{ + POINTL PathSourceSize; + RECTL DesktopImageRegion; + RECTL DesktopImageClip; +}; +struct ALIGN( 4 ) _CLASS_MEDIA_CHANGE_CONTEXT +{ + DWORD MediaChangeCount; + DWORD NewState; +}; +struct ALIGN( 8 ) _QUERY_SERVICE_CONFIGW +{ + DWORD dwServiceType; + DWORD dwStartType; + DWORD dwErrorControl; + LPWSTR lpBinaryPathName; + LPWSTR lpLoadOrderGroup; + DWORD dwTagId; + LPWSTR lpDependencies; + LPWSTR lpServiceStartName; + LPWSTR lpDisplayName; +}; +struct ALIGN( 4 ) tagEMREXCLUDECLIPRECT +{ + EMR emr; + RECTL rclClip; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_SET_WCG_STATE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 enableWcg : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) tagEMRALPHABLEND +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG cxDest; + LONG cyDest; + DWORD dwRop; + LONG xSrc; + LONG ySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + LONG cxSrc; + LONG cySrc; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO_2 +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 advancedColorSupported : 1; + UINT32 advancedColorActive : 1; + UINT32 reserved1 : 1; + UINT32 advancedColorLimitedByPolicy : 1; + UINT32 highDynamicRangeSupported : 1; + UINT32 highDynamicRangeUserEnabled : 1; + UINT32 wideColorSupported : 1; + UINT32 wideColorUserEnabled : 1; + UINT32 reserved : 24; + }; + UINT32 value; + }; + DISPLAYCONFIG_COLOR_ENCODING colorEncoding; + UINT32 bitsPerColorChannel; + DISPLAYCONFIG_ADVANCED_COLOR_MODE activeColorMode; +}; +struct ALIGN( 4 ) TRACE_CONTEXT_REGISTER_INFO +{ + ETW_CONTEXT_REGISTER_TYPES RegisterTypes; + ULONG Reserved; +}; +struct ALIGN( 8 ) COPYFILE2_MESSAGE +{ + COPYFILE2_MESSAGE_TYPE Type; + DWORD dwPadding; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliChunkSize; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliTotalFileSize; + } ChunkStarted; + struct ALIGN( 8 ) + { + DWORD dwStreamNumber; + DWORD dwFlags; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliChunkSize; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } ChunkFinished; + struct ALIGN( 8 ) + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliTotalFileSize; + } StreamStarted; + struct ALIGN( 8 ) + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } StreamFinished; + struct ALIGN( 4 ) + { + DWORD dwReserved; + } PollContinue; + struct ALIGN( 8 ) + { + COPYFILE2_COPY_PHASE CopyPhase; + DWORD dwStreamNumber; + HRESULT hrFailure; + DWORD dwReserved; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } Error; + } Info; +}; +struct ALIGN( 4 ) tagCHARSETINFO +{ + UINT ciCharset; + UINT ciACP; + FONTSIGNATURE fs; +}; +struct ALIGN( 8 ) _SERVICE_CONTROL_STATUS_REASON_PARAMSW +{ + DWORD dwReason; + LPWSTR pszComment; + SERVICE_STATUS_PROCESS ServiceStatus; +}; +struct ALIGN( 4 ) tagEMRPOLYLINE +{ + EMR emr; + RECTL rclBounds; + DWORD cptl; + POINTL aptl[1]; +}; +struct ALIGN( 8 ) _SERVICE_TABLE_ENTRYA +{ + LPSTR lpServiceName; + LPSERVICE_MAIN_FUNCTIONA lpServiceProc; +}; +struct ALIGN( 4 ) BITMAPV4HEADER +{ + DWORD bV4Size; + LONG bV4Width; + LONG bV4Height; + WORD bV4Planes; + WORD bV4BitCount; + DWORD bV4V4Compression; + DWORD bV4SizeImage; + LONG bV4XPelsPerMeter; + LONG bV4YPelsPerMeter; + DWORD bV4ClrUsed; + DWORD bV4ClrImportant; + DWORD bV4RedMask; + DWORD bV4GreenMask; + DWORD bV4BlueMask; + DWORD bV4AlphaMask; + DWORD bV4CSType; + CIEXYZTRIPLE bV4Endpoints; + DWORD bV4GammaRed; + DWORD bV4GammaGreen; + DWORD bV4GammaBlue; +}; +struct ALIGN( 4 ) tagEMRMODIFYWORLDTRANSFORM +{ + EMR emr; + XFORM xform; + DWORD iMode; +}; +struct ALIGN( 4 ) _RGNDATA +{ + RGNDATAHEADER rdh; + char Buffer[1]; +}; +struct ALIGN( 8 ) COPYFILE2_EXTENDED_PARAMETERS +{ + DWORD dwSize; + DWORD dwCopyFlags; + BOOL* pfCancel; + PCOPYFILE2_PROGRESS_ROUTINE pProgressRoutine; + PVOID pvCallbackContext; +}; +struct ALIGN( 4 ) _nlsversioninfoex +{ + DWORD dwNLSVersionInfoSize; + DWORD dwNLSVersion; + DWORD dwDefinedVersion; + DWORD dwEffectiveId; + GUID guidCustomVersion; +}; +struct ALIGN( 4 ) _COPYFILE2_CREATE_OPLOCK_KEYS +{ + GUID ParentOplockKey; + GUID TargetOplockKey; +}; +struct ALIGN( 8 ) _QUERY_SERVICE_LOCK_STATUSW +{ + DWORD fIsLocked; + LPWSTR lpLockOwner; + DWORD dwLockDuration; +}; +struct ALIGN( 8 ) COPYFILE2_EXTENDED_PARAMETERS_V2 +{ + DWORD dwSize; + DWORD dwCopyFlags; + BOOL* pfCancel; + PCOPYFILE2_PROGRESS_ROUTINE pProgressRoutine; + PVOID pvCallbackContext; + DWORD dwCopyFlagsV2; + ULONG ioDesiredSize; + ULONG ioDesiredRate; + LPPROGRESS_ROUTINE pProgressRoutineOld; + PCOPYFILE2_CREATE_OPLOCK_KEYS SourceOplockKeys; + PVOID reserved[6]; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 enableAdvancedColor : 1; + UINT32 reserved : 31; + }; + UINT32 value; + }; +}; +struct ALIGN( 4 ) tagBITMAPCOREINFO +{ + BITMAPCOREHEADER bmciHeader; + RGBTRIPLE bmciColors[1]; +}; +struct ALIGN( 4 ) _OPERATION_START_PARAMETERS +{ + ULONG Version; + OPERATION_ID OperationId; + ULONG Flags; +}; +struct ALIGN( 4 ) _OPERATION_END_PARAMETERS +{ + ULONG Version; + OPERATION_ID OperationId; + ULONG Flags; +}; +struct ALIGN( 8 ) _FILE_COMPRESSION_INFO +{ + LARGE_INTEGER CompressedFileSize; + WORD CompressionFormat; + UCHAR CompressionUnitShift; + UCHAR ChunkShift; + UCHAR ClusterShift; + UCHAR Reserved[3]; +}; +struct ALIGN( 4 ) _FILE_ATTRIBUTE_TAG_INFO +{ + DWORD FileAttributes; + DWORD ReparseTag; +}; +struct ALIGN( 8 ) _TRACE_LOGFILE_HEADER32 +{ + ULONG BufferSize; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 1 ) + { + UCHAR MajorVersion; + UCHAR MinorVersion; + UCHAR SubVersion; + UCHAR SubMinorVersion; + } VersionDetail; + }; + ULONG ProviderVersion; + ULONG NumberOfProcessors; + LARGE_INTEGER EndTime; + ULONG TimerResolution; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG BuffersWritten; + union ALIGN( 4 ) + { + GUID LogInstanceGuid; + struct ALIGN( 4 ) + { + ULONG StartBuffers; + ULONG PointerSize; + ULONG EventsLost; + ULONG CpuSpeedInMHz; + }; + }; + ULONG32 LoggerName; + ULONG32 LogFileName; + TIME_ZONE_INFORMATION TimeZone; + LARGE_INTEGER BootTime; + LARGE_INTEGER PerfFreq; + LARGE_INTEGER StartTime; + ULONG ReservedFlags; + ULONG BuffersLost; +}; +struct ALIGN( 4 ) _SERVICE_DELAYED_AUTO_START_INFO +{ + BOOL fDelayedAutostart; +}; +struct ALIGN( 4 ) tagHW_PROFILE_INFOW +{ + DWORD dwDockInfo; + WCHAR szHwProfileGuid[39]; + WCHAR szHwProfileName[80]; +}; +struct ALIGN( 4 ) _DISPLAY_DEVICEA +{ + DWORD cb; + CHAR DeviceName[32]; + CHAR DeviceString[128]; + DWORD StateFlags; + CHAR DeviceID[128]; + CHAR DeviceKey[128]; +}; +struct ALIGN( 8 ) tagPOINTER_DEVICE_INFO +{ + DWORD displayOrientation; + HANDLE device; + POINTER_DEVICE_TYPE pointerDeviceType; + HMONITOR monitor; + ULONG startingCursorId; + USHORT maxActiveContacts; + WCHAR productString[520]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_PATH_TARGET_INFO +{ + LUID adapterId; + UINT32 id; + union ALIGN( 4 ) + { + UINT32 modeInfoIdx; + struct ALIGN( 4 ) + { + UINT32 desktopModeInfoIdx : 16; + UINT32 targetModeInfoIdx : 16; + }; + }; + DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY outputTechnology; + DISPLAYCONFIG_ROTATION rotation; + DISPLAYCONFIG_SCALING scaling; + DISPLAYCONFIG_RATIONAL refreshRate; + DISPLAYCONFIG_SCANLINE_ORDERING scanLineOrdering; + BOOL targetAvailable; + UINT32 statusFlags; +}; +struct ALIGN( 4 ) tagEMRSETTEXTCOLOR +{ + EMR emr; + COLORREF crColor; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_PATH_INFO +{ + DISPLAYCONFIG_PATH_SOURCE_INFO sourceInfo; + DISPLAYCONFIG_PATH_TARGET_INFO targetInfo; + UINT32 flags; +}; +struct ALIGN( 4 ) _TIME_DYNAMIC_ZONE_INFORMATION +{ + LONG Bias; + WCHAR StandardName[32]; + SYSTEMTIME StandardDate; + LONG StandardBias; + WCHAR DaylightName[32]; + SYSTEMTIME DaylightDate; + LONG DaylightBias; + WCHAR TimeZoneKeyName[128]; + BOOLEAN DynamicDaylightTimeDisabled; +}; +struct ALIGN( 4 ) tagEMRSELECTOBJECT +{ + EMR emr; + DWORD ihObject; +}; +struct ALIGN( 4 ) _DRAWPATRECT +{ + POINT ptPosition; + POINT ptSize; + WORD wStyle; + WORD wPattern; +}; +struct ALIGN( 4 ) _cpinfo +{ + UINT MaxCharSize; + BYTE DefaultChar[2]; + BYTE LeadByte[12]; +}; +struct ALIGN( 4 ) _SYSTEM_POWER_STATUS +{ + BYTE ACLineStatus; + BYTE BatteryFlag; + BYTE BatteryLifePercent; + BYTE SystemStatusFlag; + DWORD BatteryLifeTime; + DWORD BatteryFullLifeTime; +}; +struct ALIGN( 4 ) _FILE_IO_PRIORITY_HINT_INFO +{ + PRIORITY_HINT PriorityHint; +}; +struct ALIGN( 4 ) tagBITMAPINFO +{ + BITMAPINFOHEADER bmiHeader; + RGBQUAD bmiColors[1]; +}; +struct ALIGN( 4 ) HSAVEDUILANGUAGES__ +{ + int unused; +}; +struct ALIGN( 4 ) HGESTUREINFO__ +{ + int unused; +}; +struct ALIGN( 8 ) _FILE_ALLOCATION_INFO +{ + LARGE_INTEGER AllocationSize; +}; +struct ALIGN( 8 ) _DOCINFOA +{ + int cbSize; + LPCSTR lpszDocName; + LPCSTR lpszOutput; + LPCSTR lpszDatatype; + DWORD fwType; +}; +struct ALIGN( 8 ) _FILE_END_OF_FILE_INFO +{ + LARGE_INTEGER EndOfFile; +}; +struct ALIGN( 4 ) _devicemodeW +{ + WCHAR dmDeviceName[32]; + WORD dmSpecVersion; + WORD dmDriverVersion; + WORD dmSize; + WORD dmDriverExtra; + DWORD dmFields; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + short dmOrientation; + short dmPaperSize; + short dmPaperLength; + short dmPaperWidth; + short dmScale; + short dmCopies; + short dmDefaultSource; + short dmPrintQuality; + }; + struct ALIGN( 4 ) + { + POINTL dmPosition; + DWORD dmDisplayOrientation; + DWORD dmDisplayFixedOutput; + }; + }; + short dmColor; + short dmDuplex; + short dmYResolution; + short dmTTOption; + short dmCollate; + WCHAR dmFormName[32]; + WORD dmLogPixels; + DWORD dmBitsPerPel; + DWORD dmPelsWidth; + DWORD dmPelsHeight; + union ALIGN( 4 ) + { + DWORD dmDisplayFlags; + DWORD dmNup; + }; + DWORD dmDisplayFrequency; + DWORD dmICMMethod; + DWORD dmICMIntent; + DWORD dmMediaType; + DWORD dmDitherType; + DWORD dmReserved1; + DWORD dmReserved2; + DWORD dmPanningWidth; + DWORD dmPanningHeight; +}; +struct ALIGN( 8 ) tagACTCTX_SECTION_KEYED_DATA_2600 +{ + ULONG cbSize; + ULONG ulDataFormatVersion; + PVOID lpData; + ULONG ulLength; + PVOID lpSectionGlobalData; + ULONG ulSectionGlobalDataLength; + PVOID lpSectionBase; + ULONG ulSectionTotalLength; + HANDLE hActCtx; + ULONG ulAssemblyRosterIndex; +}; +struct ALIGN( 8 ) tagRAWINPUTDEVICELIST +{ + HANDLE hDevice; + DWORD dwType; +}; +struct ALIGN( 8 ) tagRAWINPUTDEVICE +{ + USHORT usUsagePage; + USHORT usUsage; + DWORD dwFlags; + HWND hwndTarget; +}; +; +struct ALIGN( 8 ) DISPLAYCONFIG_MODE_INFO +{ + DISPLAYCONFIG_MODE_INFO_TYPE infoType; + UINT32 id; + LUID adapterId; + union ALIGN( 8 ) + { + DISPLAYCONFIG_TARGET_MODE targetMode; + DISPLAYCONFIG_SOURCE_MODE sourceMode; + DISPLAYCONFIG_DESKTOP_IMAGE_INFO desktopImageInfo; + }; +}; +struct ALIGN( 8 ) tagHIGHCONTRASTA +{ + UINT cbSize; + DWORD dwFlags; + LPSTR lpszDefaultScheme; +}; +struct ALIGN( 4 ) SC_HANDLE__ +{ + int unused; +}; +struct ALIGN( 8 ) tagHIGHCONTRASTW +{ + UINT cbSize; + DWORD dwFlags; + LPWSTR lpszDefaultScheme; +}; +struct ALIGN( 4 ) HIMC__ +{ + int unused; +}; +struct ALIGN( 4 ) tagINPUT_MESSAGE_SOURCE +{ + INPUT_MESSAGE_DEVICE_TYPE deviceType; + INPUT_MESSAGE_ORIGIN_ID originId; +}; +struct ALIGN( 4 ) tagEMRFRAMERGN +{ + EMR emr; + RECTL rclBounds; + DWORD cbRgnData; + DWORD ihBrush; + SIZEL szlStroke; + BYTE RgnData[1]; +}; +struct ALIGN( 8 ) _ACTIVATION_CONTEXT_BASIC_INFORMATION +{ + HANDLE hActCtx; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _VIDEOPARAMETERS +{ + GUID Guid; + ULONG dwOffset; + ULONG dwCommand; + ULONG dwFlags; + ULONG dwMode; + ULONG dwTVStandard; + ULONG dwAvailableModes; + ULONG dwAvailableTVStandard; + ULONG dwFlickerFilter; + ULONG dwOverScanX; + ULONG dwOverScanY; + ULONG dwMaxUnscaledX; + ULONG dwMaxUnscaledY; + ULONG dwPositionX; + ULONG dwPositionY; + ULONG dwBrightness; + ULONG dwContrast; + ULONG dwCPType; + ULONG dwCPCommand; + ULONG dwCPStandard; + ULONG dwCPKey; + ULONG bCP_APSTriggerBits; + UCHAR bOEMCopyProtection[256]; +}; +struct ALIGN( 4 ) DISPLAYCONFIG_SOURCE_DEVICE_NAME +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + WCHAR viewGdiDeviceName[32]; +}; +struct ALIGN( 4 ) tagEMRSELECTPALETTE +{ + EMR emr; + DWORD ihPal; +}; +struct ALIGN( 4 ) _PSFEATURE_OUTPUT +{ + BOOL bPageIndependent; + BOOL bSetPageDevice; +}; +struct ALIGN( 8 ) _FILE_BASIC_INFO +{ + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + DWORD FileAttributes; +}; +struct ALIGN( 4 ) tagEMRSETPALETTEENTRIES +{ + EMR emr; + DWORD ihPal; + DWORD iStart; + DWORD cEntries; + PALETTEENTRY aPalEntries[1]; +}; +struct ALIGN( 8 ) _FILE_STANDARD_INFO +{ + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD NumberOfLinks; + BOOLEAN DeletePending; + BOOLEAN Directory; +}; +struct ALIGN( 4 ) _FILE_NAME_INFO +{ + DWORD FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _FILE_ID_INFO +{ + ULONGLONG VolumeSerialNumber; + FILE_ID_128 FileId; +}; +struct ALIGN( 8 ) _FILE_ID_EXTD_DIR_INFO +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + ULONG ReparsePointTag; + FILE_ID_128 FileId; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _FILE_RENAME_INFO +{ + union ALIGN( 4 ) + { + BOOLEAN ReplaceIfExists; + DWORD Flags; + }; + HANDLE RootDirectory; + DWORD FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _SYSTEM_HANDLE_TABLE_ENTRY_INFO +{ + USHORT UniqueProcessId; + USHORT CreatorBackTraceIndex; + UCHAR ObjectTypeIndex; + UCHAR HandleAttributes; + USHORT HandleValue; + PVOID Object; + ULONG GrantedAccess; +}; +struct ALIGN( 1 ) _STORAGE_BUS_RESET_REQUEST +{ + BYTE PathId; +}; +struct ALIGN( 4 ) _SYSTEM_DEVICE_INFORMATION +{ + ULONG NumberOfDisks; + ULONG NumberOfFloppies; + ULONG NumberOfCdRoms; + ULONG NumberOfTapes; + ULONG NumberOfSerialPorts; + ULONG NumberOfParallelPorts; +}; +struct ALIGN( 8 ) _FILE_STREAM_INFO +{ + DWORD NextEntryOffset; + DWORD StreamNameLength; + LARGE_INTEGER StreamSize; + LARGE_INTEGER StreamAllocationSize; + WCHAR StreamName[1]; +}; +struct ALIGN( 4 ) tagEMREXTESCAPE +{ + EMR emr; + INT iEscape; + INT cbEscData; + BYTE EscData[1]; +}; +struct ALIGN( 8 ) value_entW +{ + LPWSTR ve_valuename; + DWORD ve_valuelen; + DWORD_PTR ve_valueptr; + DWORD ve_type; +}; +struct ALIGN( 4 ) tagEMRCREATEBRUSHINDIRECT +{ + EMR emr; + DWORD ihBrush; + LOGBRUSH32 lb; +}; +struct ALIGN( 8 ) _FILE_ID_BOTH_DIR_INFO +{ + DWORD NextEntryOffset; + DWORD FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + DWORD FileAttributes; + DWORD FileNameLength; + DWORD EaSize; + CCHAR ShortNameLength; + WCHAR ShortName[12]; + LARGE_INTEGER FileId; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _CONSOLE_SELECTION_INFO +{ + DWORD dwFlags; + COORD dwSelectionAnchor; + SMALL_RECT srSelection; +}; +struct ALIGN( 8 ) tagWNDCLASSEXW +{ + UINT cbSize; + UINT style; + WNDPROC lpfnWndProc; + int cbClsExtra; + int cbWndExtra; + HINSTANCE hInstance; + HICON hIcon; + HCURSOR hCursor; + HBRUSH hbrBackground; + LPCWSTR lpszMenuName; + LPCWSTR lpszClassName; + HICON hIconSm; +}; +struct ALIGN( 4 ) tagEMRPIXELFORMAT +{ + EMR emr; + PIXELFORMATDESCRIPTOR pfd; +}; +struct ALIGN( 4 ) _SYSTEM_QUERY_TIME_ADJUST_INFORMATION +{ + ULONG TimeAdjustment; + ULONG TimeIncrement; + BOOLEAN Enable; +}; +struct ALIGN( 4 ) _STORAGE_PREDICT_FAILURE +{ + DWORD PredictFailure; + BYTE VendorSpecific[512]; +}; +struct ALIGN( 8 ) _SYSTEM_OBJECT_INFORMATION +{ + ULONG NextEntryOffset; + PVOID Object; + HANDLE CreatorUniqueProcess; + USHORT CreatorBackTraceIndex; + USHORT Flags; + LONG PointerCount; + LONG HandleCount; + ULONG PagedPoolCharge; + ULONG NonPagedPoolCharge; + HANDLE ExclusiveProcessId; + PVOID SecurityDescriptor; + UNICODE_STRING NameInfo; +}; +struct ALIGN( 8 ) _LDR_DEPENDENCY_RECORD +{ + SINGLE_LIST_ENTRY DependencyLink; + PLDR_DDAG_NODE DependencyNode; + SINGLE_LIST_ENTRY IncomingDependencyLink; + PLDR_DDAG_NODE IncomingDependencyNode; +}; +struct ALIGN( 8 ) FILE_ID_DESCRIPTOR +{ + DWORD dwSize; + FILE_ID_TYPE Type; + union ALIGN( 8 ) + { + LARGE_INTEGER FileId; + GUID ObjectId; + FILE_ID_128 ExtendedFileId; + }; +}; +struct ALIGN( 4 ) tagEMRFORMAT +{ + DWORD dSignature; + DWORD nVersion; + DWORD cbData; + DWORD offData; +}; +struct ALIGN( 4 ) tagEMRGRADIENTFILL +{ + EMR emr; + RECTL rclBounds; + DWORD nVer; + DWORD nTri; + ULONG ulMode; + TRIVERTEX Ver[1]; +}; +struct ALIGN( 4 ) tagEMRPOLYDRAW16 +{ + EMR emr; + RECTL rclBounds; + DWORD cpts; + POINTS apts[1]; + BYTE abTypes[1]; +}; +struct ALIGN( 4 ) tagEMRSETDIBITSTODEVICE +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG xSrc; + LONG ySrc; + LONG cxSrc; + LONG cySrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + DWORD iUsageSrc; + DWORD iStartScan; + DWORD cScans; +}; +struct ALIGN( 4 ) tagRECONVERTSTRING +{ + DWORD dwSize; + DWORD dwVersion; + DWORD dwStrLen; + DWORD dwStrOffset; + DWORD dwCompStrLen; + DWORD dwCompStrOffset; + DWORD dwTargetStrLen; + DWORD dwTargetStrOffset; +}; +struct ALIGN( 8 ) _NETINFOSTRUCT +{ + DWORD cbStructure; + DWORD dwProviderVersion; + DWORD dwStatus; + DWORD dwCharacteristics; + ULONG_PTR dwHandle; + WORD wNetType; + DWORD dwPrinters; + DWORD dwDrives; +}; +struct ALIGN( 16 ) _QUAD_PTR +{ + ULONG_PTR DoNotUseThisField1; + ULONG_PTR DoNotUseThisField2; +}; +struct ALIGN( 4 ) tagEMRSTRETCHBLT +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG cxDest; + LONG cyDest; + DWORD dwRop; + LONG xSrc; + LONG ySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + LONG cxSrc; + LONG cySrc; +}; +struct ALIGN( 4 ) tagEMRPLGBLT +{ + EMR emr; + RECTL rclBounds; + POINTL aptlDest[3]; + LONG xSrc; + LONG ySrc; + LONG cxSrc; + LONG cySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + LONG xMask; + LONG yMask; + DWORD iUsageMask; + DWORD offBmiMask; + DWORD cbBmiMask; + DWORD offBitsMask; + DWORD cbBitsMask; +}; +struct ALIGN( 8 ) tagREGISTERWORDA +{ + LPSTR lpReading; + LPSTR lpWord; +}; +struct ALIGN( 8 ) tagREGISTERWORDW +{ + LPWSTR lpReading; + LPWSTR lpWord; +}; +struct ALIGN( 2 ) tagLOGPALETTE +{ + WORD palVersion; + WORD palNumEntries; + PALETTEENTRY palPalEntry[1]; +}; +struct ALIGN( 4 ) tagEMRCREATEPALETTE +{ + EMR emr; + DWORD ihPal; + LOGPALETTE lgpl; +}; +struct ALIGN( 2 ) tagBITMAPFILEHEADER +{ + WORD bfType; + DWORD bfSize; + WORD bfReserved1; + WORD bfReserved2; + DWORD bfOffBits; +}; +struct ALIGN( 8 ) _WORKER_FACTORY_BASIC_INFORMATION +{ + LARGE_INTEGER Timeout; + LARGE_INTEGER RetryTimeout; + LARGE_INTEGER IdleTimeout; + BOOLEAN Paused; + BOOLEAN TimerSet; + BOOLEAN QueuedToExWorker; + BOOLEAN MayCreate; + BOOLEAN CreateInProgress; + BOOLEAN InsertedIntoQueue; + BOOLEAN Shutdown; + ULONG BindingCount; + ULONG ThreadMinimum; + ULONG ThreadMaximum; + ULONG PendingWorkerCount; + ULONG WaitingWorkerCount; + ULONG TotalWorkerCount; + ULONG ReleaseCount; + LONGLONG InfiniteWaitGoal; + PVOID StartRoutine; + PVOID StartParameter; + HANDLE ProcessId; + SIZE_T StackReserve; + SIZE_T StackCommit; + NTSTATUS LastThreadCreationStatus; +}; +struct ALIGN( 4 ) tagLOCALESIGNATURE +{ + DWORD lsUsb[4]; + DWORD lsCsbDefault[2]; + DWORD lsCsbSupported[2]; +}; +struct ALIGN( 8 ) tagHANDLETABLE +{ + HGDIOBJ objectHandle[1]; +}; +struct ALIGN( 4 ) _BOOT_ENTRY +{ + ULONG Version; + ULONG Length; + ULONG Id; + ULONG Attributes; + ULONG FriendlyNameOffset; + ULONG BootFilePathOffset; + ULONG OsOptionsLength; + UCHAR OsOptions[1]; +}; +struct ALIGN( 4 ) tagEMRGDICOMMENT +{ + EMR emr; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 8 ) _currencyfmtA +{ + UINT NumDigits; + UINT LeadingZero; + UINT Grouping; + LPSTR lpDecimalSep; + LPSTR lpThousandSep; + UINT NegativeOrder; + UINT PositiveOrder; + LPSTR lpCurrencySymbol; +}; +struct ALIGN( 4 ) tagEMRANGLEARC +{ + EMR emr; + POINTL ptlCenter; + DWORD nRadius; + FLOAT eStartAngle; + FLOAT eSweepAngle; +}; +struct ALIGN( 8 ) _SERVICE_CONTROL_STATUS_REASON_PARAMSA +{ + DWORD dwReason; + LPSTR pszComment; + SERVICE_STATUS_PROCESS ServiceStatus; +}; +struct ALIGN( 4 ) _FILE_PATH +{ + ULONG Version; + ULONG Length; + ULONG Type; + UCHAR FilePath[1]; +}; +struct ALIGN( 8 ) tagPOLYTEXTW +{ + int x; + int y; + UINT n; + LPCWSTR lpstr; + UINT uiFlags; + RECT rcl; + int* pdx; +}; +struct ALIGN( 4 ) tagEMRSCALEVIEWPORTEXTEX +{ + EMR emr; + LONG xNum; + LONG xDenom; + LONG yNum; + LONG yDenom; +}; +struct ALIGN( 4 ) TOUCHPAD_PARAMETERS +{ + UINT versionNumber; + UINT maxSupportedContacts; + LEGACY_TOUCHPAD_FEATURES legacyTouchpadFeatures; + BOOL touchpadPresent : 1; + BOOL legacyTouchpadPresent : 1; + BOOL externalMousePresent : 1; + BOOL touchpadEnabled : 1; + BOOL touchpadActive : 1; + BOOL feedbackSupported : 1; + BOOL clickForceSupported : 1; + BOOL Reserved1 : 25; + BOOL allowActiveWhenMousePresent : 1; + BOOL feedbackEnabled : 1; + BOOL tapEnabled : 1; + BOOL tapAndDragEnabled : 1; + BOOL twoFingerTapEnabled : 1; + BOOL rightClickZoneEnabled : 1; + BOOL mouseAccelSettingHonored : 1; + BOOL panEnabled : 1; + BOOL zoomEnabled : 1; + BOOL scrollDirectionReversed : 1; + BOOL Reserved2 : 22; + TOUCHPAD_SENSITIVITY_LEVEL sensitivityLevel; + UINT cursorSpeed; + UINT feedbackIntensity; + UINT clickForceSensitivity; + UINT rightClickZoneWidth; + UINT rightClickZoneHeight; +}; +struct ALIGN( 4 ) tagEMROFFSETCLIPRGN +{ + EMR emr; + POINTL ptlOffset; +}; +struct ALIGN( 4 ) _nlsversioninfo +{ + DWORD dwNLSVersionInfoSize; + DWORD dwNLSVersion; + DWORD dwDefinedVersion; + DWORD dwEffectiveId; + GUID guidCustomVersion; +}; +struct ALIGN( 8 ) _QUERY_SERVICE_LOCK_STATUSA +{ + DWORD fIsLocked; + LPSTR lpLockOwner; + DWORD dwLockDuration; +}; +struct ALIGN( 4 ) _DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO +{ + DISPLAYCONFIG_DEVICE_INFO_HEADER header; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + UINT32 advancedColorSupported : 1; + UINT32 advancedColorEnabled : 1; + UINT32 wideColorEnforced : 1; + UINT32 advancedColorForceDisabled : 1; + UINT32 reserved : 28; + }; + UINT32 value; + }; + DISPLAYCONFIG_COLOR_ENCODING colorEncoding; + UINT32 bitsPerColorChannel; +}; +struct ALIGN( 4 ) tagEMRARC +{ + EMR emr; + RECTL rclBox; + POINTL ptlStart; + POINTL ptlEnd; +}; +struct ALIGN( 8 ) _SERVICE_FAILURE_ACTIONSA +{ + DWORD dwResetPeriod; + LPSTR lpRebootMsg; + LPSTR lpCommand; + DWORD cActions; + SC_ACTION* lpsaActions; +}; +struct ALIGN( 8 ) _SERVICE_NOTIFY_2W +{ + DWORD dwVersion; + PFN_SC_NOTIFY_CALLBACK pfnNotifyCallback; + PVOID pContext; + DWORD dwNotificationStatus; + SERVICE_STATUS_PROCESS ServiceStatus; + DWORD dwNotificationTriggered; + LPWSTR pszServiceNames; +}; +struct ALIGN( 4 ) _FILEMUIINFO +{ + DWORD dwSize; + DWORD dwVersion; + DWORD dwFileType; + BYTE pChecksum[16]; + BYTE pServiceChecksum[16]; + DWORD dwLanguageNameOffset; + DWORD dwTypeIDMainSize; + DWORD dwTypeIDMainOffset; + DWORD dwTypeNameMainOffset; + DWORD dwTypeIDMUISize; + DWORD dwTypeIDMUIOffset; + DWORD dwTypeNameMUIOffset; + BYTE abBuffer[8]; +}; +struct ALIGN( 8 ) _DOCINFOW +{ + int cbSize; + LPCWSTR lpszDocName; + LPCWSTR lpszOutput; + LPCWSTR lpszDatatype; + DWORD fwType; +}; +struct ALIGN( 4 ) _SC_ACTION +{ + SC_ACTION_TYPE Type; + DWORD Delay; +}; +struct ALIGN( 8 ) tagPAINTSTRUCT +{ + HDC hdc; + BOOL fErase; + RECT rcPaint; + BOOL fRestore; + BOOL fIncUpdate; + BYTE rgbReserved[32]; +}; +struct ALIGN( 4 ) tagEMRRESTOREDC +{ + EMR emr; + LONG iRelative; +}; +struct ALIGN( 4 ) _SERVICE_LAUNCH_PROTECTED_INFO +{ + DWORD dwLaunchProtected; +}; +struct ALIGN( 4 ) tagEXTLOGFONTA +{ + LOGFONTA elfLogFont; + BYTE elfFullName[64]; + BYTE elfStyle[32]; + DWORD elfVersion; + DWORD elfStyleSize; + DWORD elfMatch; + DWORD elfReserved; + BYTE elfVendorId[4]; + DWORD elfCulture; + PANOSE elfPanose; +}; +struct ALIGN( 4 ) tagEMRRESIZEPALETTE +{ + EMR emr; + DWORD ihPal; + DWORD cEntries; +}; +struct ALIGN( 8 ) _ENUM_SERVICE_STATUSA +{ + LPSTR lpServiceName; + LPSTR lpDisplayName; + SERVICE_STATUS ServiceStatus; +}; +struct ALIGN( 2 ) _SERVICE_PREFERRED_NODE_INFO +{ + USHORT usPreferredNode; + BOOLEAN fDelete; +}; +struct ALIGN( 8 ) _SERVICE_TRIGGER_INFO +{ + DWORD cTriggers; + PSERVICE_TRIGGER pTriggers; + PBYTE pReserved; +}; +struct ALIGN( 8 ) _TRACE_ENABLE_INFO +{ + ULONG IsEnabled; + UCHAR Level; + UCHAR Reserved1; + USHORT LoggerId; + ULONG EnableProperty; + ULONG Reserved2; + ULONGLONG MatchAnyKeyword; + ULONGLONG MatchAllKeyword; +}; +struct ALIGN( 4 ) _QUERY_FILE_LAYOUT_OUTPUT +{ + DWORD FileEntryCount; + DWORD FirstFileOffset; + DWORD Flags; + DWORD Reserved; +}; +struct ALIGN( 8 ) _FILE_LEVEL_TRIM_RANGE +{ + DWORDLONG Offset; + DWORDLONG Length; +}; +struct ALIGN( 2 ) DLGTEMPLATE +{ + DWORD style; + DWORD dwExtendedStyle; + WORD cdit; + short x; + short y; + short cx; + short cy; +}; +struct ALIGN( 4 ) _DISPLAY_DEVICEW +{ + DWORD cb; + WCHAR DeviceName[32]; + WCHAR DeviceString[128]; + DWORD StateFlags; + WCHAR DeviceID[128]; + WCHAR DeviceKey[128]; +}; +struct ALIGN( 8 ) tagCOMPAREITEMSTRUCT +{ + UINT CtlType; + UINT CtlID; + HWND hwndItem; + UINT itemID1; + ULONG_PTR itemData1; + UINT itemID2; + ULONG_PTR itemData2; + DWORD dwLocaleId; +}; +struct ALIGN( 8 ) _SERVICE_TABLE_ENTRYW +{ + LPWSTR lpServiceName; + LPSERVICE_MAIN_FUNCTIONW lpServiceProc; +}; +struct ALIGN( 8 ) tagSOUNDSENTRYA +{ + UINT cbSize; + DWORD dwFlags; + DWORD iFSTextEffect; + DWORD iFSTextEffectMSec; + DWORD iFSTextEffectColorBits; + DWORD iFSGrafEffect; + DWORD iFSGrafEffectMSec; + DWORD iFSGrafEffectColor; + DWORD iWindowsEffect; + DWORD iWindowsEffectMSec; + LPSTR lpszWindowsEffectDLL; + DWORD iWindowsEffectOrdinal; +}; +struct ALIGN( 8 ) _FSCTL_OFFLOAD_WRITE_OUTPUT +{ + DWORD Size; + DWORD Flags; + DWORDLONG LengthWritten; +}; +struct ALIGN( 8 ) tagPOINTER_TOUCH_INFO +{ + POINTER_INFO pointerInfo; + TOUCH_FLAGS touchFlags; + TOUCH_MASK touchMask; + RECT rcContact; + RECT rcContactRaw; + UINT32 orientation; + UINT32 pressure; +}; +struct ALIGN( 8 ) tagPOINTER_TYPE_INFO +{ + POINTER_INPUT_TYPE type; + union ALIGN( 8 ) + { + POINTER_TOUCH_INFO touchInfo; + POINTER_PEN_INFO penInfo; + }; +}; +struct ALIGN( 8 ) _FILE_LAYOUT_INFO_ENTRY +{ + struct ALIGN( 8 ) + { + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + DWORD FileAttributes; + } BasicInformation; + DWORD OwnerId; + DWORD SecurityId; + USN Usn; + STORAGE_RESERVE_ID StorageReserveId; +}; +struct ALIGN( 4 ) tagLAYERPLANEDESCRIPTOR +{ + WORD nSize; + WORD nVersion; + DWORD dwFlags; + BYTE iPixelType; + BYTE cColorBits; + BYTE cRedBits; + BYTE cRedShift; + BYTE cGreenBits; + BYTE cGreenShift; + BYTE cBlueBits; + BYTE cBlueShift; + BYTE cAlphaBits; + BYTE cAlphaShift; + BYTE cAccumBits; + BYTE cAccumRedBits; + BYTE cAccumGreenBits; + BYTE cAccumBlueBits; + BYTE cAccumAlphaBits; + BYTE cDepthBits; + BYTE cStencilBits; + BYTE cAuxBuffers; + BYTE iLayerPlane; + BYTE bReserved; + COLORREF crTransparent; +}; +struct ALIGN( 4 ) tagEMRGLSRECORD +{ + EMR emr; + DWORD cbData; + BYTE Data[1]; +}; +struct ALIGN( 4 ) tagEMRTRANSPARENTBLT +{ + EMR emr; + RECTL rclBounds; + LONG xDest; + LONG yDest; + LONG cxDest; + LONG cyDest; + DWORD dwRop; + LONG xSrc; + LONG ySrc; + XFORM xformSrc; + COLORREF crBkColorSrc; + DWORD iUsageSrc; + DWORD offBmiSrc; + DWORD cbBmiSrc; + DWORD offBitsSrc; + DWORD cbBitsSrc; + LONG cxSrc; + LONG cySrc; +}; +struct ALIGN( 8 ) _SD_CHANGE_MACHINE_SID_OUTPUT +{ + DWORDLONG NumSDChangedSuccess; + DWORDLONG NumSDChangedFail; + DWORDLONG NumSDUnused; + DWORDLONG NumSDTotal; + DWORDLONG NumMftSDChangedSuccess; + DWORDLONG NumMftSDChangedFail; + DWORDLONG NumMftSDTotal; +}; +struct ALIGN( 8 ) _SD_QUERY_STATS_OUTPUT +{ + DWORDLONG SdsStreamSize; + DWORDLONG SdsAllocationSize; + DWORDLONG SiiStreamSize; + DWORDLONG SiiAllocationSize; + DWORDLONG SdhStreamSize; + DWORDLONG SdhAllocationSize; + DWORDLONG NumSDTotal; + DWORDLONG NumSDUnused; +}; +struct ALIGN( 8 ) _SD_ENUM_SDS_ENTRY +{ + DWORD Hash; + DWORD SecurityId; + DWORDLONG Offset; + DWORD Length; + BYTE Descriptor[1]; +}; +struct ALIGN( 8 ) _SD_ENUM_SDS_OUTPUT +{ + DWORDLONG NextOffset; + DWORDLONG NumSDEntriesReturned; + DWORDLONG NumSDBytesReturned; + SD_ENUM_SDS_ENTRY SDEntry[1]; +}; +struct ALIGN( 8 ) _SD_GLOBAL_CHANGE_OUTPUT +{ + DWORD Flags; + DWORD ChangeType; + union ALIGN( 8 ) + { + SD_CHANGE_MACHINE_SID_OUTPUT SdChange; + SD_QUERY_STATS_OUTPUT SdQueryStats; + SD_ENUM_SDS_OUTPUT SdEnumSds; + }; +}; +struct ALIGN( 8 ) tagNCCALCSIZE_PARAMS +{ + RECT rgrc[3]; + PWINDOWPOS lppos; +}; +struct ALIGN( 4 ) tagMONITORINFO +{ + DWORD cbSize; + RECT rcMonitor; + RECT rcWork; + DWORD dwFlags; +}; +struct ALIGN( 8 ) BSMINFO +{ + UINT cbSize; + HDESK hdesk; + HWND hwnd; + LUID luid; +}; +struct ALIGN( 8 ) _SD_ENUM_SDS_INPUT +{ + DWORDLONG StartingOffset; + DWORDLONG MaxSDEntriesToReturn; +}; +struct ALIGN( 4 ) POWERBROADCAST_SETTING +{ + GUID PowerSetting; + DWORD DataLength; + UCHAR Data[1]; +}; +struct ALIGN( 4 ) _CONTAINER_VOLUME_STATE +{ + DWORD Flags; +}; +struct ALIGN( 8 ) _SERVICE_REQUIRED_PRIVILEGES_INFOA +{ + LPSTR pmszRequiredPrivileges; +}; +struct ALIGN( 8 ) tagDELETEITEMSTRUCT +{ + UINT CtlType; + UINT CtlID; + UINT itemID; + HWND hwndItem; + ULONG_PTR itemData; +}; +struct ALIGN( 4 ) tagSCROLLBARINFO +{ + DWORD cbSize; + RECT rcScrollBar; + int dxyLineButton; + int xyThumbTop; + int xyThumbBottom; + int reserved; + DWORD rgstate[6]; +}; +struct ALIGN( 4 ) tagGETCLIPBMETADATA +{ + UINT Version; + BOOL IsDelayRendered; + BOOL IsSynthetic; +}; +struct ALIGN( 8 ) _OUTLINETEXTMETRICA +{ + UINT otmSize; + TEXTMETRICA otmTextMetrics; + BYTE otmFiller; + PANOSE otmPanoseNumber; + UINT otmfsSelection; + UINT otmfsType; + int otmsCharSlopeRise; + int otmsCharSlopeRun; + int otmItalicAngle; + UINT otmEMSquare; + int otmAscent; + int otmDescent; + UINT otmLineGap; + UINT otmsCapEmHeight; + UINT otmsXHeight; + RECT otmrcFontBox; + int otmMacAscent; + int otmMacDescent; + UINT otmMacLineGap; + UINT otmusMinimumPPEM; + POINT otmptSubscriptSize; + POINT otmptSubscriptOffset; + POINT otmptSuperscriptSize; + POINT otmptSuperscriptOffset; + UINT otmsStrikeoutSize; + int otmsStrikeoutPosition; + int otmsUnderscoreSize; + int otmsUnderscorePosition; + PSTR otmpFamilyName; + PSTR otmpFaceName; + PSTR otmpStyleName; + PSTR otmpFullName; +}; +struct ALIGN( 4 ) tagACCESSTIMEOUT +{ + UINT cbSize; + DWORD dwFlags; + DWORD iTimeOutMSec; +}; +struct ALIGN( 4 ) tagEMRPOLYTEXTOUTA +{ + EMR emr; + RECTL rclBounds; + DWORD iGraphicsMode; + FLOAT exScale; + FLOAT eyScale; + LONG cStrings; + EMRTEXT aemrtext[1]; +}; +struct ALIGN( 4 ) _REQUEST_OPLOCK_OUTPUT_BUFFER +{ + WORD StructureVersion; + WORD StructureLength; + DWORD OriginalOplockLevel; + DWORD NewOplockLevel; + DWORD Flags; + ACCESS_MASK AccessMode; + WORD ShareMode; +}; +struct ALIGN( 4 ) tagUSEROBJECTFLAGS +{ + BOOL fInherit; + BOOL fReserved; + DWORD dwFlags; +}; +struct ALIGN( 8 ) tagCWPRETSTRUCT +{ + LRESULT lResult; + LPARAM lParam; + WPARAM wParam; + UINT message; + HWND hwnd; +}; +struct ALIGN( 4 ) tagEMREOF +{ + EMR emr; + DWORD nPalEntries; + DWORD offPalEntries; + DWORD nSizeLast; +}; +struct ALIGN( 4 ) STORAGE_BREAK_RESERVATION_REQUEST +{ + DWORD Length; + BYTE _unused; + BYTE PathId; + BYTE TargetId; + BYTE Lun; +}; +struct ALIGN( 2 ) _RASTERIZER_STATUS +{ + short nSize; + short wFlags; + short nLanguageID; +}; +struct ALIGN( 8 ) tagMOUSEHOOKSTRUCTEX +{ + DWORD mouseData; +}; +struct ALIGN( 8 ) tagCOPYDATASTRUCT +{ + ULONG_PTR dwData; + DWORD cbData; + PVOID lpData; +}; +struct ALIGN( 4 ) _VIRTUAL_STORAGE_TYPE +{ + DWORD DeviceId; + GUID VendorId; +}; +struct ALIGN( 4 ) _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY +{ + DWORD EntryLength; + DWORD DependencyTypeFlags; + DWORD ProviderSpecificFlags; + VIRTUAL_STORAGE_TYPE VirtualStorageType; +}; +struct ALIGN( 8 ) _WIM_PROVIDER_OVERLAY_ENTRY +{ + DWORD NextEntryOffset; + LARGE_INTEGER DataSourceId; + GUID WimGuid; + DWORD WimFileNameOffset; + DWORD WimType; + DWORD WimIndex; + DWORD Flags; +}; +struct ALIGN( 8 ) tagDEBUGHOOKINFO +{ + DWORD idThread; + DWORD idThreadInstaller; + LPARAM lParam; + WPARAM wParam; + int code; +}; +struct ALIGN( 4 ) tagNONCLIENTMETRICSA +{ + UINT cbSize; + int iBorderWidth; + int iScrollWidth; + int iScrollHeight; + int iCaptionWidth; + int iCaptionHeight; + LOGFONTA lfCaptionFont; + int iSmCaptionWidth; + int iSmCaptionHeight; + LOGFONTA lfSmCaptionFont; + int iMenuWidth; + int iMenuHeight; + LOGFONTA lfMenuFont; + LOGFONTA lfStatusFont; + LOGFONTA lfMessageFont; + int iPaddedBorderWidth; +}; +struct ALIGN( 8 ) _REQUEST_RAW_ENCRYPTED_DATA +{ + LONGLONG FileOffset; + DWORD Length; +}; +struct ALIGN( 8 ) tagMSGBOXPARAMSW +{ + UINT cbSize; + HWND hwndOwner; + HINSTANCE hInstance; + LPCWSTR lpszText; + LPCWSTR lpszCaption; + DWORD dwStyle; + LPCWSTR lpszIcon; + DWORD_PTR dwContextHelpId; + MSGBOXCALLBACK lpfnMsgBoxCallback; + DWORD dwLanguageId; +}; +struct ALIGN( 8 ) tagCBTACTIVATESTRUCT +{ + BOOL fMouse; + HWND hWndActive; +}; +struct ALIGN( 4 ) _ENCRYPTION_BUFFER +{ + DWORD EncryptionOperation; + BYTE Private[1]; +}; +struct ALIGN( 8 ) _WGLSWAP +{ + HDC hdc; + UINT uiFlags; +}; +struct ALIGN( 8 ) _FILE_REGION_INFO +{ + LONGLONG FileOffset; + LONGLONG Length; + DWORD Usage; + DWORD Reserved; +}; +struct ALIGN( 8 ) _FILE_REGION_OUTPUT +{ + DWORD Flags; + DWORD TotalRegionEntryCount; + DWORD RegionEntryCount; + DWORD Reserved; + FILE_REGION_INFO Region[1]; +}; +struct ALIGN( 8 ) _TXFS_MODIFY_RM +{ + DWORD Flags; + DWORD LogContainerCountMax; + DWORD LogContainerCountMin; + DWORD LogContainerCount; + DWORD LogGrowthIncrement; + DWORD LogAutoShrinkPercentage; + DWORDLONG Reserved; + WORD LoggingMode; +}; +struct ALIGN( 4 ) _MODEMSETTINGS +{ + DWORD dwActualSize; + DWORD dwRequiredSize; + DWORD dwDevSpecificOffset; + DWORD dwDevSpecificSize; + DWORD dwCallSetupFailTimer; + DWORD dwInactivityTimeout; + DWORD dwSpeakerVolume; + DWORD dwSpeakerMode; + DWORD dwPreferredModemOptions; + DWORD dwNegotiatedModemOptions; + DWORD dwNegotiatedDCERate; + BYTE abVariablePortion[1]; +}; +struct ALIGN( 8 ) tagHELPINFO +{ + UINT cbSize; + int iContextType; + int iCtrlId; + HANDLE hItemHandle; + DWORD_PTR dwContextId; + POINT MousePos; +}; +struct ALIGN( 8 ) tagCBT_CREATEWNDA +{ + tagCREATESTRUCTA* lpcs; + HWND hwndInsertAfter; +}; +struct ALIGN( 8 ) tagMDICREATESTRUCTW +{ + LPCWSTR szClass; + LPCWSTR szTitle; + HANDLE hOwner; + int x; + int y; + int cx; + int cy; + DWORD style; + LPARAM lParam; +}; +struct ALIGN( 8 ) tagEVENTMSG +{ + UINT message; + UINT paramL; + UINT paramH; + DWORD time; + HWND hwnd; +}; +struct ALIGN( 8 ) SHELLHOOKINFO +{ + HWND hwnd; + RECT rc; +}; +struct ALIGN( 8 ) _FILE_STORAGE_TIER_REGION +{ + GUID TierId; + DWORDLONG Offset; + DWORDLONG Length; +}; +struct ALIGN( 8 ) _WNODE_HEADER +{ + ULONG BufferSize; + ULONG ProviderId; + union ALIGN( 8 ) + { + ULONG64 HistoricalContext; + struct ALIGN( 4 ) + { + ULONG Version; + ULONG Linkage; + }; + }; + union ALIGN( 8 ) + { + ULONG CountLost; + HANDLE KernelHandle; + LARGE_INTEGER TimeStamp; + }; + GUID Guid; + ULONG ClientContext; + ULONG Flags; +}; +struct ALIGN( 8 ) tagWNODE_EVENT_REFERENCE +{ + _WNODE_HEADER WnodeHeader; + GUID TargetGuid; + ULONG TargetDataBlockSize; + union ALIGN( 4 ) + { + ULONG TargetInstanceIndex; + WCHAR TargetInstanceName[0]; + }; +}; +struct ALIGN( 8 ) tagRAWINPUTHEADER +{ + DWORD dwType; + DWORD dwSize; + HANDLE hDevice; + WPARAM wParam; +}; +struct ALIGN( 8 ) _IO_IRP_EXT_TRACK_OFFSET_HEADER +{ + WORD Validation; + WORD Flags; + PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK TrackedOffsetCallback; +}; +struct ALIGN( 8 ) _FILE_LAYOUT_NAME_ENTRY +{ + DWORD NextNameOffset; + DWORD Flags; + DWORDLONG ParentFileReferenceNumber; + DWORD FileNameLength; + DWORD Reserved; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) tagWINDOWINFO +{ + DWORD cbSize; + RECT rcWindow; + RECT rcClient; + DWORD dwStyle; + DWORD dwExStyle; + DWORD dwWindowStatus; + UINT cxWindowBorders; + UINT cyWindowBorders; + ATOM atomWindowType; + WORD wCreatorVersion; +}; +struct ALIGN( 8 ) WMIREGGUIDW +{ + GUID Guid; + ULONG Flags; + ULONG InstanceCount; + union ALIGN( 8 ) + { + ULONG InstanceNameList; + ULONG BaseNameOffset; + ULONG_PTR Pdo; + ULONG_PTR InstanceInfo; + }; +}; +struct ALIGN( 8 ) _REPAIR_COPIES_INPUT +{ + DWORD Size; + DWORD Flags; + LARGE_INTEGER FileOffset; + DWORD Length; + DWORD SourceCopy; + DWORD NumberOfRepairCopies; + DWORD RepairCopies[1]; +}; +struct ALIGN( 4 ) tagTITLEBARINFOEX +{ + DWORD cbSize; + RECT rcTitleBar; + DWORD rgstate[6]; + RECT rgrect[6]; +}; +struct ALIGN( 8 ) _LOOKUP_STREAM_FROM_CLUSTER_INPUT +{ + DWORD Flags; + DWORD NumberOfClusters; + LARGE_INTEGER Cluster[1]; +}; +struct ALIGN( 8 ) tagSOUNDSENTRYW +{ + UINT cbSize; + DWORD dwFlags; + DWORD iFSTextEffect; + DWORD iFSTextEffectMSec; + DWORD iFSTextEffectColorBits; + DWORD iFSGrafEffect; + DWORD iFSGrafEffectMSec; + DWORD iFSGrafEffectColor; + DWORD iWindowsEffect; + DWORD iWindowsEffectMSec; + LPWSTR lpszWindowsEffectDLL; + DWORD iWindowsEffectOrdinal; +}; +struct ALIGN( 8 ) _FS_BPIO_INPUT +{ + FS_BPIO_OPERATIONS Operation; + FS_BPIO_INFLAGS InFlags; + DWORDLONG Reserved1; + DWORDLONG Reserved2; +}; +struct ALIGN( 4 ) tagSTYLESTRUCT +{ + DWORD styleOld; + DWORD styleNew; +}; +struct ALIGN( 4 ) tagMOUSEKEYS +{ + UINT cbSize; + DWORD dwFlags; + DWORD iMaxSpeed; + DWORD iTimeToMaxSpeed; + DWORD iCtrlSpeed; + DWORD dwReserved1; + DWORD dwReserved2; +}; +struct ALIGN( 8 ) _QUERY_BAD_RANGES_OUTPUT_RANGE +{ + DWORD Flags; + DWORD Reserved; + DWORDLONG StartOffset; + DWORDLONG LengthInBytes; +}; +struct ALIGN( 4 ) tagMULTIKEYHELPW +{ + DWORD mkSize; + WCHAR mkKeylist; + WCHAR szKeyphrase[1]; +}; +struct ALIGN( 4 ) _STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST +{ + DWORD RequestLevel; + DWORD RequestFlags; +}; +struct ALIGN( 8 ) _UNIVERSAL_NAME_INFOW +{ + LPWSTR lpUniversalName; +}; +struct ALIGN( 8 ) _WIM_PROVIDER_REMOVE_OVERLAY_INPUT +{ + LARGE_INTEGER DataSourceId; +}; +struct ALIGN( 4 ) tagMINMAXINFO +{ + POINT ptReserved; + POINT ptMaxSize; + POINT ptMaxPosition; + POINT ptMinTrackSize; + POINT ptMaxTrackSize; +}; +struct ALIGN( 2 ) _SD_CHANGE_MACHINE_SID_INPUT +{ + WORD CurrentMachineSIDOffset; + WORD CurrentMachineSIDLength; + WORD NewMachineSIDOffset; + WORD NewMachineSIDLength; +}; +struct ALIGN( 8 ) tagMSLLHOOKSTRUCT +{ + POINT pt; + DWORD mouseData; + DWORD flags; + DWORD time; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 4 ) tagSCROLLINFO +{ + UINT cbSize; + UINT fMask; + int nMin; + int nMax; + UINT nPage; + int nPos; + int nTrackPos; +}; +struct ALIGN( 8 ) tagMSGBOXPARAMSA +{ + UINT cbSize; + HWND hwndOwner; + HINSTANCE hInstance; + LPCSTR lpszText; + LPCSTR lpszCaption; + DWORD dwStyle; + LPCSTR lpszIcon; + DWORD_PTR dwContextHelpId; + MSGBOXCALLBACK lpfnMsgBoxCallback; + DWORD dwLanguageId; +}; +struct ALIGN( 4 ) tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION +{ + UINT16 score; + POINT adjustedPoint; +}; +struct ALIGN( 8 ) _ENCRYPTED_DATA_INFO +{ + DWORDLONG StartingFileOffset; + DWORD OutputBufferOffset; + DWORD BytesWithinFileSize; + DWORD BytesWithinValidDataLength; + WORD CompressionFormat; + BYTE DataUnitShift; + BYTE ChunkShift; + BYTE ClusterShift; + BYTE EncryptionFormat; + WORD NumberOfDataBlocks; + DWORD DataBlockSize[1]; +}; +struct ALIGN( 4 ) tagDRAWTEXTPARAMS +{ + UINT cbSize; + int iTabLength; + int iLeftMargin; + int iRightMargin; + UINT uiLengthDrawn; +}; +struct ALIGN( 4 ) _DesiredStorageClass +{ + FILE_STORAGE_TIER_CLASS Class; + DWORD Flags; +}; +struct ALIGN( 8 ) _DataStream +{ + WORD Length; + WORD Flags; + DWORD Reserved; + DWORDLONG Vdl; +}; +struct ALIGN( 4 ) _Reparse +{ + WORD Length; + WORD Flags; + DWORD ReparseDataSize; + DWORD ReparseDataOffset; +}; +struct ALIGN( 4 ) _Ea +{ + WORD Length; + WORD Flags; + DWORD EaSize; + DWORD EaInformationOffset; +}; +union ALIGN( 8 ) _StreamInformation +{ + _DesiredStorageClass DesiredStorageClass; + _DataStream DataStream; + _Reparse Reparse; + _Ea Ea; +}; +struct ALIGN( 8 ) _STREAM_INFORMATION_ENTRY +{ + DWORD Version; + DWORD Flags; + _StreamInformation StreamInformation; +}; +struct ALIGN( 8 ) _TXFS_QUERY_RM_INFORMATION +{ + DWORD BytesRequired; + DWORDLONG TailLsn; + DWORDLONG CurrentLsn; + DWORDLONG ArchiveTailLsn; + DWORDLONG LogContainerSize; + LARGE_INTEGER HighestVirtualClock; + DWORD LogContainerCount; + DWORD LogContainerCountMax; + DWORD LogContainerCountMin; + DWORD LogGrowthIncrement; + DWORD LogAutoShrinkPercentage; + DWORD Flags; + WORD LoggingMode; + WORD Reserved; + DWORD RmState; + DWORDLONG LogCapacity; + DWORDLONG LogFree; + DWORDLONG TopsSize; + DWORDLONG TopsUsed; + DWORDLONG TransactionCount; + DWORDLONG OnePCCount; + DWORDLONG TwoPCCount; + DWORDLONG NumberLogFileFull; + DWORDLONG OldestTransactionAge; + GUID RMName; + DWORD TmLogPathOffset; +}; +struct ALIGN( 8 ) _DISCDLGSTRUCTW +{ + DWORD cbStructure; + HWND hwndOwner; + LPWSTR lpLocalName; + LPWSTR lpRemoteName; + DWORD dwFlags; +}; +struct ALIGN( 4 ) _PARTITION_INFORMATION_MBR +{ + BYTE PartitionType; + BOOLEAN BootIndicator; + BOOLEAN RecognizedPartition; + DWORD HiddenSectors; + GUID PartitionId; +}; +struct ALIGN( 8 ) tagCURSORINFO +{ + DWORD cbSize; + DWORD flags; + HCURSOR hCursor; + POINT ptScreenPos; +}; +struct ALIGN( 8 ) _NETRESOURCEA +{ + DWORD dwScope; + DWORD dwType; + DWORD dwDisplayType; + DWORD dwUsage; + LPSTR lpLocalName; + LPSTR lpRemoteName; + LPSTR lpComment; + LPSTR lpProvider; +}; +struct ALIGN( 4 ) tagRID_DEVICE_INFO +{ + DWORD cbSize; + DWORD dwType; + union ALIGN( 4 ) + { + RID_DEVICE_INFO_MOUSE mouse; + RID_DEVICE_INFO_KEYBOARD keyboard; + RID_DEVICE_INFO_HID hid; + }; +}; +struct ALIGN( 4 ) _DRIVE_LAYOUT_INFORMATION_MBR +{ + DWORD Signature; + DWORD CheckSum; +}; +struct ALIGN( 8 ) _DRIVE_LAYOUT_INFORMATION_GPT +{ + GUID DiskId; + LARGE_INTEGER StartingUsableOffset; + LARGE_INTEGER UsableLength; + DWORD MaxPartitionCount; +}; +struct ALIGN( 8 ) _PARTITION_INFORMATION_GPT +{ + GUID PartitionType; + GUID PartitionId; + DWORD64 Attributes; + WCHAR Name[36]; +}; +struct ALIGN( 8 ) _PARTITION_INFORMATION_EX +{ + PARTITION_STYLE PartitionStyle; + LARGE_INTEGER StartingOffset; + LARGE_INTEGER PartitionLength; + DWORD PartitionNumber; + BOOLEAN RewritePartition; + BOOLEAN IsServicePartition; + union ALIGN( 8 ) + { + PARTITION_INFORMATION_MBR Mbr; + PARTITION_INFORMATION_GPT Gpt; + }; +}; +struct ALIGN( 8 ) _DRIVE_LAYOUT_INFORMATION_EX +{ + DWORD PartitionStyle; + DWORD PartitionCount; + union ALIGN( 8 ) + { + DRIVE_LAYOUT_INFORMATION_MBR Mbr; + DRIVE_LAYOUT_INFORMATION_GPT Gpt; + }; + PARTITION_INFORMATION_EX PartitionEntry[1]; +}; +struct ALIGN( 4 ) tagWTSSESSION_NOTIFICATION +{ + DWORD cbSize; + DWORD dwSessionId; +}; +struct ALIGN( 4 ) _SCM_PD_FIRMWARE_ACTIVATE +{ + DWORD Version; + DWORD Size; + DWORD Flags; + BYTE Slot; +}; +struct ALIGN( 8 ) tagKBDLLHOOKSTRUCT +{ + DWORD vkCode; + DWORD scanCode; + DWORD flags; + DWORD time; + ULONG_PTR dwExtraInfo; +}; +struct ALIGN( 8 ) val_context +{ + int valuelen; + LPVOID value_context; + LPVOID val_buff_ptr; +}; +struct ALIGN( 8 ) pvalueW +{ + LPWSTR pv_valuename; + int pv_valuelen; + LPVOID pv_value_context; + DWORD pv_type; +}; +struct ALIGN( 8 ) tagHARDWAREHOOKSTRUCT +{ + HWND hwnd; + UINT message; + WPARAM wParam; + LPARAM lParam; +}; +struct ALIGN( 4 ) _SCM_PD_FRU_ID_STRING +{ + DWORD Version; + DWORD Size; + DWORD IdentifierSize; + BYTE Identifier[1]; +}; +struct ALIGN( 4 ) tagICONMETRICSW +{ + UINT cbSize; + int iHorzSpacing; + int iVertSpacing; + int iTitleWrap; + LOGFONTW lfFont; +}; +struct ALIGN( 8 ) tagWNDCLASSW +{ + UINT style; + WNDPROC lpfnWndProc; + int cbClsExtra; + int cbWndExtra; + HINSTANCE hInstance; + HICON hIcon; + HCURSOR hCursor; + HBRUSH hbrBackground; + LPCWSTR lpszMenuName; + LPCWSTR lpszClassName; +}; +struct ALIGN( 4 ) tagMONITORINFOEXA +{ + CHAR szDevice[32]; +}; +struct ALIGN( 8 ) tagMSG +{ + HWND hwnd; + UINT message; + WPARAM wParam; + LPARAM lParam; + DWORD time; + POINT pt; +}; +struct ALIGN( 2 ) _CONSOLE_SCREEN_BUFFER_INFO +{ + COORD dwSize; + COORD dwCursorPosition; + WORD wAttributes; + SMALL_RECT srWindow; + COORD dwMaximumWindowSize; +}; +struct ALIGN( 4 ) tagCANDIDATELIST +{ + DWORD dwSize; + DWORD dwStyle; + DWORD dwCount; + DWORD dwSelection; + DWORD dwPageStart; + DWORD dwPageSize; + DWORD dwOffset[1]; +}; +struct ALIGN( 4 ) _SCM_PD_REINITIALIZE_MEDIA_OUTPUT +{ + DWORD Version; + DWORD Size; + SCM_PD_MEDIA_REINITIALIZATION_STATUS Status; +}; +struct ALIGN( 4 ) _CONSOLE_SCREEN_BUFFER_INFOEX +{ + ULONG cbSize; + COORD dwSize; + COORD dwCursorPosition; + WORD wAttributes; + SMALL_RECT srWindow; + COORD dwMaximumWindowSize; + WORD wPopupAttributes; + BOOL bFullscreenSupported; + COLORREF ColorTable[16]; +}; +struct ALIGN( 8 ) tagMDINEXTMENU +{ + HMENU hmenuIn; + HMENU hmenuNext; + HWND hwndNext; +}; +struct ALIGN( 8 ) tagCLIENTCREATESTRUCT +{ + HANDLE hWindowMenu; + UINT idFirstChild; +}; +struct ALIGN( 4 ) _PATHNAME_BUFFER +{ + DWORD PathNameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _ICONINFOEXA +{ + DWORD cbSize; + BOOL fIcon; + DWORD xHotspot; + DWORD yHotspot; + HBITMAP hbmMask; + HBITMAP hbmColor; + WORD wResID; + CHAR szModName[260]; + CHAR szResName[260]; +}; +struct ALIGN( 8 ) tagTRACKMOUSEEVENT +{ + DWORD cbSize; + DWORD dwFlags; + HWND hwndTrack; + DWORD dwHoverTime; +}; +struct ALIGN( 8 ) _QUERY_SERVICE_CONFIGA +{ + DWORD dwServiceType; + DWORD dwStartType; + DWORD dwErrorControl; + LPSTR lpBinaryPathName; + LPSTR lpLoadOrderGroup; + DWORD dwTagId; + LPSTR lpDependencies; + LPSTR lpServiceStartName; + LPSTR lpDisplayName; +}; +struct ALIGN( 4 ) tagMINIMIZEDMETRICS +{ + UINT cbSize; + int iWidth; + int iHorzGap; + int iVertGap; + int iArrange; +}; +struct ALIGN( 8 ) _SCM_PD_DEVICE_INFO +{ + DWORD Version; + DWORD Size; + GUID DeviceGuid; + DWORD UnsafeShutdownCount; + DWORD64 PersistentMemorySizeInBytes; + DWORD64 VolatileMemorySizeInBytes; + DWORD64 TotalMemorySizeInBytes; + DWORD SlotNumber; + DWORD DeviceHandle; + WORD PhysicalId; + BYTE NumberOfFormatInterfaceCodes; + WORD FormatInterfaceCodes[8]; + DWORD VendorId; + DWORD ProductId; + DWORD SubsystemDeviceId; + DWORD SubsystemVendorId; + BYTE ManufacturingLocation; + BYTE ManufacturingWeek; + BYTE ManufacturingYear; + DWORD SerialNumber4Byte; + DWORD SerialNumberLengthInChars; + CHAR SerialNumber[1]; +}; +struct ALIGN( 8 ) tagMEASUREITEMSTRUCT +{ + UINT CtlType; + UINT CtlID; + UINT itemID; + UINT itemWidth; + UINT itemHeight; + ULONG_PTR itemData; +}; +struct ALIGN( 4 ) RETRIEVAL_POINTER_COUNT +{ + DWORD ExtentCount; +}; +struct ALIGN( 8 ) tagUPDATELAYEREDWINDOWINFO +{ + DWORD cbSize; + HDC hdcDst; + const POINT* pptDst; + const SIZE* psize; + HDC hdcSrc; + const POINT* pptSrc; + COLORREF crKey; + const BLENDFUNCTION* pblend; + DWORD dwFlags; + const RECT* prcDirty; +}; +struct ALIGN( 8 ) _STORAGE_HW_FIRMWARE_DOWNLOAD_V2 +{ + DWORD Version; + DWORD Size; + DWORD Flags; + BYTE Slot; + BYTE Reserved[3]; + DWORDLONG Offset; + DWORDLONG BufferSize; + DWORD ImageSize; + DWORD Reserved2; + BYTE ImageBuffer[1]; +}; +struct ALIGN( 4 ) tagPOINTER_DEVICE_PROPERTY +{ + INT32 logicalMin; + INT32 logicalMax; + INT32 physicalMin; + INT32 physicalMax; + UINT32 unit; + UINT32 unitExponent; + USHORT usagePageId; + USHORT usageId; +}; +struct ALIGN( 4 ) tagLASTINPUTINFO +{ + UINT cbSize; + DWORD dwTime; +}; +struct ALIGN( 4 ) tagPOINTER_DEVICE_CURSOR_INFO +{ + UINT32 cursorId; + POINTER_DEVICE_CURSOR_TYPE cursor; +}; +struct ALIGN( 4 ) _cpinfoexA +{ + UINT MaxCharSize; + BYTE DefaultChar[2]; + BYTE LeadByte[12]; + WCHAR UnicodeDefaultChar; + UINT CodePage; + CHAR CodePageName[260]; +}; +struct ALIGN( 4 ) tagINPUT_INJECTION_VALUE +{ + USHORT page; + USHORT usage; + INT32 value; + USHORT index; +}; +struct ALIGN( 4 ) _STORAGE_HW_FIRMWARE_SLOT_INFO +{ + DWORD Version; + DWORD Size; + BYTE SlotNumber; + BYTE ReadOnly : 1; + BYTE Reserved0 : 7; + BYTE Reserved1[6]; + BYTE Revision[16]; +}; +struct ALIGN( 4 ) _STORAGE_HW_FIRMWARE_INFO +{ + DWORD Version; + DWORD Size; + BYTE SupportUpgrade : 1; + BYTE Reserved0 : 7; + BYTE SlotCount; + BYTE ActiveSlot; + BYTE PendingActivateSlot; + BOOLEAN FirmwareShared; + BYTE Reserved[3]; + DWORD ImagePayloadAlignment; + DWORD ImagePayloadMaxSize; + STORAGE_HW_FIRMWARE_SLOT_INFO Slot[1]; +}; +struct ALIGN( 4 ) HSYNTHETICPOINTERDEVICE__ +{ + int unused; +}; +struct ALIGN( 4 ) tagTOUCH_HIT_TESTING_INPUT +{ + UINT32 pointerId; + POINT point; + RECT boundingBox; + RECT nonOccludedBoundingBox; + UINT32 orientation; +}; +struct ALIGN( 8 ) _DISK_HISTOGRAM +{ + LARGE_INTEGER DiskSize; + LARGE_INTEGER Start; + LARGE_INTEGER End; + LARGE_INTEGER Average; + LARGE_INTEGER AverageRead; + LARGE_INTEGER AverageWrite; + DWORD Granularity; + DWORD Size; + DWORD ReadCount; + DWORD WriteCount; + PHISTOGRAM_BUCKET Histogram; +}; +struct ALIGN( 8 ) _SCM_REGION +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD NfitHandle; + GUID LogicalDeviceGuid; + GUID AddressRangeType; + DWORD AssociatedId; + DWORD64 Length; + DWORD64 StartingDPA; + DWORD64 BaseSPA; + DWORD64 SPAOffset; + DWORD64 RegionOffset; +}; +struct ALIGN( 4 ) HTOUCHINPUT__ +{ + int unused; +}; +struct ALIGN( 4 ) HIMCC__ +{ + int unused; +}; +struct ALIGN( 4 ) tagCANDIDATEFORM +{ + DWORD dwIndex; + DWORD dwStyle; + POINT ptCurrentPos; + RECT rcArea; +}; +struct ALIGN( 2 ) MENUITEMTEMPLATEHEADER +{ + WORD versionNumber; + WORD offset; +}; +struct ALIGN( 4 ) tagUSAGE_PROPERTIES +{ + USHORT level; + USHORT page; + USHORT usage; + INT32 logicalMinimum; + INT32 logicalMaximum; + USHORT unit; + USHORT exponent; + BYTE count; + INT32 physicalMinimum; + INT32 physicalMaximum; +}; +struct ALIGN( 4 ) tagGESTURECONFIG +{ + DWORD dwID; + DWORD dwWant; + DWORD dwBlock; +}; +struct ALIGN( 8 ) tagDROPSTRUCT +{ + HWND hwndSource; + HWND hwndSink; + DWORD wFmt; + ULONG_PTR dwData; + POINT ptDrop; + DWORD dwControlData; +}; +; +struct ALIGN( 4 ) tagICONMETRICSA +{ + UINT cbSize; + int iHorzSpacing; + int iVertSpacing; + int iTitleWrap; + LOGFONTA lfFont; +}; +struct ALIGN( 4 ) _CHANGER_ELEMENT +{ + ELEMENT_TYPE ElementType; + DWORD ElementAddress; +}; +struct ALIGN( 4 ) _CHANGER_ELEMENT_STATUS +{ + CHANGER_ELEMENT Element; + CHANGER_ELEMENT SrcElementAddress; + DWORD Flags; + DWORD ExceptionCode; + BYTE TargetId; + BYTE Lun; + WORD Reserved; + BYTE PrimaryVolumeID[36]; + BYTE AlternateVolumeID[36]; +}; +struct ALIGN( 4 ) _CHANGER_SET_ACCESS +{ + CHANGER_ELEMENT Element; + DWORD Control; +}; +struct ALIGN( 4 ) _SCM_PD_DEVICE_HANDLE +{ + DWORD Version; + DWORD Size; + GUID DeviceGuid; + DWORD DeviceHandle; +}; +struct ALIGN( 8 ) _ENUM_SERVICE_STATUS_PROCESSW +{ + LPWSTR lpServiceName; + LPWSTR lpDisplayName; + SERVICE_STATUS_PROCESS ServiceStatusProcess; +}; +struct ALIGN( 1 ) _FSCTL_QUERY_FAT_BPB_BUFFER +{ + BYTE First0x24BytesOfBootSector[36]; +}; +struct ALIGN( 4 ) _SERVICE_START_REASON +{ + DWORD dwReason; +}; +struct ALIGN( 4 ) _HISTOGRAM_BUCKET +{ + DWORD Reads; + DWORD Writes; +}; +struct ALIGN( 4 ) _DISK_CACHE_INFORMATION +{ + BOOLEAN ParametersSavable; + BOOLEAN ReadCacheEnabled; + BOOLEAN WriteCacheEnabled; + DISK_CACHE_RETENTION_PRIORITY ReadRetentionPriority; + DISK_CACHE_RETENTION_PRIORITY WriteRetentionPriority; + WORD DisablePrefetchTransferLength; + BOOLEAN PrefetchScalar; + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + WORD Minimum; + WORD Maximum; + WORD MaximumBlocks; + } ScalarPrefetch; + struct ALIGN( 2 ) + { + WORD Minimum; + WORD Maximum; + } BlockPrefetch; + }; +}; +struct ALIGN( 4 ) HRAWINPUT__ +{ + int unused; +}; +struct ALIGN( 8 ) _SERVICE_FAILURE_ACTIONSW +{ + DWORD dwResetPeriod; + LPWSTR lpRebootMsg; + LPWSTR lpCommand; + DWORD cActions; + SC_ACTION* lpsaActions; +}; +struct ALIGN( 4 ) _STORAGE_HW_FIRMWARE_ACTIVATE +{ + DWORD Version; + DWORD Size; + DWORD Flags; + BYTE Slot; + BYTE Reserved0[3]; +}; +struct ALIGN( 1 ) _IDEREGS +{ + BYTE bFeaturesReg; + BYTE bSectorCountReg; + BYTE bSectorNumberReg; + BYTE bCylLowReg; + BYTE bCylHighReg; + BYTE bDriveHeadReg; + BYTE bCommandReg; + BYTE bReserved; +}; +struct ALIGN( 1 ) _SENDCMDINPARAMS +{ + DWORD cBufferSize; + IDEREGS irDriveRegs; + BYTE bDriveNumber; + BYTE bReserved[3]; + DWORD dwReserved[4]; + BYTE bBuffer[1]; +}; +struct ALIGN( 8 ) tagRAWINPUT +{ + RAWINPUTHEADER header; + union ALIGN( 4 ) + { + RAWMOUSE mouse; + RAWKEYBOARD keyboard; + RAWHID hid; + } data; +}; +struct ALIGN( 1 ) _GETVERSIONINPARAMS +{ + BYTE bVersion; + BYTE bRevision; + BYTE bReserved; + BYTE bIDEDeviceMap; + DWORD fCapabilities; + DWORD dwReserved[4]; +}; +struct ALIGN( 8 ) _SERVICE_TIMECHANGE_INFO +{ + LARGE_INTEGER liNewTime; + LARGE_INTEGER liOldTime; +}; +struct ALIGN( 4 ) _DEVICE_LOCATION +{ + DWORD Socket; + DWORD Slot; + DWORD Adapter; + DWORD Port; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + DWORD Channel; + DWORD Device; + }; + struct ALIGN( 4 ) + { + DWORD Target; + DWORD Lun; + }; + }; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_LOCATION_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DEVICE_LOCATION Location; + DWORD StringOffset; +}; +struct ALIGN( 4 ) _STORAGE_OPERATIONAL_REASON +{ + DWORD Version; + DWORD Size; + STORAGE_OPERATIONAL_STATUS_REASON Reason; + union ALIGN( 4 ) + { + struct ALIGN( 1 ) + { + BYTE SenseKey; + BYTE ASC; + BYTE ASCQ; + BYTE Reserved; + } ScsiSenseKey; + struct ALIGN( 1 ) + { + BYTE CriticalHealth; + BYTE ModuleHealth[2]; + BYTE ErrorThresholdStatus; + } NVDIMM_N; + DWORD AsUlong; + } RawBytes; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_MANAGEMENT_STATUS +{ + DWORD Version; + DWORD Size; + STORAGE_DISK_HEALTH_STATUS Health; + DWORD NumberOfOperationalStatus; + DWORD NumberOfAdditionalReasons; + STORAGE_DISK_OPERATIONAL_STATUS OperationalStatus[16]; + STORAGE_OPERATIONAL_REASON AdditionalReasons[1]; +}; +struct ALIGN( 4 ) _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT +{ + STORAGE_PROTOCOL_TYPE ProtocolType; + DWORD DataType; + DWORD ProtocolDataValue; + DWORD ProtocolDataSubValue; + DWORD ProtocolDataOffset; + DWORD ProtocolDataLength; + DWORD FixedProtocolReturnData; + DWORD ProtocolDataSubValue2; + DWORD ProtocolDataSubValue3; + DWORD ProtocolDataSubValue4; + DWORD ProtocolDataSubValue5; + DWORD ProtocolDataSubValue6; + DWORD Reserved[4]; +}; +union ALIGN( 4 ) _STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE +{ + struct ALIGN( 4 ) + { + DWORD RetainAsynEvent : 1; + DWORD LogSpecificField : 4; + DWORD Reserved0 : 3; + DWORD UUIDIndex : 7; + DWORD Reserved : 17; + }; + DWORD AsUlong; +}; +struct ALIGN( 8 ) _PHYSICAL_ELEMENT_STATUS_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD ElementIdentifier; + BYTE PhysicalElementType; + BYTE PhysicalElementHealth; + BYTE Reserved1[2]; + DWORDLONG AssociatedCapacity; + DWORD Reserved2[4]; +}; +struct ALIGN( 8 ) _PHYSICAL_ELEMENT_STATUS +{ + DWORD Version; + DWORD Size; + DWORD DescriptorCount; + DWORD ReturnedDescriptorCount; + DWORD ElementIdentifierBeingDepoped; + DWORD Reserved; + PHYSICAL_ELEMENT_STATUS_DESCRIPTOR Descriptors[1]; +}; +union ALIGN( 4 ) _STORAGE_SPEC_VERSION +{ + struct ALIGN( 2 ) + { + union ALIGN( 2 ) + { + struct ALIGN( 1 ) + { + BYTE SubMinor; + BYTE Minor; + }; + WORD AsUshort; + } MinorVersion; + WORD MajorVersion; + }; + DWORD AsUlong; +}; +struct ALIGN( 4 ) _STORAGE_PHYSICAL_ADAPTER_DATA +{ + DWORD AdapterId; + STORAGE_COMPONENT_HEALTH_STATUS HealthStatus; + STORAGE_PROTOCOL_TYPE CommandProtocol; + STORAGE_SPEC_VERSION SpecVersion; + BYTE Vendor[8]; + BYTE Model[40]; + BYTE FirmwareRevision[16]; + BYTE PhysicalLocation[32]; + BOOLEAN ExpanderConnected; + BYTE Reserved0[3]; + DWORD Reserved1[3]; +}; +struct ALIGN( 4 ) _STORAGE_CRYPTO_CAPABILITY_V2 +{ + DWORD Version; + DWORD Size; + DWORD CryptoCapabilityIndex; + STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId; + STORAGE_CRYPTO_KEY_SIZE KeySize; + DWORD DataUnitSizeBitmask; + WORD MaxIVBitSize; + WORD Reserved; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE FIPS : 1; + BYTE Reserved : 7; + }; + BYTE AsUchar; + } SecurityComplianceBitmask; +}; +struct ALIGN( 4 ) _DEVICE_POWER_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BOOLEAN DeviceAttentionSupported; + BOOLEAN AsynchronousNotificationSupported; + BOOLEAN IdlePowerManagementEnabled; + BOOLEAN D3ColdEnabled; + BOOLEAN D3ColdSupported; + BOOLEAN NoVerifyDuringIdlePower; + BYTE Reserved[2]; + DWORD IdleTimeoutInMS; +}; +struct ALIGN( 8 ) _DEVICE_STORAGE_RANGE_ATTRIBUTES +{ + DWORDLONG LengthInBytes; + union ALIGN( 4 ) + { + DWORD AllFlags; + struct ALIGN( 4 ) + { + DWORD IsRangeBad : 1; + }; + }; + DWORD Reserved; +}; +struct ALIGN( 4 ) _DEVICE_DSM_DEFINITION +{ + DEVICE_DSM_ACTION Action; + BOOLEAN SingleRange; + DWORD ParameterBlockAlignment; + DWORD ParameterBlockLength; + BOOLEAN HasOutput; + DWORD OutputBlockAlignment; + DWORD OutputBlockLength; +}; +struct ALIGN( 4 ) _STORAGE_MINIPORT_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + STORAGE_PORT_CODE_SET Portdriver; + BOOLEAN LUNResetSupported; + BOOLEAN TargetResetSupported; + WORD IoTimeoutValue; + BOOLEAN ExtraIoInfoSupported; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE LogicalPoFxForDisk : 1; + BYTE ForwardIo : 1; + BYTE Reserved : 6; + }; + BYTE AsBYTE; + } Flags; + BYTE Reserved0[2]; + DWORD Reserved1; +}; +struct ALIGN( 4 ) _DEVICE_DATA_SET_REPAIR_PARAMETERS +{ + DWORD NumberOfRepairCopies; + DWORD SourceCopy; + DWORD RepairCopies[1]; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT +{ + DWORD Version; + DWORD Size; + DWORD UnsafeShutdownCount; +}; +struct ALIGN( 4 ) _STORAGE_HW_FIRMWARE_INFO_QUERY +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD Reserved; +}; +struct ALIGN( 8 ) _STORAGE_DEVICE_POWER_CAP +{ + DWORD Version; + DWORD Size; + STORAGE_DEVICE_POWER_CAP_UNITS Units; + DWORDLONG MaxPower; +}; +struct ALIGN( 4 ) _DEVICE_MANAGE_DATA_SET_ATTRIBUTES +{ + DWORD Size; + DEVICE_DSM_ACTION Action; + DWORD Flags; + DWORD ParameterBlockOffset; + DWORD ParameterBlockLength; + DWORD DataSetRangesOffset; + DWORD DataSetRangesLength; +}; +struct ALIGN( 4 ) _STORAGE_DIAGNOSTIC_DATA +{ + DWORD Version; + DWORD Size; + GUID ProviderId; + DWORD BufferSize; + DWORD Reserved; + BYTE DiagnosticDataBuffer[1]; +}; +struct ALIGN( 4 ) _STORAGE_PROTOCOL_SPECIFIC_DATA +{ + STORAGE_PROTOCOL_TYPE ProtocolType; + DWORD DataType; + DWORD ProtocolDataRequestValue; + DWORD ProtocolDataRequestSubValue; + DWORD ProtocolDataOffset; + DWORD ProtocolDataLength; + DWORD FixedProtocolReturnData; + DWORD ProtocolDataRequestSubValue2; + DWORD ProtocolDataRequestSubValue3; + DWORD ProtocolDataRequestSubValue4; +}; +struct ALIGN( 4 ) _STORAGE_PROTOCOL_DATA_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + STORAGE_PROTOCOL_SPECIFIC_DATA ProtocolSpecificData; +}; +struct ALIGN( 2 ) _STORAGE_MEDIA_SERIAL_NUMBER_DATA +{ + WORD Reserved; + WORD SerialNumberLength; + BYTE SerialNumber[0]; +}; +struct ALIGN( 4 ) _STORAGE_PHYSICAL_NODE_DATA +{ + DWORD NodeId; + DWORD AdapterCount; + DWORD AdapterDataLength; + DWORD AdapterDataOffset; + DWORD DeviceCount; + DWORD DeviceDataLength; + DWORD DeviceDataOffset; + DWORD Reserved[3]; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT +{ + DWORDLONG TopologyRangeBytes; + BYTE TopologyId[16]; +}; +struct ALIGN( 4 ) _STORAGE_IDLE_POWER +{ + DWORD Version; + DWORD Size; + DWORD WakeCapableHint : 1; + DWORD D3ColdSupported : 1; + DWORD Reserved : 30; + DWORD D3IdleTimeout; +}; +struct ALIGN( 4 ) _STORAGE_FAILURE_PREDICTION_CONFIG +{ + DWORD Version; + DWORD Size; + BOOLEAN Set; + BOOLEAN Enabled; + WORD Reserved; +}; +struct ALIGN( 4 ) _FILESYSTEM_STATISTICS +{ + WORD FileSystemType; + WORD Version; + DWORD SizeOfCompleteStructure; + DWORD UserFileReads; + DWORD UserFileReadBytes; + DWORD UserDiskReads; + DWORD UserFileWrites; + DWORD UserFileWriteBytes; + DWORD UserDiskWrites; + DWORD MetaDataReads; + DWORD MetaDataReadBytes; + DWORD MetaDataDiskReads; + DWORD MetaDataWrites; + DWORD MetaDataWriteBytes; + DWORD MetaDataDiskWrites; +}; +struct ALIGN( 4 ) _EXFAT_STATISTICS +{ + DWORD CreateHits; + DWORD SuccessfulCreates; + DWORD FailedCreates; + DWORD NonCachedReads; + DWORD NonCachedReadBytes; + DWORD NonCachedWrites; + DWORD NonCachedWriteBytes; + DWORD NonCachedDiskReads; + DWORD NonCachedDiskWrites; +}; +struct ALIGN( 4 ) _STORAGE_IDLE_POWERUP_REASON +{ + DWORD Version; + DWORD Size; + STORAGE_POWERUP_REASON_TYPE PowerupReason; +}; +struct ALIGN( 8 ) _OBJECT_ATTRIBUTES +{ + ULONG Length; + HANDLE RootDirectory; + PUNICODE_STRING ObjectName; + ULONG Attributes; + PVOID SecurityDescriptor; + PVOID SecurityQualityOfService; +}; +struct ALIGN( 8 ) USN_JOURNAL_DATA_V1 +{ + DWORDLONG UsnJournalID; + USN FirstUsn; + USN NextUsn; + USN LowestValidUsn; + USN MaxUsn; + DWORDLONG MaximumSize; + DWORDLONG AllocationDelta; + WORD MinSupportedMajorVersion; + WORD MaxSupportedMajorVersion; +}; +struct ALIGN( 1 ) _GP_LOG_PAGE_DESCRIPTOR +{ + WORD LogAddress; + WORD LogSectors; +}; +struct ALIGN( 4 ) _STORAGE_PROPERTY_QUERY +{ + STORAGE_PROPERTY_ID PropertyId; + STORAGE_QUERY_TYPE QueryType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 4 ) _FILE_GET_EA_INFORMATION +{ + ULONG NextEntryOffset; + UCHAR EaNameLength; + CHAR EaName[1]; +}; +struct ALIGN( 4 ) _STORAGE_PROPERTY_SET +{ + STORAGE_PROPERTY_ID PropertyId; + STORAGE_SET_TYPE SetType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 1 ) _DEVICEDUMP_RESTRICTED_SUBSECTION +{ + BYTE bData[1]; +}; +struct ALIGN( 8 ) _PF_TRACE_LIMITS +{ + ULONG MaxNumPages; + ULONG MaxNumSections; + LONGLONG TimerPeriod; +}; +struct ALIGN( 4 ) _OPLOCK_KEY_ECP_CONTEXT +{ + GUID OplockKey; + ULONG Reserved; +}; +struct ALIGN( 4 ) _STORAGE_DESCRIPTOR_HEADER +{ + DWORD Version; + DWORD Size; +}; +struct ALIGN( 8 ) USN_RANGE_TRACK_OUTPUT +{ + USN Usn; +}; +struct ALIGN( 8 ) _DISK_GEOMETRY +{ + LARGE_INTEGER Cylinders; + MEDIA_TYPE MediaType; + DWORD TracksPerCylinder; + DWORD SectorsPerTrack; + DWORD BytesPerSector; +}; +struct ALIGN( 4 ) _FORMAT_EX_PARAMETERS +{ + MEDIA_TYPE MediaType; + DWORD StartCylinderNumber; + DWORD EndCylinderNumber; + DWORD StartHeadNumber; + DWORD EndHeadNumber; + WORD FormatGapLength; + WORD SectorsPerTrack; + WORD SectorNumber[1]; +}; +struct ALIGN( 8 ) _SYSTEM_BASIC_INFORMATION +{ + ULONG Reserved; + ULONG TimerResolution; + ULONG PageSize; + ULONG NumberOfPhysicalPages; + ULONG LowestPhysicalPageNumber; + ULONG HighestPhysicalPageNumber; + ULONG AllocationGranularity; + ULONG_PTR MinimumUserModeAddress; + ULONG_PTR MaximumUserModeAddress; + KAFFINITY ActiveProcessorsAffinityMask; + CCHAR NumberOfProcessors; +}; +struct ALIGN( 8 ) _SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT +{ + DWORD Flags; + DWORD AlignmentShift; + DWORDLONG FileOffsetToAlign; + DWORD FallbackAlignmentShift; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BYTE DeviceType; + BYTE DeviceTypeModifier; + BOOLEAN RemovableMedia; + BOOLEAN CommandQueueing; + DWORD VendorIdOffset; + DWORD ProductIdOffset; + DWORD ProductRevisionOffset; + DWORD SerialNumberOffset; + STORAGE_BUS_TYPE BusType; + DWORD RawPropertiesLength; + BYTE RawDeviceProperties[1]; +}; +struct ALIGN( 4 ) _PROC_THREAD_BNOISOLATION_ATTRIBUTE +{ + BOOL IsolationEnabled; + WCHAR IsolationPrefix[136]; +}; +struct ALIGN( 8 ) USN_RECORD_V3 +{ + DWORD RecordLength; + WORD MajorVersion; + WORD MinorVersion; + FILE_ID_128 FileReferenceNumber; + FILE_ID_128 ParentFileReferenceNumber; + USN Usn; + LARGE_INTEGER TimeStamp; + DWORD Reason; + DWORD SourceInfo; + DWORD SecurityId; + DWORD FileAttributes; + WORD FileNameLength; + WORD FileNameOffset; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _STORAGE_ADAPTER_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD MaximumTransferLength; + DWORD MaximumPhysicalPages; + DWORD AlignmentMask; + BOOLEAN AdapterUsesPio; + BOOLEAN AdapterScansDown; + BOOLEAN CommandQueueing; + BOOLEAN AcceleratedTransfer; + BYTE BusType; + WORD BusMajorVersion; + WORD BusMinorVersion; + BYTE SrbType; + BYTE AddressType; +}; +struct ALIGN( 4 ) NTFS_EXTENDED_VOLUME_DATA +{ + DWORD ByteCount; + WORD MajorVersion; + WORD MinorVersion; + DWORD BytesPerPhysicalSector; + WORD LfsMajorVersion; + WORD LfsMinorVersion; + DWORD MaxDeviceTrimExtentCount; + DWORD MaxDeviceTrimByteCount; + DWORD MaxVolumeTrimExtentCount; + DWORD MaxVolumeTrimByteCount; +}; +struct ALIGN( 8 ) NTFS_VOLUME_DATA_BUFFER +{ + LARGE_INTEGER VolumeSerialNumber; + LARGE_INTEGER NumberSectors; + LARGE_INTEGER TotalClusters; + LARGE_INTEGER FreeClusters; + LARGE_INTEGER TotalReserved; + DWORD BytesPerSector; + DWORD BytesPerCluster; + DWORD BytesPerFileRecordSegment; + DWORD ClustersPerFileRecordSegment; + LARGE_INTEGER MftValidDataLength; + LARGE_INTEGER MftStartLcn; + LARGE_INTEGER Mft2StartLcn; + LARGE_INTEGER MftZoneStart; + LARGE_INTEGER MftZoneEnd; +}; +struct ALIGN( 4 ) _SE_SAFE_OPEN_PROMPT_RESULTS +{ + SE_SAFE_OPEN_PROMPT_EXPERIENCE_RESULTS Results; + WCHAR Path[260]; +}; +struct ALIGN( 4 ) _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD BytesPerCacheLine; + DWORD BytesOffsetForCacheAlignment; + DWORD BytesPerLogicalSector; + DWORD BytesPerPhysicalSector; + DWORD BytesOffsetForSectorAlignment; +}; +struct ALIGN( 4 ) _EVENT_BASIC_INFORMATION +{ + EVENT_TYPE EventType; + LONG EventState; +}; +struct ALIGN( 4 ) BULK_SECURITY_TEST_DATA +{ + ACCESS_MASK DesiredAccess; + DWORD SecurityIds[1]; +}; +struct ALIGN( 4 ) _WOF_EXTERNAL_INFO +{ + DWORD Version; + DWORD Provider; +}; +struct ALIGN( 4 ) _STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD MediumProductType; +}; +struct ALIGN( 4 ) _CREATE_DISK_MBR +{ + DWORD Signature; +}; +struct ALIGN( 4 ) _CREATE_DISK_GPT +{ + GUID DiskId; + DWORD MaxPartitionCount; +}; +struct ALIGN( 4 ) _CREATE_DISK +{ + PARTITION_STYLE PartitionStyle; + union ALIGN( 4 ) + { + CREATE_DISK_MBR Mbr; + CREATE_DISK_GPT Gpt; + }; +}; +struct ALIGN( 8 ) _ENCRYPTION_KEY_CTRL_INPUT +{ + DWORD HeaderSize; + DWORD StructureSize; + WORD KeyOffset; + WORD KeySize; + DWORD DplLock; + DWORDLONG DplUserId; + DWORDLONG DplCredentialId; +}; +struct ALIGN( 1 ) _WOF_EXTERNAL_FILE_ID +{ + FILE_ID_128 FileId; +}; +struct ALIGN( 8 ) _FILE_FS_SIZE_INFORMATION +{ + LARGE_INTEGER TotalAllocationUnits; + LARGE_INTEGER AvailableAllocationUnits; + ULONG SectorsPerAllocationUnit; + ULONG BytesPerSector; +}; +struct ALIGN( 8 ) STARTING_LCN_INPUT_BUFFER_EX +{ + LARGE_INTEGER StartingLcn; + DWORD Flags; +}; +struct ALIGN( 1 ) _DEVICEDUMP_STRUCTURE_VERSION +{ + DWORD dwSignature; + DWORD dwVersion; + DWORD dwSize; +}; +struct ALIGN( 1 ) _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD +{ + BYTE Cdb[16]; + BYTE Command[16]; + DWORDLONG StartTime; + DWORDLONG EndTime; + DWORD OperationStatus; + DWORD OperationError; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + DWORD dwReserved; + } ExternalStack; + struct ALIGN( 1 ) + { + DWORD dwAtaPortSpecific; + } AtaPort; + struct ALIGN( 1 ) + { + DWORD SrbTag; + } StorPort; + } StackSpecific; +}; +struct ALIGN( 1 ) _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP +{ + DEVICEDUMP_STRUCTURE_VERSION Descriptor; + DWORD dwReasonForCollection; + BYTE cDriverName[16]; + DWORD uiNumRecords; + DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD RecordArray[1]; +}; +struct ALIGN( 8 ) STARTING_LCN_INPUT_BUFFER +{ + LARGE_INTEGER StartingLcn; +}; +struct ALIGN( 8 ) _GET_LENGTH_INFORMATION +{ + LARGE_INTEGER Length; +}; +struct ALIGN( 4 ) _DISK_CONTROLLER_NUMBER +{ + DWORD ControllerNumber; + DWORD DiskNumber; +}; +struct ALIGN( 8 ) _FILE_ALLOCATED_RANGE_BUFFER +{ + LARGE_INTEGER FileOffset; + LARGE_INTEGER Length; +}; +struct ALIGN( 1 ) _FILE_FS_OBJECTID_INFORMATION +{ + UCHAR ObjectId[16]; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR BirthVolumeId[16]; + UCHAR BirthObjectId[16]; + UCHAR DomainId[16]; + }; + UCHAR ExtendedInfo[48]; + }; +}; +struct ALIGN( 4 ) _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST +{ + DWORD Version; + DWORD Size; + DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE RequestDataType; + DEVICE_INTERNAL_STATUS_DATA_SET RequestDataSet; +}; +struct ALIGN( 4 ) _SCM_PD_PASSTHROUGH_OUTPUT +{ + DWORD Version; + DWORD Size; + GUID ProtocolGuid; + DWORD DataSize; + BYTE Data[1]; +}; +struct ALIGN( 4 ) _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT +{ + WORD GeneralStatus; + WORD ExtendedStatus; + DWORD OutputDataLength; + BYTE OutputData[1]; +}; +struct ALIGN( 4 ) _FILE_FS_DRIVER_PATH_INFORMATION +{ + BOOLEAN DriverInPath; + ULONG DriverNameLength; + WCHAR DriverName[1]; +}; +struct ALIGN( 8 ) MFT_ENUM_DATA_V1 +{ + DWORDLONG StartFileReferenceNumber; + USN LowUsn; + USN HighUsn; + WORD MinMajorVersion; + WORD MaxMajorVersion; +}; +struct ALIGN( 4 ) _NTFS_STATISTICS +{ + DWORD LogFileFullExceptions; + DWORD OtherExceptions; + DWORD MftReads; + DWORD MftReadBytes; + DWORD MftWrites; + DWORD MftWriteBytes; + struct ALIGN( 2 ) + { + WORD Write; + WORD Create; + WORD SetInfo; + WORD Flush; + } MftWritesUserLevel; + WORD MftWritesFlushForLogFileFull; + WORD MftWritesLazyWriter; + WORD MftWritesUserRequest; + DWORD Mft2Writes; + DWORD Mft2WriteBytes; + struct ALIGN( 2 ) + { + WORD Write; + WORD Create; + WORD SetInfo; + WORD Flush; + } Mft2WritesUserLevel; + WORD Mft2WritesFlushForLogFileFull; + WORD Mft2WritesLazyWriter; + WORD Mft2WritesUserRequest; + DWORD RootIndexReads; + DWORD RootIndexReadBytes; + DWORD RootIndexWrites; + DWORD RootIndexWriteBytes; + DWORD BitmapReads; + DWORD BitmapReadBytes; + DWORD BitmapWrites; + DWORD BitmapWriteBytes; + WORD BitmapWritesFlushForLogFileFull; + WORD BitmapWritesLazyWriter; + WORD BitmapWritesUserRequest; + struct ALIGN( 2 ) + { + WORD Write; + WORD Create; + WORD SetInfo; + } BitmapWritesUserLevel; + DWORD MftBitmapReads; + DWORD MftBitmapReadBytes; + DWORD MftBitmapWrites; + DWORD MftBitmapWriteBytes; + WORD MftBitmapWritesFlushForLogFileFull; + WORD MftBitmapWritesLazyWriter; + WORD MftBitmapWritesUserRequest; + struct ALIGN( 2 ) + { + WORD Write; + WORD Create; + WORD SetInfo; + WORD Flush; + } MftBitmapWritesUserLevel; + DWORD UserIndexReads; + DWORD UserIndexReadBytes; + DWORD UserIndexWrites; + DWORD UserIndexWriteBytes; + DWORD LogFileReads; + DWORD LogFileReadBytes; + DWORD LogFileWrites; + DWORD LogFileWriteBytes; + struct ALIGN( 4 ) + { + DWORD Calls; + DWORD Clusters; + DWORD Hints; + DWORD RunsReturned; + DWORD HintsHonored; + DWORD HintsClusters; + DWORD Cache; + DWORD CacheClusters; + DWORD CacheMiss; + DWORD CacheMissClusters; + } Allocate; + DWORD DiskResourcesExhausted; +}; +struct ALIGN( 4 ) _STORAGE_IDENTIFIER +{ + STORAGE_IDENTIFIER_CODE_SET CodeSet; + STORAGE_IDENTIFIER_TYPE Type; + WORD IdentifierSize; + WORD NextOffset; + STORAGE_ASSOCIATION_TYPE Association; + BYTE Identifier[1]; +}; +struct ALIGN( 8 ) _PFS_PRIVATE_PAGE_SOURCE +{ + PFS_PRIVATE_PAGE_SOURCE_TYPE Type; + union ALIGN( 4 ) + { + ULONG SessionId; + ULONG ProcessId; + }; + ULONG ImagePathHash; + ULONG_PTR UniqueProcessHash; +}; +struct ALIGN( 8 ) _PF_PRIVSOURCE_INFO +{ + PFS_PRIVATE_PAGE_SOURCE DbInfo; + PVOID EProcess; + SIZE_T WsPrivatePages; + SIZE_T TotalPrivatePages; + ULONG SessionID; + CHAR ImageName[16]; + union ALIGN( 8 ) + { + ULONG_PTR WsSwapPages; + ULONG_PTR SessionPagedPoolPages; + ULONG_PTR StoreSizePages; + }; + ULONG_PTR WsTotalPages; + ULONG DeepFreezeTimeMs; + ULONG ModernApp : 1; + ULONG DeepFrozen : 1; + ULONG Foreground : 1; + ULONG PerProcessStore : 1; + ULONG Spare : 28; +}; +struct ALIGN( 8 ) _PF_PRIVSOURCE_QUERY_REQUEST +{ + ULONG Version; + ULONG Flags; + ULONG InfoCount; + PF_PRIVSOURCE_INFO InfoArray[1]; +}; +struct ALIGN( 1 ) _DEVICEDUMP_PRIVATE_SUBSECTION +{ + DWORD dwFlags; + GP_LOG_PAGE_DESCRIPTOR GPLogId; + BYTE bData[1]; +}; +struct ALIGN( 1 ) _DEVICEDUMP_SECTION_HEADER +{ + GUID guidDeviceDataId; + BYTE sOrganizationID[16]; + DWORD dwFirmwareRevision; + BYTE sModelNumber[32]; + BYTE szDeviceManufacturingID[32]; + DWORD dwFlags; + DWORD bRestrictedPrivateDataVersion; + DWORD dwFirmwareIssueId; + BYTE szIssueDescriptionString[132]; +}; +struct ALIGN( 1 ) _DEVICEDUMP_SUBSECTION_POINTER +{ + DWORD dwSize; + DWORD dwFlags; + DWORD dwOffset; +}; +struct ALIGN( 1 ) _DEVICEDUMP_STORAGEDEVICE_DATA +{ + DEVICEDUMP_STRUCTURE_VERSION Descriptor; + DEVICEDUMP_SECTION_HEADER SectionHeader; + DWORD dwBufferSize; + DWORD dwReasonForCollection; + DEVICEDUMP_SUBSECTION_POINTER PublicData; + DEVICEDUMP_SUBSECTION_POINTER RestrictedData; + DEVICEDUMP_SUBSECTION_POINTER PrivateData; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_ID_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD NumberOfIdentifiers; + BYTE Identifiers[1]; +}; +struct ALIGN( 1 ) _SET_PARTITION_INFORMATION +{ + BYTE PartitionType; +}; +struct ALIGN( 8 ) _SYSTEM_CALL_TIME_INFORMATION +{ + ULONG Length; + ULONG TotalCalls; + LARGE_INTEGER TimeOfCalls[1]; +}; +struct ALIGN( 4 ) _OBJECT_ATTRIBUTES32 +{ + ULONG Length; + ULONG RootDirectory; + ULONG ObjectName; + ULONG Attributes; + ULONG SecurityDescriptor; + ULONG SecurityQualityOfService; +}; +struct ALIGN( 4 ) _DEVICE_SEEK_PENALTY_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BOOLEAN IncursSeekPenalty; +}; +struct ALIGN( 4 ) _MARK_HANDLE_INFO32 +{ + union ALIGN( 4 ) + { + DWORD UsnSourceInfo; + DWORD CopyNumber; + }; + UINT32 VolumeHandle; + DWORD HandleInfo; +}; +struct ALIGN( 4 ) _DEVICE_WRITE_AGGREGATION_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BOOLEAN BenefitsFromWriteAggregation; +}; +struct ALIGN( 4 ) _FILE_FS_DATA_COPY_INFORMATION +{ + ULONG NumberOfCopies; +}; +struct ALIGN( 1 ) _FILE_OBJECTID_BUFFER +{ + BYTE ObjectId[16]; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE BirthVolumeId[16]; + BYTE BirthObjectId[16]; + BYTE DomainId[16]; + }; + BYTE ExtendedInfo[48]; + }; +}; +struct ALIGN( 4 ) _DISK_PARTITION_INFO +{ + DWORD SizeOfPartitionInfo; + PARTITION_STYLE PartitionStyle; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + DWORD Signature; + DWORD CheckSum; + } Mbr; + struct ALIGN( 4 ) + { + GUID DiskId; + } Gpt; + }; +}; +struct ALIGN( 4 ) _DEVICE_TRIM_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BOOLEAN TrimEnabled; +}; +struct ALIGN( 8 ) _SYSTEM_POOLTAG +{ + union ALIGN( 4 ) + { + UCHAR Tag[4]; + ULONG TagUlong; + }; + ULONG PagedAllocs; + ULONG PagedFrees; + SIZE_T PagedUsed; + ULONG NonPagedAllocs; + ULONG NonPagedFrees; + SIZE_T NonPagedUsed; +}; +struct ALIGN( 8 ) _SYSTEM_POOLTAG_INFORMATION +{ + ULONG Count; + SYSTEM_POOLTAG TagInfo[1]; +}; +struct ALIGN( 8 ) _STORAGE_COUNTER +{ + STORAGE_COUNTER_TYPE Type; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + DWORD Week; + DWORD Year; + } ManufactureDate; + DWORDLONG AsUlonglong; + } Value; +}; +struct ALIGN( 8 ) _DEVICE_LB_PROVISIONING_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + BYTE ThinProvisioningEnabled : 1; + BYTE ThinProvisioningReadZeros : 1; + BYTE AnchorSupported : 3; + BYTE UnmapGranularityAlignmentValid : 1; + BYTE GetFreeSpaceSupported : 1; + BYTE MapSupported : 1; + BYTE Reserved1[7]; + DWORDLONG OptimalUnmapGranularity; + DWORDLONG UnmapGranularityAlignment; + DWORD MaxUnmapLbaCount; + DWORD MaxUnmapBlockDescriptorCount; +}; +struct ALIGN( 1 ) _FILE_SET_SPARSE_BUFFER +{ + BOOLEAN SetSparse; +}; +struct ALIGN( 8 ) _STORAGE_LB_PROVISIONING_MAP_RESOURCES +{ + DWORD Size; + DWORD Version; + BYTE AvailableMappingResourcesValid : 1; + BYTE UsedMappingResourcesValid : 1; + BYTE Reserved0 : 6; + BYTE Reserved1[3]; + BYTE AvailableMappingResourcesScope : 2; + BYTE UsedMappingResourcesScope : 2; + BYTE Reserved2 : 4; + BYTE Reserved3[3]; + DWORDLONG AvailableMappingResources; + DWORDLONG UsedMappingResources; +}; +struct ALIGN( 4 ) _WNF_STATE_NAME +{ + ULONG Data[2]; +}; +struct ALIGN( 8 ) _DEVICE_COPY_OFFLOAD_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD MaximumTokenLifetime; + DWORD DefaultTokenLifetime; + DWORDLONG MaximumTransferSize; + DWORDLONG OptimalTransferCount; + DWORD MaximumDataDescriptors; + DWORD MaximumTransferLengthPerDescriptor; + DWORD OptimalTransferLengthPerDescriptor; + WORD OptimalTransferLengthGranularity; + BYTE Reserved[2]; +}; +struct ALIGN( 4 ) _SCM_PD_PASSTHROUGH_INPUT +{ + DWORD Version; + DWORD Size; + GUID ProtocolGuid; + DWORD DataSize; + BYTE Data[1]; +}; +struct ALIGN( 4 ) FIND_BY_SID_DATA +{ + DWORD Restart; + SID Sid; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD NameOffset; + DWORD NumberOfLogicalCopies; + DWORD NumberOfPhysicalCopies; + DWORD PhysicalDiskRedundancy; + DWORD NumberOfColumns; + DWORD Interleave; +}; +struct ALIGN( 8 ) _PARTITION_INFORMATION +{ + LARGE_INTEGER StartingOffset; + LARGE_INTEGER PartitionLength; + DWORD HiddenSectors; + DWORD PartitionNumber; + BYTE PartitionType; + BOOLEAN BootIndicator; + BOOLEAN RecognizedPartition; + BOOLEAN RewritePartition; +}; +struct ALIGN( 4 ) USN_RECORD_COMMON_HEADER +{ + DWORD RecordLength; + WORD MajorVersion; + WORD MinorVersion; +}; +struct ALIGN( 4 ) _PERSISTENT_RESERVE_COMMAND +{ + DWORD Version; + DWORD Size; + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + BYTE ServiceAction : 5; + BYTE Reserved1 : 3; + WORD AllocationLength; + } PR_IN; + struct ALIGN( 1 ) + { + BYTE ServiceAction : 5; + BYTE Reserved1 : 3; + BYTE Type : 4; + BYTE Scope : 4; + BYTE ParameterList[0]; + } PR_OUT; + }; +}; +struct ALIGN( 4 ) _STORAGE_RPMB_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD SizeInBytes; + DWORD MaxReliableWriteSizeInBytes; + STORAGE_RPMB_FRAME_TYPE FrameFormat; +}; +struct ALIGN( 8 ) _VERIFY_INFORMATION +{ + LARGE_INTEGER StartingOffset; + DWORD Length; +}; +struct ALIGN( 8 ) _RTL_BALANCED_NODE +{ + union ALIGN( 8 ) + { + _RTL_BALANCED_NODE* Children[2]; + struct ALIGN( 8 ) + { + _RTL_BALANCED_NODE* Left; + _RTL_BALANCED_NODE* Right; + }; + }; + union ALIGN( 8 ) + { + UCHAR Red : 1; + UCHAR Balance : 2; + ULONG_PTR ParentValue; + }; +}; +struct ALIGN( 4 ) _SCM_PD_REINITIALIZE_MEDIA_INPUT +{ + DWORD Version; + DWORD Size; + struct ALIGN( 4 ) + { + DWORD Overwrite : 1; + } Options; +}; +struct ALIGN( 8 ) CREATE_USN_JOURNAL_DATA +{ + DWORDLONG MaximumSize; + DWORDLONG AllocationDelta; +}; +struct ALIGN( 8 ) _FILE_ID_INFORMATION +{ + ULONGLONG VolumeSerialNumber; + union ALIGN( 8 ) + { + FILE_ID_128 FileId; + struct ALIGN( 8 ) + { + LONGLONG FileIdLowPart : 64; + LONGLONG FileIdHighPart : 64; + }; + }; +}; +struct ALIGN( 8 ) _DISK_EX_INT13_INFO +{ + WORD ExBufferSize; + WORD ExFlags; + DWORD ExCylinders; + DWORD ExHeads; + DWORD ExSectorsPerTrack; + DWORD64 ExSectorsPerDrive; + WORD ExSectorSize; + WORD ExReserved; +}; +struct ALIGN( 4 ) _STORAGE_CRYPTO_CAPABILITY +{ + DWORD Version; + DWORD Size; + DWORD CryptoCapabilityIndex; + STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId; + STORAGE_CRYPTO_KEY_SIZE KeySize; + DWORD DataUnitSizeBitmask; +}; +struct ALIGN( 8 ) _STORAGE_EVENT_NOTIFICATION +{ + DWORD Version; + DWORD Size; + DWORDLONG Events; +}; +struct ALIGN( 8 ) _LARGE_INTEGER_128 +{ + LONGLONG QuadPart[2]; +}; +struct ALIGN( 8 ) _ALPC_HANDLE_ATTR +{ + ULONG Flags; + ULONG Reserved0; + ULONG SameAccess; + ULONG SameAttributes; + ULONG Indirect; + ULONG Inherit; + ULONG Reserved1; + HANDLE Handle; + PALPC_HANDLE_ATTR32 HandleAttrArray; + ULONG ObjectType; + ULONG HandleCount; + ACCESS_MASK DesiredAccess; + ACCESS_MASK GrantedAccess; +}; +struct ALIGN( 4 ) _DISK_INT13_INFO +{ + WORD DriveSelect; + DWORD MaxCylinders; + WORD SectorsPerTrack; + WORD MaxHeads; + WORD NumberDrives; +}; +struct ALIGN( 8 ) NTFS_FILE_RECORD_INPUT_BUFFER +{ + LARGE_INTEGER FileReferenceNumber; +}; +struct ALIGN( 4 ) _PHYSICAL_ELEMENT_STATUS_REQUEST +{ + DWORD Version; + DWORD Size; + DWORD StartingElement; + BYTE Filter; + BYTE ReportType; + BYTE Reserved[2]; +}; +struct ALIGN( 8 ) _TIMER_SET_COALESCABLE_TIMER_INFO +{ + LARGE_INTEGER DueTime; + PTIMER_APC_ROUTINE TimerApcRoutine; + PVOID TimerContext; + PCOUNTED_REASON_CONTEXT WakeContext; + ULONG Period; + ULONG TolerableDelay; + PBOOLEAN PreviousState; +}; +struct ALIGN( 4 ) _STORAGE_CRYPTO_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD NumKeysSupported; + DWORD NumCryptoCapabilities; + STORAGE_CRYPTO_CAPABILITY CryptoCapabilities[1]; +}; +struct ALIGN( 8 ) _SCM_PD_FIRMWARE_DOWNLOAD +{ + DWORD Version; + DWORD Size; + DWORD Flags; + BYTE Slot; + BYTE Reserved[3]; + DWORD64 Offset; + DWORD FirmwareImageSizeInBytes; + BYTE FirmwareImage[1]; +}; +struct ALIGN( 8 ) MOVE_FILE_DATA +{ + HANDLE FileHandle; + LARGE_INTEGER StartingVcn; + LARGE_INTEGER StartingLcn; + DWORD ClusterCount; +}; +struct ALIGN( 8 ) _BIN_RANGE +{ + LARGE_INTEGER StartValue; + LARGE_INTEGER Length; +}; +struct ALIGN( 8 ) _FILE_STORAGE_TIER +{ + GUID Id; + WCHAR Name[256]; + WCHAR Description[256]; + DWORDLONG Flags; + DWORDLONG ProvisionedCapacity; + FILE_STORAGE_TIER_MEDIA_TYPE MediaType; + FILE_STORAGE_TIER_CLASS Class; +}; +struct ALIGN( 4 ) _STORAGE_CRYPTO_DESCRIPTOR_V2 +{ + DWORD Version; + DWORD Size; + DWORD NumKeysSupported; + DWORD NumCryptoCapabilities; + STORAGE_ICE_TYPE IceType; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE FIPS : 1; + BYTE Reserved : 7; + }; + BYTE AsUchar; + } SecurityComplianceBitmask; + STORAGE_CRYPTO_CAPABILITY_V2 CryptoCapabilities[1]; +}; +struct ALIGN( 4 ) _STORAGE_WRITE_CACHE_PROPERTY +{ + DWORD Version; + DWORD Size; + WRITE_CACHE_TYPE WriteCacheType; + WRITE_CACHE_ENABLE WriteCacheEnabled; + WRITE_CACHE_CHANGE WriteCacheChangeable; + WRITE_THROUGH WriteThroughSupported; + BOOLEAN FlushCacheSupported; + BOOLEAN UserDefinedPowerProtection; + BOOLEAN NVCacheEnabled; +}; +struct ALIGN( 8 ) _PERF_BIN +{ + DWORD NumberOfBins; + DWORD TypeOfBin; + BIN_RANGE BinsRanges[1]; +}; +struct ALIGN( 8 ) _LDR_SECTION_INFO +{ + HANDLE SectionHandle; + ACCESS_MASK DesiredAccess; + POBJECT_ATTRIBUTES ObjA; + ULONG SectionPageProtection; + ULONG AllocationAttributes; +}; +union ALIGN( 4 ) _PROCESS_SYSTEM_RESOURCE_MANAGEMENT +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Foreground : 1; + ULONG Reserved : 31; + }; +}; +struct ALIGN( 8 ) _PROCESS_SECURITY_DOMAIN_INFORMATION +{ + ULONGLONG SecurityDomain; +}; +struct ALIGN( 8 ) _RTL_PROCESS_BACKTRACE_INFORMATION +{ + PCHAR SymbolicBackTrace; + ULONG TraceCount; + USHORT Index; + USHORT Depth; + PVOID BackTrace[32]; +}; +struct ALIGN( 8 ) _STORAGE_TIER +{ + GUID Id; + WCHAR Name[256]; + WCHAR Description[256]; + DWORDLONG Flags; + DWORDLONG ProvisionedCapacity; + STORAGE_TIER_MEDIA_TYPE MediaType; + STORAGE_TIER_CLASS Class; +}; +struct ALIGN( 8 ) _FILE_PREFETCH_EX +{ + DWORD Type; + DWORD Count; + PVOID Context; + DWORDLONG Prefetch[1]; +}; +struct ALIGN( 8 ) _LDR_IMPORT_CALLBACK_INFO +{ + PLDR_IMPORT_MODULE_CALLBACK ImportCallbackRoutine; + PVOID ImportCallbackParameter; +}; +struct ALIGN( 8 ) _LDR_VERIFY_IMAGE_INFO +{ + ULONG Size; + ULONG Flags; + LDR_IMPORT_CALLBACK_INFO CallbackInfo; + LDR_SECTION_INFO SectionInfo; + USHORT ImageCharacteristics; +}; +struct ALIGN( 8 ) _STORAGE_DEVICE_TIERING_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD TotalNumberOfTiers; + DWORD NumberOfTiersReturned; + STORAGE_TIER Tiers[1]; +}; +struct ALIGN( 1 ) _REASSIGN_BLOCKS_EX +{ + WORD Reserved; + WORD Count; + LARGE_INTEGER BlockNumber[1]; +}; +struct ALIGN( 8 ) _FILE_BOTH_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + CCHAR ShortNameLength; + WCHAR ShortName[12]; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD NumberOfFaultDomains; + GUID FaultDomainIds[1]; +}; +struct ALIGN( 8 ) _SYSTEM_THREAD_INFORMATION +{ + LARGE_INTEGER KernelTime; + LARGE_INTEGER UserTime; + LARGE_INTEGER CreateTime; + ULONG WaitTime; + ULONG_PTR StartAddress; + CLIENT_ID ClientId; + KPRIORITY Priority; + KPRIORITY BasePriority; + ULONG ContextSwitches; + KTHREAD_STATE ThreadState; + KWAIT_REASON WaitReason; +}; +struct ALIGN( 8 ) _SYSTEM_EXTENDED_THREAD_INFORMATION +{ + SYSTEM_THREAD_INFORMATION ThreadInfo; + PVOID StackBase; + PVOID StackLimit; + ULONG_PTR Win32StartAddress; + PTEB TebBase; + ULONG_PTR Reserved2; + ULONG_PTR Reserved3; + ULONG_PTR Reserved4; +}; +struct ALIGN( 4 ) _STRING32 +{ + USHORT Length; + USHORT MaximumLength; + ULONG Buffer; +}; +struct ALIGN( 8 ) READ_USN_JOURNAL_DATA_V1 +{ + USN StartUsn; + DWORD ReasonMask; + DWORD ReturnOnlyOnClose; + DWORDLONG Timeout; + DWORDLONG BytesToWaitFor; + DWORDLONG UsnJournalID; + WORD MinMajorVersion; + WORD MaxMajorVersion; +}; +struct ALIGN( 8 ) _STORAGE_READ_CAPACITY +{ + DWORD Version; + DWORD Size; + DWORD BlockLength; + LARGE_INTEGER NumberOfBlocks; + LARGE_INTEGER DiskLength; +}; +struct ALIGN( 4 ) _FILE_NAMES_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _PORT_MESSAGE +{ + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + CSHORT DataLength; + CSHORT TotalLength; + } s1; + ULONG Length; + } u1; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + CSHORT Type; + CSHORT DataInfoOffset; + } s2; + ULONG ZeroInit; + } u2; + union ALIGN( 8 ) + { + CLIENT_ID ClientId; + double DoNotUseThisField; + }; + ULONG MessageId; + union ALIGN( 8 ) + { + SIZE_T ClientViewSize; + ULONG CallbackId; + }; +}; +struct ALIGN( 8 ) USN_TRACK_MODIFIED_RANGES +{ + DWORD Flags; + DWORD Unused; + DWORDLONG ChunkSize; + LONGLONG FileSizeThreshold; +}; +struct ALIGN( 4 ) _FORMAT_PARAMETERS +{ + MEDIA_TYPE MediaType; + DWORD StartCylinderNumber; + DWORD EndCylinderNumber; + DWORD StartHeadNumber; + DWORD EndHeadNumber; +}; +struct ALIGN( 8 ) _STORAGE_ZONE_DESCRIPTOR +{ + DWORD Size; + STORAGE_ZONE_TYPES ZoneType; + STORAGE_ZONE_CONDITION ZoneCondition; + BOOLEAN ResetWritePointerRecommend; + BYTE Reserved0[3]; + DWORDLONG ZoneSize; + DWORDLONG WritePointerOffset; +}; +struct ALIGN( 8 ) _DEVICE_DSM_REPORT_ZONES_DATA +{ + DWORD Size; + DWORD ZoneCount; + STORAGE_ZONES_ATTRIBUTES Attributes; + DWORD Reserved0; + STORAGE_ZONE_DESCRIPTOR ZoneDescriptors[1]; +}; +struct ALIGN( 4 ) _READ_ELEMENT_ADDRESS_INFO +{ + DWORD NumberOfElements; + CHANGER_ELEMENT_STATUS ElementStatus[1]; +}; +struct ALIGN( 4 ) _SCM_PD_PROPERTY_SET +{ + DWORD Version; + DWORD Size; + SCM_PD_PROPERTY_ID PropertyId; + SCM_PD_SET_TYPE SetType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 8 ) ETW_OPEN_TRACE_OPTIONS +{ + ETW_PROCESS_TRACE_MODES ProcessTraceModes; + PEVENT_RECORD_CALLBACK EventCallback; + void* EventCallbackContext; + PETW_BUFFER_CALLBACK BufferCallback; + void* BufferCallbackContext; +}; +struct ALIGN( 4 ) _SCM_PD_DESCRIPTOR_HEADER +{ + DWORD Version; + DWORD Size; +}; +struct ALIGN( 8 ) _FILE_VALID_DATA_LENGTH_INFORMATION +{ + LARGE_INTEGER ValidDataLength; +}; +struct ALIGN( 4 ) _DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS +{ + DWORD Size; + BYTE TargetPriority; + BYTE Reserved[3]; +}; +struct ALIGN( 1 ) _SCM_BUS_DEDICATED_MEMORY_STATE +{ + BOOLEAN ActivateState; +}; +struct ALIGN( 4 ) _STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT +{ + DWORD Version; + DWORD Size; + STORAGE_PROTOCOL_SPECIFIC_DATA_EXT ProtocolSpecificData; +}; +struct ALIGN( 4 ) _SCM_BUS_PROPERTY_SET +{ + DWORD Version; + DWORD Size; + SCM_BUS_PROPERTY_ID PropertyId; + SCM_BUS_SET_TYPE SetType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 8 ) _EVENT_TRACE_LOGFILEA +{ + LPSTR LogFileName; + LPSTR LoggerName; + LONGLONG CurrentTime; + ULONG BuffersRead; + union ALIGN( 4 ) + { + ULONG LogFileMode; + ULONG ProcessTraceMode; + }; + EVENT_TRACE CurrentEvent; + TRACE_LOGFILE_HEADER LogfileHeader; + PEVENT_TRACE_BUFFER_CALLBACKA BufferCallback; + ULONG BufferSize; + ULONG Filled; + ULONG EventsLost; + union ALIGN( 8 ) + { + PEVENT_CALLBACK EventCallback; + PEVENT_RECORD_CALLBACK EventRecordCallback; + }; + ULONG IsKernelTrace; + PVOID Context; +}; +struct ALIGN( 4 ) _CHANGER_ELEMENT_LIST +{ + CHANGER_ELEMENT Element; + DWORD NumberOfElements; +}; +struct ALIGN( 4 ) _CHANGER_READ_ELEMENT_STATUS +{ + CHANGER_ELEMENT_LIST ElementList; + BOOLEAN VolumeTagInfo; +}; +struct ALIGN( 4 ) _STORAGE_TEMPERATURE_INFO +{ + WORD Index; + SHORT Temperature; + SHORT OverThreshold; + SHORT UnderThreshold; + BOOLEAN OverThresholdChangable; + BOOLEAN UnderThresholdChangable; + BOOLEAN EventGenerated; + BYTE Reserved0; + DWORD Reserved1; +}; +struct ALIGN( 8 ) _DEVICE_STORAGE_ADDRESS_RANGE +{ + LONGLONG StartAddress; + DWORDLONG LengthInBytes; +}; +struct ALIGN( 2 ) _MOUNTMGR_TARGET_NAME +{ + USHORT DeviceNameLength; + WCHAR DeviceName[1]; +}; +struct ALIGN( 4 ) _STORAGE_TEMPERATURE_DATA_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + SHORT CriticalTemperature; + SHORT WarningTemperature; + WORD InfoCount; + BYTE Reserved0[2]; + DWORD Reserved1[2]; + STORAGE_TEMPERATURE_INFO TemperatureInfo[1]; +}; +struct ALIGN( 8 ) _PROFILE_SOURCE_INFO +{ + ULONG NextEntryOffset; + ULONG Source; + ULONG MinInterval; + ULONG MaxInterval; + ULONG64 Reserved; + WCHAR Description[1]; +}; +struct ALIGN( 1 ) _DRIVERSTATUS +{ + BYTE bDriverError; + BYTE bIDEError; + BYTE bReserved[2]; + DWORD dwReserved[2]; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_RANGE +{ + LONGLONG StartingOffset; + DWORDLONG LengthInBytes; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_REPAIR_OUTPUT +{ + DEVICE_DSM_RANGE ParityExtent; +}; +struct ALIGN( 4 ) _STORAGE_TEMPERATURE_THRESHOLD +{ + DWORD Version; + DWORD Size; + WORD Flags; + WORD Index; + SHORT Threshold; + BOOLEAN OverThreshold; + BYTE Reserved; +}; +struct ALIGN( 1 ) _SENDCMDOUTPARAMS +{ + DWORD cBufferSize; + DRIVERSTATUS DriverStatus; + BYTE bBuffer[1]; +}; +struct ALIGN( 8 ) _DBGKM_UNLOAD_DLL +{ + PVOID BaseAddress; +}; +struct ALIGN( 4 ) _SCM_BUS_PROPERTY_QUERY +{ + DWORD Version; + DWORD Size; + SCM_BUS_PROPERTY_ID PropertyId; + SCM_BUS_QUERY_TYPE QueryType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 8 ) _FILESYSTEM_STATISTICS_EX +{ + WORD FileSystemType; + WORD Version; + DWORD SizeOfCompleteStructure; + DWORDLONG UserFileReads; + DWORDLONG UserFileReadBytes; + DWORDLONG UserDiskReads; + DWORDLONG UserFileWrites; + DWORDLONG UserFileWriteBytes; + DWORDLONG UserDiskWrites; + DWORDLONG MetaDataReads; + DWORDLONG MetaDataReadBytes; + DWORDLONG MetaDataDiskReads; + DWORDLONG MetaDataWrites; + DWORDLONG MetaDataWriteBytes; + DWORDLONG MetaDataDiskWrites; +}; +struct ALIGN( 4 ) _SCM_PD_PROPERTY_QUERY +{ + DWORD Version; + DWORD Size; + SCM_PD_PROPERTY_ID PropertyId; + SCM_PD_QUERY_TYPE QueryType; + BYTE AdditionalParameters[1]; +}; +struct ALIGN( 4 ) _FILE_PIPE_LOCAL_INFORMATION +{ + ULONG NamedPipeType; + ULONG NamedPipeConfiguration; + ULONG MaximumInstances; + ULONG CurrentInstances; + ULONG InboundQuota; + ULONG ReadDataAvailable; + ULONG OutboundQuota; + ULONG WriteQuotaAvailable; + ULONG NamedPipeState; + ULONG NamedPipeEnd; +}; +struct ALIGN( 4 ) _CHANGER_MOVE_MEDIUM +{ + CHANGER_ELEMENT Transport; + CHANGER_ELEMENT Source; + CHANGER_ELEMENT Destination; + BOOLEAN Flip; +}; +struct ALIGN( 8 ) _NTFS_STATISTICS_EX +{ + DWORD LogFileFullExceptions; + DWORD OtherExceptions; + DWORDLONG MftReads; + DWORDLONG MftReadBytes; + DWORDLONG MftWrites; + DWORDLONG MftWriteBytes; + struct ALIGN( 4 ) + { + DWORD Write; + DWORD Create; + DWORD SetInfo; + DWORD Flush; + } MftWritesUserLevel; + DWORD MftWritesFlushForLogFileFull; + DWORD MftWritesLazyWriter; + DWORD MftWritesUserRequest; + DWORDLONG Mft2Writes; + DWORDLONG Mft2WriteBytes; + struct ALIGN( 4 ) + { + DWORD Write; + DWORD Create; + DWORD SetInfo; + DWORD Flush; + } Mft2WritesUserLevel; + DWORD Mft2WritesFlushForLogFileFull; + DWORD Mft2WritesLazyWriter; + DWORD Mft2WritesUserRequest; + DWORDLONG RootIndexReads; + DWORDLONG RootIndexReadBytes; + DWORDLONG RootIndexWrites; + DWORDLONG RootIndexWriteBytes; + DWORDLONG BitmapReads; + DWORDLONG BitmapReadBytes; + DWORDLONG BitmapWrites; + DWORDLONG BitmapWriteBytes; + DWORD BitmapWritesFlushForLogFileFull; + DWORD BitmapWritesLazyWriter; + DWORD BitmapWritesUserRequest; + struct ALIGN( 4 ) + { + DWORD Write; + DWORD Create; + DWORD SetInfo; + DWORD Flush; + } BitmapWritesUserLevel; + DWORDLONG MftBitmapReads; + DWORDLONG MftBitmapReadBytes; + DWORDLONG MftBitmapWrites; + DWORDLONG MftBitmapWriteBytes; + DWORD MftBitmapWritesFlushForLogFileFull; + DWORD MftBitmapWritesLazyWriter; + DWORD MftBitmapWritesUserRequest; + struct ALIGN( 4 ) + { + DWORD Write; + DWORD Create; + DWORD SetInfo; + DWORD Flush; + } MftBitmapWritesUserLevel; + DWORDLONG UserIndexReads; + DWORDLONG UserIndexReadBytes; + DWORDLONG UserIndexWrites; + DWORDLONG UserIndexWriteBytes; + DWORDLONG LogFileReads; + DWORDLONG LogFileReadBytes; + DWORDLONG LogFileWrites; + DWORDLONG LogFileWriteBytes; + struct ALIGN( 8 ) + { + DWORD Calls; + DWORD RunsReturned; + DWORD Hints; + DWORD HintsHonored; + DWORD Cache; + DWORD CacheMiss; + DWORDLONG Clusters; + DWORDLONG HintsClusters; + DWORDLONG CacheClusters; + DWORDLONG CacheMissClusters; + } Allocate; + DWORD DiskResourcesExhausted; + DWORDLONG VolumeTrimCount; + DWORDLONG VolumeTrimTime; + DWORDLONG VolumeTrimByteCount; + DWORDLONG FileLevelTrimCount; + DWORDLONG FileLevelTrimTime; + DWORDLONG FileLevelTrimByteCount; + DWORDLONG VolumeTrimSkippedCount; + DWORDLONG VolumeTrimSkippedByteCount; + DWORDLONG NtfsFillStatInfoFromMftRecordCalledCount; + DWORDLONG NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount; + DWORDLONG NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount; +}; +struct ALIGN( 8 ) _DBGUI_CREATE_THREAD +{ + HANDLE HandleToThread; + DBGKM_CREATE_THREAD NewThread; +}; +struct ALIGN( 8 ) _STORAGE_PHYSICAL_DEVICE_DATA +{ + DWORD DeviceId; + DWORD Role; + STORAGE_COMPONENT_HEALTH_STATUS HealthStatus; + STORAGE_PROTOCOL_TYPE CommandProtocol; + STORAGE_SPEC_VERSION SpecVersion; + STORAGE_DEVICE_FORM_FACTOR FormFactor; + BYTE Vendor[8]; + BYTE Model[40]; + BYTE FirmwareRevision[16]; + DWORDLONG Capacity; + BYTE PhysicalLocation[32]; + DWORD Reserved[2]; +}; +struct ALIGN( 8 ) _ETW_TRACE_PARTITION_INFORMATION +{ + GUID PartitionId; + GUID ParentId; + LONG64 QpcOffsetFromRoot; + ULONG PartitionType; +}; +struct ALIGN( 4 ) _STORAGE_DIAGNOSTIC_REQUEST +{ + DWORD Version; + DWORD Size; + DWORD Flags; + STORAGE_DIAGNOSTIC_TARGET_TYPE TargetType; + STORAGE_DIAGNOSTIC_LEVEL Level; +}; +struct ALIGN( 4 ) _SCM_PD_LOCATION_STRING +{ + DWORD Version; + DWORD Size; + WCHAR Location[1]; +}; +struct ALIGN( 4 ) _DEVICE_DSM_OFFLOAD_READ_PARAMETERS +{ + DWORD Flags; + DWORD TimeToLive; + DWORD Reserved[2]; +}; +struct ALIGN( 8 ) _DEVICE_DSM_RANGE_ERROR_INFO +{ + DWORD Version; + DWORD Flags; + DWORD TotalNumberOfRanges; + DWORD NumberOfRangesReturned; + DEVICE_STORAGE_RANGE_ATTRIBUTES Ranges[1]; +}; +struct ALIGN( 8 ) _ENABLE_TRACE_PARAMETERS_V1 +{ + ULONG Version; + ULONG EnableProperty; + ULONG ControlFlags; + GUID SourceId; + PEVENT_FILTER_DESCRIPTOR EnableFilterDesc; +}; +struct ALIGN( 4 ) _STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD NodeCount; + DWORD Reserved; + STORAGE_PHYSICAL_NODE_DATA Node[1]; +}; +struct ALIGN( 1 ) _STORAGE_OFFLOAD_TOKEN +{ + BYTE TokenType[4]; + BYTE Reserved[2]; + BYTE TokenIdLength[2]; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + BYTE Reserved2[504]; + } StorageOffloadZeroDataToken; + BYTE Token[504]; + }; +}; +struct ALIGN( 8 ) _STORAGE_OFFLOAD_READ_OUTPUT +{ + DWORD OffloadReadFlags; + DWORD Reserved; + DWORDLONG LengthProtected; + DWORD TokenLength; + STORAGE_OFFLOAD_TOKEN Token; +}; +struct ALIGN( 4 ) _SCM_PD_HEALTH_NOTIFICATION_DATA +{ + GUID DeviceGuid; +}; +struct ALIGN( 4 ) _SCM_LOGICAL_DEVICE_INSTANCE +{ + DWORD Version; + DWORD Size; + GUID DeviceGuid; + WCHAR SymbolicLink[256]; +}; +struct ALIGN( 8 ) _DEVICE_DSM_LOST_QUERY_PARAMETERS +{ + DWORD Version; + DWORDLONG Granularity; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD LunMaxIoCount; + DWORD AdapterMaxIoCount; +}; +struct ALIGN( 8 ) _FILE_LINK_ENTRY_INFORMATION +{ + ULONG NextEntryOffset; + LONGLONG ParentFileId; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _FILE_LINKS_INFORMATION +{ + ULONG BytesNeeded; + ULONG EntriesReturned; + FILE_LINK_ENTRY_INFORMATION Entry; +}; +struct ALIGN( 8 ) _SCM_PD_DEVICE_SPECIFIC_PROPERTY +{ + WCHAR Name[128]; + LONGLONG Value; +}; +struct ALIGN( 8 ) _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS +{ + DWORD Flags; + DWORD Reserved; + DWORDLONG TokenOffset; + STORAGE_OFFLOAD_TOKEN Token; +}; +struct ALIGN( 8 ) _DEVICE_DSM_LOST_QUERY_OUTPUT +{ + DWORD Version; + DWORD Size; + DWORDLONG Alignment; + DWORD NumberOfBits; + DWORD BitMap[1]; +}; +struct ALIGN( 8 ) _STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD64 Attributes; +}; +struct ALIGN( 4 ) _SCM_LOGICAL_DEVICES +{ + DWORD Version; + DWORD Size; + DWORD DeviceCount; + SCM_LOGICAL_DEVICE_INSTANCE Devices[1]; +}; +struct ALIGN( 8 ) _DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT +{ + DWORD Version; + DWORD Flags; + DWORD TotalNumberOfRanges; + DWORD NumberOfRangesReturned; + DEVICE_STORAGE_ADDRESS_RANGE Ranges[1]; +}; +struct ALIGN( 4 ) _SCM_INTERLEAVED_PD_INFO +{ + DWORD DeviceHandle; + GUID DeviceGuid; +}; +struct ALIGN( 4 ) _SCM_LD_INTERLEAVE_SET_INFO +{ + DWORD Version; + DWORD Size; + DWORD InterleaveSetSize; + SCM_INTERLEAVED_PD_INFO InterleaveSet[1]; +}; +struct ALIGN( 8 ) _DELAYLOAD_PROC_DESCRIPTOR +{ + ULONG ImportDescribedByName; + union ALIGN( 8 ) + { + PCSTR Name; + ULONG Ordinal; + } Description; +}; +struct ALIGN( 8 ) _DELAYLOAD_INFO +{ + ULONG Size; + PCIMAGE_DELAYLOAD_DESCRIPTOR DelayloadDescriptor; + PIMAGE_THUNK_DATA ThunkAddress; + PCSTR TargetDllName; + DELAYLOAD_PROC_DESCRIPTOR TargetApiDescriptor; + PVOID TargetModuleBase; + PVOID Unused; + ULONG LastError; +}; +struct ALIGN( 4 ) _DEVICE_DSM_REPORT_ZONES_PARAMETERS +{ + DWORD Size; + BYTE ReportOption; + BYTE Partial; + BYTE Reserved[2]; +}; +struct ALIGN( 4 ) _CHANGER_INITIALIZE_ELEMENT_STATUS +{ + CHANGER_ELEMENT_LIST ElementList; + BOOLEAN BarCodeScan; +}; +struct ALIGN( 4 ) _FILE_SFIO_RESERVE_INFORMATION +{ + ULONG RequestsPerPeriod; + ULONG Period; + BOOLEAN RetryFailures; + BOOLEAN Discardable; + ULONG RequestSize; + ULONG NumOutstandingRequests; +}; +struct ALIGN( 8 ) VOLUME_BITMAP_BUFFER +{ + LARGE_INTEGER StartingLcn; + LARGE_INTEGER BitmapSize; + BYTE Buffer[1]; +}; +struct ALIGN( 4 ) _TRACE_VERSION_INFO +{ + UINT EtwTraceProcessingVersion; + UINT Reserved; +}; +struct ALIGN( 4 ) _SCM_PD_MANAGEMENT_STATUS +{ + DWORD Version; + DWORD Size; + SCM_PD_HEALTH_STATUS Health; + DWORD NumberOfOperationalStatus; + DWORD NumberOfAdditionalReasons; + SCM_PD_OPERATIONAL_STATUS OperationalStatus[16]; + SCM_PD_OPERATIONAL_STATUS_REASON AdditionalReasons[1]; +}; +struct ALIGN( 4 ) _STORAGE_PRIORITY_HINT_SUPPORT +{ + DWORD SupportFlags; +}; +struct ALIGN( 8 ) _PORT_VIEW +{ + ULONG Length; + HANDLE SectionHandle; + ULONG SectionOffset; + SIZE_T ViewSize; + PVOID ViewBase; + PVOID ViewRemoteBase; +}; +struct ALIGN( 8 ) _DISK_PERFORMANCE +{ + LARGE_INTEGER BytesRead; + LARGE_INTEGER BytesWritten; + LARGE_INTEGER ReadTime; + LARGE_INTEGER WriteTime; + LARGE_INTEGER IdleTime; + DWORD ReadCount; + DWORD WriteCount; + DWORD QueueDepth; + DWORD SplitCount; + LARGE_INTEGER QueryTime; + DWORD StorageDeviceNumber; + WCHAR StorageManagerName[8]; +}; +struct ALIGN( 4 ) _STORAGE_PROTOCOL_COMMAND +{ + DWORD Version; + DWORD Length; + STORAGE_PROTOCOL_TYPE ProtocolType; + DWORD Flags; + DWORD ReturnStatus; + DWORD ErrorCode; + DWORD CommandLength; + DWORD ErrorInfoLength; + DWORD DataToDeviceTransferLength; + DWORD DataFromDeviceTransferLength; + DWORD TimeOutValue; + DWORD ErrorInfoOffset; + DWORD DataToDeviceBufferOffset; + DWORD DataFromDeviceBufferOffset; + DWORD CommandSpecific; + DWORD Reserved0; + DWORD FixedProtocolReturnData; + DWORD FixedProtocolReturnData2; + DWORD Reserved1[2]; + BYTE Command[1]; +}; +struct ALIGN( 4 ) _STORAGE_ADAPTER_SERIAL_NUMBER +{ + DWORD Version; + DWORD Size; + WCHAR SerialNumber[128]; +}; +struct ALIGN( 4 ) _STORAGE_ATTRIBUTE_MGMT +{ + DWORD Version; + DWORD Size; + STORAGE_ATTRIBUTE_MGMT_ACTION Action; + DWORD Attribute; +}; +struct ALIGN( 8 ) _DISK_RECORD +{ + LARGE_INTEGER ByteOffset; + LARGE_INTEGER StartTime; + LARGE_INTEGER EndTime; + PVOID VirtualAddress; + DWORD NumberOfBytes; + BYTE DeviceNumber; + BOOLEAN ReadRequest; +}; +struct ALIGN( 8 ) _SET_DISK_ATTRIBUTES +{ + DWORD Version; + BOOLEAN Persist; + BYTE Reserved1[3]; + DWORDLONG Attributes; + DWORDLONG AttributesMask; + DWORD Reserved2[4]; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_SCRUB_EX_OUTPUT +{ + DWORDLONG BytesProcessed; + DWORDLONG BytesRepaired; + DWORDLONG BytesFailed; + DEVICE_DSM_RANGE ParityExtent; + DWORDLONG BytesScrubbed; +}; +struct ALIGN( 8 ) _LDR_RESOURCE_INFO +{ + ULONG_PTR Type; + ULONG_PTR Name; + ULONG_PTR Language; +}; +struct ALIGN( 8 ) _STORAGE_ZONE_GROUP +{ + DWORD ZoneCount; + STORAGE_ZONE_TYPES ZoneType; + DWORDLONG ZoneSize; +}; +struct ALIGN( 4 ) _DEVICE_DSM_TIERING_QUERY_INPUT +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD NumberOfTierIds; + GUID TierIds[1]; +}; +struct ALIGN( 8 ) _STORAGE_ZONED_DEVICE_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + STORAGE_ZONED_DEVICE_TYPES DeviceType; + DWORD ZoneCount; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + DWORD MaxOpenZoneCount; + BOOLEAN UnrestrictedRead; + BYTE Reserved[3]; + } SequentialRequiredZone; + struct ALIGN( 4 ) + { + DWORD OptimalOpenZoneCount; + DWORD Reserved; + } SequentialPreferredZone; + } ZoneAttributes; + DWORD ZoneGroupCount; + STORAGE_ZONE_GROUP ZoneGroup[1]; +}; +struct ALIGN( 8 ) _STORAGE_OFFLOAD_WRITE_OUTPUT +{ + DWORD OffloadWriteFlags; + DWORD Reserved; + DWORDLONG LengthCopied; +}; +struct ALIGN( 8 ) _DEVICE_DSM_FREE_SPACE_OUTPUT +{ + DWORD Version; + DWORDLONG FreeSpace; +}; +struct ALIGN( 8 ) _BIN_COUNT +{ + BIN_RANGE BinRange; + DWORD BinCount; +}; +struct ALIGN( 8 ) _FILE_INTERNAL_INFORMATION +{ + union ALIGN( 8 ) + { + LARGE_INTEGER IndexNumber; + struct ALIGN( 8 ) + { + LONGLONG MftRecordIndex : 48; + LONGLONG SequenceNumber : 16; + }; + }; +}; +struct ALIGN( 8 ) REFS_VOLUME_DATA_BUFFER +{ + DWORD ByteCount; + DWORD MajorVersion; + DWORD MinorVersion; + DWORD BytesPerPhysicalSector; + LARGE_INTEGER VolumeSerialNumber; + LARGE_INTEGER NumberSectors; + LARGE_INTEGER TotalClusters; + LARGE_INTEGER FreeClusters; + LARGE_INTEGER TotalReserved; + DWORD BytesPerSector; + DWORD BytesPerCluster; + LARGE_INTEGER MaximumSizeOfResidentFile; + WORD FastTierDataFillRatio; + WORD SlowTierDataFillRatio; + DWORD DestagesFastTierToSlowTierRate; + WORD MetadataChecksumType; + BYTE Reserved0[6]; + DWORD DriverMajorVersion; + DWORD DriverMinorVersion; + LARGE_INTEGER Reserved[7]; +}; +struct ALIGN( 4 ) _DEVICE_DATA_SET_LBP_STATE_PARAMETERS +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD OutputVersion; +}; +struct ALIGN( 8 ) _LDR_DLL_LOADED_NOTIFICATION_DATA +{ + ULONG Flags; + PUNICODE_STRING FullDllName; + PUNICODE_STRING BaseDllName; + PVOID DllBase; + ULONG SizeOfImage; +}; +struct ALIGN( 8 ) _SCM_PD_DEVICE_SPECIFIC_INFO +{ + DWORD Version; + DWORD Size; + DWORD NumberOfProperties; + SCM_PD_DEVICE_SPECIFIC_PROPERTY DeviceSpecificProperties[1]; +}; +struct ALIGN( 4 ) _SCM_PHYSICAL_DEVICE_INSTANCE +{ + DWORD Version; + DWORD Size; + DWORD NfitHandle; + WCHAR SymbolicLink[256]; +}; +struct ALIGN( 4 ) _CLASSIC_EVENT_ID +{ + GUID EventGuid; + UCHAR Type; + UCHAR Reserved[7]; +}; +struct ALIGN( 8 ) _BIN_RESULTS +{ + DWORD NumberOfBins; + BIN_COUNT BinCounts[1]; +}; +struct ALIGN( 8 ) _EVENT_TRACE_PROPERTIES_V2 +{ + WNODE_HEADER Wnode; + ULONG BufferSize; + ULONG MinimumBuffers; + ULONG MaximumBuffers; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG FlushTimer; + ULONG EnableFlags; + union ALIGN( 4 ) + { + LONG AgeLimit; + LONG FlushThreshold; + }; + ULONG NumberOfBuffers; + ULONG FreeBuffers; + ULONG EventsLost; + ULONG BuffersWritten; + ULONG LogBuffersLost; + ULONG RealTimeBuffersLost; + HANDLE LoggerThreadId; + ULONG LogFileNameOffset; + ULONG LoggerNameOffset; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG VersionNumber : 8; + }; + ULONG V2Control; + }; + ULONG FilterDescCount; + PEVENT_FILTER_DESCRIPTOR FilterDesc; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + ULONG Wow : 1; + ULONG QpcDeltaTracking : 1; + ULONG LargeMdlPages : 1; + ULONG ExcludeKernelStack : 1; + }; + ULONG64 V2Options; + }; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_LB_PROVISIONING_STATE +{ + DWORD Size; + DWORD Version; + DWORDLONG SlabSizeInBytes; + DWORD SlabOffsetDeltaInBytes; + DWORD SlabAllocationBitMapBitCount; + DWORD SlabAllocationBitMapLength; + DWORD SlabAllocationBitMap[1]; +}; +struct ALIGN( 8 ) _STORAGE_GET_BC_PROPERTIES_OUTPUT +{ + DWORD MaximumRequestsPerPeriod; + DWORD MinimumPeriod; + DWORDLONG MaximumRequestSize; + DWORD EstimatedTimePerRequest; + DWORD NumOutStandingRequests; + DWORDLONG RequestSize; +}; +struct ALIGN( 4 ) _SCM_PD_FIRMWARE_SLOT_INFO +{ + DWORD Version; + DWORD Size; + BYTE SlotNumber; + BYTE ReadOnly : 1; + BYTE Reserved0 : 7; + BYTE Reserved1[6]; + BYTE Revision[32]; +}; +struct ALIGN( 4 ) _SCM_PD_FIRMWARE_INFO +{ + DWORD Version; + DWORD Size; + BYTE ActiveSlot; + BYTE NextActiveSlot; + BYTE SlotCount; + SCM_PD_FIRMWARE_SLOT_INFO Slots[1]; +}; +struct ALIGN( 4 ) _SCM_PHYSICAL_DEVICES +{ + DWORD Version; + DWORD Size; + DWORD DeviceCount; + SCM_PHYSICAL_DEVICE_INSTANCE Devices[1]; +}; +struct ALIGN( 8 ) _DISK_GROW_PARTITION +{ + DWORD PartitionNumber; + LARGE_INTEGER BytesToGrow; +}; +struct ALIGN( 4 ) _FILE_ACCESS_INFORMATION +{ + ACCESS_MASK AccessFlags; +}; +struct ALIGN( 8 ) _STORAGE_HW_FIRMWARE_DOWNLOAD +{ + DWORD Version; + DWORD Size; + DWORD Flags; + BYTE Slot; + BYTE Reserved[3]; + DWORDLONG Offset; + DWORDLONG BufferSize; + BYTE ImageBuffer[1]; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_NUMA_PROPERTY +{ + DWORD Version; + DWORD Size; + DWORD NumaNode; +}; +struct ALIGN( 8 ) MFT_ENUM_DATA_V0 +{ + DWORDLONG StartFileReferenceNumber; + USN LowUsn; + USN HighUsn; +}; +struct ALIGN( 4 ) _ALPC_MESSAGE_ATTRIBUTES +{ + ULONG AllocatedAttributes; + ULONG ValidAttributes; +}; +struct ALIGN( 4 ) _STORAGE_HW_ENDURANCE_INFO +{ + DWORD ValidFields; + DWORD GroupId; + struct ALIGN( 4 ) + { + DWORD Shared : 1; + DWORD Reserved : 31; + } Flags; + DWORD LifePercentage; + BYTE BytesReadCount[16]; + BYTE ByteWriteCount[16]; +}; +struct ALIGN( 8 ) _PS_MITIGATION_AUDIT_OPTIONS_MAP +{ + ULONG_PTR Map[3]; +}; +struct ALIGN( 4 ) _VIRTUALIZATION_INSTANCE_INFO_INPUT_EX +{ + WORD HeaderSize; + DWORD Flags; + DWORD NotificationInfoSize; + WORD NotificationInfoOffset; + WORD ProviderMajorVersion; +}; +struct ALIGN( 4 ) _DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT +{ + DWORD Version; + BOOLEAN PreferLocalRepair; +}; +struct ALIGN( 4 ) _VIRTUALIZATION_INSTANCE_INFO_OUTPUT +{ + GUID VirtualizationInstanceID; +}; +struct ALIGN( 4 ) _STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + STORAGE_HW_ENDURANCE_INFO EnduranceInfo; +}; +struct ALIGN( 4 ) _WNF_TYPE_ID +{ + GUID TypeId; +}; +struct ALIGN( 4 ) _TRACE_GUID_INFO +{ + ULONG InstanceCount; + ULONG Reserved; +}; +struct ALIGN( 4 ) _TRACE_PROVIDER_INSTANCE_INFO +{ + ULONG NextOffset; + ULONG EnableCount; + ULONG Pid; + ULONG Flags; +}; +struct ALIGN( 2 ) _FILE_PIPE_DELETE_SYMLINK_INPUT +{ + USHORT NameOffset; + USHORT NameLength; +}; +struct ALIGN( 4 ) _CHANGER_EXCHANGE_MEDIUM +{ + CHANGER_ELEMENT Transport; + CHANGER_ELEMENT Source; + CHANGER_ELEMENT Destination1; + CHANGER_ELEMENT Destination2; + BOOLEAN Flip1; + BOOLEAN Flip2; +}; +struct ALIGN( 4 ) _FILE_NAME_INFORMATION +{ + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _PS_CREATE_INFO +{ + SIZE_T Size; + PS_CREATE_STATE State; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + union ALIGN( 4 ) + { + ULONG InitFlags; + struct ALIGN( 2 ) + { + UCHAR WriteOutputOnExit : 1; + UCHAR DetectManifest : 1; + UCHAR IFEOSkipDebugger : 1; + UCHAR IFEODoNotPropagateKeyState : 1; + UCHAR SpareBits1 : 4; + UCHAR SpareBits2 : 8; + USHORT ProhibitedImageCharacteristics : 16; + }; + }; + ACCESS_MASK AdditionalFileAccess; + } InitState; + struct ALIGN( 8 ) + { + HANDLE FileHandle; + } FailSection; + struct ALIGN( 2 ) + { + USHORT DllCharacteristics; + } ExeFormat; + struct ALIGN( 8 ) + { + HANDLE IFEOKey; + } ExeName; + struct ALIGN( 8 ) + { + union ALIGN( 4 ) + { + ULONG OutputFlags; + struct ALIGN( 2 ) + { + UCHAR ProtectedProcess : 1; + UCHAR AddressSpaceOverride : 1; + UCHAR DevOverrideEnabled : 1; + UCHAR ManifestDetected : 1; + UCHAR ProtectedProcessLight : 1; + UCHAR SpareBits1 : 3; + UCHAR SpareBits2 : 8; + USHORT SpareBits3 : 16; + }; + }; + HANDLE FileHandle; + HANDLE SectionHandle; + ULONGLONG UserProcessParametersNative; + ULONG UserProcessParametersWow64; + ULONG CurrentParameterFlags; + ULONGLONG PebAddressNative; + ULONG PebAddressWow64; + ULONGLONG ManifestAddress; + ULONG ManifestSize; + } SuccessState; + }; +}; +struct ALIGN( 4 ) _STORAGE_STACK_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + STORAGE_STACK_TYPE StorageStackType; +}; +struct ALIGN( 2 ) _GET_FILTER_FILE_IDENTIFIER_OUTPUT +{ + WORD FilterFileIdentifierLength; + BYTE FilterFileIdentifier[1]; +}; +struct ALIGN( 8 ) READ_USN_JOURNAL_DATA_V0 +{ + USN StartUsn; + DWORD ReasonMask; + DWORD ReturnOnlyOnClose; + DWORDLONG Timeout; + DWORDLONG BytesToWaitFor; + DWORDLONG UsnJournalID; +}; +struct ALIGN( 8 ) _STORAGE_DEVICE_LED_STATE_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORDLONG State; +}; +struct ALIGN( 8 ) ETW_BUFFER_CALLBACK_INFORMATION +{ + PROCESSTRACE_HANDLE TraceHandle; + const TRACE_LOGFILE_HEADER* LogfileHeader; + ULONG BuffersRead; +}; +struct ALIGN( 8 ) ETW_BUFFER_HEADER +{ + ULONG Reserved1[4]; + LARGE_INTEGER TimeStamp; + ULONG Reserved2[4]; + ETW_BUFFER_CONTEXT ClientContext; + ULONG Reserved3; + ULONG FilledBytes; + ULONG Reserved4[5]; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY +{ + DWORD Version; + DWORD Size; + BOOLEAN SupportsSelfEncryption; +}; +struct ALIGN( 8 ) _SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO +{ + GUID DeviceGuid; + DWORD DeviceNumber; + struct ALIGN( 4 ) + { + DWORD ForcedByRegistry : 1; + DWORD Initialized : 1; + DWORD Reserved : 30; + } Flags; + DWORDLONG DeviceSize; +}; +struct ALIGN( 8 ) _FILE_COMPRESSION_INFORMATION +{ + LARGE_INTEGER CompressedFileSize; + USHORT CompressionFormat; + UCHAR CompressionUnitShift; + UCHAR ChunkShift; + UCHAR ClusterShift; + UCHAR Reserved[3]; +}; +struct ALIGN( 8 ) _STORAGE_TIER_REGION +{ + GUID TierId; + DWORDLONG Offset; + DWORDLONG Length; +}; +struct ALIGN( 8 ) _RTL_PROCESS_MODULE_INFORMATION +{ + PVOID Section; + PVOID MappedBase; + PVOID ImageBase; + ULONG ImageSize; + ULONG Flags; + USHORT LoadOrderIndex; + USHORT InitOrderIndex; + USHORT LoadCount; + USHORT OffsetToFileName; + UCHAR FullPathName[256]; +}; +struct ALIGN( 8 ) _SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO +{ + DWORD Version; + DWORD Size; + DWORD DeviceCount; + SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO Devices[1]; +}; +struct ALIGN( 4 ) _GET_CHANGER_PARAMETERS +{ + DWORD Size; + WORD NumberTransportElements; + WORD NumberStorageElements; + WORD NumberCleanerSlots; + WORD NumberIEElements; + WORD NumberDataTransferElements; + WORD NumberOfDoors; + WORD FirstSlotNumber; + WORD FirstDriveNumber; + WORD FirstTransportNumber; + WORD FirstIEPortNumber; + WORD FirstCleanerSlotAddress; + WORD MagazineSize; + DWORD DriveCleanTimeout; + DWORD Features0; + DWORD Features1; + BYTE MoveFromTransport; + BYTE MoveFromSlot; + BYTE MoveFromIePort; + BYTE MoveFromDrive; + BYTE ExchangeFromTransport; + BYTE ExchangeFromSlot; + BYTE ExchangeFromIePort; + BYTE ExchangeFromDrive; + BYTE LockUnlockCapabilities; + BYTE PositionCapabilities; + BYTE Reserved1[2]; + DWORD Reserved2[2]; +}; +struct ALIGN( 4 ) _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2 +{ + DWORD Version; + DWORD Size; + BOOLEAN SupportsSelfEncryption; + STORAGE_ENCRYPTION_TYPE EncryptionType; +}; +struct ALIGN( 4 ) ETW_PMC_SESSION_INFO +{ + ULONG NextEntryOffset; + USHORT LoggerId; + USHORT Reserved; + ULONG ProfileSourceCount; + ULONG HookIdCount; +}; +struct ALIGN( 1 ) _MOUNTMGR_DRIVE_LETTER_INFORMATION +{ + BOOLEAN DriveLetterWasAssigned; + UCHAR CurrentDriveLetter; +}; +struct ALIGN( 4 ) _STORAGE_FRU_ID_DESCRIPTOR +{ + DWORD Version; + DWORD Size; + DWORD IdentifierSize; + BYTE Identifier[1]; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2 +{ + DWORD Size; + DWORD Version; + DWORDLONG SlabSizeInBytes; + DWORDLONG SlabOffsetDeltaInBytes; + DWORD SlabAllocationBitMapBitCount; + DWORD SlabAllocationBitMapLength; + DWORD SlabAllocationBitMap[1]; +}; +struct ALIGN( 8 ) _FILE_END_OF_FILE_INFORMATION +{ + LARGE_INTEGER EndOfFile; +}; +struct ALIGN( 4 ) _TRACE_GUID_PROPERTIES +{ + GUID Guid; + ULONG GuidType; + ULONG LoggerId; + ULONG EnableLevel; + ULONG EnableFlags; + BOOLEAN IsEnable; +}; +struct ALIGN( 8 ) _SCM_REGIONS +{ + DWORD Version; + DWORD Size; + DWORD RegionCount; + SCM_REGION Regions[1]; +}; +struct ALIGN( 4 ) _FAT_STATISTICS +{ + DWORD CreateHits; + DWORD SuccessfulCreates; + DWORD FailedCreates; + DWORD NonCachedReads; + DWORD NonCachedReadBytes; + DWORD NonCachedWrites; + DWORD NonCachedWriteBytes; + DWORD NonCachedDiskReads; + DWORD NonCachedDiskWrites; +}; +struct ALIGN( 4 ) _DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT +{ + DWORD Size; + DEVICE_DSM_ACTION Action; + DWORD Flags; + DWORD OperationStatus; + DWORD ExtendedError; + DWORD TargetDetailedError; + DWORD ReservedStatus; + DWORD OutputBlockOffset; + DWORD OutputBlockLength; +}; +struct ALIGN( 8 ) _SYSTEM_HANDLE_INFORMATION +{ + ULONG NumberOfHandles; + SYSTEM_HANDLE_TABLE_ENTRY_INFO Handles[1]; +}; +struct ALIGN( 4 ) _ALPC_MESSAGE_HANDLE_INFORMATION +{ + ULONG Index; + ULONG Flags; + ULONG Handle; + ULONG ObjectType; + ACCESS_MASK GrantedAccess; +}; +struct ALIGN( 4 ) _DEVICE_DSM_NOTIFICATION_PARAMETERS +{ + DWORD Size; + DWORD Flags; + DWORD NumFileTypeIDs; + GUID FileTypeID[1]; +}; +struct ALIGN( 8 ) USN_JOURNAL_DATA_V2 +{ + DWORDLONG UsnJournalID; + USN FirstUsn; + USN NextUsn; + USN LowestValidUsn; + USN MaxUsn; + DWORDLONG MaximumSize; + DWORDLONG AllocationDelta; + WORD MinSupportedMajorVersion; + WORD MaxSupportedMajorVersion; + DWORD Flags; + DWORDLONG RangeTrackChunkSize; + LONGLONG RangeTrackFileSizeThreshold; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION +{ + LARGE_INTEGER IdleTime; + LARGE_INTEGER KernelTime; + LARGE_INTEGER UserTime; + LARGE_INTEGER DpcTime; + LARGE_INTEGER InterruptTime; + ULONG InterruptCount; +}; +struct ALIGN( 8 ) DELETE_USN_JOURNAL_DATA +{ + DWORDLONG UsnJournalID; + DWORD DeleteFlags; +}; +struct ALIGN( 4 ) _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY +{ + DWORD EntryLength; + DWORD DependencyTypeFlags; + DWORD ProviderSpecificFlags; + VIRTUAL_STORAGE_TYPE VirtualStorageType; + DWORD AncestorLevel; + DWORD HostVolumeNameOffset; + DWORD HostVolumeNameSize; + DWORD DependentVolumeNameOffset; + DWORD DependentVolumeNameSize; + DWORD RelativePathOffset; + DWORD RelativePathSize; + DWORD DependentDeviceNameOffset; + DWORD DependentDeviceNameSize; +}; +struct ALIGN( 4 ) _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE +{ + DWORD ResponseLevel; + DWORD NumberEntries; + union ALIGN( 4 ) + { + STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY Lev1Depends[0]; + STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY Lev2Depends[0]; + }; +}; +struct ALIGN( 8 ) USN_RECORD_V2 +{ + DWORD RecordLength; + WORD MajorVersion; + WORD MinorVersion; + DWORDLONG FileReferenceNumber; + DWORDLONG ParentFileReferenceNumber; + USN Usn; + LARGE_INTEGER TimeStamp; + DWORD Reason; + DWORD SourceInfo; + DWORD SecurityId; + DWORD FileAttributes; + WORD FileNameLength; + WORD FileNameOffset; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _SYSTEM_PROCESSOR_INFORMATION +{ + USHORT ProcessorArchitecture; + USHORT ProcessorLevel; + USHORT ProcessorRevision; + USHORT MaximumProcessors; + ULONG ProcessorFeatureBits; +}; +struct ALIGN( 8 ) _PROCESS_BASIC_INFORMATION +{ + NTSTATUS ExitStatus; + PPEB PebBaseAddress; + KAFFINITY AffinityMask; + KPRIORITY BasePriority; + HANDLE UniqueProcessId; + HANDLE InheritedFromUniqueProcessId; +}; +struct ALIGN( 8 ) _PROCESS_EXTENDED_BASIC_INFORMATION +{ + SIZE_T Size; + PROCESS_BASIC_INFORMATION BasicInfo; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG IsProtectedProcess : 1; + ULONG IsWow64Process : 1; + ULONG IsProcessDeleting : 1; + ULONG IsCrossSessionCreate : 1; + ULONG IsFrozen : 1; + ULONG IsBackground : 1; + ULONG IsStronglyNamed : 1; + ULONG IsSecureProcess : 1; + ULONG IsSubsystemProcess : 1; + ULONG SpareBits : 23; + }; + }; +}; +struct ALIGN( 8 ) _FILE_PREFETCH +{ + DWORD Type; + DWORD Count; + DWORDLONG Prefetch[1]; +}; +struct ALIGN( 8 ) _RTL_PROCESS_BACKTRACES +{ + ULONG CommittedMemory; + ULONG ReservedMemory; + ULONG NumberOfBackTraceLookups; + ULONG NumberOfBackTraces; + RTL_PROCESS_BACKTRACE_INFORMATION BackTraces[1]; +}; +struct ALIGN( 8 ) _MEMORY_FRAME_INFORMATION +{ + ULONGLONG UseDescription : 4; + ULONGLONG ListDescription : 3; + ULONGLONG Cold : 1; + ULONGLONG Pinned : 1; + ULONGLONG DontUse : 48; + ULONGLONG Priority : 3; + ULONGLONG NonTradeable : 1; + ULONGLONG Reserved : 3; +}; +struct ALIGN( 8 ) _PAGEDIR_INFORMATION +{ + ULONGLONG DontUse : 9; + ULONGLONG PageDirectoryBase : 48; + ULONGLONG Reserved : 7; +}; +struct ALIGN( 8 ) _UNIQUE_PROCESS_INFORMATION +{ + ULONGLONG DontUse : 9; + ULONGLONG UniqueProcessKey : 48; + ULONGLONG Reserved : 7; +}; +struct ALIGN( 8 ) _MMPFN_IDENTITY +{ + union ALIGN( 8 ) + { + MEMORY_FRAME_INFORMATION e1; + FILEOFFSET_INFORMATION e2; + PAGEDIR_INFORMATION e3; + UNIQUE_PROCESS_INFORMATION e4; + } u1; + ULONG_PTR PageFrameIndex; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONG_PTR Image : 1; + ULONG_PTR Mismatch : 1; + } e1; + struct ALIGN( 8 ) + { + ULONG_PTR CombinedPage; + } e2; + ULONG_PTR FileObject; + ULONG_PTR UniqueFileObjectKey; + ULONG_PTR ProtoPteAddress; + ULONG_PTR VirtualAddress; + } u2; +}; +struct ALIGN( 8 ) _SYSTEM_MEMORY_LIST_INFORMATION +{ + ULONG_PTR ZeroPageCount; + ULONG_PTR FreePageCount; + ULONG_PTR ModifiedPageCount; + ULONG_PTR ModifiedNoWritePageCount; + ULONG_PTR BadPageCount; + ULONG_PTR PageCountByPriority[8]; + ULONG_PTR RepurposedPagesByPriority[8]; + ULONG_PTR ModifiedPageCountPageFile; +}; +struct ALIGN( 8 ) _PF_PFN_PRIO_REQUEST +{ + ULONG Version; + ULONG RequestFlags; + ULONG_PTR PfnCount; + SYSTEM_MEMORY_LIST_INFORMATION MemInfo; + MMPFN_IDENTITY PageData[256]; +}; +struct ALIGN( 8 ) _FILE_ZERO_DATA_INFORMATION +{ + LARGE_INTEGER FileOffset; + LARGE_INTEGER BeyondFinalZero; +}; +struct ALIGN( 4 ) _SYSTEM_VDM_INSTEMUL_INFO +{ + ULONG SegmentNotPresent; + ULONG VdmOpcode0F; + ULONG OpcodeESPrefix; + ULONG OpcodeCSPrefix; + ULONG OpcodeSSPrefix; + ULONG OpcodeDSPrefix; + ULONG OpcodeFSPrefix; + ULONG OpcodeGSPrefix; + ULONG OpcodeOPER32Prefix; + ULONG OpcodeADDR32Prefix; + ULONG OpcodeINSB; + ULONG OpcodeINSW; + ULONG OpcodeOUTSB; + ULONG OpcodeOUTSW; + ULONG OpcodePUSHF; + ULONG OpcodePOPF; + ULONG OpcodeINTnn; + ULONG OpcodeINTO; + ULONG OpcodeIRET; + ULONG OpcodeINBimm; + ULONG OpcodeINWimm; + ULONG OpcodeOUTBimm; + ULONG OpcodeOUTWimm; + ULONG OpcodeINB; + ULONG OpcodeINW; + ULONG OpcodeOUTB; + ULONG OpcodeOUTW; + ULONG OpcodeLOCKPrefix; + ULONG OpcodeREPNEPrefix; + ULONG OpcodeREPPrefix; + ULONG OpcodeHLT; + ULONG OpcodeCLI; + ULONG OpcodeSTI; + ULONG BopCount; +}; +struct ALIGN( 8 ) _CPTABLEINFO +{ + USHORT CodePage; + USHORT MaximumCharacterSize; + USHORT DefaultChar; + USHORT UniDefaultChar; + USHORT TransDefaultChar; + USHORT TransUniDefaultChar; + USHORT DBCSCodePage; + UCHAR LeadByte[12]; + PUSHORT MultiByteTable; + PVOID WideCharTable; + PUSHORT DBCSRanges; + PUSHORT DBCSOffsets; +}; +struct ALIGN( 8 ) _NLSTABLEINFO +{ + CPTABLEINFO OemTableInfo; + CPTABLEINFO AnsiTableInfo; + PUSHORT UpperCaseTable; + PUSHORT LowerCaseTable; +}; +struct ALIGN( 8 ) _DEVICE_DATA_SET_SCRUB_OUTPUT +{ + DWORDLONG BytesProcessed; + DWORDLONG BytesRepaired; + DWORDLONG BytesFailed; +}; +struct ALIGN( 8 ) _MARK_HANDLE_INFO +{ + union ALIGN( 4 ) + { + DWORD UsnSourceInfo; + DWORD CopyNumber; + }; + HANDLE VolumeHandle; + DWORD HandleInfo; +}; +struct ALIGN( 8 ) _OBJECT_ATTRIBUTES64 +{ + ULONG Length; + ULONG64 RootDirectory; + ULONG64 ObjectName; + ULONG Attributes; + ULONG64 SecurityDescriptor; + ULONG64 SecurityQualityOfService; +}; +struct ALIGN( 8 ) _RTL_PROCESS_LOCK_INFORMATION +{ + PVOID Address; + USHORT Type; + USHORT CreatorBackTraceIndex; + HANDLE OwningThread; + LONG LockCount; + ULONG ContentionCount; + ULONG EntryCount; + LONG RecursionCount; + ULONG NumberOfWaitingShared; + ULONG NumberOfWaitingExclusive; +}; +struct ALIGN( 4 ) _SYSTEM_INTERRUPT_INFORMATION +{ + ULONG ContextSwitches; + ULONG DpcCount; + ULONG DpcRate; + ULONG TimeIncrement; + ULONG DpcBypassCount; + ULONG ApcBypassCount; +}; +struct ALIGN( 8 ) _DEVICE_DSM_TIERING_QUERY_OUTPUT +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD Reserved; + DWORDLONG Alignment; + DWORD TotalNumberOfRegions; + DWORD NumberOfRegionsReturned; + STORAGE_TIER_REGION Regions[1]; +}; +struct ALIGN( 4 ) _PF_ROBUST_FILE_ENTRY +{ + ULONG FilePathHash; +}; +struct ALIGN( 8 ) _DISK_GEOMETRY_EX +{ + DISK_GEOMETRY Geometry; + LARGE_INTEGER DiskSize; + BYTE Data[1]; +}; +struct ALIGN( 8 ) _FILE_FS_FULL_SIZE_INFORMATION_EX +{ + ULONGLONG ActualTotalAllocationUnits; + ULONGLONG ActualAvailableAllocationUnits; + ULONGLONG ActualPoolUnavailableAllocationUnits; + ULONGLONG CallerTotalAllocationUnits; + ULONGLONG CallerAvailableAllocationUnits; + ULONGLONG CallerPoolUnavailableAllocationUnits; + ULONGLONG UsedAllocationUnits; + ULONGLONG TotalReservedAllocationUnits; + ULONGLONG VolumeStorageReserveAllocationUnits; + ULONGLONG AvailableCommittedAllocationUnits; + ULONGLONG PoolAvailableAllocationUnits; + ULONG SectorsPerAllocationUnit; + ULONG BytesPerSector; +}; +struct ALIGN( 8 ) _MOVE_FILE_DATA32 +{ + UINT32 FileHandle; + LARGE_INTEGER StartingVcn; + LARGE_INTEGER StartingLcn; + DWORD ClusterCount; +}; +struct ALIGN( 4 ) _SCM_PD_RUNTIME_FW_ACTIVATION_INFO +{ + DWORD Version; + DWORD Size; + SCM_PD_LAST_FW_ACTIVATION_STATUS LastFirmwareActivationStatus; + SCM_PD_FIRMWARE_ACTIVATION_STATE FirmwareActivationState; +}; +struct ALIGN( 4 ) _FILE_REMOTE_PROTOCOL_INFORMATION +{ + USHORT StructureVersion; + USHORT StructureSize; + ULONG Protocol; + USHORT ProtocolMajorVersion; + USHORT ProtocolMinorVersion; + USHORT ProtocolRevision; + USHORT Reserved; + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Reserved[8]; + } GenericReserved; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG Capabilities; + } Server; + struct ALIGN( 4 ) + { + ULONG Capabilities; + ULONG ShareFlags; + UCHAR ShareType; + UCHAR Reserved0[3]; + ULONG Reserved1; + } Share; + } Smb2; + ULONG Reserved[16]; + } ProtocolSpecific; +}; +struct ALIGN( 8 ) _ALPC_COMPLETION_LIST_STATE +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONG64 Head : 24; + ULONG64 Tail : 24; + ULONG64 ActiveThreadCount : 16; + } s1; + ULONG64 Value; + } u1; +}; +struct ALIGN( 8 ) NTFS_FILE_RECORD_OUTPUT_BUFFER +{ + LARGE_INTEGER FileReferenceNumber; + DWORD FileRecordLength; + BYTE FileRecordBuffer[1]; +}; +struct ALIGN( 4 ) _ALPC_HANDLE_ATTR32 +{ + ULONG Flags; + ULONG Reserved0; + ULONG SameAccess; + ULONG SameAttributes; + ULONG Indirect; + ULONG Inherit; + ULONG Reserved1; + ULONG Handle; + ULONG ObjectType; + ULONG DesiredAccess; + ULONG GrantedAccess; +}; +struct ALIGN( 1 ) _FILE_SET_DEFECT_MGMT_BUFFER +{ + BOOLEAN Disable; +}; +struct ALIGN( 8 ) _EVENT_TRACE_PROPERTIES +{ + WNODE_HEADER Wnode; + ULONG BufferSize; + ULONG MinimumBuffers; + ULONG MaximumBuffers; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG FlushTimer; + ULONG EnableFlags; + union ALIGN( 4 ) + { + LONG AgeLimit; + LONG FlushThreshold; + }; + ULONG NumberOfBuffers; + ULONG FreeBuffers; + ULONG EventsLost; + ULONG BuffersWritten; + ULONG LogBuffersLost; + ULONG RealTimeBuffersLost; + HANDLE LoggerThreadId; + ULONG LogFileNameOffset; + ULONG LoggerNameOffset; +}; +struct ALIGN( 1 ) _FILE_MAKE_COMPATIBLE_BUFFER +{ + BOOLEAN CloseDisc; +}; +struct ALIGN( 8 ) _FILE_DIRECTORY_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _ASSEMBLY_STORAGE_MAP_ENTRY +{ + ULONG Flags; + UNICODE_STRING DosPath; + HANDLE Handle; +}; +struct ALIGN( 8 ) _FILE_INITIATE_REPAIR_OUTPUT_BUFFER +{ + DWORDLONG Hint1; + DWORDLONG Hint2; + CLSN Clsn; + DWORD Status; +}; +struct ALIGN( 8 ) _ALPC_PORT_ASSOCIATE_COMPLETION_PORT +{ + PVOID CompletionKey; + HANDLE CompletionPort; +}; +struct ALIGN( 4 ) _DEVICE_DSM_CONVERSION_OUTPUT +{ + DWORD Version; + GUID Source; +}; +struct ALIGN( 8 ) _RTL_PROCESS_LOCKS +{ + ULONG NumberOfLocks; + RTL_PROCESS_LOCK_INFORMATION Locks[1]; +}; +struct ALIGN( 8 ) _FILE_QUERY_ON_DISK_VOL_INFO_BUFFER +{ + LARGE_INTEGER DirectoryCount; + LARGE_INTEGER FileCount; + WORD FsFormatMajVersion; + WORD FsFormatMinVersion; + WCHAR FsFormatName[12]; + LARGE_INTEGER FormatTime; + LARGE_INTEGER LastUpdateTime; + WCHAR CopyrightInfo[34]; + WCHAR AbstractInfo[34]; + WCHAR FormattingImplementationInfo[34]; + WCHAR LastModifyingImplementationInfo[34]; +}; +struct ALIGN( 4 ) _STORAGE_ALLOCATE_BC_STREAM_INPUT +{ + DWORD Version; + DWORD RequestsPerPeriod; + DWORD Period; + BOOLEAN RetryFailures; + BOOLEAN Discardable; + BOOLEAN Reserved1[2]; + DWORD AccessType; + DWORD AccessMode; +}; +struct ALIGN( 4 ) _REASSIGN_BLOCKS +{ + WORD Reserved; + WORD Count; + DWORD BlockNumber[1]; +}; +struct ALIGN( 8 ) _STORAGE_ALLOCATE_BC_STREAM_OUTPUT +{ + DWORDLONG RequestSize; + DWORD NumOutStandingRequests; +}; +struct ALIGN( 8 ) USN_JOURNAL_DATA_V0 +{ + DWORDLONG UsnJournalID; + USN FirstUsn; + USN NextUsn; + USN LowestValidUsn; + USN MaxUsn; + DWORDLONG MaximumSize; + DWORDLONG AllocationDelta; +}; +struct ALIGN( 8 ) _FILE_ID_GLOBAL_TX_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + LARGE_INTEGER FileId; + GUID LockingTransactionId; + ULONG TxInfoFlags; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _BOOT_ENTRY_LIST +{ + ULONG NextEntryOffset; + BOOT_ENTRY BootEntry; +}; +struct ALIGN( 8 ) _REMOVE_ELEMENT_AND_TRUNCATE_REQUEST +{ + DWORD Version; + DWORD Size; + DWORDLONG RequestCapacity; + DWORD ElementIdentifier; + DWORD Reserved; +}; +struct ALIGN( 8 ) _FILE_LINK_INFORMATION_EX +{ + ULONG Flags; + HANDLE RootDirectory; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) RETRIEVAL_POINTERS_BUFFER +{ + DWORD ExtentCount; + LARGE_INTEGER StartingVcn; + struct ALIGN( 8 ) + { + LARGE_INTEGER NextVcn; + LARGE_INTEGER Lcn; + } Extents[1]; +}; +struct ALIGN( 8 ) _STREAM_EXTENT_ENTRY +{ + DWORD Flags; + union ALIGN( 8 ) + { + RETRIEVAL_POINTERS_BUFFER RetrievalPointers; + } ExtentInformation; +}; +struct ALIGN( 8 ) _STREAM_LAYOUT_ENTRY +{ + DWORD Version; + DWORD NextStreamOffset; + DWORD Flags; + DWORD ExtentInformationOffset; + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD StreamInformationOffset; + DWORD AttributeTypeCode; + DWORD AttributeFlags; + DWORD StreamIdentifierLength; + WCHAR StreamIdentifier[1]; +}; +struct ALIGN( 8 ) _DEVICE_INTERNAL_STATUS_DATA +{ + DWORD Version; + DWORD Size; + DWORDLONG T10VendorId; + DWORD DataSet1Length; + DWORD DataSet2Length; + DWORD DataSet3Length; + DWORD DataSet4Length; + BYTE StatusDataVersion; + BYTE Reserved[3]; + BYTE ReasonIdentifier[128]; + DWORD StatusDataLength; + BYTE StatusData[1]; +}; +struct ALIGN( 8 ) _GET_DISK_ATTRIBUTES +{ + DWORD Version; + DWORD Reserved1; + DWORDLONG Attributes; +}; +struct ALIGN( 8 ) _MOUNTMGR_SILO_ARRIVAL_INPUT +{ + HANDLE JobHandle; +}; +struct ALIGN( 4 ) _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER +{ + WORD ChecksumAlgorithm; + WORD Reserved; + DWORD Flags; + DWORD ChecksumChunkSizeInBytes; + DWORD ClusterSizeInBytes; +}; +struct ALIGN( 4 ) _STORAGE_REINITIALIZE_MEDIA +{ + DWORD Version; + DWORD Size; + DWORD TimeoutInSeconds; + struct ALIGN( 4 ) + { + DWORD SanitizeMethod : 4; + DWORD DisallowUnrestrictedSanitizeExit : 1; + DWORD Reserved : 27; + } SanitizeOption; +}; +struct ALIGN( 4 ) _VARIABLE_NAME +{ + ULONG NextEntryOffset; + GUID VendorGuid; + WCHAR Name[1]; +}; +struct ALIGN( 4 ) _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER +{ + WORD ChecksumAlgorithm; + WORD Reserved; + DWORD Flags; +}; +struct ALIGN( 4 ) _CHANGER_SEND_VOLUME_TAG_INFORMATION +{ + CHANGER_ELEMENT StartingElement; + DWORD ActionCode; + BYTE VolumeIDTemplate[40]; +}; +struct ALIGN( 1 ) _PS_PROTECTION +{ + union ALIGN( 1 ) + { + UCHAR Level; + struct ALIGN( 1 ) + { + UCHAR Type : 3; + UCHAR Audit : 1; + UCHAR Signer : 4; + }; + }; +}; +struct ALIGN( 8 ) RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER +{ + DWORD ExtentCount; + LARGE_INTEGER StartingVcn; + struct ALIGN( 8 ) + { + LARGE_INTEGER NextVcn; + LARGE_INTEGER Lcn; + DWORD ReferenceCount; + } Extents[1]; +}; +struct ALIGN( 4 ) _EFI_DRIVER_ENTRY +{ + ULONG Version; + ULONG Length; + ULONG Id; + ULONG FriendlyNameOffset; + ULONG DriverFilePathOffset; +}; +struct ALIGN( 4 ) _EFI_DRIVER_ENTRY_LIST +{ + ULONG NextEntryOffset; + EFI_DRIVER_ENTRY DriverEntry; +}; +struct ALIGN( 4 ) _CHANGER_SET_POSITION +{ + CHANGER_ELEMENT Transport; + CHANGER_ELEMENT Destination; + BOOLEAN Flip; +}; +struct ALIGN( 8 ) _PORT_DATA_ENTRY +{ + PVOID Base; + ULONG Size; +}; +struct ALIGN( 8 ) _PORT_DATA_INFORMATION +{ + ULONG CountDataEntries; + PORT_DATA_ENTRY DataEntries[1]; +}; +struct ALIGN( 8 ) STARTING_VCN_INPUT_BUFFER +{ + LARGE_INTEGER StartingVcn; +}; +struct ALIGN( 4 ) _TRACE_PROFILE_INTERVAL +{ + ULONG Source; + ULONG Interval; +}; +struct ALIGN( 1 ) _DEVICEDUMP_PUBLIC_SUBSECTION +{ + DWORD dwFlags; + GP_LOG_PAGE_DESCRIPTOR GPLogTable[16]; + CHAR szDescription[16]; + BYTE bData[1]; +}; +struct ALIGN( 8 ) _DISK_LOGGING +{ + BYTE Function; + PVOID BufferAddress; + DWORD BufferSize; +}; +struct ALIGN( 8 ) _LDR_DATA_TABLE_ENTRY +{ + LIST_ENTRY InLoadOrderLinks; + LIST_ENTRY InMemoryOrderLinks; + LIST_ENTRY InInitializationOrderLinks; + PVOID DllBase; + PLDR_INIT_ROUTINE EntryPoint; + ULONG SizeOfImage; + UNICODE_STRING FullDllName; + UNICODE_STRING BaseDllName; + union ALIGN( 4 ) + { + UCHAR FlagGroup[4]; + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG PackagedBinary : 1; + ULONG MarkedForRemoval : 1; + ULONG ImageDll : 1; + ULONG LoadNotificationsSent : 1; + ULONG TelemetryEntryProcessed : 1; + ULONG ProcessStaticImport : 1; + ULONG InLegacyLists : 1; + ULONG InIndexes : 1; + ULONG ShimDll : 1; + ULONG InExceptionTable : 1; + ULONG ReservedFlags1 : 2; + ULONG LoadInProgress : 1; + ULONG LoadConfigProcessed : 1; + ULONG EntryProcessed : 1; + ULONG ProtectDelayLoad : 1; + ULONG ReservedFlags3 : 2; + ULONG DontCallForThreads : 1; + ULONG ProcessAttachCalled : 1; + ULONG ProcessAttachFailed : 1; + ULONG CorDeferredValidate : 1; + ULONG CorImage : 1; + ULONG DontRelocate : 1; + ULONG CorILOnly : 1; + ULONG ChpeImage : 1; + ULONG ChpeEmulatorImage : 1; + ULONG ReservedFlags5 : 1; + ULONG Redirected : 1; + ULONG ReservedFlags6 : 2; + ULONG CompatDatabaseProcessed : 1; + }; + }; + USHORT ObsoleteLoadCount; + USHORT TlsIndex; + LIST_ENTRY HashLinks; + ULONG TimeDateStamp; + PACTIVATION_CONTEXT EntryPointActivationContext; + PVOID Lock; + PLDR_DDAG_NODE DdagNode; + LIST_ENTRY NodeModuleLink; + PLDRP_LOAD_CONTEXT LoadContext; + PVOID ParentDllBase; + PVOID SwitchBackContext; + RTL_BALANCED_NODE BaseAddressIndexNode; + RTL_BALANCED_NODE MappingInfoIndexNode; + ULONG_PTR OriginalBase; + LARGE_INTEGER LoadTime; + ULONG BaseNameHashValue; + LDR_DLL_LOAD_REASON LoadReason; + ULONG ImplicitPathOptions; + ULONG ReferenceCount; + ULONG DependentLoadFlags; + UCHAR SigningLevel; + ULONG CheckSum; + PVOID ActivePatchImageBase; + LDR_HOT_PATCH_STATE HotPatchState; +}; +struct ALIGN( 8 ) _FILE_BASIC_INFORMATION +{ + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + ULONG FileAttributes; +}; +struct ALIGN( 4 ) _ETW_PMC_COUNTER_OWNER +{ + ETW_PMC_COUNTER_OWNER_TYPE OwnerType; + ULONG ProfileSource; + ULONG OwnerTag; +}; +struct ALIGN( 8 ) _SCM_BUS_RUNTIME_FW_ACTIVATION_INFO +{ + DWORD Version; + DWORD Size; + BOOLEAN RuntimeFwActivationSupported; + SCM_BUS_FIRMWARE_ACTIVATION_STATE FirmwareActivationState; + struct ALIGN( 4 ) + { + DWORD FwManagedIoQuiesceFwActivationSupported : 1; + DWORD OsManagedIoQuiesceFwActivationSupported : 1; + DWORD WarmResetBasedFwActivationSupported : 1; + DWORD Reserved : 29; + } FirmwareActivationCapability; + DWORDLONG EstimatedFirmwareActivationTimeInUSecs; + DWORDLONG EstimatedProcessorAccessQuiesceTimeInUSecs; + DWORDLONG EstimatedIOAccessQuiesceTimeInUSecs; + DWORDLONG PlatformSupportedMaxIOAccessQuiesceTimeInUSecs; +}; +struct ALIGN( 8 ) _PS_MITIGATION_OPTIONS_MAP +{ + ULONG_PTR Map[3]; +}; +struct ALIGN( 8 ) _PS_SYSTEM_DLL_INIT_BLOCK +{ + ULONG Size; + ULONG_PTR SystemDllWowRelocation; + ULONG_PTR SystemDllNativeRelocation; + ULONG_PTR Wow64SharedInformation[16]; + ULONG RngData; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG CfgOverride : 1; + ULONG Reserved : 31; + }; + }; + PS_MITIGATION_OPTIONS_MAP MitigationOptionsMap; + ULONG_PTR CfgBitMap; + ULONG_PTR CfgBitMapSize; + ULONG_PTR Wow64CfgBitMap; + ULONG_PTR Wow64CfgBitMapSize; + PS_MITIGATION_AUDIT_OPTIONS_MAP MitigationAuditOptionsMap; +}; +struct ALIGN( 8 ) _FILE_POSITION_INFORMATION +{ + LARGE_INTEGER CurrentByteOffset; +}; +struct ALIGN( 8 ) _CSV_NAMESPACE_INFO +{ + DWORD Version; + DWORD DeviceNumber; + LARGE_INTEGER StartingOffset; + DWORD SectorSize; +}; +struct ALIGN( 8 ) _FILE_PIPE_CLIENT_PROCESS_BUFFER_EX +{ + PVOID ClientSession; + PVOID ClientProcess; + USHORT ClientComputerNameLength; + WCHAR ClientComputerBuffer[16]; +}; +struct ALIGN( 4 ) _CSV_MGMT_LOCK +{ + DWORD Flags; +}; +struct ALIGN( 1 ) _STORAGE_RPMB_DATA_FRAME +{ + BYTE Stuff[196]; + BYTE KeyOrMAC[32]; + BYTE Data[256]; + BYTE Nonce[16]; + BYTE WriteCounter[4]; + BYTE Address[2]; + BYTE BlockCount[2]; + BYTE OperationResult[2]; + BYTE RequestOrResponseType[2]; +}; +struct ALIGN( 8 ) _FILE_NETWORK_OPEN_INFORMATION +{ + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + ULONG FileAttributes; +}; +struct ALIGN( 4 ) _CSV_QUERY_REDIRECT_STATE +{ + DWORD MdsNodeId; + DWORD DsNodeId; + BOOLEAN FileRedirected; +}; +struct ALIGN( 8 ) _PROCESS_DEVICEMAP_INFORMATION +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + HANDLE DirectoryHandle; + } Set; + struct ALIGN( 4 ) + { + ULONG DriveMap; + UCHAR DriveType[32]; + } Query; + }; +}; +struct ALIGN( 4 ) _FILE_PIPE_CREATE_SYMLINK_INPUT +{ + USHORT NameOffset; + USHORT NameLength; + USHORT SubstituteNameOffset; + USHORT SubstituteNameLength; + ULONG Flags; +}; +struct ALIGN( 8 ) _CSV_CONTROL_PARAM +{ + CSV_CONTROL_OP Operation; + LONGLONG Unused; +}; +struct ALIGN( 4 ) _PROCESS_SESSION_INFORMATION +{ + ULONG SessionId; +}; +struct ALIGN( 8 ) _LDR_SOFTWARE_ENCLAVE +{ + LIST_ENTRY Links; + RTL_CRITICAL_SECTION CriticalSection; + ULONG EnclaveType; + LONG ReferenceCount; + ULONG EnclaveState; + PVOID BaseAddress; + SIZE_T Size; + PVOID PreviousBaseAddress; + LIST_ENTRY Modules; + PLDR_DATA_TABLE_ENTRY PrimaryModule; + PLDR_DATA_TABLE_ENTRY BCryptModule; + PLDR_DATA_TABLE_ENTRY BCryptPrimitivesModule; +}; +struct ALIGN( 4 ) _MOUNTMGR_MOUNT_POINT +{ + ULONG SymbolicLinkNameOffset; + USHORT SymbolicLinkNameLength; + USHORT Reserved1; + ULONG UniqueIdOffset; + USHORT UniqueIdLength; + USHORT Reserved2; + ULONG DeviceNameOffset; + USHORT DeviceNameLength; + USHORT Reserved3; +}; +struct ALIGN( 1 ) _CHANGER_PRODUCT_DATA +{ + BYTE VendorId[8]; + BYTE ProductId[16]; + BYTE Revision[4]; + BYTE SerialNumber[32]; + BYTE DeviceType; +}; +struct ALIGN( 8 ) _STORAGE_COUNTERS +{ + DWORD Version; + DWORD Size; + DWORD NumberOfCounters; + STORAGE_COUNTER Counters[1]; +}; +struct ALIGN( 8 ) _LDR_ENUM_RESOURCE_ENTRY +{ + union ALIGN( 8 ) + { + ULONG_PTR NameOrId; + PIMAGE_RESOURCE_DIRECTORY_STRING Name; + struct ALIGN( 2 ) + { + USHORT Id; + USHORT NameIsPresent; + }; + } Path[3]; + PVOID Data; + ULONG Size; + ULONG Reserved; +}; +struct ALIGN( 8 ) _FILE_END_OF_FILE_INFORMATION_EX +{ + LARGE_INTEGER EndOfFile; + LARGE_INTEGER PagingFileSizeInMM; + LARGE_INTEGER PagingFileMaxSize; + ULONG Flags; +}; +struct ALIGN( 2 ) _MOUNTMGR_DRIVE_LETTER_TARGET +{ + USHORT DeviceNameLength; + WCHAR DeviceName[1]; +}; +struct ALIGN( 8 ) _FILE_LEVEL_TRIM +{ + DWORD Key; + DWORD NumRanges; + FILE_LEVEL_TRIM_RANGE Ranges[1]; +}; +struct ALIGN( 8 ) _PROCESS_HANDLE_TABLE_ENTRY_INFO +{ + HANDLE HandleValue; + ULONG_PTR HandleCount; + ULONG_PTR PointerCount; + ULONG GrantedAccess; + ULONG ObjectTypeIndex; + ULONG HandleAttributes; + ULONG Reserved; +}; +struct ALIGN( 4 ) _VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT +{ + DWORD Size; + VIRTUAL_STORAGE_BEHAVIOR_CODE BehaviorCode; +}; +struct ALIGN( 4 ) _CSV_SET_VOLUME_ID +{ + GUID VolumeId; +}; +struct ALIGN( 4 ) _FS_BPIO_RESULTS +{ + DWORD OpStatus; + WORD FailingDriverNameLen; + WCHAR FailingDriverName[32]; + WORD FailureReasonLen; + WCHAR FailureReason[128]; +}; +struct ALIGN( 4 ) _FS_BPIO_INFO +{ + DWORD ActiveBypassIoCount; + WORD StorageDriverNameLen; + WCHAR StorageDriverName[32]; +}; +struct ALIGN( 8 ) _FS_BPIO_OUTPUT +{ + FS_BPIO_OPERATIONS Operation; + FS_BPIO_OUTFLAGS OutFlags; + DWORDLONG Reserved1; + DWORDLONG Reserved2; + union ALIGN( 4 ) + { + FS_BPIO_RESULTS Enable; + FS_BPIO_RESULTS Query; + FS_BPIO_RESULTS VolumeStackResume; + FS_BPIO_RESULTS StreamResume; + FS_BPIO_INFO GetInfo; + }; +}; +struct ALIGN( 8 ) _CLUSTER_RANGE +{ + LARGE_INTEGER StartingCluster; + LARGE_INTEGER ClusterCount; +}; +struct ALIGN( 8 ) _FILE_REFERENCE_RANGE +{ + DWORDLONG StartingFileReferenceNumber; + DWORDLONG EndingFileReferenceNumber; +}; +struct ALIGN( 8 ) tagWNODE_SINGLE_ITEM +{ + _WNODE_HEADER WnodeHeader; + ULONG OffsetInstanceName; + ULONG InstanceIndex; + ULONG ItemId; + ULONG DataBlockOffset; + ULONG SizeDataItem; + UCHAR VariableData[0]; +}; +struct ALIGN( 4 ) _PROCESS_MITIGATION_POLICY_INFORMATION +{ + PROCESS_MITIGATION_POLICY Policy; + union ALIGN( 4 ) + { + PROCESS_MITIGATION_ASLR_POLICY ASLRPolicy; + PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY StrictHandleCheckPolicy; + PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY SystemCallDisablePolicy; + PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY ExtensionPointDisablePolicy; + PROCESS_MITIGATION_DYNAMIC_CODE_POLICY DynamicCodePolicy; + PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY ControlFlowGuardPolicy; + PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY SignaturePolicy; + PROCESS_MITIGATION_FONT_DISABLE_POLICY FontDisablePolicy; + PROCESS_MITIGATION_IMAGE_LOAD_POLICY ImageLoadPolicy; + PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY SystemCallFilterPolicy; + PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY PayloadRestrictionPolicy; + PROCESS_MITIGATION_CHILD_PROCESS_POLICY ChildProcessPolicy; + PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY SideChannelIsolationPolicy; + PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY UserShadowStackPolicy; + PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY RedirectionTrustPolicy; + PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY UserPointerAuthPolicy; + PROCESS_MITIGATION_SEHOP_POLICY SEHOPPolicy; + }; +}; +struct ALIGN( 8 ) _DBGKM_EXCEPTION +{ + EXCEPTION_RECORD ExceptionRecord; + ULONG FirstChance; +}; +struct ALIGN( 8 ) _FILE_ZERO_DATA_INFORMATION_EX +{ + LARGE_INTEGER FileOffset; + LARGE_INTEGER BeyondFinalZero; + DWORD Flags; +}; +struct ALIGN( 8 ) _EVENT_INSTANCE_HEADER +{ + USHORT Size; + union ALIGN( 2 ) + { + USHORT FieldTypeFlags; + struct ALIGN( 1 ) + { + UCHAR HeaderType; + UCHAR MarkerFlags; + }; + }; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 2 ) + { + UCHAR Type; + UCHAR Level; + USHORT Version; + } Class; + }; + ULONG ThreadId; + ULONG ProcessId; + LARGE_INTEGER TimeStamp; + ULONGLONG RegHandle; + ULONG InstanceId; + ULONG ParentInstanceId; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + ULONG KernelTime; + ULONG UserTime; + }; + ULONG64 ProcessorTime; + struct ALIGN( 4 ) + { + ULONG EventId; + ULONG Flags; + }; + }; + ULONGLONG ParentRegHandle; +}; +struct ALIGN( 4 ) FIND_BY_SID_OUTPUT +{ + DWORD NextEntryOffset; + DWORD FileIndex; + DWORD FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _FSCTL_OFFLOAD_READ_OUTPUT +{ + DWORD Size; + DWORD Flags; + DWORDLONG TransferLength; + BYTE Token[512]; +}; +struct ALIGN( 1 ) _PROCESS_CHILD_PROCESS_INFORMATION +{ + BOOLEAN ProhibitChildProcesses; + BOOLEAN AlwaysAllowSecureChildProcess; + BOOLEAN AuditProhibitChildProcesses; +}; +struct ALIGN( 8 ) _DBGKM_CREATE_PROCESS +{ + ULONG SubSystemKey; + HANDLE FileHandle; + PVOID BaseOfImage; + ULONG DebugInfoFileOffset; + ULONG DebugInfoSize; + DBGKM_CREATE_THREAD InitialThread; +}; +struct ALIGN( 8 ) _DBGUI_CREATE_PROCESS +{ + HANDLE HandleToProcess; + HANDLE HandleToThread; + DBGKM_CREATE_PROCESS NewProcess; +}; +struct ALIGN( 8 ) _DBGKM_LOAD_DLL +{ + HANDLE FileHandle; + PVOID BaseOfDll; + ULONG DebugInfoFileOffset; + ULONG DebugInfoSize; + PVOID NamePointer; +}; +struct ALIGN( 8 ) _DBGUI_WAIT_STATE_CHANGE +{ + DBG_STATE NewState; + CLIENT_ID AppClientId; + union ALIGN( 8 ) + { + DBGKM_EXCEPTION Exception; + DBGUI_CREATE_THREAD CreateThread; + DBGUI_CREATE_PROCESS CreateProcessInfo; + DBGKM_EXIT_THREAD ExitThread; + DBGKM_EXIT_PROCESS ExitProcess; + DBGKM_LOAD_DLL LoadDll; + DBGKM_UNLOAD_DLL UnloadDll; + } StateInfo; +}; +struct ALIGN( 8 ) MOVE_FILE_RECORD_DATA +{ + HANDLE FileHandle; + LARGE_INTEGER SourceFileRecord; + LARGE_INTEGER TargetFileRecord; +}; +struct ALIGN( 8 ) _LOOKUP_STREAM_FROM_CLUSTER_ENTRY +{ + DWORD OffsetToNext; + DWORD Flags; + LARGE_INTEGER Reserved; + LARGE_INTEGER Cluster; + WCHAR FileName[1]; +}; +struct ALIGN( 1 ) _PROCESS_PRIORITY_CLASS +{ + BOOLEAN Foreground; + UCHAR PriorityClass; +}; +struct ALIGN( 8 ) USN_RECORD_EXTENT +{ + LONGLONG Offset; + LONGLONG Length; +}; +struct ALIGN( 8 ) USN_RECORD_V4 +{ + USN_RECORD_COMMON_HEADER Header; + FILE_ID_128 FileReferenceNumber; + FILE_ID_128 ParentFileReferenceNumber; + USN Usn; + DWORD Reason; + DWORD SourceInfo; + DWORD RemainingExtents; + WORD NumberOfExtents; + WORD ExtentSize; + USN_RECORD_EXTENT Extents[1]; +}; +struct ALIGN( 4 ) _CSV_QUERY_VOLUME_ID +{ + GUID VolumeId; +}; +struct ALIGN( 2 ) READ_FILE_USN_DATA +{ + WORD MinMajorVersion; + WORD MaxMajorVersion; +}; +struct ALIGN( 1 ) _SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE +{ + BOOLEAN ArmState; +}; +struct ALIGN( 8 ) _PROCESS_DEVICEMAP_INFORMATION_EX +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + HANDLE DirectoryHandle; + } Set; + struct ALIGN( 4 ) + { + ULONG DriveMap; + UCHAR DriveType[32]; + } Query; + }; + ULONG Flags; +}; +struct ALIGN( 4 ) _FILE_PROVIDER_EXTERNAL_INFO_V1 +{ + DWORD Version; + DWORD Algorithm; + DWORD Flags; +}; +struct ALIGN( 4 ) _SD_QUERY_STATS_INPUT +{ + DWORD Reserved; +}; +struct ALIGN( 8 ) _SD_GLOBAL_CHANGE_INPUT +{ + DWORD Flags; + DWORD ChangeType; + union ALIGN( 8 ) + { + SD_CHANGE_MACHINE_SID_INPUT SdChange; + SD_QUERY_STATS_INPUT SdQueryStats; + SD_ENUM_SDS_INPUT SdEnumSds; + }; +}; +union ALIGN( 1 ) _PROCESS_READWRITEVM_LOGGING_INFORMATION +{ + UCHAR Flags; + struct ALIGN( 1 ) + { + UCHAR EnableReadVmLogging : 1; + UCHAR EnableWriteVmLogging : 1; + UCHAR Unused : 6; + }; +}; +struct ALIGN( 8 ) _CSV_QUERY_MDS_PATH_V2 +{ + LONGLONG Version; + DWORD RequiredSize; + DWORD MdsNodeId; + DWORD DsNodeId; + DWORD Flags; + CSVFS_DISK_CONNECTIVITY DiskConnectivity; + GUID VolumeId; + DWORD IpAddressOffset; + DWORD IpAddressLength; + DWORD PathOffset; + DWORD PathLength; +}; +struct ALIGN( 4 ) _REPARSE_DATA_BUFFER +{ + ULONG ReparseTag; + USHORT ReparseDataLength; + USHORT Reserved; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + USHORT SubstituteNameOffset; + USHORT SubstituteNameLength; + USHORT PrintNameOffset; + USHORT PrintNameLength; + ULONG Flags; + WCHAR PathBuffer[1]; + } SymbolicLinkReparseBuffer; + struct ALIGN( 2 ) + { + USHORT SubstituteNameOffset; + USHORT SubstituteNameLength; + USHORT PrintNameOffset; + USHORT PrintNameLength; + WCHAR PathBuffer[1]; + } MountPointReparseBuffer; + struct ALIGN( 4 ) + { + ULONG StringCount; + WCHAR StringList[1]; + } AppExecLinkReparseBuffer; + struct ALIGN( 1 ) + { + UCHAR DataBuffer[1]; + } GenericReparseBuffer; + }; +}; +struct ALIGN( 4 ) _JOBOBJECT_WAKE_FILTER +{ + ULONG HighEdgeFilter; + ULONG LowEdgeFilter; +}; +struct ALIGN( 8 ) _THREAD_TLS_INFORMATION +{ + ULONG Flags; + PVOID NewTlsData; + PVOID OldTlsData; + HANDLE ThreadId; +}; +struct ALIGN( 8 ) _FSCTL_QUERY_STORAGE_CLASSES_OUTPUT +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD TotalNumberOfTiers; + DWORD NumberOfTiersReturned; + FILE_STORAGE_TIER Tiers[1]; +}; +struct ALIGN( 8 ) _PROCESS_STACK_ALLOCATION_INFORMATION +{ + SIZE_T ReserveSize; + SIZE_T ZeroBits; + PVOID StackBase; +}; +union ALIGN( 8 ) USN_RECORD_UNION +{ + USN_RECORD_COMMON_HEADER Header; + USN_RECORD_V2 V2; + USN_RECORD_V3 V3; + USN_RECORD_V4 V4; +}; +struct ALIGN( 8 ) _CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT +{ + DWORDLONG VetoedFromAltitudeIntegral; + DWORDLONG VetoedFromAltitudeDecimal; + WCHAR Reason[256]; +}; +struct ALIGN( 8 ) _LMR_QUERY_SESSION_INFO +{ + UINT64 SessionId; +}; +struct ALIGN( 8 ) _SILOOBJECT_ROOT_DIRECTORY +{ + union ALIGN( 8 ) + { + ULONG ControlFlags; + UNICODE_STRING Path; + }; +}; +struct ALIGN( 4 ) _CSV_QUERY_MDS_PATH +{ + DWORD MdsNodeId; + DWORD DsNodeId; + DWORD PathLength; + WCHAR Path[1]; +}; +struct ALIGN( 8 ) _CSV_QUERY_FILE_REVISION_FILE_ID_128 +{ + FILE_ID_128 FileId; + LONGLONG FileRevision[3]; +}; +struct ALIGN( 4 ) _TXFS_CREATE_MINIVERSION_INFO +{ + WORD StructureVersion; + WORD StructureLength; + DWORD BaseVersion; + WORD MiniVersion; +}; +struct ALIGN( 8 ) _RTL_UMS_COMPLETION_LIST +{ + PSINGLE_LIST_ENTRY ThreadListHead; + PVOID CompletionEvent; + ULONG CompletionFlags; + SINGLE_LIST_ENTRY InternalListHead; +}; +struct ALIGN( 8 ) WMIREGINFOW +{ + ULONG BufferSize; + ULONG NextWmiRegInfo; + ULONG RegistryPath; + ULONG MofResourceName; + ULONG GuidCount; + WMIREGGUIDW WmiRegGuid[0]; +}; +struct ALIGN( 4 ) _FILE_DESIRED_STORAGE_CLASS_INFORMATION +{ + FILE_STORAGE_TIER_CLASS Class; + DWORD Flags; +}; +struct ALIGN( 8 ) _SYSTEM_PAGEFILE_INFORMATION +{ + ULONG NextEntryOffset; + ULONG TotalSize; + ULONG TotalInUse; + ULONG PeakUsage; + UNICODE_STRING PageFileName; +}; +struct ALIGN( 4 ) _SCM_PD_PASSTHROUGH_INVDIMM_INPUT +{ + DWORD Opcode; + DWORD OpcodeParametersLength; + BYTE OpcodeParameters[1]; +}; +struct ALIGN( 1 ) _FILE_SYSTEM_RECOGNITION_INFORMATION +{ + CHAR FileSystem[9]; +}; +struct ALIGN( 4 ) _CHANGER_ELEMENT_STATUS_EX +{ + CHANGER_ELEMENT Element; + CHANGER_ELEMENT SrcElementAddress; + DWORD Flags; + DWORD ExceptionCode; + BYTE TargetId; + BYTE Lun; + WORD Reserved; + BYTE PrimaryVolumeID[36]; + BYTE AlternateVolumeID[36]; + BYTE VendorIdentification[8]; + BYTE ProductIdentification[16]; + BYTE SerialNumber[32]; +}; +struct ALIGN( 8 ) _DRIVE_LAYOUT_INFORMATION +{ + DWORD PartitionCount; + DWORD Signature; + PARTITION_INFORMATION PartitionEntry[1]; +}; +struct ALIGN( 8 ) _BOOT_AREA_INFO +{ + DWORD BootSectorCount; + struct ALIGN( 8 ) + { + LARGE_INTEGER Offset; + } BootSectors[2]; +}; +struct ALIGN( 8 ) _VM_COUNTERS_EX +{ + SIZE_T PeakVirtualSize; + SIZE_T VirtualSize; + ULONG PageFaultCount; + SIZE_T PeakWorkingSetSize; + SIZE_T WorkingSetSize; + SIZE_T QuotaPeakPagedPoolUsage; + SIZE_T QuotaPagedPoolUsage; + SIZE_T QuotaPeakNonPagedPoolUsage; + SIZE_T QuotaNonPagedPoolUsage; + SIZE_T PagefileUsage; + SIZE_T PeakPagefileUsage; + SIZE_T PrivateUsage; +}; +struct ALIGN( 8 ) _PS_ATTRIBUTE +{ + ULONG_PTR Attribute; + SIZE_T Size; + union ALIGN( 8 ) + { + ULONG_PTR Value; + PVOID ValuePtr; + }; + PSIZE_T ReturnLength; +}; +struct ALIGN( 8 ) _PS_ATTRIBUTE_LIST +{ + SIZE_T TotalLength; + PS_ATTRIBUTE Attributes[1]; +}; +struct ALIGN( 8 ) _PLEX_READ_DATA_REQUEST +{ + LARGE_INTEGER ByteOffset; + DWORD ByteLength; + DWORD PlexNumber; +}; +struct ALIGN( 4 ) _EXTENDED_ENCRYPTED_DATA_INFO +{ + DWORD ExtendedCode; + DWORD Length; + DWORD Flags; + DWORD Reserved; +}; +struct ALIGN( 8 ) _SET_PARTITION_INFORMATION_EX +{ + PARTITION_STYLE PartitionStyle; + union ALIGN( 8 ) + { + SET_PARTITION_INFORMATION_MBR Mbr; + SET_PARTITION_INFORMATION_GPT Gpt; + }; +}; +struct ALIGN( 8 ) _TXFS_LIST_TRANSACTION_LOCKED_FILES +{ + GUID KtmTransaction; + DWORDLONG NumberOfFiles; + DWORDLONG BufferSizeRequired; + DWORDLONG Offset; +}; +struct ALIGN( 8 ) _PS_BNO_ISOLATION_PARAMETERS +{ + UNICODE_STRING IsolationPrefix; + ULONG HandleCount; + PVOID* Handles; + BOOLEAN IsolationEnabled; +}; +struct ALIGN( 8 ) _TXFS_START_RM_INFORMATION +{ + DWORD Flags; + DWORDLONG LogContainerSize; + DWORD LogContainerCountMin; + DWORD LogContainerCountMax; + DWORD LogGrowthIncrement; + DWORD LogAutoShrinkPercentage; + DWORD TmLogPathOffset; + WORD TmLogPathLength; + WORD LoggingMode; + WORD LogPathLength; + WORD Reserved; + WCHAR LogPath[1]; +}; +struct ALIGN( 8 ) _TXFS_ROLLFORWARD_REDO_INFORMATION +{ + LARGE_INTEGER LastVirtualClock; + DWORDLONG LastRedoLsn; + DWORDLONG HighestRecoveryLsn; + DWORD Flags; +}; +struct ALIGN( 8 ) _THREAD_LAST_SYSCALL_INFORMATION +{ + PVOID FirstArgument; + USHORT SystemCallNumber; + USHORT Pad[1]; + ULONG64 WaitTime; +}; +struct ALIGN( 4 ) _API_SET_HASH_ENTRY +{ + ULONG Hash; + ULONG Index; +}; +struct ALIGN( 8 ) _DISK_DETECTION_INFO +{ + DWORD SizeOfDetectInfo; + DETECTION_TYPE DetectionType; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + DISK_INT13_INFO Int13; + DISK_EX_INT13_INFO ExInt13; + }; + }; +}; +struct ALIGN( 8 ) _QUERY_BAD_RANGES_INPUT_RANGE +{ + DWORDLONG StartOffset; + DWORDLONG LengthInBytes; +}; +struct ALIGN( 8 ) _WNF_DELIVERY_DESCRIPTOR +{ + ULONGLONG SubscriptionId; + WNF_STATE_NAME StateName; + WNF_CHANGE_STAMP ChangeStamp; + ULONG StateDataSize; + ULONG EventMask; + WNF_TYPE_ID TypeId; + ULONG StateDataOffset; +}; +struct ALIGN( 8 ) _ASYNC_DUPLICATE_EXTENTS_STATUS +{ + DWORD Version; + DUPLICATE_EXTENTS_STATE State; + DWORDLONG SourceFileOffset; + DWORDLONG TargetFileOffset; + DWORDLONG ByteCount; + DWORDLONG BytesDuplicated; +}; +struct ALIGN( 8 ) _TXFS_LIST_TRANSACTIONS +{ + DWORDLONG NumberOfTransactions; + DWORDLONG BufferSizeRequired; +}; +struct ALIGN( 8 ) _SHRINK_VOLUME_INFORMATION +{ + SHRINK_VOLUME_REQUEST_TYPES ShrinkRequestType; + DWORDLONG Flags; + LONGLONG NewNumberOfSectors; +}; +struct ALIGN( 8 ) tagWNODE_TOO_SMALL +{ + _WNODE_HEADER WnodeHeader; + ULONG SizeNeeded; +}; +struct ALIGN( 4 ) _JOBOBJECT_IO_PRIORITY_LIMIT +{ + JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS Flags; + ULONG Priority; +}; +struct ALIGN( 2 ) _SMB_SHARE_FLUSH_AND_PURGE_INPUT +{ + WORD Version; +}; +struct ALIGN( 8 ) _ENABLE_TRACE_PARAMETERS +{ + ULONG Version; + ULONG EnableProperty; + ULONG ControlFlags; + GUID SourceId; + PEVENT_FILTER_DESCRIPTOR EnableFilterDesc; + ULONG FilterDescCount; +}; +struct ALIGN( 8 ) tagWNODE_METHOD_ITEM +{ + _WNODE_HEADER WnodeHeader; + ULONG OffsetInstanceName; + ULONG InstanceIndex; + ULONG MethodId; + ULONG DataBlockOffset; + ULONG SizeDataBlock; + UCHAR VariableData[0]; +}; +struct ALIGN( 4 ) _FILE_NETWORK_PHYSICAL_NAME_INFORMATION +{ + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _MOF_FIELD +{ + ULONG64 DataPtr; + ULONG Length; + ULONG DataType; +}; +struct ALIGN( 4 ) OFFSETINSTANCEDATAANDLENGTH +{ + ULONG OffsetInstanceData; + ULONG LengthInstanceData; +}; +struct ALIGN( 8 ) tagWNODE_ALL_DATA +{ + _WNODE_HEADER WnodeHeader; + ULONG DataBlockOffset; + ULONG InstanceCount; + ULONG OffsetInstanceNameOffsets; + union ALIGN( 4 ) + { + ULONG FixedInstanceSize; + OFFSETINSTANCEDATAANDLENGTH OffsetInstanceDataAndLength[0]; + }; +}; +struct ALIGN( 8 ) _FSCTL_OFFLOAD_READ_INPUT +{ + DWORD Size; + DWORD Flags; + DWORD TokenTimeToLive; + DWORD Reserved; + DWORDLONG FileOffset; + DWORDLONG CopyLength; +}; +struct ALIGN( 8 ) _PS_TRUSTLET_ATTRIBUTE_DATA +{ + PS_TRUSTLET_ATTRIBUTE_HEADER Header; + ULONGLONG Data[1]; +}; +struct ALIGN( 4 ) _SMB_SHARE_FLUSH_AND_PURGE_OUTPUT +{ + DWORD cEntriesPurged; +}; +struct ALIGN( 4 ) _FILE_PROVIDER_EXTERNAL_INFO_V0 +{ + DWORD Version; + DWORD Algorithm; +}; +struct ALIGN( 4 ) _COMPATIBILITY_CONTEXT_ELEMENT_LEGACY +{ + GUID Id; + ACTCTX_COMPATIBILITY_ELEMENT_TYPE Type; +}; +; +struct ALIGN( 8 ) _JOBOBJECT_INTERFERENCE_INFORMATION +{ + ULONG64 Count; +}; +struct ALIGN( 8 ) _JOBOBJECT_MEMORY_USAGE_INFORMATION +{ + ULONG64 JobMemory; + ULONG64 PeakJobMemoryUsed; +}; +struct ALIGN( 8 ) _VOLUME_GET_GPT_ATTRIBUTES_INFORMATION +{ + DWORDLONG GptAttributes; +}; +struct ALIGN( 8 ) _DISK_EXTENT +{ + DWORD DiskNumber; + LARGE_INTEGER StartingOffset; + LARGE_INTEGER ExtentLength; +}; +union ALIGN( 4 ) _PROCESS_MEMORY_ALLOCATION_MODE +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG TopDown : 1; + ULONG Reserved : 31; + }; +}; +struct ALIGN( 8 ) _QUERY_BAD_RANGES_OUTPUT +{ + DWORD Flags; + DWORD NumBadRanges; + DWORDLONG NextOffsetToLookUp; + QUERY_BAD_RANGES_OUTPUT_RANGE BadRanges[1]; +}; +struct ALIGN( 8 ) _DUPLICATE_EXTENTS_DATA +{ + HANDLE FileHandle; + LARGE_INTEGER SourceFileOffset; + LARGE_INTEGER TargetFileOffset; + LARGE_INTEGER ByteCount; +}; +struct ALIGN( 4 ) _FILE_FS_VOLUME_FLAGS_INFORMATION +{ + ULONG Flags; +}; +struct ALIGN( 4 ) _STREAMS_ASSOCIATE_ID_INPUT_BUFFER +{ + DWORD Flags; + DWORD StreamId; +}; +struct ALIGN( 8 ) _WIM_PROVIDER_UPDATE_OVERLAY_INPUT +{ + LARGE_INTEGER DataSourceId; + DWORD WimFileNameOffset; + DWORD WimFileNameLength; +}; +struct ALIGN( 8 ) _KERNEL_USER_TIMES +{ + LARGE_INTEGER CreateTime; + LARGE_INTEGER ExitTime; + LARGE_INTEGER KernelTime; + LARGE_INTEGER UserTime; +}; +struct ALIGN( 4 ) _WRITE_USN_REASON_INPUT +{ + DWORD Flags; + DWORD UsnReasonToWrite; +}; +struct ALIGN( 4 ) _POWER_THROTTLING_THREAD_STATE +{ + ULONG Version; + ULONG ControlMask; + ULONG StateMask; +}; +union ALIGN( 4 ) _PROCESS_LOGGING_INFORMATION +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG EnableReadVmLogging : 1; + ULONG EnableWriteVmLogging : 1; + ULONG EnableProcessSuspendResumeLogging : 1; + ULONG EnableThreadSuspendResumeLogging : 1; + ULONG EnableLocalExecProtectVmLogging : 1; + ULONG EnableRemoteExecProtectVmLogging : 1; + ULONG Reserved : 26; + }; +}; +struct ALIGN( 8 ) _REPAIR_COPIES_OUTPUT +{ + DWORD Size; + DWORD Status; + LARGE_INTEGER ResumeFileOffset; +}; +struct ALIGN( 2 ) _PROCESS_PRIORITY_CLASS_EX +{ + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + USHORT ForegroundValid : 1; + USHORT PriorityClassValid : 1; + }; + USHORT AllFlags; + }; + UCHAR PriorityClass; + BOOLEAN Foreground; +}; +struct ALIGN( 8 ) _FSCTL_QUERY_REGION_INFO_OUTPUT +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD Reserved; + DWORDLONG Alignment; + DWORD TotalNumberOfRegions; + DWORD NumberOfRegionsReturned; + FILE_STORAGE_TIER_REGION Regions[1]; +}; +struct ALIGN( 4 ) _API_SET_NAMESPACE_ENTRY +{ + ULONG Flags; + ULONG NameOffset; + ULONG NameLength; + ULONG HashedLength; + ULONG ValueOffset; + ULONG ValueCount; +}; +struct ALIGN( 4 ) _STREAMS_QUERY_ID_OUTPUT_BUFFER +{ + DWORD StreamId; +}; +struct ALIGN( 8 ) _COUNTER_READING +{ + HARDWARE_COUNTER_TYPE Type; + ULONG Index; + ULONG64 Start; + ULONG64 Total; +}; +struct ALIGN( 4 ) _TXFS_READ_BACKUP_INFORMATION_OUT +{ + union ALIGN( 4 ) + { + DWORD BufferLength; + BYTE Buffer[1]; + }; +}; +struct ALIGN( 8 ) tagWNODE_EVENT_ITEM +{ + _WNODE_HEADER WnodeHeader; +}; +struct ALIGN( 1 ) _DECRYPTION_STATUS_BUFFER +{ + BOOLEAN NoEncryptedStreams; +}; +struct ALIGN( 4 ) _CLIENT_ID32 +{ + ULONG UniqueProcess; + ULONG UniqueThread; +}; +struct ALIGN( 4 ) _SYSTEM_CALL_COUNT_INFORMATION +{ + ULONG Length; + ULONG NumberOfTables; +}; +struct ALIGN( 4 ) _SI_COPYFILE +{ + DWORD SourceFileNameLength; + DWORD DestinationFileNameLength; + DWORD Flags; + WCHAR FileNameBuffer[1]; +}; +struct ALIGN( 8 ) _MEMORY_COMBINE_INFORMATION_EX2 +{ + HANDLE Handle; + ULONG_PTR PagesCombined; + ULONG Flags; + HANDLE ProcessHandle; +}; +struct ALIGN( 4 ) _FILE_QUERY_SPARING_BUFFER +{ + DWORD SparingUnitBytes; + BOOLEAN SoftwareSparing; + DWORD TotalSpareBlocks; + DWORD FreeSpareBlocks; +}; +struct ALIGN( 8 ) tagWNODE_SINGLE_INSTANCE +{ + _WNODE_HEADER WnodeHeader; + ULONG OffsetInstanceName; + ULONG InstanceIndex; + ULONG DataBlockOffset; + ULONG SizeDataBlock; + UCHAR VariableData[0]; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_ASSEMBLY_ROSTER_HEADER +{ + ULONG HeaderSize; + ULONG HashAlgorithm; + ULONG EntryCount; + ULONG FirstEntryOffset; + ULONG AssemblyInformationSectionOffset; +}; +struct ALIGN( 8 ) _SYSTEM_ENTROPY_TIMING_INFORMATION +{ + void ( *EntropyRoutine )( PVOID, ULONG ); + void ( *InitializationRoutine )( PVOID, ULONG, PVOID ); + PVOID InitializationContext; +}; +struct ALIGN( 8 ) _LDR_DDAG_NODE +{ + LIST_ENTRY Modules; + PLDR_SERVICE_TAG_RECORD ServiceTagList; + ULONG LoadCount; + ULONG LoadWhileUnloadingCount; + ULONG LowestLink; + union ALIGN( 8 ) + { + LDRP_CSLIST Dependencies; + SINGLE_LIST_ENTRY RemovalLink; + }; + LDRP_CSLIST IncomingDependencies; + LDR_DDAG_STATE State; + SINGLE_LIST_ENTRY CondenseLink; + ULONG PreorderNumber; +}; +struct ALIGN( 8 ) _SYSTEM_QUERY_TIME_ADJUST_INFORMATION_PRECISE +{ + ULONGLONG TimeAdjustment; + ULONGLONG TimeIncrement; + BOOLEAN Enable; +}; +struct ALIGN( 2 ) _GET_FILTER_FILE_IDENTIFIER_INPUT +{ + WORD AltitudeLength; + WCHAR Altitude[1]; +}; +struct ALIGN( 8 ) _TXFS_GET_METADATA_INFO_OUT +{ + struct ALIGN( 8 ) + { + LONGLONG LowPart; + LONGLONG HighPart; + } TxfFileId; + GUID LockingTransaction; + DWORDLONG LastLsn; + DWORD TransactionState; +}; +struct ALIGN( 8 ) _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY +{ + DWORDLONG Offset; + DWORD NameFlags; + LONGLONG FileId; + DWORD Reserved1; + DWORD Reserved2; + LONGLONG Reserved3; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _TXFS_LIST_TRANSACTIONS_ENTRY +{ + GUID TransactionId; + DWORD TransactionState; + DWORD Reserved1; + DWORD Reserved2; + LONGLONG Reserved3; +}; +struct ALIGN( 8 ) _LDR_SERVICE_TAG_RECORD +{ + _LDR_SERVICE_TAG_RECORD* Next; + ULONG ServiceTag; +}; +struct ALIGN( 1 ) _TXFS_WRITE_BACKUP_INFORMATION +{ + BYTE Buffer[1]; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION_PATH_SEGMENT +{ + ULONG Length; + ULONG Offset; +}; +struct ALIGN( 4 ) _TXFS_GET_TRANSACTED_VERSION +{ + DWORD ThisBaseVersion; + DWORD LatestVersion; + WORD ThisMiniVersion; + WORD FirstMiniVersion; + WORD LatestMiniVersion; +}; +struct ALIGN( 4 ) _CONTAINER_ROOT_INFO_INPUT +{ + DWORD Flags; +}; +struct ALIGN( 8 ) _TXFS_SAVEPOINT_INFORMATION +{ + HANDLE KtmTransaction; + DWORD ActionCode; + DWORD SavepointId; +}; +struct ALIGN( 2 ) _CONTAINER_ROOT_INFO_OUTPUT +{ + WORD ContainerRootIdLength; + BYTE ContainerRootId[1]; +}; +struct ALIGN( 1 ) _TXFS_TRANSACTION_ACTIVE_INFO +{ + BOOLEAN TransactionsActiveAtSnapshot; +}; +struct ALIGN( 8 ) _SYSTEM_TIMEOFDAY_INFORMATION +{ + LARGE_INTEGER BootTime; + LARGE_INTEGER CurrentTime; + LARGE_INTEGER TimeZoneBias; + ULONG TimeZoneId; + ULONG Reserved; + ULONGLONG BootTimeBias; + ULONGLONG SleepTimeBias; +}; +struct ALIGN( 4 ) _SINGLE_LIST_ENTRY32 +{ + ULONG Next; +}; +struct ALIGN( 8 ) _RETRIEVAL_POINTER_BASE +{ + LARGE_INTEGER FileAreaOffset; +}; +struct ALIGN( 8 ) _SYSTEM_FILECACHE_INFORMATION +{ + SIZE_T CurrentSize; + SIZE_T PeakSize; + ULONG PageFaultCount; + SIZE_T MinimumWorkingSet; + SIZE_T MaximumWorkingSet; + SIZE_T CurrentSizeIncludingTransitionInPages; + SIZE_T PeakSizeIncludingTransitionInPages; + ULONG TransitionRePurposeCount; + ULONG Flags; +}; +struct ALIGN( 4 ) _FILE_FS_PERSISTENT_VOLUME_INFORMATION +{ + DWORD VolumeFlags; + DWORD FlagMask; + DWORD Version; + DWORD Reserved; +}; +struct ALIGN( 8 ) _OBJECT_BASIC_INFORMATION +{ + ULONG Attributes; + ACCESS_MASK GrantedAccess; + ULONG HandleCount; + ULONG PointerCount; + ULONG PagedPoolCharge; + ULONG NonPagedPoolCharge; + ULONG Reserved[3]; + ULONG NameInfoSize; + ULONG TypeInfoSize; + ULONG SecurityDescriptorSize; + LARGE_INTEGER CreationTime; +}; +struct ALIGN( 4 ) _REQUEST_OPLOCK_INPUT_BUFFER +{ + WORD StructureVersion; + WORD StructureLength; + DWORD RequestedOplockLevel; + DWORD Flags; +}; +struct ALIGN( 8 ) _COUNTED_REASON_CONTEXT +{ + ULONG Version; + ULONG Flags; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + UNICODE_STRING ResourceFileName; + USHORT ResourceReasonId; + ULONG StringCount; + PUNICODE_STRING ReasonStrings; + }; + UNICODE_STRING SimpleString; + }; +}; +struct ALIGN( 8 ) _SM_REGISTRATION_INFO +{ + HANDLE CachesUpdatedEvent; +}; +struct ALIGN( 8 ) _SM_REGISTRATION_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + SM_REGISTRATION_INFO RegInfo; +}; +struct ALIGN( 8 ) _LDR_DLL_UNLOADED_NOTIFICATION_DATA +{ + ULONG Flags; + PCUNICODE_STRING FullDllName; + PCUNICODE_STRING BaseDllName; + PVOID DllBase; + ULONG SizeOfImage; +}; +struct ALIGN( 8 ) _VOLUME_DISK_EXTENTS +{ + DWORD NumberOfDiskExtents; + DISK_EXTENT Extents[1]; +}; +struct ALIGN( 8 ) _WOW64_PROCESS +{ + PVOID Wow64; +}; +struct ALIGN( 8 ) _IO_STATUS_BLOCK +{ + union ALIGN( 8 ) + { + NTSTATUS Status; + PVOID Pointer; + }; + ULONG_PTR Information; +}; +struct ALIGN( 8 ) _FILE_IO_COMPLETION_INFORMATION +{ + PVOID KeyContext; + PVOID ApcContext; + IO_STATUS_BLOCK IoStatusBlock; +}; +struct ALIGN( 8 ) _WORKER_FACTORY_DEFERRED_WORK +{ + PPORT_MESSAGE AlpcSendMessage; + PVOID AlpcSendMessagePort; + ULONG AlpcSendMessageFlags; + ULONG Flags; +}; +struct ALIGN( 8 ) _QUERY_BAD_RANGES_INPUT +{ + DWORD Flags; + DWORD NumRanges; + QUERY_BAD_RANGES_INPUT_RANGE Ranges[1]; +}; +struct ALIGN( 8 ) _RTL_PROCESS_MODULE_INFORMATION_EX +{ + USHORT NextOffset; + RTL_PROCESS_MODULE_INFORMATION BaseInfo; + ULONG ImageChecksum; + ULONG TimeDateStamp; + PVOID DefaultBase; +}; +struct ALIGN( 4 ) _LOOKUP_STREAM_FROM_CLUSTER_OUTPUT +{ + DWORD Offset; + DWORD NumberOfMatches; + DWORD BufferSizeRequired; +}; +; +union ALIGN( 4 ) _SYSTEM_BUILD_VERSION_INFORMATION_FLAGS +{ + ULONG Value32; + struct ALIGN( 4 ) + { + ULONG IsTopLevel : 1; + ULONG IsChecked : 1; + }; +}; +struct ALIGN( 4 ) _SYSTEM_BUILD_VERSION_INFORMATION +{ + USHORT LayerNumber; + USHORT LayerCount; + ULONG OsMajorVersion; + ULONG OsMinorVersion; + ULONG NtBuildNumber; + ULONG NtBuildQfe; + UCHAR LayerName[128]; + UCHAR NtBuildBranch[128]; + UCHAR NtBuildLab[128]; + UCHAR NtBuildLabEx[128]; + UCHAR NtBuildStamp[26]; + UCHAR NtBuildArch[16]; + SYSTEM_BUILD_VERSION_INFORMATION_FLAGS Flags; +}; +struct ALIGN( 4 ) _FILE_TYPE_NOTIFICATION_INPUT +{ + DWORD Flags; + DWORD NumFileTypeIDs; + GUID FileTypeID[1]; +}; +struct ALIGN( 8 ) _SYSTEM_CPU_SET_TAG_INFORMATION +{ + ULONGLONG Tag; + ULONGLONG CpuSets[1]; +}; +struct ALIGN( 8 ) _SYSTEM_BASIC_WORKING_SET_INFORMATION +{ + SIZE_T CurrentSize; + SIZE_T PeakSize; + ULONG PageFaultCount; +}; +struct ALIGN( 8 ) _CSV_QUERY_FILE_REVISION +{ + LONGLONG FileId; + LONGLONG FileRevision[3]; +}; +struct ALIGN( 4 ) _SEMAPHORE_BASIC_INFORMATION +{ + LONG CurrentCount; + LONG MaximumCount; +}; +struct ALIGN( 8 ) _WIM_PROVIDER_SUSPEND_OVERLAY_INPUT +{ + LARGE_INTEGER DataSourceId; +}; +struct ALIGN( 8 ) _TIMER_BASIC_INFORMATION +{ + LARGE_INTEGER RemainingTime; + BOOLEAN TimerState; +}; +struct ALIGN( 8 ) _HV_MINROOT_NUMA_LPS +{ + ULONG NodeIndex; + ULONG_PTR Mask[16]; +}; +struct ALIGN( 8 ) _SYSTEM_HYPERVISOR_MINROOT_INFORMATION +{ + ULONG NumProc; + ULONG RootProc; + ULONG RootProcNumaNodesSpecified; + USHORT RootProcNumaNodes[64]; + ULONG RootProcPerCore; + ULONG RootProcPerNode; + ULONG RootProcNumaNodesLpsSpecified; + HV_MINROOT_NUMA_LPS RootProcNumaNodeLps[64]; +}; +struct ALIGN( 4 ) _CSV_QUERY_VOLUME_REDIRECT_STATE +{ + DWORD MdsNodeId; + DWORD DsNodeId; + BOOLEAN IsDiskConnected; + BOOLEAN ClusterEnableDirectIo; + CSVFS_DISK_CONNECTIVITY DiskConnectivity; +}; +struct ALIGN( 8 ) _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_INPUT +{ + ULONG Version; + PWSTR FeatureName; + ULONG BornOnVersion; +}; +struct ALIGN( 8 ) _REFS_SMR_VOLUME_GC_PARAMETERS +{ + DWORD Version; + DWORD Flags; + REFS_SMR_VOLUME_GC_ACTION Action; + REFS_SMR_VOLUME_GC_METHOD Method; + DWORD IoGranularity; + DWORD CompressionFormat; + DWORDLONG Unused[8]; +}; +struct ALIGN( 4 ) _STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER +{ + DWORD OptimalWriteSize; + DWORD StreamGranularitySize; + DWORD StreamIdMin; + DWORD StreamIdMax; +}; +struct ALIGN( 4 ) _LMR_QUERY_INFO_PARAM +{ + LMR_QUERY_INFO_CLASS Operation; +}; +struct ALIGN( 4 ) _WOF_VERSION_INFO +{ + DWORD WofVersion; +}; +struct ALIGN( 4 ) _MUTANT_BASIC_INFORMATION +{ + LONG CurrentCount; + BOOLEAN OwnedByCaller; + BOOLEAN AbandonedState; +}; +struct ALIGN( 8 ) _WIM_PROVIDER_EXTERNAL_INFO +{ + DWORD Version; + DWORD Flags; + LARGE_INTEGER DataSourceId; + BYTE ResourceHash[20]; +}; +struct ALIGN( 4 ) _TRACE_STACK_CACHING_INFO +{ + BOOLEAN Enabled; + ULONG CacheSize; + ULONG BucketCount; +}; +struct ALIGN( 4 ) _WIM_PROVIDER_ADD_OVERLAY_INPUT +{ + DWORD WimType; + DWORD WimIndex; + DWORD WimFileNameOffset; + DWORD WimFileNameLength; +}; +struct ALIGN( 8 ) _SYSDBG_IO_SPACE +{ + ULONG64 Address; + PVOID Buffer; + ULONG Request; + _INTERFACE_TYPE InterfaceType; + ULONG BusNumber; + ULONG AddressSpace; +}; +struct ALIGN( 8 ) _MUTANT_OWNER_INFORMATION +{ + CLIENT_ID ClientId; +}; +struct ALIGN( 4 ) _TRACE_PERIODIC_CAPTURE_STATE_INFO +{ + ULONG CaptureStateFrequencyInSeconds; + USHORT ProviderCount; + USHORT Reserved; +}; +struct ALIGN( 1 ) _CSV_IS_OWNED_BY_CSVFS +{ + BOOLEAN OwnedByCSVFS; +}; +struct ALIGN( 8 ) _FILE_REGION_INPUT +{ + LONGLONG FileOffset; + LONGLONG Length; + DWORD DesiredUsage; +}; +struct ALIGN( 4 ) _BCD_ELEMENT_OBJECT +{ + GUID Object; +}; +struct ALIGN( 8 ) _TRACE_LOGFILE_HEADER64 +{ + ULONG BufferSize; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 1 ) + { + UCHAR MajorVersion; + UCHAR MinorVersion; + UCHAR SubVersion; + UCHAR SubMinorVersion; + } VersionDetail; + }; + ULONG ProviderVersion; + ULONG NumberOfProcessors; + LARGE_INTEGER EndTime; + ULONG TimerResolution; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG BuffersWritten; + union ALIGN( 4 ) + { + GUID LogInstanceGuid; + struct ALIGN( 4 ) + { + ULONG StartBuffers; + ULONG PointerSize; + ULONG EventsLost; + ULONG CpuSpeedInMHz; + }; + }; + ULONG64 LoggerName; + ULONG64 LogFileName; + TIME_ZONE_INFORMATION TimeZone; + LARGE_INTEGER BootTime; + LARGE_INTEGER PerfFreq; + LARGE_INTEGER StartTime; + ULONG ReservedFlags; + ULONG BuffersLost; +}; +struct ALIGN( 8 ) _DUPLICATE_EXTENTS_DATA32 +{ + UINT32 FileHandle; + LARGE_INTEGER SourceFileOffset; + LARGE_INTEGER TargetFileOffset; + LARGE_INTEGER ByteCount; +}; +struct ALIGN( 4 ) _FILE_LEVEL_TRIM_OUTPUT +{ + DWORD NumRangesProcessed; +}; +struct ALIGN( 8 ) _DUPLICATE_EXTENTS_DATA_EX +{ + SIZE_T Size; + HANDLE FileHandle; + LARGE_INTEGER SourceFileOffset; + LARGE_INTEGER TargetFileOffset; + LARGE_INTEGER ByteCount; + DWORD Flags; +}; +struct ALIGN( 8 ) _SYSTEM_FLUSH_INFORMATION +{ + ULONG SupportedFlushMethods; + ULONG ProcessorCacheFlushSize; + ULONGLONG SystemFlushCapabilities; + ULONGLONG Reserved[2]; +}; +struct ALIGN( 8 ) _DUPLICATE_EXTENTS_DATA_EX32 +{ + DWORD32 Size; + DWORD32 FileHandle; + LARGE_INTEGER SourceFileOffset; + LARGE_INTEGER TargetFileOffset; + LARGE_INTEGER ByteCount; + DWORD Flags; +}; +struct ALIGN( 4 ) _ETW_PMC_COUNTER_OWNERSHIP_STATUS +{ + ULONG ProcessorNumber; + ULONG NumberOfCounters; + ETW_PMC_COUNTER_OWNER CounterOwners[1]; +}; +struct ALIGN( 8 ) _SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION +{ + PVOID HypervisorSharedUserVa; +}; +struct ALIGN( 8 ) _QUERY_FILE_LAYOUT_INPUT +{ + union ALIGN( 4 ) + { + DWORD FilterEntryCount; + DWORD NumberOfPairs; + }; + DWORD Flags; + QUERY_FILE_LAYOUT_FILTER_TYPE FilterType; + DWORD Reserved; + union ALIGN( 8 ) + { + CLUSTER_RANGE ClusterRanges[1]; + FILE_REFERENCE_RANGE FileReferenceRanges[1]; + STORAGE_RESERVE_ID StorageReserveIds[1]; + } Filter; +}; +struct ALIGN( 8 ) _TRACE_GUID_REGISTRATION +{ + LPCGUID Guid; + HANDLE RegHandle; +}; +struct ALIGN( 8 ) _FILE_LAYOUT_ENTRY +{ + DWORD Version; + DWORD NextFileOffset; + DWORD Flags; + DWORD FileAttributes; + DWORDLONG FileReferenceNumber; + DWORD FirstNameOffset; + DWORD FirstStreamOffset; + DWORD ExtraInfoOffset; + DWORD ExtraInfoLength; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_PAGE_COMBINE_INFORMATION +{ + HANDLE StopHandle; + ULONG Flags; + ULONG_PTR TotalNumberOfPages; +}; +struct ALIGN( 4 ) _RTL_FEATURE_CONFIGURATION +{ + ULONG FeatureId; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Priority : 4; + ULONG EnabledState : 2; + ULONG IsWexpConfiguration : 1; + ULONG HasSubscriptions : 1; + ULONG Variant : 6; + ULONG VariantPayloadKind : 2; + ULONG Reserved : 16; + }; + }; + ULONG VariantPayload; +}; +struct ALIGN( 4 ) _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX +{ + BYTE EnableIntegrity; + BYTE KeepIntegrityStateUnchanged; + WORD Reserved; + DWORD Flags; + BYTE Version; + BYTE Reserved2[7]; +}; +struct ALIGN( 4 ) _RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET +{ + ULONG Data[2]; +}; +struct ALIGN( 8 ) _RTL_PROCESS_MODULES +{ + ULONG NumberOfModules; + RTL_PROCESS_MODULE_INFORMATION Modules[1]; +}; +struct ALIGN( 8 ) _MEMORY_REGION_INFORMATION +{ + PVOID AllocationBase; + ULONG AllocationProtect; + union ALIGN( 4 ) + { + ULONG RegionType; + struct ALIGN( 4 ) + { + ULONG Private : 1; + ULONG MappedDataFile : 1; + ULONG MappedImage : 1; + ULONG MappedPageFile : 1; + ULONG MappedPhysical : 1; + ULONG DirectMapped : 1; + ULONG SoftwareEnclave : 1; + ULONG PageSize64K : 1; + ULONG PlaceholderReservation : 1; + ULONG MappedAwe : 1; + ULONG MappedWriteWatch : 1; + ULONG PageSizeLarge : 1; + ULONG PageSizeHuge : 1; + ULONG Reserved : 19; + }; + }; + SIZE_T RegionSize; + SIZE_T CommitSize; + ULONG_PTR PartitionId; + ULONG_PTR NodePreference; +}; +struct ALIGN( 8 ) _FSCTL_OFFLOAD_WRITE_INPUT +{ + DWORD Size; + DWORD Flags; + DWORDLONG FileOffset; + DWORDLONG CopyLength; + DWORDLONG TransferOffset; + BYTE Token[512]; +}; +struct ALIGN( 4 ) _FSCTL_QUERY_REGION_INFO_INPUT +{ + DWORD Version; + DWORD Size; + DWORD Flags; + DWORD NumberOfTierIds; + GUID TierIds[1]; +}; +struct ALIGN( 4 ) _SET_PURGE_FAILURE_MODE_INPUT +{ + DWORD Flags; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA +{ + ULONG Magic; + ULONG HeaderSize; + ULONG FormatVersion; + ULONG TotalSize; + ULONG DefaultTocOffset; + ULONG ExtendedTocOffset; + ULONG AssemblyRosterOffset; + ULONG Flags; +}; +struct ALIGN( 4 ) _SYSTEM_FLAGS_INFORMATION +{ + ULONG Flags; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_ISSUE +{ + ULONGLONG IssueType; + PVOID Address; + ULONGLONG Parameters[2]; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_CANCELLATION_INFORMATION +{ + ULONG CancelProbability; + ULONG CancelThreshold; + ULONG CompletionThreshold; + ULONG CancellationVerifierDisabled; + ULONG AvailableIssues; + SYSTEM_VERIFIER_ISSUE Issues[128]; +}; +struct ALIGN( 8 ) _SYSTEM_PERFORMANCE_INFORMATION +{ + LARGE_INTEGER IdleProcessTime; + LARGE_INTEGER IoReadTransferCount; + LARGE_INTEGER IoWriteTransferCount; + LARGE_INTEGER IoOtherTransferCount; + ULONG IoReadOperationCount; + ULONG IoWriteOperationCount; + ULONG IoOtherOperationCount; + ULONG AvailablePages; + ULONG CommittedPages; + ULONG CommitLimit; + ULONG PeakCommitment; + ULONG PageFaultCount; + ULONG CopyOnWriteCount; + ULONG TransitionCount; + ULONG CacheTransitionCount; + ULONG DemandZeroCount; + ULONG PageReadCount; + ULONG PageReadIoCount; + ULONG CacheReadCount; + ULONG CacheIoCount; + ULONG DirtyPagesWriteCount; + ULONG DirtyWriteIoCount; + ULONG MappedPagesWriteCount; + ULONG MappedWriteIoCount; + ULONG PagedPoolPages; + ULONG NonPagedPoolPages; + ULONG PagedPoolAllocs; + ULONG PagedPoolFrees; + ULONG NonPagedPoolAllocs; + ULONG NonPagedPoolFrees; + ULONG FreeSystemPtes; + ULONG ResidentSystemCodePage; + ULONG TotalSystemDriverPages; + ULONG TotalSystemCodePages; + ULONG NonPagedPoolLookasideHits; + ULONG PagedPoolLookasideHits; + ULONG AvailablePagedPoolPages; + ULONG ResidentSystemCachePage; + ULONG ResidentPagedPoolPage; + ULONG ResidentSystemDriverPage; + ULONG CcFastReadNoWait; + ULONG CcFastReadWait; + ULONG CcFastReadResourceMiss; + ULONG CcFastReadNotPossible; + ULONG CcFastMdlReadNoWait; + ULONG CcFastMdlReadWait; + ULONG CcFastMdlReadResourceMiss; + ULONG CcFastMdlReadNotPossible; + ULONG CcMapDataNoWait; + ULONG CcMapDataWait; + ULONG CcMapDataNoWaitMiss; + ULONG CcMapDataWaitMiss; + ULONG CcPinMappedDataCount; + ULONG CcPinReadNoWait; + ULONG CcPinReadWait; + ULONG CcPinReadNoWaitMiss; + ULONG CcPinReadWaitMiss; + ULONG CcCopyReadNoWait; + ULONG CcCopyReadWait; + ULONG CcCopyReadNoWaitMiss; + ULONG CcCopyReadWaitMiss; + ULONG CcMdlReadNoWait; + ULONG CcMdlReadWait; + ULONG CcMdlReadNoWaitMiss; + ULONG CcMdlReadWaitMiss; + ULONG CcReadAheadIos; + ULONG CcLazyWriteIos; + ULONG CcLazyWritePages; + ULONG CcDataFlushes; + ULONG CcDataPages; + ULONG ContextSwitches; + ULONG FirstLevelTbFills; + ULONG SecondLevelTbFills; + ULONG SystemCalls; + ULONGLONG CcTotalDirtyPages; + ULONGLONG CcDirtyPageThreshold; + LONGLONG ResidentAvailablePages; + ULONGLONG SharedCommittedPages; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_HEADER +{ + ULONG HeaderSize; + ULONG EntryCount; + ULONG FirstEntryOffset; + ULONG Flags; +}; +struct ALIGN( 4 ) _ATOM_TABLE_INFORMATION +{ + ULONG NumberOfAtoms; + RTL_ATOM Atoms[1]; +}; +struct ALIGN( 8 ) _SYSTEM_REF_TRACE_INFORMATION +{ + BOOLEAN TraceEnable; + BOOLEAN TracePermanent; + UNICODE_STRING TraceProcessName; + UNICODE_STRING TracePoolTags; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE +{ + ULONG BucketTableEntryCount; + ULONG BucketTableOffset; +}; +union ALIGN( 4 ) _BCD_OBJECT_DATATYPE +{ + ULONG PackedValue; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG Reserved : 28; + BCD_OBJECT_TYPE ObjectType : 4; + }; + struct ALIGN( 4 ) + { + BCD_APPLICATION_OBJECT_TYPE ApplicationType : 20; + BCD_APPLICATION_IMAGE_TYPE ImageType : 4; + ULONG Reserved : 4; + BCD_OBJECT_TYPE ObjectType : 4; + } Application; + struct ALIGN( 4 ) + { + ULONG Value : 20; + BCD_INHERITED_CLASS_TYPE Class : 4; + ULONG Reserved : 4; + BCD_OBJECT_TYPE ObjectType : 4; + } Inherit; + struct ALIGN( 4 ) + { + ULONG Reserved : 28; + BCD_OBJECT_TYPE ObjectType : 4; + } Device; + }; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_ASSEMBLY_GLOBAL_INFORMATION +{ + ULONG Size; + ULONG Flags; + GUID PolicyCoherencyGuid; + GUID PolicyOverrideGuid; + ULONG ApplicationDirectoryPathType; + ULONG ApplicationDirectoryLength; + ULONG ApplicationDirectoryOffset; + ULONG ResourceName; +}; +struct ALIGN( 4 ) _SYSTEM_DPC_BEHAVIOR_INFORMATION +{ + ULONG Spare; + ULONG DpcQueueDepth; + ULONG MinimumDpcRate; + ULONG AdjustDpcThreshold; + ULONG IdealDpcRate; +}; +struct ALIGN( 8 ) _REFS_SMR_VOLUME_INFO_OUTPUT +{ + DWORD Version; + DWORD Flags; + LARGE_INTEGER SizeOfRandomlyWritableTier; + LARGE_INTEGER FreeSpaceInRandomlyWritableTier; + LARGE_INTEGER SizeofSMRTier; + LARGE_INTEGER FreeSpaceInSMRTier; + LARGE_INTEGER UsableFreeSpaceInSMRTier; + REFS_SMR_VOLUME_GC_STATE VolumeGcState; + DWORD VolumeGcLastStatus; + DWORD CurrentGcBandFillPercentage; + DWORDLONG Unused[6]; +}; +struct ALIGN( 8 ) _SYSTEM_LEGACY_DRIVER_INFORMATION +{ + ULONG VetoType; + UNICODE_STRING VetoList; +}; +struct ALIGN( 4 ) _SYSTEM_LOOKASIDE_INFORMATION +{ + USHORT CurrentDepth; + USHORT MaximumDepth; + ULONG TotalAllocates; + ULONG AllocateMisses; + ULONG TotalFrees; + ULONG FreeMisses; + ULONG Type; + ULONG Tag; + ULONG Size; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESS_INFORMATION +{ + ULONG NextEntryOffset; + ULONG NumberOfThreads; + LARGE_INTEGER WorkingSetPrivateSize; + ULONG HardFaultCount; + ULONG NumberOfThreadsHighWatermark; + ULONGLONG CycleTime; + LARGE_INTEGER CreateTime; + LARGE_INTEGER UserTime; + LARGE_INTEGER KernelTime; + UNICODE_STRING ImageName; + KPRIORITY BasePriority; + HANDLE UniqueProcessId; + HANDLE InheritedFromUniqueProcessId; + ULONG HandleCount; + ULONG SessionId; + ULONG_PTR UniqueProcessKey; + SIZE_T PeakVirtualSize; + SIZE_T VirtualSize; + ULONG PageFaultCount; + SIZE_T PeakWorkingSetSize; + SIZE_T WorkingSetSize; + SIZE_T QuotaPeakPagedPoolUsage; + SIZE_T QuotaPagedPoolUsage; + SIZE_T QuotaPeakNonPagedPoolUsage; + SIZE_T QuotaNonPagedPoolUsage; + SIZE_T PagefileUsage; + SIZE_T PeakPagefileUsage; + SIZE_T PrivatePageCount; + LARGE_INTEGER ReadOperationCount; + LARGE_INTEGER WriteOperationCount; + LARGE_INTEGER OtherOperationCount; + LARGE_INTEGER ReadTransferCount; + LARGE_INTEGER WriteTransferCount; + LARGE_INTEGER OtherTransferCount; + SYSTEM_THREAD_INFORMATION Threads[1]; +}; +struct ALIGN( 4 ) _VIRTUALIZATION_INSTANCE_INFO_INPUT +{ + DWORD NumberOfWorkerThreads; + DWORD Flags; +}; +struct ALIGN( 8 ) _SM_STORE_CACHE_BACKED_PARAMS +{ + ULONG SectorSize; + PCHAR EncryptionKey; + ULONG EncryptionKeySize; + PSMKM_FILE_INFO FileInfo; + PVOID EtaContext; + PRTL_BITMAP StoreRegionBitmap; +}; +struct ALIGN( 8 ) _MEMORY_IMAGE_INFORMATION +{ + PVOID ImageBase; + SIZE_T SizeOfImage; + union ALIGN( 4 ) + { + ULONG ImageFlags; + struct ALIGN( 4 ) + { + ULONG ImagePartialMap : 1; + ULONG ImageNotExecutable : 1; + ULONG ImageSigningLevel : 4; + ULONG Reserved : 26; + }; + }; +}; +struct ALIGN( 8 ) _MEMORY_ENCLAVE_IMAGE_INFORMATION +{ + MEMORY_IMAGE_INFORMATION ImageInfo; + UCHAR UniqueID[32]; + UCHAR AuthorID[32]; +}; +struct ALIGN( 4 ) _VARIABLE_NAME_AND_VALUE +{ + ULONG NextEntryOffset; + ULONG ValueOffset; + ULONG ValueLength; + ULONG Attributes; + GUID VendorGuid; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _SECTION_IMAGE_INFORMATION +{ + PVOID TransferAddress; + ULONG ZeroBits; + SIZE_T MaximumStackSize; + SIZE_T CommittedStackSize; + ULONG SubSystemType; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + USHORT SubSystemMinorVersion; + USHORT SubSystemMajorVersion; + }; + ULONG SubSystemVersion; + }; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + USHORT MajorOperatingSystemVersion; + USHORT MinorOperatingSystemVersion; + }; + ULONG OperatingSystemVersion; + }; + USHORT ImageCharacteristics; + USHORT DllCharacteristics; + USHORT Machine; + BOOLEAN ImageContainsCode; + union ALIGN( 1 ) + { + UCHAR ImageFlags; + struct ALIGN( 1 ) + { + UCHAR ComPlusNativeReady : 1; + UCHAR ComPlusILOnly : 1; + UCHAR ImageDynamicallyRelocated : 1; + UCHAR ImageMappedFlat : 1; + UCHAR BaseBelow4gb : 1; + UCHAR ComPlusPrefer32bit : 1; + UCHAR Reserved : 2; + }; + }; + ULONG LoaderFlags; + ULONG ImageFileSize; + ULONG CheckSum; +}; +struct ALIGN( 8 ) _SECTION_INTERNAL_IMAGE_INFORMATION +{ + SECTION_IMAGE_INFORMATION SectionInformation; + union ALIGN( 4 ) + { + ULONG ExtendedFlags; + struct ALIGN( 4 ) + { + ULONG ImageExportSuppressionEnabled : 1; + ULONG ImageCetShadowStacksReady : 1; + ULONG ImageXfgEnabled : 1; + ULONG ImageCetShadowStacksStrictMode : 1; + ULONG ImageCetSetContextIpValidationRelaxedMode : 1; + ULONG ImageCetDynamicApisAllowInProc : 1; + ULONG ImageCetDowngradeReserved1 : 1; + ULONG ImageCetDowngradeReserved2 : 1; + ULONG Reserved : 24; + }; + }; +}; +struct ALIGN( 4 ) _SYSTEM_WRITE_CONSTRAINT_INFORMATION +{ + ULONG WriteConstraintPolicy; + ULONG Reserved; +}; +struct ALIGN( 2 ) _BCD_ELEMENT_STRING +{ + WCHAR Value[1]; +}; +struct ALIGN( 8 ) _BCD_ELEMENT_INTEGER_LIST +{ + ULONG64 Value[1]; +}; +struct ALIGN( 4 ) BCD_ELEMENT_DESCRIPTION +{ + ULONG Version; + ULONG Type; + ULONG DataSize; +}; +struct ALIGN( 4 ) _SYSTEM_NUMA_PROXIMITY_MAP +{ + ULONG NodeProximityId; + USHORT NodeNumber; +}; +struct ALIGN( 8 ) _SYSTEM_SYSTEM_DISK_INFORMATION +{ + UNICODE_STRING SystemDisk; +}; +struct ALIGN( 8 ) _MEMORY_WORKING_SET_BLOCK +{ + ULONG_PTR Protection : 5; + ULONG_PTR ShareCount : 3; + ULONG_PTR Shared : 1; + ULONG_PTR Node : 3; + ULONG_PTR VirtualPage : 52; +}; +union ALIGN( 8 ) _LDR_DLL_NOTIFICATION_DATA +{ + LDR_DLL_LOADED_NOTIFICATION_DATA Loaded; + LDR_DLL_UNLOADED_NOTIFICATION_DATA Unloaded; +}; +struct ALIGN( 4 ) _LDR_FAILURE_DATA +{ + NTSTATUS Status; + WCHAR DllName[32]; + WCHAR AdditionalInfo[32]; +}; +struct ALIGN( 4 ) _ST_READ_LATENCY_BUCKET +{ + ULONG LatencyUs; + ULONG Count; +}; +struct ALIGN( 8 ) _ST_STATS_SPACE_BITMAP +{ + SIZE_T CompressedBytes; + ULONG BytesPerBit; + UCHAR StoreBitmap[1]; +}; +struct ALIGN( 8 ) EVENT_INSTANCE_INFO +{ + HANDLE RegHandle; + ULONG InstanceId; +}; +struct ALIGN( 8 ) _MMPFN_MEMSNAP_INFORMATION +{ + ULONG_PTR InitialPageFrameIndex; + ULONG_PTR Count; +}; +struct ALIGN( 8 ) _SMKM_FILE_INFO +{ + HANDLE FileHandle; + PFILE_OBJECT FileObject; + PFILE_OBJECT VolumeFileObject; + PDEVICE_OBJECT VolumeDeviceObject; + HANDLE VolumePnpHandle; + PIRP UsageNotificationIrp; + PSMKM_REGION_EXTENT Extents; + ULONG ExtentCount; +}; +struct ALIGN( 8 ) _COVERAGE_MODULES +{ + ULONG ListAndReset; + ULONG NumberOfModules; + COVERAGE_MODULE_REQUEST ModuleRequestInfo; + COVERAGE_MODULE_INFO Modules[1]; +}; +struct ALIGN( 8 ) _SYSTEM_PAGEFILE_INFORMATION_EX +{ + union ALIGN( 8 ) + { + SYSTEM_PAGEFILE_INFORMATION Info; + struct ALIGN( 8 ) + { + ULONG NextEntryOffset; + ULONG TotalSize; + ULONG TotalInUse; + ULONG PeakUsage; + UNICODE_STRING PageFileName; + }; + }; + ULONG MinimumSize; + ULONG MaximumSize; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_FAULTS_INFORMATION +{ + ULONG Probability; + ULONG MaxProbability; + UNICODE_STRING PoolTags; + UNICODE_STRING Applications; +}; +struct ALIGN( 4 ) _SYSTEM_PROCESSOR_PERFORMANCE_HITCOUNT_WIN8 +{ + ULONG Hits; + UCHAR PercentFrequency; +}; +struct ALIGN( 8 ) _SMC_CACHE_STATS +{ + SIZE_T TotalFileSize; + ULONG StoreCount; + ULONG RegionCount; + ULONG RegionSizeBytes; + ULONG FileCount : 6; + ULONG PerformsFileIo : 1; + ULONG Spare : 25; + ULONG StoreIds[16]; + ULONG PhysicalStoreBitmap; + ULONG Priority; + WCHAR TemplateFilePath[512]; +}; +struct ALIGN( 8 ) _SMC_CACHE_STATS_REQUEST +{ + ULONG Version : 8; + ULONG NoFilePath : 1; + ULONG Spare : 23; + ULONG CacheId; + SMC_CACHE_STATS CacheStats; +}; +struct ALIGN( 8 ) _SYSTEM_VA_LIST_INFORMATION +{ + SIZE_T VirtualSize; + SIZE_T VirtualPeak; + SIZE_T VirtualLimit; + SIZE_T AllocationFailures; +}; +struct ALIGN( 8 ) _SYSTEM_POOL_ENTRY +{ + BOOLEAN Allocated; + BOOLEAN Spare0; + USHORT AllocatorBackTraceIndex; + ULONG Size; + union ALIGN( 8 ) + { + UCHAR Tag[4]; + ULONG TagUlong; + PVOID ProcessChargedQuota; + }; +}; +struct ALIGN( 8 ) _SYSTEM_POOL_INFORMATION +{ + SIZE_T TotalSize; + PVOID FirstEntry; + USHORT EntryOverhead; + BOOLEAN PoolTagPresent; + BOOLEAN Spare0; + ULONG NumberOfEntries; + SYSTEM_POOL_ENTRY Entries[1]; +}; +struct ALIGN( 8 ) _SYSTEM_BASIC_PERFORMANCE_INFORMATION +{ + SIZE_T AvailablePages; + SIZE_T CommittedPages; + SIZE_T CommitLimit; + SIZE_T PeakCommitment; +}; +struct ALIGN( 4 ) _SYSTEM_WATCHDOG_TIMER_INFORMATION +{ + WATCHDOG_INFORMATION_CLASS WdInfoClass; + ULONG DataValue; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET +{ + ULONG ChainCount; + ULONG ChainOffset; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESS_ID_INFORMATION +{ + HANDLE ProcessId; + UNICODE_STRING ImageName; +}; +struct ALIGN( 8 ) _SYSTEM_POLICY_INFORMATION +{ + PVOID InputData; + PVOID OutputData; + ULONG InputDataSize; + ULONG OutputDataSize; + ULONG Version; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_INFORMATION_LEGACY +{ + ULONG NextEntryOffset; + ULONG Level; + UNICODE_STRING DriverName; + ULONG RaiseIrqls; + ULONG AcquireSpinLocks; + ULONG SynchronizeExecutions; + ULONG AllocationsAttempted; + ULONG AllocationsSucceeded; + ULONG AllocationsSucceededSpecialPool; + ULONG AllocationsWithNoTag; + ULONG TrimRequests; + ULONG Trims; + ULONG AllocationsFailed; + ULONG AllocationsFailedDeliberately; + ULONG Loads; + ULONG Unloads; + ULONG UnTrackedPool; + ULONG CurrentPagedPoolAllocations; + ULONG CurrentNonPagedPoolAllocations; + ULONG PeakPagedPoolAllocations; + ULONG PeakNonPagedPoolAllocations; + SIZE_T PagedPoolUsageInBytes; + SIZE_T NonPagedPoolUsageInBytes; + SIZE_T PeakPagedPoolUsageInBytes; + SIZE_T PeakNonPagedPoolUsageInBytes; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_PAGE_RANGE +{ + ULONG_PTR StartPage; + ULONG_PTR NumberOfPages; +}; +struct ALIGN( 4 ) _SYSTEM_VHD_BOOT_INFORMATION +{ + BOOLEAN OsDiskIsVhd; + ULONG OsVhdFilePathOffset; + WCHAR OsVhdParentVolume[1]; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_INITIAL_ADD_INFORMATION +{ + ULONG Flags; + ULONG NumberOfRanges; + ULONG_PTR NumberOfPagesAdded; + MEMORY_PARTITION_PAGE_RANGE PartitionRanges[1]; +}; +struct ALIGN( 8 ) _SYSTEM_BIGPOOL_ENTRY +{ + union ALIGN( 8 ) + { + PVOID VirtualAddress; + ULONG_PTR NonPaged : 1; + }; + SIZE_T SizeInBytes; + union ALIGN( 4 ) + { + UCHAR Tag[4]; + ULONG TagUlong; + }; +}; +struct ALIGN( 8 ) _TPM_BOOT_ENTROPY_NT_RESULT +{ + ULONGLONG Policy; + TPM_BOOT_ENTROPY_RESULT_CODE ResultCode; + NTSTATUS ResultStatus; + ULONGLONG Time; + ULONG EntropyLength; + UCHAR EntropyData[40]; +}; +struct ALIGN( 1 ) _SYSTEM_EDID_INFORMATION +{ + UCHAR Edid[128]; +}; +struct ALIGN( 4 ) _HV_DETAILS +{ + ULONG Data[4]; +}; +struct ALIGN( 4 ) _SYSTEM_HYPERVISOR_DETAIL_INFORMATION +{ + HV_DETAILS HvVendorAndMaxFunction; + HV_DETAILS HypervisorInterface; + HV_DETAILS HypervisorVersion; + HV_DETAILS HvFeatures; + HV_DETAILS HwFeatures; + HV_DETAILS EnlightenmentInfo; + HV_DETAILS ImplementationLimits; +}; +struct ALIGN( 2 ) _ST_STATS_REGION_INFO +{ + USHORT SpaceUsed; + UCHAR Priority; + UCHAR Spare; +}; +struct ALIGN( 2 ) _SYSTEM_POINTER_AUTH_INFORMATION +{ + union ALIGN( 2 ) + { + USHORT SupportedFlags; + struct ALIGN( 2 ) + { + USHORT AddressAuthSupported : 1; + USHORT AddressAuthQarma : 1; + USHORT GenericAuthSupported : 1; + USHORT GenericAuthQarma : 1; + USHORT SupportedReserved : 12; + }; + }; + union ALIGN( 2 ) + { + USHORT EnabledFlags; + struct ALIGN( 2 ) + { + USHORT UserPerProcessIpAuthEnabled : 1; + USHORT UserGlobalIpAuthEnabled : 1; + USHORT UserEnabledReserved : 6; + USHORT KernelIpAuthEnabled : 1; + USHORT KernelEnabledReserved : 7; + }; + }; +}; +struct ALIGN( 8 ) _SMKM_REGION_EXTENT +{ + ULONG RegionCount; + SIZE_T ByteOffset; +}; +struct ALIGN( 8 ) _SYSTEM_PHYSICAL_MEMORY_INFORMATION +{ + ULONGLONG TotalPhysicalBytes; + ULONGLONG LowestPhysicalAddress; + ULONGLONG HighestPhysicalAddress; +}; +struct ALIGN( 4 ) _SM_STORE_LIST_REQUEST +{ + ULONG Version : 8; + ULONG StoreCount : 8; + ULONG ExtendedRequest : 1; + ULONG Spare : 15; + ULONG StoreId[32]; +}; +struct ALIGN( 4 ) _SM_STORE_LIST_REQUEST_EX +{ + SM_STORE_LIST_REQUEST Request; + WCHAR NameBuffer[32][64]; +}; +struct ALIGN( 8 ) _SYSTEM_REGISTRY_QUOTA_INFORMATION +{ + ULONG RegistryQuotaAllowed; + ULONG RegistryQuotaUsed; + SIZE_T PagedPoolSize; +}; +struct ALIGN( 8 ) _SYSTEM_CODEINTEGRITYVERIFICATION_INFORMATION +{ + HANDLE FileHandle; + ULONG ImageSize; + PVOID Image; +}; +struct ALIGN( 8 ) _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2 +{ + ULONG Version; + ULONG AbnormalResetOccurred; + ULONG OfflineMemoryDumpCapable; + LARGE_INTEGER ResetDataAddress; + ULONG ResetDataSize; +}; +struct ALIGN( 4 ) _ST_IO_STATS_PERIOD +{ + ULONG PageCounts[5]; +}; +struct ALIGN( 4 ) _ST_IO_STATS +{ + ULONG PeriodCount; + ST_IO_STATS_PERIOD Periods[64]; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_FEATURES_INFORMATION +{ + ULONGLONG ProcessorFeatureBits; + ULONGLONG Reserved[3]; +}; +struct ALIGN( 4 ) _QUERY_PERFORMANCE_COUNTER_FLAGS +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG KernelTransition : 1; + ULONG Reserved : 31; + }; + ULONG ul; + }; +}; +struct ALIGN( 8 ) _SYSTEM_SESSION_MAPPED_VIEW_INFORMATION +{ + SIZE_T NextEntryOffset; + ULONG SessionId; + ULONG ViewFailures; + SIZE_T NumberOfBytesAvailable; + SIZE_T NumberOfBytesAvailableContiguous; +}; +struct ALIGN( 8 ) _SYSTEM_BOOT_GRAPHICS_INFORMATION +{ + LARGE_INTEGER FrameBuffer; + ULONG Width; + ULONG Height; + ULONG PixelStride; + ULONG Flags; + SYSTEM_PIXEL_FORMAT Format; + ULONG DisplayRotation; +}; +struct ALIGN( 4 ) _SYSTEM_CONSOLE_INFORMATION +{ + ULONG DriverLoaded : 1; + ULONG Spare : 31; +}; +struct ALIGN( 8 ) _SYSTEM_VERIFIER_INFORMATION_EX +{ + ULONG VerifyMode; + ULONG OptionChanges; + UNICODE_STRING PreviousBucketName; + ULONG IrpCancelTimeoutMsec; + ULONG VerifierExtensionEnabled; + ULONG Reserved[1]; +}; +struct ALIGN( 8 ) _SYSTEM_REGISTRY_APPEND_STRING_PARAMETERS +{ + HANDLE KeyHandle; + PUNICODE_STRING ValueNamePointer; + PULONG RequiredLengthPointer; + PUCHAR Buffer; + ULONG BufferLength; + ULONG Type; + PUCHAR AppendBuffer; + ULONG AppendBufferLength; + BOOLEAN CreateIfDoesntExist; + BOOLEAN TruncateExistingValue; +}; +struct ALIGN( 4 ) _SYSTEM_ERROR_PORT_TIMEOUTS +{ + ULONG StartTimeout; + ULONG CommTimeout; +}; +struct ALIGN( 8 ) _SYSTEM_CODEINTEGRITYPOLICY_INFORMATION +{ + ULONG Options; + ULONG HVCIOptions; + ULONGLONG Version; + GUID PolicyGuid; +}; +struct ALIGN( 8 ) _SYSTEM_SET_TIME_ADJUST_INFORMATION_PRECISE +{ + ULONGLONG TimeAdjustment; + BOOLEAN Enable; +}; +struct ALIGN( 8 ) _SYSTEM_ISOLATED_USER_MODE_INFORMATION +{ + BOOLEAN SecureKernelRunning : 1; + BOOLEAN HvciEnabled : 1; + BOOLEAN HvciStrictMode : 1; + BOOLEAN DebugEnabled : 1; + BOOLEAN FirmwarePageProtection : 1; + BOOLEAN EncryptionKeyAvailable : 1; + BOOLEAN SpareFlags : 2; + BOOLEAN TrustletRunning : 1; + BOOLEAN HvciDisableAllowed : 1; + BOOLEAN SpareFlags2 : 6; + BOOLEAN Spare0[6]; + ULONGLONG Spare1; +}; +struct ALIGN( 4 ) _SYSTEM_EXCEPTION_INFORMATION +{ + ULONG AlignmentFixupCount; + ULONG ExceptionDispatchCount; + ULONG FloatingEmulationCount; + ULONG ByteWordEmulationCount; +}; +struct ALIGN( 8 ) _FILE_FS_CONTROL_INFORMATION +{ + LARGE_INTEGER FreeSpaceStartFiltering; + LARGE_INTEGER FreeSpaceThreshold; + LARGE_INTEGER FreeSpaceStopFiltering; + LARGE_INTEGER DefaultQuotaThreshold; + LARGE_INTEGER DefaultQuotaLimit; + ULONG FileSystemControlFlags; +}; +struct ALIGN( 8 ) _SYSTEM_SINGLE_MODULE_INFORMATION +{ + PVOID TargetModuleAddress; + RTL_PROCESS_MODULE_INFORMATION_EX ExInfo; +}; +struct ALIGN( 4 ) _SYSTEM_CRASH_DUMP_STATE_INFORMATION +{ + SYSTEM_CRASH_DUMP_CONFIGURATION_CLASS CrashDumpConfigurationClass; +}; +struct ALIGN( 1 ) _SYSTEM_KERNEL_DEBUGGER_INFORMATION +{ + BOOLEAN KernelDebuggerEnabled; + BOOLEAN KernelDebuggerNotPresent; +}; +struct ALIGN( 4 ) _FILE_DIRECTORY_NEXT_INFORMATION +{ + ULONG NextEntryOffset; +}; +struct ALIGN( 8 ) _SYSTEM_MANUFACTURING_INFORMATION +{ + ULONG Options; + UNICODE_STRING ProfileName; +}; +struct ALIGN( 4 ) _SYSTEM_CONTEXT_SWITCH_INFORMATION +{ + ULONG ContextSwitches; + ULONG FindAny; + ULONG FindLast; + ULONG FindIdeal; + ULONG IdleAny; + ULONG IdleCurrent; + ULONG IdleLast; + ULONG IdleIdeal; + ULONG PreemptAny; + ULONG PreemptCurrent; + ULONG PreemptLast; + ULONG SwitchToIdle; +}; +struct ALIGN( 1 ) _SYSTEM_ENERGY_ESTIMATION_CONFIG_INFORMATION +{ + BOOLEAN Enabled; +}; +struct ALIGN( 1 ) _OBJECT_HANDLE_FLAG_INFORMATION +{ + BOOLEAN Inherit; + BOOLEAN ProtectFromClose; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_IDLE_INFORMATION +{ + ULONGLONG IdleTime; + ULONGLONG C1Time; + ULONGLONG C2Time; + ULONGLONG C3Time; + ULONG C1Transitions; + ULONG C2Transitions; + ULONG C3Transitions; + ULONG Padding; +}; +struct ALIGN( 8 ) _ALPC_BASIC_INFORMATION +{ + ULONG Flags; + ULONG SequenceNo; + PVOID PortContext; +}; +struct ALIGN( 4 ) _FILE_KNOWN_FOLDER_INFORMATION +{ + FILE_KNOWN_FOLDER_TYPE Type; +}; +struct ALIGN( 4 ) _SYSTEM_TPM_INFORMATION +{ + ULONG Flags; +}; +struct ALIGN( 8 ) _ISOLATION_MANIFEST_PROPERTIES +{ + UNICODE_STRING InstancePath; + UNICODE_STRING FriendlyName; + UNICODE_STRING Description; + ULONG_PTR Level; +}; +struct ALIGN( 2 ) _ATOM_BASIC_INFORMATION +{ + USHORT UsageCount; + USHORT Flags; + USHORT NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _SYSTEM_RANGE_START_INFORMATION +{ + ULONG_PTR SystemRangeStart; +}; +struct ALIGN( 8 ) _FILE_FS_VOLUME_INFORMATION +{ + LARGE_INTEGER VolumeCreationTime; + ULONG VolumeSerialNumber; + ULONG VolumeLabelLength; + BOOLEAN SupportsObjects; + WCHAR VolumeLabel[1]; +}; +struct ALIGN( 1 ) _SYSTEM_KERNEL_DEBUGGER_FLAGS +{ + BOOLEAN KernelDebuggerIgnoreUmExceptions; +}; +struct ALIGN( 8 ) _SYSTEM_CODEINTEGRITY_CERTIFICATE_INFORMATION +{ + HANDLE ImageFile; + ULONG Type; +}; +struct ALIGN( 8 ) _SYSTEM_SESSION_PROCESS_INFORMATION +{ + ULONG SessionId; + ULONG SizeOfBuf; + PVOID Buffer; +}; +struct ALIGN( 4 ) _PF_ROBUSTNESS_CONTROL +{ + ULONG Version; + PF_ROBUSTNESS_CONTROL_COMMAND Command; + ULONG DeprioProcessCount; + ULONG ExemptProcessCount; + ULONG DeprioFileCount; + ULONG ExemptFileCount; + PF_ROBUST_PROCESS_ENTRY ProcessEntries[1]; + PF_ROBUST_FILE_ENTRY FileEntries[1]; +}; +struct ALIGN( 8 ) _SYSTEM_INTERRUPT_CPU_SET_INFORMATION +{ + ULONG Gsiv; + USHORT Group; + ULONGLONG CpuSets; +}; +struct ALIGN( 8 ) _SYSTEM_NUMA_INFORMATION +{ + ULONG HighestNodeNumber; + ULONG Reserved; + union ALIGN( 8 ) + { + GROUP_AFFINITY ActiveProcessorsGroupAffinity[64]; + ULONGLONG AvailableMemory[64]; + ULONGLONG Pad[128]; + }; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_STRING_SECTION_HASH_TABLE +{ + ULONG BucketTableEntryCount; + ULONG BucketTableOffset; +}; +struct ALIGN( 1 ) _SYSTEM_SECUREBOOT_INFORMATION +{ + BOOLEAN SecureBootEnabled; + BOOLEAN SecureBootCapable; +}; +union ALIGN( 4 ) _SYSDBG_LIVEDUMP_CONTROL_ADDPAGES +{ + struct ALIGN( 4 ) + { + ULONG HypervisorPages : 1; + ULONG NonEssentialHypervisorPages : 1; + ULONG Reserved : 30; + }; + ULONG AsUlong; +}; +struct ALIGN( 8 ) _SYSDBG_LIVEDUMP_CONTROL +{ + ULONG Version; + ULONG BugCheckCode; + ULONG_PTR BugCheckParam1; + ULONG_PTR BugCheckParam2; + ULONG_PTR BugCheckParam3; + ULONG_PTR BugCheckParam4; + HANDLE DumpFileHandle; + HANDLE CancelEventHandle; + SYSDBG_LIVEDUMP_CONTROL_FLAGS Flags; + SYSDBG_LIVEDUMP_CONTROL_ADDPAGES AddPagesControl; + PSYSDBG_LIVEDUMP_SELECTIVE_CONTROL SelectiveControl; +}; +struct ALIGN( 4 ) _FILE_FS_DEVICE_INFORMATION +{ + DWORD DeviceType; + ULONG Characteristics; +}; +struct ALIGN( 4 ) _FILE_VOLUME_NAME_INFORMATION +{ + ULONG DeviceNameLength; + WCHAR DeviceName[1]; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_GUID_SECTION_HEADER +{ + ULONG Magic; + ULONG HeaderSize; + ULONG FormatVersion; + ULONG DataFormatVersion; + ULONG Flags; + ULONG ElementCount; + ULONG ElementListOffset; + ULONG SearchStructureOffset; + ULONG UserDataOffset; + ULONG UserDataSize; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_POWER_INFORMATION +{ + UCHAR CurrentFrequency; + UCHAR ThermalLimitFrequency; + UCHAR ConstantThrottleFrequency; + UCHAR DegradedThrottleFrequency; + UCHAR LastBusyFrequency; + UCHAR LastC3Frequency; + UCHAR LastAdjustedBusyFrequency; + UCHAR ProcessorMinThrottle; + UCHAR ProcessorMaxThrottle; + ULONG NumberOfFrequencies; + ULONG PromotionCount; + ULONG DemotionCount; + ULONG ErrorCount; + ULONG RetryCount; + ULONGLONG CurrentFrequencyTime; + ULONGLONG CurrentProcessorTime; + ULONGLONG CurrentProcessorIdleTime; + ULONGLONG LastProcessorTime; + ULONGLONG LastProcessorIdleTime; + ULONGLONG Energy; +}; +struct ALIGN( 4 ) _SYSTEM_ROOT_SILO_INFORMATION +{ + ULONG NumberOfSilos; + ULONG SiloIdList[1]; +}; +struct ALIGN( 8 ) _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX +{ + PVOID Object; + ULONG_PTR UniqueProcessId; + ULONG_PTR HandleValue; + ULONG GrantedAccess; + USHORT CreatorBackTraceIndex; + USHORT ObjectTypeIndex; + ULONG HandleAttributes; + ULONG Reserved; +}; +struct ALIGN( 8 ) _SYSTEM_HANDLE_INFORMATION_EX +{ + ULONG_PTR NumberOfHandles; + ULONG_PTR Reserved; + SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX Handles[1]; +}; +struct ALIGN( 8 ) _PF_SYSTEM_PREFETCH_PARAMETERS +{ + PF_ENABLE_STATUS EnableStatus[2]; + PF_TRACE_LIMITS TraceLimits[2]; + ULONG MaxNumActiveTraces; + ULONG MaxNumSavedTraces; + WCHAR RootDirPath[32]; + WCHAR HostingApplicationList[128]; +}; +struct ALIGN( 4 ) _FILE_GET_QUOTA_INFORMATION +{ + ULONG NextEntryOffset; + ULONG SidLength; + SID Sid; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_TOC_HEADER +{ + ULONG HeaderSize; + ULONG EntryCount; + ULONG FirstEntryOffset; + ULONG Flags; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_CYCLE_STATS_INFORMATION +{ + ULONGLONG Cycles[4][2]; +}; +struct ALIGN( 8 ) _SYSTEM_INTERRUPT_STEERING_INFORMATION_INPUT +{ + ULONG Gsiv; + UCHAR ControllerInterrupt; + UCHAR EdgeInterrupt; + UCHAR IsPrimaryInterrupt; + GROUP_AFFINITY TargetAffinity; +}; +struct ALIGN( 8 ) _SYSTEM_BIGPOOL_INFORMATION +{ + ULONG Count; + SYSTEM_BIGPOOL_ENTRY AllocatedInfo[1]; +}; +struct ALIGN( 8 ) _BCD_OBJECT +{ + GUID Identifer; + PBCD_OBJECT_DESCRIPTION Description; +}; +struct ALIGN( 4 ) _BCD_OBJECT_DESCRIPTION +{ + ULONG Version; + ULONG Type; +}; +union ALIGN( 4 ) _SYSTEM_INTERRUPT_STEERING_INFORMATION_OUTPUT +{ + ULONG AsULONG; + struct ALIGN( 4 ) + { + ULONG Enabled : 1; + ULONG Reserved : 31; + }; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_DLL_REDIRECTION +{ + ULONG Size; + ULONG Flags; + ULONG TotalPathLength; + ULONG PathSegmentCount; + ULONG PathSegmentOffset; +}; +struct ALIGN( 8 ) _SYSTEM_MEMORY_USAGE_INFORMATION +{ + ULONGLONG TotalPhysicalBytes; + ULONGLONG AvailableBytes; + LONGLONG ResidentAvailableBytes; + ULONGLONG CommittedBytes; + ULONGLONG SharedCommittedBytes; + ULONGLONG CommitLimitBytes; + ULONGLONG PeakCommitmentBytes; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX +{ + LARGE_INTEGER IdleTime; + LARGE_INTEGER KernelTime; + LARGE_INTEGER UserTime; + LARGE_INTEGER DpcTime; + LARGE_INTEGER InterruptTime; + ULONG InterruptCount; + ULONG Spare0; + LARGE_INTEGER AvailableTime; + LARGE_INTEGER Spare1; + LARGE_INTEGER Spare2; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_CONFIGURATION_INFORMATION +{ + ULONG Flags; + ULONG NumaNode; + ULONG Channel; + ULONG NumberOfNumaNodes; + ULONG_PTR ResidentAvailablePages; + ULONG_PTR CommittedPages; + ULONG_PTR CommitLimit; + ULONG_PTR PeakCommitment; + ULONG_PTR TotalNumberOfPages; + ULONG_PTR AvailablePages; + ULONG_PTR ZeroPages; + ULONG_PTR FreePages; + ULONG_PTR StandbyPages; + ULONG_PTR StandbyPageCountByPriority[8]; + ULONG_PTR RepurposedPagesByPriority[8]; + ULONG_PTR MaximumCommitLimit; + ULONG_PTR Reserved; + ULONG PartitionId; +}; +struct ALIGN( 8 ) _SYSTEM_SESSION_POOLTAG_INFORMATION +{ + SIZE_T NextEntryOffset; + ULONG SessionId; + ULONG Count; + SYSTEM_POOLTAG TagInfo[1]; +}; +struct ALIGN( 8 ) _SYSDBG_LIVEDUMP_SELECTIVE_CONTROL +{ + ULONG Version; + ULONG Size; + union ALIGN( 8 ) + { + ULONGLONG Flags; + struct ALIGN( 8 ) + { + ULONGLONG ThreadKernelStacks : 1; + ULONGLONG ReservedFlags : 63; + }; + }; + ULONGLONG Reserved[4]; +}; +struct ALIGN( 1 ) _SYSTEM_PORTABLE_WORKSPACE_EFI_LAUNCHER_INFORMATION +{ + BOOLEAN EfiLauncherEnabled; +}; +struct ALIGN( 8 ) _SYSTEM_WATCHDOG_HANDLER_INFORMATION +{ + PSYSTEM_WATCHDOG_HANDLER WdHandler; + PVOID Context; +}; +struct ALIGN( 8 ) _SYSTEM_ELAM_CERTIFICATE_INFORMATION +{ + HANDLE ElamDriverFile; +}; +struct ALIGN( 8 ) _ALPC_CONTEXT_ATTR +{ + PVOID PortContext; + PVOID MessageContext; + ULONG Sequence; + ULONG MessageId; + ULONG CallbackId; +}; +struct ALIGN( 8 ) _SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION +{ + ULONG ExtentCount; + ULONG ValidStructureSize; + ULONG NextExtentIndex; + ULONG ExtentRestart; + ULONG CycleCount; + ULONG TimeoutCount; + ULONGLONG CycleTime; + ULONGLONG CycleTimeMax; + ULONGLONG ExtentTime; + ULONG ExtentTimeIndex; + ULONG ExtentTimeMaxIndex; + ULONGLONG ExtentTimeMax; + ULONGLONG HyperFlushTimeMax; + ULONGLONG TranslateVaTimeMax; + ULONGLONG DebugExemptionCount; + ULONGLONG TbHitCount; + ULONGLONG TbMissCount; + ULONGLONG VinaPendingYield; + ULONGLONG HashCycles; + ULONG HistogramOffset; + ULONG HistogramBuckets; + ULONG HistogramShift; + ULONG Reserved1; + ULONGLONG PageNotPresentCount; +}; +struct ALIGN( 4 ) _SYSTEM_FIRMWARE_TABLE_INFORMATION +{ + ULONG ProviderSignature; + SYSTEM_FIRMWARE_TABLE_ACTION Action; + ULONG TableID; + ULONG TableBufferLength; + UCHAR TableBuffer[1]; +}; +struct ALIGN( 4 ) _SYSTEM_SECUREBOOT_PLATFORM_MANIFEST_INFORMATION +{ + ULONG PlatformManifestSize; + UCHAR PlatformManifest[1]; +}; +struct ALIGN( 8 ) _MEMORY_RANGE_ENTRY +{ + PVOID VirtualAddress; + SIZE_T NumberOfBytes; +}; +struct ALIGN( 8 ) _SYSTEM_FIRMWARE_TABLE_HANDLER +{ + ULONG ProviderSignature; + BOOLEAN Register; + PFNFTH FirmwareTableHandler; + PVOID DriverObject; +}; +struct ALIGN( 8 ) _PORT_MESSAGE64 +{ + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + CSHORT DataLength; + CSHORT TotalLength; + } s1; + ULONG Length; + } u1; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + CSHORT Type; + CSHORT DataInfoOffset; + } s2; + ULONG ZeroInit; + } u2; + union ALIGN( 8 ) + { + CLIENT_ID64 ClientId; + double DoNotUseThisField; + }; + ULONG MessageId; + union ALIGN( 8 ) + { + ULONGLONG ClientViewSize; + ULONG CallbackId; + }; +}; +struct ALIGN( 8 ) _SYSDBG_BUS_DATA +{ + ULONG Address; + PVOID Buffer; + ULONG Request; + _BUS_DATA_TYPE BusDataType; + ULONG BusNumber; + ULONG SlotNumber; +}; +struct ALIGN( 8 ) _SYSTEM_MEMORY_CHANNEL_INFORMATION +{ + ULONG ChannelNumber; + ULONG ChannelHeatIndex; + ULONGLONG TotalPageCount; + ULONGLONG ZeroPageCount; + ULONGLONG FreePageCount; + ULONGLONG StandbyPageCount; +}; +struct ALIGN( 4 ) _SYSTEM_BOOT_LOGO_INFORMATION +{ + ULONG Flags; + ULONG BitmapOffset; +}; +struct ALIGN( 8 ) _PROCESS_UPTIME_INFORMATION +{ + ULONGLONG QueryInterruptTime; + ULONGLONG QueryUnbiasedTime; + ULONGLONG EndInterruptTime; + ULONGLONG TimeSinceCreation; + ULONGLONG Uptime; + ULONGLONG SuspendedTime; + struct ALIGN( 4 ) + { + ULONG HangCount : 4; + ULONG GhostCount : 4; + ULONG Crashed : 1; + ULONG Terminated : 1; + }; +}; +struct ALIGN( 4 ) _BCD_ELEMENT_OBJECT_LIST +{ + GUID ObjectList[1]; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_IDLE_CYCLE_TIME_INFORMATION +{ + ULONGLONG CycleTime; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESS_INFORMATION_EXTENSION +{ + PROCESS_DISK_COUNTERS DiskCounters; + ULONGLONG ContextSwitches; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG HasStrongId : 1; + ULONG Classification : 4; + ULONG BackgroundActivityModerated : 1; + ULONG Spare : 26; + }; + }; + ULONG UserSidOffset; + ULONG PackageFullNameOffset; + PROCESS_ENERGY_VALUES EnergyValues; + ULONG AppIdOffset; + SIZE_T SharedCommitCharge; + ULONG JobObjectId; + ULONG SpareUlong; + ULONGLONG ProcessSequenceNumber; +}; +struct ALIGN( 4 ) _FILE_STORAGE_RESERVE_ID_INFORMATION +{ + STORAGE_RESERVE_ID StorageReserveId; +}; +struct ALIGN( 8 ) _PROCESS_COMBINE_SECURITY_DOMAINS_INFORMATION +{ + HANDLE ProcessHandle; +}; +struct ALIGN( 1 ) _SYSTEM_VSM_PROTECTION_INFORMATION +{ + BOOLEAN DmaProtectionsAvailable; + BOOLEAN DmaProtectionsInUse; + BOOLEAN HardwareMbecAvailable; + BOOLEAN ApicVirtualizationAvailable; +}; +struct ALIGN( 1 ) _BCD_ELEMENT_BOOLEAN +{ + BOOLEAN Value; +}; +struct ALIGN( 4 ) _FILE_PIPE_PEEK_BUFFER +{ + ULONG NamedPipeState; + ULONG ReadDataAvailable; + ULONG NumberOfMessages; + ULONG MessageLength; + CHAR Data[1]; +}; +struct ALIGN( 8 ) _FILE_PIPE_ASSIGN_EVENT_BUFFER +{ + HANDLE EventHandle; + ULONG KeyValue; +}; +struct ALIGN( 4 ) _SYSTEM_SPECIAL_POOL_INFORMATION +{ + ULONG PoolTag; + ULONG Flags; +}; +struct ALIGN( 8 ) _PEB_LDR_DATA +{ + ULONG Length; + BOOLEAN Initialized; + HANDLE SsHandle; + LIST_ENTRY InLoadOrderModuleList; + LIST_ENTRY InMemoryOrderModuleList; + LIST_ENTRY InInitializationOrderModuleList; + PVOID EntryInProgress; + BOOLEAN ShutdownInProgress; + HANDLE ShutdownThreadId; +}; +struct ALIGN( 4 ) _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V1 +{ + ULONG Version; + ULONG AbnormalResetOccurred; + ULONG OfflineMemoryDumpCapable; +}; +struct ALIGN( 4 ) _ALPC_SERVER_SESSION_INFORMATION +{ + ULONG SessionId; + ULONG ProcessId; +}; +struct ALIGN( 8 ) _SYSTEM_HYPERVISOR_QUERY_INFORMATION +{ + BOOLEAN HypervisorConnected; + BOOLEAN HypervisorDebuggingEnabled; + BOOLEAN HypervisorPresent; + BOOLEAN Spare0[5]; + ULONGLONG EnabledEnlightenments; +}; +struct ALIGN( 8 ) _INITIAL_TEB +{ + struct ALIGN( 8 ) + { + PVOID OldStackBase; + PVOID OldStackLimit; + } OldInitialTeb; + PVOID StackBase; + PVOID StackLimit; + PVOID StackAllocationBase; +}; +struct ALIGN( 8 ) _OBJECT_NAME_INFORMATION +{ + UNICODE_STRING Name; +}; +struct ALIGN( 4 ) _SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION +{ + ULONG FlagsToEnable; + ULONG FlagsToDisable; +}; +struct ALIGN( 8 ) _FILE_PIPE_REMOTE_INFORMATION +{ + LARGE_INTEGER CollectDataTime; + ULONG MaximumCollectionCount; +}; +struct ALIGN( 8 ) _SYSTEM_IOMMU_STATE_INFORMATION +{ + SYSTEM_IOMMU_STATE State; + PVOID Pdo; +}; +struct ALIGN( 4 ) _SYSTEM_PREFETCH_PATCH_INFORMATION +{ + ULONG PrefetchPatchCount; +}; +struct ALIGN( 8 ) _SYSTEM_FIRMWARE_RAMDISK_INFORMATION +{ + ULONG Version; + ULONG BlockSize; + ULONG_PTR BaseAddress; + SIZE_T Size; +}; +struct ALIGN( 4 ) _SYSTEM_ACPI_AUDIT_INFORMATION +{ + ULONG RsdpCount; + ULONG SameRsdt : 1; + ULONG SlicPresent : 1; + ULONG SlicDifferent : 1; +}; +struct ALIGN( 8 ) _SYSTEM_SYSTEM_PARTITION_INFORMATION +{ + UNICODE_STRING SystemPartition; +}; +struct ALIGN( 4 ) _SYSTEM_SECURITY_MODEL_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG SecurityModelFlags; + struct ALIGN( 4 ) + { + ULONG SModeAdminlessEnabled : 1; + ULONG AllowDeviceOwnerProtectionDowngrade : 1; + ULONG Reserved : 30; + }; + }; +}; +struct ALIGN( 8 ) _SM_MEM_COMPRESSION_INFO_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + ULONG CompressionPid; + ULONG WorkingSetSize; + SIZE_T TotalDataCompressed; + SIZE_T TotalCompressedSize; + SIZE_T TotalUniqueDataCompressed; +}; +struct ALIGN( 8 ) _FILE_PIPE_SILO_ARRIVAL_INPUT +{ + HANDLE JobHandle; +}; +struct ALIGN( 8 ) _FILE_STANDARD_INFORMATION +{ + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + ULONG NumberOfLinks; + BOOLEAN DeletePending; + BOOLEAN Directory; +}; +struct ALIGN( 4 ) _FILE_EA_INFORMATION +{ + ULONG EaSize; +}; +struct ALIGN( 4 ) _FILE_MODE_INFORMATION +{ + ULONG Mode; +}; +struct ALIGN( 4 ) _FILE_ALIGNMENT_INFORMATION +{ + ULONG AlignmentRequirement; +}; +struct ALIGN( 8 ) _FILE_ALL_INFORMATION +{ + FILE_BASIC_INFORMATION BasicInformation; + FILE_STANDARD_INFORMATION StandardInformation; + FILE_INTERNAL_INFORMATION InternalInformation; + FILE_EA_INFORMATION EaInformation; + FILE_ACCESS_INFORMATION AccessInformation; + FILE_POSITION_INFORMATION PositionInformation; + FILE_MODE_INFORMATION ModeInformation; + FILE_ALIGNMENT_INFORMATION AlignmentInformation; + FILE_NAME_INFORMATION NameInformation; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_GUID_SECTION_ENTRY +{ + GUID Guid; + ULONG Offset; + ULONG Length; + ULONG AssemblyRosterIndex; +}; +struct ALIGN( 8 ) _SYSTEM_POOL_LIMIT_MEM_INFO +{ + ULONGLONG MemoryLimit; + ULONGLONG NotificationLimit; +}; +struct ALIGN( 8 ) _SYSTEM_POOL_LIMIT_INFO +{ + ULONG PoolTag; + SYSTEM_POOL_LIMIT_MEM_INFO MemLimits[2]; + WNF_STATE_NAME NotificationHandle; +}; +struct ALIGN( 2 ) _MOUNTDEV_NAME +{ + USHORT NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _FILE_COMPLETION_INFORMATION +{ + HANDLE Port; + PVOID Key; +}; +struct ALIGN( 4 ) _PF_SCENARIO_PHASE_INFO +{ + ULONG Version; + PF_PHASED_SCENARIO_TYPE ScenType; + ULONG PhaseId; + ULONG SequenceNumber; + ULONG Flags; + ULONG FUSUserId; +}; +struct ALIGN( 8 ) _MEMORY_SCRUB_INFORMATION +{ + HANDLE Handle; + ULONG PagesScrubbed; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_ASSEMBLY_INFORMATION +{ + ULONG Size; + ULONG Flags; + ULONG EncodedAssemblyIdentityLength; + ULONG EncodedAssemblyIdentityOffset; + ULONG ManifestPathType; + ULONG ManifestPathLength; + ULONG ManifestPathOffset; + LARGE_INTEGER ManifestLastWriteTime; + ULONG PolicyPathType; + ULONG PolicyPathLength; + ULONG PolicyPathOffset; + LARGE_INTEGER PolicyLastWriteTime; + ULONG MetadataSatelliteRosterIndex; + ULONG Unused2; + ULONG ManifestVersionMajor; + ULONG ManifestVersionMinor; + ULONG PolicyVersionMajor; + ULONG PolicyVersionMinor; + ULONG AssemblyDirectoryNameLength; + ULONG AssemblyDirectoryNameOffset; + ULONG NumOfFilesInAssembly; + ULONG LanguageLength; + ULONG LanguageOffset; + ACTCTX_REQUESTED_RUN_LEVEL RunLevel; + ULONG UiAccess; +}; +struct ALIGN( 8 ) _SYSTEM_POOL_LIMIT_INFORMATION +{ + ULONG Version; + ULONG EntryCount; + SYSTEM_POOL_LIMIT_INFO LimitEntries[1]; +}; +struct ALIGN( 4 ) _FILE_IO_COMPLETION_NOTIFICATION_INFORMATION +{ + ULONG Flags; +}; +struct ALIGN( 4 ) _SYSTEM_PROCESSOR_PERFORMANCE_DISTRIBUTION +{ + ULONG ProcessorCount; + ULONG Offsets[1]; +}; +struct ALIGN( 8 ) _SYSDBG_CONTROL_SPACE +{ + ULONG64 Address; + PVOID Buffer; + ULONG Request; + ULONG Processor; +}; +struct ALIGN( 8 ) _SYSTEM_DEVICE_DATA_INFORMATION +{ + UNICODE_STRING DeviceId; + UNICODE_STRING DataName; + ULONG DataType; + ULONG DataBufferLength; + PVOID DataBuffer; +}; +struct ALIGN( 4 ) _SYSTEM_KERNEL_VA_SHADOW_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG KvaShadowFlags; + struct ALIGN( 4 ) + { + ULONG KvaShadowEnabled : 1; + ULONG KvaShadowUserGlobal : 1; + ULONG KvaShadowPcid : 1; + ULONG KvaShadowInvpcid : 1; + ULONG KvaShadowRequired : 1; + ULONG KvaShadowRequiredAvailable : 1; + ULONG InvalidPteBit : 6; + ULONG L1DataCacheFlushSupported : 1; + ULONG L1TerminalFaultMitigationPresent : 1; + ULONG Reserved : 18; + }; + }; +}; +struct ALIGN( 8 ) _SYSTEM_HYPERVISOR_BOOT_PAGES_INFORMATION +{ + ULONG RangeCount; + ULONG_PTR RangeArray[1]; +}; +struct ALIGN( 8 ) _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA +{ + PROCESSOR_PROFILE_CONTROL_AREA ProcessorProfileControlArea; + BOOLEAN Allocate; +}; +struct ALIGN( 8 ) _FILE_REPARSE_POINT_INFORMATION +{ + LONGLONG FileReference; + ULONG Tag; +}; +struct ALIGN( 8 ) _FILE_STANDARD_INFORMATION_EX +{ + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + ULONG NumberOfLinks; + BOOLEAN DeletePending; + BOOLEAN Directory; + BOOLEAN AlternateStream; + BOOLEAN MetadataAttribute; +}; +struct ALIGN( 8 ) _MEMORY_COMBINE_INFORMATION +{ + HANDLE Handle; + ULONG_PTR PagesCombined; +}; +struct ALIGN( 8 ) _SYSTEM_STORE_INFORMATION +{ + ULONG Version; + STORE_INFORMATION_CLASS StoreInformationClass; + PVOID Data; + ULONG Length; +}; +struct ALIGN( 8 ) _FILE_RENAME_INFORMATION_EX +{ + ULONG Flags; + HANDLE RootDirectory; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _MEMORY_WORKING_SET_EX_BLOCK +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONG_PTR Valid : 1; + ULONG_PTR ShareCount : 3; + ULONG_PTR Win32Protection : 11; + ULONG_PTR Shared : 1; + ULONG_PTR Node : 6; + ULONG_PTR Locked : 1; + ULONG_PTR LargePage : 1; + ULONG_PTR Priority : 3; + ULONG_PTR Reserved : 3; + ULONG_PTR SharedOriginal : 1; + ULONG_PTR Bad : 1; + ULONG_PTR Win32GraphicsProtection : 4; + ULONG_PTR ReservedUlong : 28; + }; + struct ALIGN( 8 ) + { + ULONG_PTR Valid : 1; + ULONG_PTR Reserved0 : 14; + ULONG_PTR Shared : 1; + ULONG_PTR Reserved1 : 5; + ULONG_PTR PageTable : 1; + ULONG_PTR Location : 2; + ULONG_PTR Priority : 3; + ULONG_PTR ModifiedList : 1; + ULONG_PTR Reserved2 : 2; + ULONG_PTR SharedOriginal : 1; + ULONG_PTR Bad : 1; + ULONG_PTR ReservedUlong : 32; + } Invalid; + }; +}; +struct ALIGN( 4 ) _MOUNTMGR_QUERY_AUTO_MOUNT +{ + MOUNTMGR_AUTO_MOUNT_STATE CurrentState; +}; +struct ALIGN( 8 ) _SM_STATS_REQUEST +{ + ULONG Version : 8; + ULONG DetailLevel : 8; + ULONG StoreId : 16; + ULONG BufferSize; + PVOID Buffer; +}; +struct ALIGN( 4 ) _ST_DATA_MGR_STATS +{ + ULONG RegionCount; + ULONG PagesStored; + ULONG UniquePagesStored; + ULONG LazyCleanupRegionCount; + struct ALIGN( 4 ) + { + ULONG RegionsInUse; + ULONG SpaceUsed; + } Space[8]; +}; +struct ALIGN( 8 ) _SECTION_BASIC_INFORMATION +{ + PVOID BaseAddress; + ULONG AllocationAttributes; + LARGE_INTEGER MaximumSize; +}; +struct ALIGN( 8 ) _LPC_CLIENT_DIED_MSG +{ + PORT_MESSAGE PortMsg; + LARGE_INTEGER CreateTime; +}; +struct ALIGN( 8 ) _SYSTEM_PLATFORM_BINARY_INFORMATION +{ + ULONG64 PhysicalAddress; + PVOID HandoffBuffer; + PVOID CommandLineBuffer; + ULONG HandoffBufferSize; + ULONG CommandLineBufferSize; +}; +struct ALIGN( 8 ) _SYSDBG_PHYSICAL +{ + PHYSICAL_ADDRESS Address; + PVOID Buffer; + ULONG Request; +}; +struct ALIGN( 4 ) _SM_STORE_BASIC_PARAMS +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG StoreType : 8; + ULONG NoDuplication : 1; + ULONG FailNoCompression : 1; + ULONG NoCompression : 1; + ULONG NoEncryption : 1; + ULONG NoEvictOnAdd : 1; + ULONG PerformsFileIo : 1; + ULONG VdlNotSet : 1; + ULONG UseIntermediateAddBuffer : 1; + ULONG CompressNoHuff : 1; + ULONG LockActiveRegions : 1; + ULONG VirtualRegions : 1; + ULONG Spare : 13; + }; + ULONG StoreFlags; + }; + ULONG Granularity; + ULONG RegionSize; + ULONG RegionCountMax; +}; +struct ALIGN( 4 ) _SMC_STORE_CREATE_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + SM_STORE_BASIC_PARAMS StoreParams; + ULONG CacheId; + SM_STORE_MANAGER_TYPE StoreManagerType; + ULONG StoreId; +}; +struct ALIGN( 4 ) _SYSTEM_CODEINTEGRITY_UNLOCK_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG Locked : 1; + ULONG UnlockApplied : 1; + ULONG UnlockIdValid : 1; + ULONG Reserved : 29; + }; + }; + UCHAR UnlockId[32]; +}; +struct ALIGN( 4 ) _ST_READ_LATENCY_STATS +{ + ST_READ_LATENCY_BUCKET Buckets[8]; +}; +struct ALIGN( 4 ) _SMC_STORE_DELETE_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + ULONG CacheId; + SM_STORE_MANAGER_TYPE StoreManagerType; + ULONG StoreId; +}; +struct ALIGN( 8 ) _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY +{ + ULONGLONG ChangeStamp; + PVOID Section; + ULONGLONG Size; +}; +struct ALIGN( 4 ) _PS_CPU_QUOTA_QUERY_ENTRY +{ + ULONG SessionId; + ULONG Weight; +}; +struct ALIGN( 4 ) _ST_STATS +{ + ULONG Version : 8; + ULONG Level : 4; + ULONG StoreType : 4; + ULONG NoDuplication : 1; + ULONG NoCompression : 1; + ULONG EncryptionStrength : 12; + ULONG VirtualRegions : 1; + ULONG Spare0 : 1; + ULONG Size; + USHORT CompressionFormat; + USHORT Spare; + struct ALIGN( 4 ) + { + ULONG RegionSize; + ULONG RegionCount; + ULONG RegionCountMax; + ULONG Granularity; + ST_DATA_MGR_STATS UserData; + ST_DATA_MGR_STATS Metadata; + } Basic; + struct ALIGN( 4 ) + { + ST_IO_STATS IoStats; + ST_READ_LATENCY_STATS ReadLatencyStats; + } Io; +}; +struct ALIGN( 8 ) _SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION +{ + ULONGLONG OverallChangeStamp; + SYSTEM_FEATURE_CONFIGURATION_SECTIONS_INFORMATION_ENTRY Descriptors[3]; +}; +struct ALIGN( 8 ) _SYSTEM_FIRMWARE_PARTITION_INFORMATION +{ + UNICODE_STRING FirmwarePartition; +}; +struct ALIGN( 8 ) _MEMORY_COMBINE_INFORMATION_EX +{ + HANDLE Handle; + ULONG_PTR PagesCombined; + ULONG Flags; +}; +struct ALIGN( 8 ) _SM_STORE_RESIZE_REQUEST +{ + ULONG Version : 8; + ULONG AddRegions : 1; + ULONG Spare : 23; + ULONG StoreId; + ULONG NumberOfRegions; + PRTL_BITMAP RegionBitmap; +}; +struct ALIGN( 4 ) _SMC_STORE_RESIZE_REQUEST +{ + ULONG Version : 8; + ULONG AddRegions : 1; + ULONG Spare : 23; + ULONG CacheId; + ULONG StoreId; + SM_STORE_MANAGER_TYPE StoreManagerType; + ULONG RegionCount; +}; +struct ALIGN( 8 ) _SYSTEM_ACTIVITY_MODERATION_INFO +{ + UNICODE_STRING Identifier; + SYSTEM_ACTIVITY_MODERATION_STATE ModerationState; + SYSTEM_ACTIVITY_MODERATION_APP_TYPE AppType; +}; +struct ALIGN( 8 ) _SMC_CACHE_CREATE_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + ULONG CacheId; + SMC_CACHE_CREATE_PARAMETERS CacheCreateParams; +}; +; +struct ALIGN( 8 ) _SYSTEM_ACTIVITY_MODERATION_USER_SETTINGS +{ + HANDLE UserKeyHandle; +}; +; +struct ALIGN( 8 ) _RTL_BITMAP +{ + ULONG SizeOfBitMap; + PULONG Buffer; +}; +struct ALIGN( 8 ) _SYSTEM_FEATURE_CONFIGURATION_INFORMATION +{ + ULONGLONG ChangeStamp; + PRTL_FEATURE_CONFIGURATION Configuration; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_MEMORY_EVENTS_INFORMATION +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG CommitEvents : 1; + ULONG Spare : 31; + }; + ULONG AllFlags; + } Flags; + ULONG HandleAttributes; + ULONG DesiredAccess; + HANDLE LowCommitCondition; + HANDLE HighCommitCondition; + HANDLE MaximumCommitCondition; +}; +struct ALIGN( 8 ) _SM_STORE_PARAMETERS +{ + SM_STORE_BASIC_PARAMS Store; + ULONG Priority; + ULONG Flags; + SM_STORE_CACHE_BACKED_PARAMS CacheBacked; +}; +struct ALIGN( 8 ) _SM_CREATE_REQUEST +{ + ULONG Version : 8; + ULONG AcquireReference : 1; + ULONG KeyedStore : 1; + ULONG Spare : 22; + SM_STORE_PARAMETERS Params; + ULONG StoreId; +}; +struct ALIGN( 128 ) _ALPC_COMPLETION_LIST_HEADER +{ + ULONG64 StartMagic; + ULONG TotalSize; + ULONG ListOffset; + ULONG ListSize; + ULONG BitmapOffset; + ULONG BitmapSize; + ULONG DataOffset; + ULONG DataSize; + ULONG AttributeFlags; + ULONG AttributeSize; + ALPC_COMPLETION_LIST_STATE State; + ULONG LastMessageId; + ULONG LastCallbackId; + ULONG PostCount; + ULONG ReturnCount; + ULONG LogSequenceNumber; + RTL_SRWLOCK UserLock; + ULONG64 EndMagic; +}; +struct ALIGN( 8 ) _FILE_STREAM_INFORMATION +{ + ULONG NextEntryOffset; + ULONG StreamNameLength; + LARGE_INTEGER StreamSize; + LARGE_INTEGER StreamAllocationSize; + WCHAR StreamName[1]; +}; +struct ALIGN( 4 ) _SM_DELETE_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 24; + ULONG StoreId; +}; +struct ALIGN( 4 ) _SYSTEM_LOW_PRIORITY_IO_INFORMATION +{ + ULONG LowPriReadOperations; + ULONG LowPriWriteOperations; + ULONG KernelBumpedToNormalOperations; + ULONG LowPriPagingReadOperations; + ULONG KernelPagingReadsBumpedToNormal; + ULONG LowPriPagingWriteOperations; + ULONG KernelPagingWritesBumpedToNormal; + ULONG BoostedIrpCount; + ULONG BoostedPagingIrpCount; + ULONG BlanketBoostCount; +}; +struct ALIGN( 4 ) _MOUNTMGR_MOUNT_POINTS +{ + ULONG Size; + ULONG NumberOfMountPoints; + MOUNTMGR_MOUNT_POINT MountPoints[1]; +}; +union ALIGN( 1 ) _SECURE_SPECULATION_CONTROL_INFORMATION +{ + ULONG KvaShadowSupported : 1; + ULONG KvaShadowEnabled : 1; + ULONG KvaShadowUserGlobal : 1; + ULONG KvaShadowPcid : 1; + ULONG MbClearEnabled : 1; + ULONG L1TFMitigated : 1; + ULONG BpbEnabled : 1; + ULONG IbrsPresent : 1; + ULONG EnhancedIbrs : 1; + ULONG StibpPresent : 1; + ULONG SsbdSupported : 1; + ULONG SsbdRequired : 1; + ULONG BpbKernelToUser : 1; + ULONG BpbUserToKernel : 1; + ULONG ReturnSpeculate : 1; + ULONG BranchConfusionSafe : 1; + ULONG Reserved : 16; +}; +struct ALIGN( 1 ) _SYSTEM_DMA_GUARD_POLICY_INFORMATION +{ + BOOLEAN DmaGuardPolicyEnabled; +}; +struct ALIGN( 4 ) _SM_CONFIG_REQUEST +{ + ULONG Version : 8; + ULONG Spare : 16; + ULONG ConfigType : 8; + ULONG ConfigValue; +}; +struct ALIGN( 8 ) _FILE_PIPE_CLIENT_PROCESS_BUFFER +{ + PVOID ClientSession; + PVOID ClientProcess; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_STRING_SECTION_HEADER +{ + ULONG Magic; + ULONG HeaderSize; + ULONG FormatVersion; + ULONG DataFormatVersion; + ULONG Flags; + ULONG ElementCount; + ULONG ElementListOffset; + ULONG HashAlgorithm; + ULONG SearchStructureOffset; + ULONG UserDataOffset; + ULONG UserDataSize; +}; +struct ALIGN( 8 ) _FILE_OBJECTID_INFORMATION +{ + LONGLONG FileReference; + UCHAR ObjectId[16]; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR BirthVolumeId[16]; + UCHAR BirthObjectId[16]; + UCHAR DomainId[16]; + }; + UCHAR ExtendedInfo[48]; + }; +}; +; +struct ALIGN( 4 ) _PAGE_PRIORITY_INFORMATION +{ + ULONG PagePriority; +}; +struct ALIGN( 8 ) _OBJECT_DIRECTORY_INFORMATION +{ + UNICODE_STRING Name; + UNICODE_STRING TypeName; +}; +struct ALIGN( 8 ) _VM_COUNTERS +{ + SIZE_T PeakVirtualSize; + SIZE_T VirtualSize; + ULONG PageFaultCount; + SIZE_T PeakWorkingSetSize; + SIZE_T WorkingSetSize; + SIZE_T QuotaPeakPagedPoolUsage; + SIZE_T QuotaPagedPoolUsage; + SIZE_T QuotaPeakNonPagedPoolUsage; + SIZE_T QuotaNonPagedPoolUsage; + SIZE_T PagefileUsage; + SIZE_T PeakPagefileUsage; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_EXTENDED_TOC_ENTRY +{ + GUID ExtensionGuid; + ULONG TocOffset; + ULONG Length; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_COM_SERVER_REDIRECTION +{ + ULONG Size; + ULONG Flags; + ULONG ThreadingModel; + GUID ReferenceClsid; + GUID ConfiguredClsid; + GUID ImplementedClsid; + GUID TypeLibraryId; + ULONG ModuleLength; + ULONG ModuleOffset; + ULONG ProgIdLength; + ULONG ProgIdOffset; + ULONG ShimDataLength; + ULONG ShimDataOffset; + ULONG MiscStatusDefault; + ULONG MiscStatusContent; + ULONG MiscStatusThumbnail; + ULONG MiscStatusIcon; + ULONG MiscStatusDocPrint; +}; +struct ALIGN( 4 ) _PF_TIME_CONTROL +{ + LONG TimeAdjustment; +}; +union ALIGN( 4 ) _BCD_ELEMENT_DATATYPE +{ + ULONG PackedValue; + struct ALIGN( 4 ) + { + ULONG SubType : 24; + BCD_ELEMENT_DATATYPE_FORMAT Format : 4; + BCD_ELEMENT_DATATYPE_CLASS Class : 4; + }; +}; +struct ALIGN( 4 ) _PS_CPU_QUOTA_QUERY_INFORMATION +{ + ULONG SessionCount; + PS_CPU_QUOTA_QUERY_ENTRY SessionInformation[1]; +}; +struct ALIGN( 4 ) _PF_BOOT_CONTROL +{ + ULONG Version; + ULONG DisableBootPrefetching; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_TOC_ENTRY +{ + ULONG Id; + ULONG Offset; + ULONG Length; + ULONG Format; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_PAGEFILE_INFORMATION +{ + UNICODE_STRING PageFileName; + LARGE_INTEGER MinimumSize; + LARGE_INTEGER MaximumSize; + ULONG Flags; +}; +struct ALIGN( 8 ) _REMOTE_PORT_VIEW64 +{ + ULONG Length; + ULONGLONG ViewSize; + ULONGLONG ViewBase; +}; +struct ALIGN( 4 ) _OBJECT_BOUNDARY_DESCRIPTOR +{ + ULONG Version; + ULONG Items; + ULONG TotalSize; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG AddAppContainerSid : 1; + ULONG Reserved : 31; + }; + }; +}; +struct ALIGN( 4 ) _SYSTEM_QUERY_PERFORMANCE_COUNTER_INFORMATION +{ + ULONG Version; + QUERY_PERFORMANCE_COUNTER_FLAGS Flags; + QUERY_PERFORMANCE_COUNTER_FLAGS ValidFlags; +}; +struct ALIGN( 8 ) _ALPC_PORT_MESSAGE_ZONE_INFORMATION +{ + PVOID Buffer; + ULONG Size; +}; +struct ALIGN( 1 ) _FILE_IS_REMOTE_DEVICE_INFORMATION +{ + BOOLEAN IsRemote; +}; +struct ALIGN( 8 ) _LPC_CLIENT_DIED_MSG64 +{ + PORT_MESSAGE64 PortMsg; + LARGE_INTEGER CreateTime; +}; +struct ALIGN( 4 ) _OBJECT_BOUNDARY_ENTRY +{ + BOUNDARY_ENTRY_TYPE EntryType; + ULONG EntrySize; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION_LEGACY +{ + DWORD ElementCount; + COMPATIBILITY_CONTEXT_ELEMENT_LEGACY Elements[1]; +}; +struct ALIGN( 4 ) _PF_SYSTEM_SUPERFETCH_PARAMETERS +{ + ULONG EnabledComponents; + ULONG BootID; + ULONG SavedSectInfoTracesMax; + ULONG SavedPageAccessTracesMax; + ULONG ScenarioPrefetchTimeoutStandby; + ULONG ScenarioPrefetchTimeoutHibernate; + ULONG ScenarioPrefetchTimeoutHiberBoot; +}; +struct ALIGN( 8 ) _PREFETCHER_INFORMATION +{ + ULONG Version; + ULONG Magic; + PREFETCHER_INFORMATION_CLASS PrefetcherInformationClass; + PVOID PrefetcherInformation; + ULONG PrefetcherInformationLength; +}; +struct ALIGN( 8 ) _ALPC_REGISTER_CALLBACK +{ + PVOID CallbackObject; + PVOID CallbackContext; +}; +struct ALIGN( 4 ) _OBJECT_TYPES_INFORMATION +{ + ULONG NumberOfTypes; +}; +struct ALIGN( 8 ) _ALPC_SECURITY_ATTR +{ + ULONG Flags; + PSECURITY_QUALITY_OF_SERVICE QoS; + ALPC_HANDLE ContextHandle; +}; +struct ALIGN( 4 ) _MOUNTMGR_CHANGE_NOTIFY_INFO +{ + ULONG EpicNumber; +}; +struct ALIGN( 8 ) _MEMORY_WORKING_SET_EX_INFORMATION +{ + PVOID VirtualAddress; + union ALIGN( 8 ) + { + MEMORY_WORKING_SET_EX_BLOCK VirtualAttributes; + ULONG_PTR Long; + } u1; +}; +struct ALIGN( 4 ) _PROCESS_WORKING_SET_CONTROL +{ + ULONG Version; + PROCESS_WORKING_SET_OPERATION Operation; + ULONG Flags; +}; +struct ALIGN( 4 ) _PROCESS_KEEPALIVE_COUNT_INFORMATION +{ + ULONG WakeCount; + ULONG NoWakeCount; +}; +struct ALIGN( 4 ) _MOUNTMGR_VOLUME_PATHS +{ + ULONG MultiSzLength; + WCHAR MultiSz[1]; +}; +struct ALIGN( 8 ) _FILE_TRACKING_INFORMATION +{ + HANDLE DestinationFile; + ULONG ObjectInformationLength; + CHAR ObjectInformation[1]; +}; +struct ALIGN( 4 ) _MEMORY_PHYSICAL_CONTIGUITY_UNIT_INFORMATION +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG State : 2; + ULONG Reserved : 30; + }; + ULONG AllInformation; + }; +}; +struct ALIGN( 4 ) _FILE_IO_PRIORITY_HINT_INFORMATION_EX +{ + IO_PRIORITY_HINT PriorityHint; + BOOLEAN BoostOutstanding; +}; +struct ALIGN( 4 ) _MOUNTMGR_SET_AUTO_MOUNT +{ + MOUNTMGR_AUTO_MOUNT_STATE NewState; +}; +struct ALIGN( 8 ) _MEMORY_SHARED_COMMIT_INFORMATION +{ + SIZE_T CommitSize; +}; +struct ALIGN( 1 ) _SYSTEM_KERNEL_DEBUGGER_INFORMATION_EX +{ + BOOLEAN DebuggerAllowed; + BOOLEAN DebuggerEnabled; + BOOLEAN DebuggerPresent; +}; +struct ALIGN( 8 ) _FILE_RENAME_INFORMATION +{ + BOOLEAN ReplaceIfExists; + HANDLE RootDirectory; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _BCD_ELEMENT_DEVICE +{ + ULONG DeviceType; + GUID AdditionalOptions; + struct ALIGN( 8 ) + { + union ALIGN( 4 ) + { + ULONG ParentOffset; + WCHAR Path[1]; + } File; + union ALIGN( 2 ) + { + WCHAR Path[1]; + } Partition; + union ALIGN( 4 ) + { + ULONG Type; + ULONG ParentOffset; + ULONG ElementType; + WCHAR Path[1]; + } Locate; + union ALIGN( 4 ) + { + GUID InterfaceInstance; + } Vmbus; + union ALIGN( 4 ) + { + ULONG Data[1]; + } Unknown; + BCD_ELEMENT_DEVICE_QUALIFIED_PARTITION QualifiedPartition; + }; +}; +struct ALIGN( 4 ) _SYSTEM_ORIGINAL_IMAGE_FEATURE_INFORMATION_OUTPUT +{ + ULONG Version; + BOOLEAN FeatureIsEnabled; +}; +struct ALIGN( 8 ) _EXTENDED_CREATE_INFORMATION_32 +{ + LONGLONG ExtendedCreateFlags; + void* __ptr32 EaBuffer; + ULONG EaLength; +}; +struct ALIGN( 1 ) _PROCESS_FOREGROUND_BACKGROUND +{ + BOOLEAN Foreground; +}; +struct ALIGN( 8 ) _FILE_PIPE_WAIT_FOR_BUFFER +{ + LARGE_INTEGER Timeout; + ULONG NameLength; + BOOLEAN TimeoutSpecified; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _PROCESS_DYNAMIC_FUNCTION_TABLE_INFORMATION +{ + _DYNAMIC_FUNCTION_TABLE* DynamicFunctionTable; + BOOLEAN Remove; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_STRING_SECTION_ENTRY +{ + ULONG PseudoKey; + ULONG KeyOffset; + ULONG KeyLength; + ULONG Offset; + ULONG Length; + ULONG AssemblyRosterIndex; +}; +struct ALIGN( 8 ) _PROCESS_CYCLE_TIME_INFORMATION +{ + ULONGLONG AccumulatedCycles; + ULONGLONG CurrentCycleCount; +}; +struct ALIGN( 8 ) _SILO_USER_SHARED_DATA +{ + ULONG ServiceSessionId; + ULONG ActiveConsoleId; + LONGLONG ConsoleSessionForegroundProcessId; + NT_PRODUCT_TYPE NtProductType; + ULONG SuiteMask; + ULONG SharedUserSessionId; + BOOLEAN IsMultiSessionSku; + WCHAR NtSystemRoot[260]; + USHORT UserModeGlobalLogger[16]; + ULONG TimeZoneId; + LONG TimeZoneBiasStamp; + KSYSTEM_TIME TimeZoneBias; + LARGE_INTEGER TimeZoneBiasEffectiveStart; + LARGE_INTEGER TimeZoneBiasEffectiveEnd; +}; +struct ALIGN( 8 ) _JOBOBJECT_WAKE_INFORMATION_V1 +{ + HANDLE NotificationChannel; + ULONG64 WakeCounters[4]; +}; +struct ALIGN( 8 ) _NTPSS_MEMORY_BULK_INFORMATION +{ + ULONG QueryFlags; + ULONG NumberOfEntries; + PVOID NextValidAddress; +}; +struct ALIGN( 4 ) _POWER_THROTTLING_PROCESS_STATE +{ + ULONG Version; + ULONG ControlMask; + ULONG StateMask; +}; +struct ALIGN( 8 ) _PROCESS_HANDLE_SNAPSHOT_INFORMATION +{ + ULONG_PTR NumberOfHandles; + ULONG_PTR Reserved; + PROCESS_HANDLE_TABLE_ENTRY_INFO Handles[1]; +}; +struct ALIGN( 8 ) _PROCESS_COMMIT_RELEASE_INFORMATION +{ + ULONG Version; + struct ALIGN( 4 ) + { + ULONG Eligible : 1; + ULONG ReleaseRepurposedMemResetCommit : 1; + ULONG ForceReleaseMemResetCommit : 1; + ULONG Spare : 29; + }; + SIZE_T CommitDebt; + SIZE_T CommittedMemResetSize; + SIZE_T RepurposedMemResetSize; +}; +struct ALIGN( 4 ) _SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS +{ + ULONG FeatureId; + USHORT ReportingKind; + USHORT ReportingOptions; + RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET ReportingTarget; +}; +struct ALIGN( 8 ) _MEMORY_PARTITION_TRANSFER_INFORMATION +{ + ULONG_PTR NumberOfPages; + ULONG NumaNode; + ULONG Flags; +}; +struct ALIGN( 8 ) _PROCESS_WS_WATCH_INFORMATION_EX +{ + PROCESS_WS_WATCH_INFORMATION BasicInfo; + ULONG_PTR FaultingThreadId; + ULONG_PTR Flags; +}; +struct ALIGN( 4 ) _JOBOBJECT_FREEZE_INFORMATION +{ + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG FreezeOperation : 1; + ULONG FilterOperation : 1; + ULONG SwapOperation : 1; + ULONG Reserved : 29; + }; + }; + BOOLEAN Freeze; + BOOLEAN Swap; + UCHAR Reserved0[2]; + JOBOBJECT_WAKE_FILTER WakeFilter; +}; +struct ALIGN( 8 ) _PROCESS_TLS_INFORMATION +{ + ULONG Flags; + ULONG OperationType; + ULONG ThreadDataCount; + ULONG TlsIndex; + ULONG PreviousCount; + THREAD_TLS_INFORMATION ThreadData[1]; +}; +struct ALIGN( 8 ) _PROCESS_HANDLE_TRACING_ENTRY +{ + HANDLE Handle; + CLIENT_ID ClientId; + ULONG Type; + PVOID Stacks[16]; +}; +struct ALIGN( 8 ) _SYSDBG_VIRTUAL +{ + PVOID Address; + PVOID Buffer; + ULONG Request; +}; +struct ALIGN( 8 ) _JOBOBJECT_MEMORY_USAGE_INFORMATION_V2 +{ + JOBOBJECT_MEMORY_USAGE_INFORMATION BasicInfo; + ULONG64 JobSharedMemory; + ULONG64 Reserved[2]; +}; +struct ALIGN( 8 ) _OBJECT_TYPE_INFORMATION +{ + UNICODE_STRING TypeName; + ULONG TotalNumberOfObjects; + ULONG TotalNumberOfHandles; + ULONG TotalPagedPoolUsage; + ULONG TotalNonPagedPoolUsage; + ULONG TotalNamePoolUsage; + ULONG TotalHandleTableUsage; + ULONG HighWaterNumberOfObjects; + ULONG HighWaterNumberOfHandles; + ULONG HighWaterPagedPoolUsage; + ULONG HighWaterNonPagedPoolUsage; + ULONG HighWaterNamePoolUsage; + ULONG HighWaterHandleTableUsage; + ULONG InvalidAttributes; + GENERIC_MAPPING GenericMapping; + ULONG ValidAccessMask; + BOOLEAN SecurityRequired; + BOOLEAN MaintainHandleCount; + UCHAR TypeIndex; + CHAR ReservedByte; + ULONG PoolType; + ULONG DefaultPagedPoolCharge; + ULONG DefaultNonPagedPoolCharge; +}; +struct ALIGN( 4 ) _PROCESS_HANDLE_TRACING_ENABLE_EX +{ + ULONG Flags; + ULONG TotalSlots; +}; +struct ALIGN( 8 ) _SYSDBG_MSR +{ + ULONG Msr; + ULONG64 Data; +}; +struct ALIGN( 4 ) _PROCESS_HANDLE_TRACING_ENABLE +{ + ULONG Flags; +}; +struct ALIGN( 4 ) _PROCESS_MEMBERSHIP_INFORMATION +{ + ULONG ServerSiloId; +}; +struct ALIGN( 8 ) _SYSDBG_KD_PULL_REMOTE_FILE +{ + UNICODE_STRING ImageFileName; +}; +struct ALIGN( 4 ) _ALPC_WORK_ON_BEHALF_TICKET +{ + ULONG ThreadId; + ULONG ThreadCreationTimeLow; +}; +struct ALIGN( 8 ) _BCD_ELEMENT_INTEGER +{ + ULONG64 Value; +}; +struct ALIGN( 8 ) _TEB_ACTIVE_FRAME +{ + ULONG Flags; + _TEB_ACTIVE_FRAME* Previous; + PTEB_ACTIVE_FRAME_CONTEXT Context; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_CLR_SURROGATE +{ + ULONG Size; + ULONG Flags; + GUID SurrogateIdent; + ULONG VersionOffset; + ULONG VersionLength; + ULONG TypeNameOffset; + ULONG TypeNameLength; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_COM_PROGID_REDIRECTION +{ + ULONG Size; + ULONG Flags; + ULONG ConfiguredClsidOffset; +}; +struct ALIGN( 8 ) _THREAD_CYCLE_TIME_INFORMATION +{ + ULONGLONG AccumulatedCycles; + ULONGLONG CurrentCycleCount; +}; +struct ALIGN( 4 ) _API_SET_VALUE_ENTRY +{ + ULONG Flags; + ULONG NameOffset; + ULONG NameLength; + ULONG ValueOffset; + ULONG ValueLength; +}; +struct ALIGN( 2 ) _ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION +{ + USHORT Major; + USHORT Minor; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_COM_INTERFACE_REDIRECTION +{ + ULONG Size; + ULONG Flags; + GUID ProxyStubClsid32; + ULONG NumMethods; + GUID TypeLibraryId; + GUID BaseInterface; + ULONG NameLength; + ULONG NameOffset; +}; +struct ALIGN( 8 ) _MEMORY_WORKING_SET_INFORMATION +{ + ULONG_PTR NumberOfEntries; + MEMORY_WORKING_SET_BLOCK WorkingSetInfo[1]; +}; +struct ALIGN( 8 ) _THREAD_PERFORMANCE_DATA +{ + USHORT Size; + USHORT Version; + PROCESSOR_NUMBER ProcessorNumber; + ULONG ContextSwitches; + ULONG HwCountersCount; + ULONG64 UpdateCount; + ULONG64 WaitReasonBitMap; + ULONG64 HardwareCounters; + COUNTER_READING CycleTime; + COUNTER_READING HwCounters[16]; +}; +struct ALIGN( 8 ) _PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION +{ + ULONGLONG ReserveSize; + ULONGLONG CommitSize; + ULONG PreferredNode; + ULONG Reserved; + PVOID Ssp; +}; +struct ALIGN( 8 ) _JOBOBJECT_ENERGY_TRACKING_STATE +{ + ULONG64 Value; + ULONG UpdateMask; + ULONG DesiredState; +}; +struct ALIGN( 4 ) _JOBOBJECT_PAGE_PRIORITY_LIMIT +{ + JOBOBJECT_PAGE_PRIORITY_LIMIT_FLAGS Flags; + ULONG Priority; +}; +struct ALIGN( 8 ) _PROCESS_TELEMETRY_ID_INFORMATION +{ + ULONG HeaderSize; + ULONG ProcessId; + ULONGLONG ProcessStartKey; + ULONGLONG CreateTime; + ULONGLONG CreateInterruptTime; + ULONGLONG CreateUnbiasedInterruptTime; + ULONGLONG ProcessSequenceNumber; + ULONGLONG SessionCreateTime; + ULONG SessionId; + ULONG BootId; + ULONG ImageChecksum; + ULONG ImageTimeDateStamp; + ULONG UserSidOffset; + ULONG ImagePathOffset; + ULONG PackageNameOffset; + ULONG RelativeAppNameOffset; + ULONG CommandLineOffset; +}; +struct ALIGN( 8 ) _THREAD_BASIC_INFORMATION +{ + NTSTATUS ExitStatus; + PTEB TebBaseAddress; + CLIENT_ID ClientId; + KAFFINITY AffinityMask; + KPRIORITY Priority; + KPRIORITY BasePriority; +}; +struct ALIGN( 4 ) _FILE_FS_ATTRIBUTE_INFORMATION +{ + ULONG FileSystemAttributes; + LONG MaximumComponentNameLength; + ULONG FileSystemNameLength; + WCHAR FileSystemName[1]; +}; +struct ALIGN( 8 ) _TEB_ACTIVE_FRAME_EX +{ + TEB_ACTIVE_FRAME BasicFrame; + PVOID ExtensionIdentifier; +}; +struct ALIGN( 4 ) _PS_STD_HANDLE_INFO +{ + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG StdHandleState : 2; + ULONG PseudoHandleMask : 3; + }; + }; + ULONG StdHandleSubsystemType; +}; +struct ALIGN( 8 ) _THREAD_NAME_INFORMATION +{ + UNICODE_STRING ThreadName; +}; +struct ALIGN( 8 ) _TEB_ACTIVE_FRAME_CONTEXT +{ + ULONG Flags; + PSTR FrameName; +}; +struct ALIGN( 8 ) _TEB_ACTIVE_FRAME_CONTEXT_EX +{ + TEB_ACTIVE_FRAME_CONTEXT BasicContext; + PSTR SourceLocation; +}; +struct ALIGN( 4 ) _TELEMETRY_COVERAGE_HEADER +{ + UCHAR MajorVersion; + UCHAR MinorVersion; + struct ALIGN( 2 ) + { + USHORT TracingEnabled : 1; + USHORT Reserved1 : 15; + }; + ULONG HashTableEntries; + ULONG HashIndexMask; + ULONG TableUpdateVersion; + ULONG TableSizeInBytes; + ULONG LastResetTick; + ULONG ResetRound; + ULONG Reserved2; + ULONG RecordedCount; + ULONG Reserved3[4]; + ULONG HashTable[1]; +}; +struct ALIGN( 8 ) _PROCESS_WAKE_INFORMATION +{ + ULONGLONG NotificationChannel; + ULONG WakeCounters[7]; + PJOBOBJECT_WAKE_FILTER WakeFilter; +}; +struct ALIGN( 4 ) _FILE_INTEGRITY_STREAM_INFORMATION +{ + USHORT ChecksumAlgorithm; + UCHAR ChecksumChunkShift; + UCHAR ClusterShift; + ULONG Flags; +}; +struct ALIGN( 8 ) _FILE_ID_EXTD_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + ULONG ReparsePointTag; + FILE_ID_128 FileId; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _PF_LOG_EVENT_DATA +{ + ULONG EventType : 5; + ULONG Flags : 2; + ULONG DataSize : 25; + PVOID EventData; +}; +struct ALIGN( 4 ) _FILE_FS_LABEL_INFORMATION +{ + ULONG VolumeLabelLength; + WCHAR VolumeLabel[1]; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_COM_TYPE_LIBRARY_REDIRECTION +{ + ULONG Size; + ULONG Flags; + ULONG NameLength; + ULONG NameOffset; + USHORT ResourceId; + USHORT LibraryFlags; + ULONG HelpDirLength; + ULONG HelpDirOffset; + ACTIVATION_CONTEXT_DATA_TYPE_LIBRARY_VERSION Version; +}; +struct ALIGN( 4 ) _ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS +{ + ULONG Size; + ULONG Flags; + ULONG SettingNamespaceLength; + ULONG SettingNamespaceOffset; + ULONG SettingNameLength; + ULONG SettingNameOffset; + ULONG SettingValueLength; + ULONG SettingValueOffset; +}; +struct ALIGN( 4 ) _FILE_FULL_EA_INFORMATION +{ + ULONG NextEntryOffset; + UCHAR Flags; + UCHAR EaNameLength; + USHORT EaValueLength; + CHAR EaName[1]; +}; +struct ALIGN( 4 ) _OPLOCK_KEY_CONTEXT +{ + USHORT Version; + USHORT Flags; + GUID ParentOplockKey; + GUID TargetOplockKey; + ULONG Reserved; +}; +struct ALIGN( 4 ) _API_SET_NAMESPACE +{ + ULONG Version; + ULONG Size; + ULONG Flags; + ULONG Count; + ULONG EntryOffset; + ULONG HashOffset; + ULONG HashFactor; +}; +struct ALIGN( 8 ) _FILE_QUOTA_INFORMATION +{ + ULONG NextEntryOffset; + ULONG SidLength; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER QuotaUsed; + LARGE_INTEGER QuotaThreshold; + LARGE_INTEGER QuotaLimit; + SID Sid; +}; +struct ALIGN( 8 ) _FILE_FS_METADATA_SIZE_INFORMATION +{ + LARGE_INTEGER TotalMetadataAllocationUnits; + ULONG SectorsPerAllocationUnit; + ULONG BytesPerSector; +}; +struct ALIGN( 8 ) _PS_TRUSTLET_CREATE_ATTRIBUTES +{ + ULONGLONG TrustletIdentity; + PS_TRUSTLET_ATTRIBUTE_DATA Attributes[1]; +}; +struct ALIGN( 8 ) _ALPC_PORT_ATTRIBUTES +{ + ULONG Flags; + SECURITY_QUALITY_OF_SERVICE SecurityQos; + SIZE_T MaxMessageLength; + SIZE_T MemoryBandwidth; + SIZE_T MaxPoolUsage; + SIZE_T MaxSectionSize; + SIZE_T MaxViewSize; + SIZE_T MaxTotalSectionSize; + ULONG DupObjectTypes; + ULONG Reserved; +}; +struct ALIGN( 8 ) _FILE_FULL_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _FILE_FS_SECTOR_SIZE_INFORMATION +{ + ULONG LogicalBytesPerSector; + ULONG PhysicalBytesPerSectorForAtomicity; + ULONG PhysicalBytesPerSectorForPerformance; + ULONG FileSystemEffectivePhysicalBytesPerSectorForAtomicity; + ULONG Flags; + ULONG ByteOffsetForSectorAlignment; + ULONG ByteOffsetForPartitionAlignment; +}; +struct ALIGN( 8 ) _REPARSE_DATA_BUFFER_EX +{ + ULONG Flags; + ULONG ExistingReparseTag; + GUID ExistingReparseGuid; + ULONGLONG Reserved; + union ALIGN( 4 ) + { + REPARSE_DATA_BUFFER ReparseDataBuffer; + REPARSE_GUID_DATA_BUFFER ReparseGuidDataBuffer; + }; +}; +struct ALIGN( 4 ) _FILE_PIPE_EVENT_BUFFER +{ + ULONG NamedPipeState; + ULONG EntryType; + ULONG ByteCount; + ULONG KeyValue; + ULONG NumberRequests; +}; +struct ALIGN( 8 ) _FILE_ID_BOTH_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + CCHAR ShortNameLength; + WCHAR ShortName[12]; + LARGE_INTEGER FileId; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _VM_COUNTERS_EX2 +{ + VM_COUNTERS_EX CountersEx; + SIZE_T PrivateWorkingSetSize; + SIZE_T SharedCommitUsage; +}; +struct ALIGN( 8 ) _FILE_ID_EXTD_BOTH_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + ULONG ReparsePointTag; + FILE_ID_128 FileId; + CCHAR ShortNameLength; + WCHAR ShortName[12]; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _JOBOBJECT_EXTENDED_LIMIT_INFORMATION_V2 +{ + JOBOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation; + IO_COUNTERS IoInfo; + SIZE_T ProcessMemoryLimit; + SIZE_T JobMemoryLimit; + SIZE_T PeakProcessMemoryUsed; + SIZE_T PeakJobMemoryUsed; + SIZE_T JobTotalMemoryLimit; +}; +struct ALIGN( 8 ) _PROCESS_EXCEPTION_PORT +{ + HANDLE ExceptionPortHandle; + ULONG StateFlags; +}; +struct ALIGN( 8 ) _FILE_MEMORY_PARTITION_INFORMATION +{ + HANDLE OwnerPartitionHandle; + union ALIGN( 4 ) + { + struct ALIGN( 1 ) + { + UCHAR NoCrossPartitionAccess; + UCHAR Spare[3]; + }; + ULONG AllFlags; + } Flags; +}; +struct ALIGN( 4 ) _PROCESS_LDT_INFORMATION +{ + ULONG Start; + ULONG Length; + LDT_ENTRY LdtEntries[1]; +}; +struct ALIGN( 4 ) _FILE_PIPE_INFORMATION +{ + ULONG ReadMode; + ULONG CompletionMode; +}; +struct ALIGN( 8 ) _NAMED_PIPE_CREATE_PARAMETERS +{ + ULONG NamedPipeType; + ULONG ReadMode; + ULONG CompletionMode; + ULONG MaximumInstances; + ULONG InboundQuota; + ULONG OutboundQuota; + LARGE_INTEGER DefaultTimeout; + BOOLEAN TimeoutSpecified; +}; +struct ALIGN( 8 ) _FILE_LINK_INFORMATION +{ + BOOLEAN ReplaceIfExists; + HANDLE RootDirectory; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _PF_MEMORY_LIST_NODE +{ + ULONGLONG Node : 8; + ULONGLONG Spare : 56; + ULONGLONG StandbyLowPageCount; + ULONGLONG StandbyMediumPageCount; + ULONGLONG StandbyHighPageCount; + ULONGLONG FreePageCount; + ULONGLONG ModifiedPageCount; +}; +struct ALIGN( 8 ) _PROCESS_HANDLE_TRACING_QUERY +{ + HANDLE Handle; + ULONG TotalTraces; + PROCESS_HANDLE_TRACING_ENTRY HandleTrace[1]; +}; +struct ALIGN( 8 ) _FILE_MOVE_CLUSTER_INFORMATION +{ + ULONG ClusterCount; + HANDLE RootDirectory; + ULONG FileNameLength; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _THREAD_UMS_INFORMATION +{ + THREAD_UMS_INFORMATION_COMMAND Command; + PRTL_UMS_COMPLETION_LIST CompletionList; + PRTL_UMS_CONTEXT UmsContext; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG IsUmsSchedulerThread : 1; + ULONG IsUmsWorkerThread : 1; + ULONG SpareBits : 30; + }; + }; +}; +struct ALIGN( 8 ) _PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION +{ + ULONG Version; + ULONG Reserved; + PVOID Callback; +}; +struct ALIGN( 8 ) _PROCESS_STACK_ALLOCATION_INFORMATION_EX +{ + ULONG PreferredNode; + ULONG Reserved0; + ULONG Reserved1; + ULONG Reserved2; + PROCESS_STACK_ALLOCATION_INFORMATION AllocInfo; +}; +union ALIGN( 4 ) _PROCESS_AFFINITY_UPDATE_MODE +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG EnableAutoUpdate : 1; + ULONG Permanent : 1; + ULONG Reserved : 30; + }; +}; +struct ALIGN( 4 ) _FILE_SFIO_VOLUME_INFORMATION +{ + ULONG MaximumRequestsPerPeriod; + ULONG MinimumPeriod; + ULONG MinimumTransferSize; +}; +struct ALIGN( 8 ) _MANAGE_WRITES_TO_EXECUTABLE_MEMORY +{ + ULONG Version : 8; + ULONG ProcessEnableWriteExceptions : 1; + ULONG ThreadAllowWrites : 1; + ULONG Spare : 22; + PVOID KernelWriteToExecutableSignal; +}; +struct ALIGN( 4 ) _PROCESS_WINDOW_INFORMATION +{ + ULONG WindowFlags; + USHORT WindowTitleLength; + WCHAR WindowTitle[1]; +}; +struct ALIGN( 4 ) _FILE_ATTRIBUTE_TAG_INFORMATION +{ + ULONG FileAttributes; + ULONG ReparseTag; +}; +struct ALIGN( 2 ) _MOUNTMGR_CREATE_POINT_INPUT +{ + USHORT SymbolicLinkNameOffset; + USHORT SymbolicLinkNameLength; + USHORT DeviceNameOffset; + USHORT DeviceNameLength; +}; +struct ALIGN( 4 ) _FILE_STANDARD_LINK_INFORMATION +{ + ULONG NumberOfAccessibleLinks; + ULONG TotalNumberOfLinks; + BOOLEAN DeletePending; + BOOLEAN Directory; +}; +struct ALIGN( 8 ) _DYNAMIC_FUNCTION_TABLE +{ + LIST_ENTRY ListEntry; + PRUNTIME_FUNCTION FunctionTable; + LARGE_INTEGER TimeStamp; + ULONG64 MinimumAddress; + ULONG64 MaximumAddress; + ULONG64 BaseAddress; + PGET_RUNTIME_FUNCTION_CALLBACK Callback; + PVOID Context; + PWSTR OutOfProcessCallbackDll; + FUNCTION_TABLE_TYPE Type; + ULONG EntryCount; + RTL_BALANCED_NODE TreeNodeMin; + RTL_BALANCED_NODE TreeNodeMax; +}; +struct ALIGN( 4 ) _RTL_WORK_ON_BEHALF_TICKET_EX +{ + ALPC_WORK_ON_BEHALF_TICKET Ticket; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG CurrentThread : 1; + ULONG Reserved1 : 31; + }; + }; + ULONG Reserved2; +}; +struct ALIGN( 4 ) _PROCESS_FAULT_INFORMATION +{ + ULONG FaultFlags; + ULONG AdditionalInfo; +}; +struct ALIGN( 1 ) _FILE_DISPOSITION_INFORMATION +{ + BOOLEAN DeleteFileA; +}; +struct ALIGN( 8 ) _THREAD_PROFILING_INFORMATION +{ + ULONG64 HardwareCounters; + ULONG Flags; + ULONG Enable; + PTHREAD_PERFORMANCE_DATA PerformanceData; +}; +struct ALIGN( 8 ) _PROCESS_JOB_MEMORY_INFO +{ + ULONGLONG SharedCommitUsage; + ULONGLONG PrivateCommitUsage; + ULONGLONG PeakPrivateCommitUsage; + ULONGLONG PrivateCommitLimit; + ULONGLONG TotalCommitLimit; +}; +struct ALIGN( 8 ) _FILE_PIPE_CLIENT_PROCESS_BUFFER_V2 +{ + ULONGLONG ClientSession; + PVOID ClientProcess; +}; +struct ALIGN( 8 ) _PF_MEMORY_LIST_INFO +{ + ULONG Version; + ULONG Size; + ULONG NodeCount; + PF_MEMORY_LIST_NODE Nodes[1]; +}; +struct ALIGN( 8 ) _THREAD_TEB_INFORMATION +{ + PVOID TebInformation; + ULONG TebOffset; + ULONG BytesToRead; +}; +struct ALIGN( 8 ) _ALPC_SERVER_INFORMATION +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + HANDLE ThreadHandle; + } In; + struct ALIGN( 8 ) + { + BOOLEAN ThreadBlocked; + HANDLE ConnectedProcessId; + UNICODE_STRING ConnectionPortName; + } Out; + }; +}; +struct ALIGN( 8 ) _ALPC_PORT_COMPLETION_LIST_INFORMATION +{ + PVOID Buffer; + ULONG Size; + ULONG ConcurrencyCount; + ULONG AttributeFlags; +}; +struct ALIGN( 8 ) _FILE_ID_FULL_DIR_INFORMATION +{ + ULONG NextEntryOffset; + ULONG FileIndex; + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + LARGE_INTEGER EndOfFile; + LARGE_INTEGER AllocationSize; + ULONG FileAttributes; + ULONG FileNameLength; + ULONG EaSize; + LARGE_INTEGER FileId; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _PORT_VIEW64 +{ + ULONG Length; + ULONGLONG SectionHandle; + ULONG SectionOffset; + ULONGLONG ViewSize; + ULONGLONG ViewBase; + ULONGLONG ViewRemoteBase; +}; +struct ALIGN( 8 ) _ALPC_DATA_VIEW_ATTR +{ + ULONG Flags; + ALPC_HANDLE SectionHandle; + PVOID ViewBase; + SIZE_T ViewSize; +}; +struct ALIGN( 4 ) _JOBOBJECT_CONTAINER_IDENTIFIER_V2 +{ + GUID ContainerId; + GUID ContainerTelemetryId; + ULONG JobId; +}; +struct ALIGN( 4 ) _FILE_MAILSLOT_PEEK_BUFFER +{ + ULONG ReadDataAvailable; + ULONG NumberOfMessages; + ULONG MessageLength; +}; +struct ALIGN( 8 ) _FILE_ALLOCATION_INFORMATION +{ + LARGE_INTEGER AllocationSize; +}; +struct ALIGN( 8 ) _PF_PHYSICAL_MEMORY_RANGE +{ + ULONG_PTR BasePfn; + ULONG_PTR PageCount; +}; +struct ALIGN( 8 ) _PF_PHYSICAL_MEMORY_RANGE_INFO_V1 +{ + ULONG Version; + ULONG RangeCount; + PF_PHYSICAL_MEMORY_RANGE Ranges[1]; +}; +struct ALIGN( 8 ) _PF_PHYSICAL_MEMORY_RANGE_INFO_V2 +{ + ULONG Version; + ULONG Flags; + ULONG RangeCount; + PF_PHYSICAL_MEMORY_RANGE Ranges[1]; +}; +struct ALIGN( 8 ) _PF_REPURPOSED_BY_PREFETCH_INFO +{ + ULONG Version; + SIZE_T RepurposedByPrefetch; +}; +struct ALIGN( 8 ) _PF_VIRTUAL_QUERY +{ + ULONG Version; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG FaultInPageTables : 1; + ULONG ReportPageTables : 1; + ULONG Spare : 30; + }; + }; + PVOID QueryBuffer; + SIZE_T QueryBufferSize; + HANDLE ProcessHandle; +}; +struct ALIGN( 4 ) _PF_MIN_WS_AGE_RATE_CONTROL +{ + ULONG Version; + ULONG SecondsToOldestAge; +}; +struct ALIGN( 8 ) _LSA_TRUST_INFORMATION +{ + LSA_UNICODE_STRING Name; + PSID Sid; +}; +struct ALIGN( 8 ) _PF_DEPRIORITIZE_OLD_PAGES +{ + ULONG Version; + HANDLE ProcessHandle; + union ALIGN( 4 ) + { + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG TargetPriority : 4; + ULONG TrimPages : 2; + ULONG Spare : 26; + }; + }; +}; +struct ALIGN( 8 ) _SR_SECURITY_DESCRIPTOR +{ + ULONG Length; + PUCHAR SecurityDescriptor; +}; +struct ALIGN( 8 ) _LOGON_HOURS +{ + USHORT UnitsPerWeek; + PUCHAR LogonHours; +}; +struct ALIGN( 4 ) _USER_ALL_INFORMATION +{ + LARGE_INTEGER LastLogon; + LARGE_INTEGER LastLogoff; + LARGE_INTEGER PasswordLastSet; + LARGE_INTEGER AccountExpires; + LARGE_INTEGER PasswordCanChange; + LARGE_INTEGER PasswordMustChange; + UNICODE_STRING UserName; + UNICODE_STRING FullName; + UNICODE_STRING HomeDirectory; + UNICODE_STRING HomeDirectoryDrive; + UNICODE_STRING ScriptPath; + UNICODE_STRING ProfilePath; + UNICODE_STRING AdminComment; + UNICODE_STRING WorkStations; + UNICODE_STRING UserComment; + UNICODE_STRING Parameters; + UNICODE_STRING LmPassword; + UNICODE_STRING NtPassword; + UNICODE_STRING PrivateData; + SR_SECURITY_DESCRIPTOR SecurityDescriptor; + ULONG UserId; + ULONG PrimaryGroupId; + ULONG UserAccountControl; + ULONG WhichFields; + LOGON_HOURS LogonHours; + USHORT BadPasswordCount; + USHORT LogonCount; + USHORT CountryCode; + USHORT CodePage; + BOOLEAN LmPasswordPresent; + BOOLEAN NtPasswordPresent; + BOOLEAN PasswordExpired; + BOOLEAN PrivateDataSensitive; +}; +struct ALIGN( 8 ) _USER_INTERNAL6_INFORMATION +{ + USER_ALL_INFORMATION I1; + LARGE_INTEGER LastBadPasswordTime; + ULONG ExtendedFields; + BOOLEAN UPNDefaulted; + UNICODE_STRING UPN; + PUSER_ALLOWED_TO_DELEGATE_TO_LIST A2D2List; +}; +struct ALIGN( 8 ) _ETW_CPU_CACHE_FLUSH_EVENT +{ + PVOID Address; + SIZE_T Bytes; + BOOLEAN Clean; + BOOLEAN FullFlush; + BOOLEAN Rectangle; + BOOLEAN Reserved0; + ULONG Reserved1; +}; +struct ALIGN( 8 ) _PF_GPU_UTILIZATION_INFO +{ + ULONG Version; + ULONG SessionId; + ULONGLONG GpuTime; +}; +struct ALIGN( 2 ) _WMI_TRACE_PACKET +{ + USHORT Size; + union ALIGN( 2 ) + { + USHORT HookId; + struct ALIGN( 1 ) + { + UCHAR Type; + UCHAR Group; + }; + }; +}; +struct ALIGN( 8 ) _SYSTEM_TRACE_HEADER +{ + union ALIGN( 4 ) + { + ULONG Marker; + struct ALIGN( 2 ) + { + USHORT Version; + UCHAR HeaderType; + UCHAR Flags; + }; + }; + union ALIGN( 4 ) + { + ULONG Header; + WMI_TRACE_PACKET Packet; + }; + ULONG ThreadId; + ULONG ProcessId; + LARGE_INTEGER SystemTime; + ULONG KernelTime; + ULONG UserTime; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_CALLBACK_START +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + PVOID TaskId; + PVOID Callback; + PVOID Context; + PVOID SubProcessTag; +}; +struct ALIGN( 8 ) _ENCRYPTED_PASSWORD_AES +{ + UCHAR AuthData[64]; + UCHAR Salt[16]; + ULONG cbCipher; + PUCHAR Cipher; + ULONGLONG PBKDF2Iterations; +}; +struct ALIGN( 1 ) _USER_LOGON_UI_INFORMATION +{ + BOOLEAN PasswordIsBlank; + BOOLEAN AccountIsDisabled; +}; +struct ALIGN( 8 ) _LSA_TRANSLATED_NAME +{ + SID_NAME_USE Use; + LSA_UNICODE_STRING Name; + LONG DomainIndex; +}; +struct ALIGN( 8 ) _SUPERFETCH_INFORMATION +{ + ULONG Version; + ULONG Magic; + SUPERFETCH_INFORMATION_CLASS SuperfetchInformationClass; + PVOID SuperfetchInformation; + ULONG SuperfetchInformationLength; +}; +struct ALIGN( 8 ) _SAM_BYTE_ARRAY_32K +{ + ULONG Size; + PUCHAR Data; +}; +struct ALIGN( 8 ) _PLUGPLAY_EVENT_BLOCK +{ + GUID EventGuid; + PLUGPLAY_EVENT_CATEGORY EventCategory; + PULONG Result; + ULONG Flags; + ULONG TotalSize; + PVOID DeviceObject; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + GUID ClassGuid; + WCHAR SymbolicLinkName[1]; + } DeviceClass; + struct ALIGN( 2 ) + { + WCHAR DeviceIds[1]; + } TargetDevice; + struct ALIGN( 2 ) + { + WCHAR DeviceId[1]; + } InstallDevice; + struct ALIGN( 8 ) + { + PVOID NotificationStructure; + WCHAR DeviceIds[1]; + } CustomNotification; + struct ALIGN( 8 ) + { + PVOID Notification; + } ProfileNotification; + struct ALIGN( 4 ) + { + ULONG NotificationCode; + ULONG NotificationData; + } PowerNotification; + struct ALIGN( 4 ) + { + PNP_VETO_TYPE VetoType; + WCHAR DeviceIdVetoNameBuffer[1]; + } VetoNotification; + struct ALIGN( 4 ) + { + GUID BlockedDriverGuid; + } BlockedDriverNotification; + struct ALIGN( 2 ) + { + WCHAR ParentId[1]; + } InvalidIDNotification; + } u; +}; +struct ALIGN( 4 ) _PROCESSOR_POWER_INFORMATION +{ + ULONG Number; + ULONG MaxMhz; + ULONG CurrentMhz; + ULONG MhzLimit; + ULONG MaxIdleState; + ULONG CurrentIdleState; +}; +struct ALIGN( 4 ) _SYSTEM_POWER_INFORMATION +{ + ULONG MaxIdlenessAllowed; + ULONG Idleness; + ULONG TimeRemaining; + UCHAR CoolingMode; +}; +struct ALIGN( 8 ) _SYSTEM_HIBERFILE_INFORMATION +{ + ULONG NumberOfMcbPairs; + LARGE_INTEGER Mcb[1]; +}; +struct ALIGN( 8 ) _POWER_REQUEST_ACTION +{ + HANDLE PowerRequestHandle; + POWER_REQUEST_TYPE_INTERNAL RequestType; + BOOLEAN SetAction; + HANDLE ProcessHandle; +}; +union ALIGN( 4 ) _POWER_STATE +{ + SYSTEM_POWER_STATE SystemState; + DEVICE_POWER_STATE DeviceState; +}; +struct ALIGN( 4 ) _SYSTEM_POWER_STATE_CONTEXT +{ + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG Reserved1 : 8; + ULONG TargetSystemState : 4; + ULONG EffectiveSystemState : 4; + ULONG CurrentSystemState : 4; + ULONG IgnoreHibernationPath : 1; + ULONG PseudoTransition : 1; + ULONG KernelSoftReboot : 1; + ULONG DirectedDripsTransition : 1; + ULONG Reserved2 : 8; + }; + ULONG ContextAsUlong; + }; +}; +struct ALIGN( 8 ) _COUNTED_REASON_CONTEXT_RELATIVE +{ + ULONG Flags; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + SIZE_T ResourceFileNameOffset; + USHORT ResourceReasonId; + ULONG StringCount; + SIZE_T SubstitutionStringsOffset; + }; + SIZE_T SimpleStringOffset; + }; +}; +struct ALIGN( 8 ) _DIAGNOSTIC_BUFFER +{ + SIZE_T Size; + REQUESTER_TYPE CallerType; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + SIZE_T ProcessImageNameOffset; + ULONG ProcessId; + ULONG ServiceTag; + }; + struct ALIGN( 8 ) + { + SIZE_T DeviceDescriptionOffset; + SIZE_T DevicePathOffset; + }; + }; + SIZE_T ReasonOffset; +}; +struct ALIGN( 8 ) _WAKE_TIMER_INFO +{ + SIZE_T OffsetToNext; + ULARGE_INTEGER DueTime; + ULONG Period; + DIAGNOSTIC_BUFFER ReasonContext; +}; +struct ALIGN( 4 ) _PROCESSOR_PERF_CAP_HV +{ + ULONG Version; + ULONG InitialApicId; + ULONG Ppc; + ULONG Tpc; + ULONG ThermalCap; +}; +struct ALIGN( 8 ) _KCONTINUE_ARGUMENT +{ + KCONTINUE_TYPE ContinueType; + ULONG ContinueFlags; + ULONGLONG Reserved[2]; +}; +struct ALIGN( 4 ) _USER_LOGON_INFORMATION +{ + UNICODE_STRING UserName; + UNICODE_STRING FullName; + ULONG UserId; + ULONG PrimaryGroupId; + UNICODE_STRING HomeDirectory; + UNICODE_STRING HomeDirectoryDrive; + UNICODE_STRING ScriptPath; + UNICODE_STRING ProfilePath; + UNICODE_STRING WorkStations; + LARGE_INTEGER LastLogon; + LARGE_INTEGER LastLogoff; + LARGE_INTEGER PasswordLastSet; + LARGE_INTEGER PasswordCanChange; + LARGE_INTEGER PasswordMustChange; + LOGON_HOURS LogonHours; + USHORT BadPasswordCount; + USHORT LogonCount; + ULONG UserAccountControl; +}; +struct ALIGN( 8 ) PROCESSOR_IDLE_TIMES +{ + ULONG64 StartTime; + ULONG64 EndTime; + ULONG Reserved[4]; +}; +struct ALIGN( 8 ) _USER_PREFERENCES_INFORMATION +{ + UNICODE_STRING UserComment; + UNICODE_STRING Reserved1; + USHORT CountryCode; + USHORT CodePage; +}; +struct ALIGN( 8 ) _STACK_WALK_EVENT_DATA +{ + ULONGLONG TimeStamp; + ULONG ProcessId; + ULONG ThreadId; + PVOID Addresses[1]; +}; +struct ALIGN( 8 ) _PROCESSOR_IDLE_STATE +{ + UCHAR StateType; + ULONG StateFlags; + ULONG HardwareLatency; + ULONG Power; + ULONG_PTR Context; + PPROCESSOR_IDLE_HANDLER Handler; +}; +struct ALIGN( 4 ) _RTL_BALANCED_NODE32 +{ + union ALIGN( 4 ) + { + ULONG Children[2]; + struct ALIGN( 4 ) + { + ULONG Left; + ULONG Right; + }; + }; + union ALIGN( 4 ) + { + ULONG Red : 1; + ULONG Balance : 2; + ULONG ParentValue; + }; +}; +struct ALIGN( 4 ) _RTL_RB_TREE32 +{ + ULONG Root; + ULONG Min; +}; +struct ALIGN( 8 ) _USER_NAME_INFORMATION +{ + UNICODE_STRING UserName; + UNICODE_STRING FullName; +}; +struct ALIGN( 8 ) _PROCESSOR_IDLE_STATES +{ + ULONG Size; + ULONG Revision; + ULONG Count; + ULONG Type; + KAFFINITY TargetProcessors; + PROCESSOR_IDLE_STATE State[1]; +}; +struct ALIGN( 4 ) _USER_ACCOUNT_INFORMATION +{ + UNICODE_STRING UserName; + UNICODE_STRING FullName; + ULONG UserId; + ULONG PrimaryGroupId; + UNICODE_STRING HomeDirectory; + UNICODE_STRING HomeDirectoryDrive; + UNICODE_STRING ScriptPath; + UNICODE_STRING ProfilePath; + UNICODE_STRING AdminComment; + UNICODE_STRING WorkStations; + LARGE_INTEGER LastLogon; + LARGE_INTEGER LastLogoff; + LOGON_HOURS LogonHours; + USHORT BadPasswordCount; + USHORT LogonCount; + LARGE_INTEGER PasswordLastSet; + LARGE_INTEGER AccountExpires; + ULONG UserAccountControl; +}; +struct ALIGN( 2 ) _PROCESSOR_LOAD +{ + PROCESSOR_NUMBER ProcessorNumber; + UCHAR BusyPercentage; + UCHAR FrequencyPercentage; + USHORT Padding; +}; +struct ALIGN( 8 ) _CI_LOG_SCHEDULER_EVENT +{ + EVENT_TRACE_HEADER Header; + ULONG ProcessId; + ULONG ThreadId; + ULONG Priority; + ULONG TaskIndex; +}; +struct ALIGN( 4 ) _PROCESSOR_CAP +{ + ULONG Version; + PROCESSOR_NUMBER ProcessorNumber; + ULONG PlatformCap; + ULONG ThermalCap; + ULONG LimitReasons; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_INFO +{ + ULONG Count; + ULONG Offsets[1]; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_HISTORY +{ + ULONG Count; + ULONG Offsets[1]; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_HEADER +{ + PO_WAKE_SOURCE_TYPE Type; + ULONG Size; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_DEVICE +{ + PO_WAKE_SOURCE_HEADER Header; + WCHAR InstancePath[1]; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_FIXED +{ + PO_WAKE_SOURCE_HEADER Header; + PO_FIXED_WAKE_SOURCE_TYPE FixedWakeSourceType; +}; +struct ALIGN( 4 ) _PO_WAKE_SOURCE_INTERNAL +{ + PO_WAKE_SOURCE_HEADER Header; + PO_INTERNAL_WAKE_SOURCE_TYPE InternalWakeSourceType; +}; +struct ALIGN( 8 ) _PO_WAKE_SOURCE_TIMER +{ + PO_WAKE_SOURCE_HEADER Header; + DIAGNOSTIC_BUFFER Reason; +}; +struct ALIGN( 8 ) _POWER_REQUEST +{ + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONG SupportedRequestMask; + ULONG PowerRequestCount[3]; + DIAGNOSTIC_BUFFER DiagnosticBuffer; + } V1; + struct ALIGN( 8 ) + { + ULONG SupportedRequestMask; + ULONG PowerRequestCount[9]; + DIAGNOSTIC_BUFFER DiagnosticBuffer; + } V2; + struct ALIGN( 8 ) + { + ULONG SupportedRequestMask; + ULONG PowerRequestCount[5]; + DIAGNOSTIC_BUFFER DiagnosticBuffer; + } V3; + struct ALIGN( 8 ) + { + ULONG SupportedRequestMask; + ULONG PowerRequestCount[6]; + DIAGNOSTIC_BUFFER DiagnosticBuffer; + } V4; + }; +}; +struct ALIGN( 8 ) _ETW_REF_CLOCK +{ + LARGE_INTEGER StartTime; + LARGE_INTEGER StartPerfClock; +}; +struct ALIGN( 8 ) _POWER_REQUEST_LIST +{ + ULONG_PTR Count; + ULONG_PTR PowerRequestOffsets[1]; +}; +struct ALIGN( 8 ) _PERFINFO_PPM_THERMAL_CONSTRAINT +{ + ULONG Constraint; + ULONG64 Processors; +}; +struct ALIGN( 2 ) _TRACE_ENABLE_FLAG_EXTENSION +{ + USHORT Offset; + UCHAR Length; + UCHAR Flag; +}; +struct ALIGN( 8 ) _POWER_STATE_HANDLER +{ + POWER_STATE_HANDLER_TYPE Type; + BOOLEAN RtcWake; + UCHAR Spare[3]; + PENTER_STATE_HANDLER Handler; + PVOID Context; +}; +struct ALIGN( 8 ) _POWER_STATE_NOTIFY_HANDLER +{ + PENTER_STATE_NOTIFY_HANDLER Handler; + PVOID Context; +}; +struct ALIGN( 8 ) _POWER_REQUEST_ACTION_INTERNAL +{ + PVOID PowerRequestPointer; + POWER_REQUEST_TYPE_INTERNAL RequestType; + BOOLEAN SetAction; +}; +struct ALIGN( 4 ) _POWER_S0_LOW_POWER_IDLE_INFO +{ + POWER_S0_DISCONNECTED_REASON DisconnectedReason; + union ALIGN( 1 ) + { + BOOLEAN Storage : 1; + BOOLEAN WiFi : 1; + BOOLEAN Mbn : 1; + BOOLEAN Ethernet : 1; + BOOLEAN Reserved : 4; + UCHAR AsUCHAR; + } CsDeviceCompliance; + union ALIGN( 1 ) + { + BOOLEAN DisconnectInStandby : 1; + BOOLEAN EnforceDs : 1; + BOOLEAN Reserved : 6; + UCHAR AsUCHAR; + } Policy; +}; +struct ALIGN( 4 ) _POWER_INFORMATION_INTERNAL_HEADER +{ + POWER_INFORMATION_LEVEL_INTERNAL InternalType; + ULONG Version; +}; +struct ALIGN( 8 ) _POWER_USER_ABSENCE_PREDICTION +{ + POWER_INFORMATION_INTERNAL_HEADER Header; + LARGE_INTEGER ReturnTime; +}; +struct ALIGN( 1 ) _POWER_USER_ABSENCE_PREDICTION_CAPABILITY +{ + BOOLEAN AbsencePredictionCapability; +}; +struct ALIGN( 4 ) _POWER_PROCESSOR_LATENCY_HINT +{ + POWER_INFORMATION_INTERNAL_HEADER PowerInformationInternalHeader; + ULONG Type; +}; +struct ALIGN( 4 ) _POWER_STANDBY_NETWORK_REQUEST +{ + POWER_INFORMATION_INTERNAL_HEADER PowerInformationInternalHeader; + BOOLEAN Active; +}; +struct ALIGN( 4 ) _POWER_SET_BACKGROUND_TASK_STATE +{ + POWER_INFORMATION_INTERNAL_HEADER PowerInformationInternalHeader; + BOOLEAN Engaged; +}; +struct ALIGN( 4 ) _POWER_BOOT_SESSION_STANDBY_ACTIVATION_INFO +{ + ULONG StandbyTotalTime; + ULONG DripsTotalTime; + ULONG ActivatorClientTotalActiveTime; + ULONG PerActivatorClientTotalActiveTime[98]; +}; +struct ALIGN( 4 ) _POWER_SESSION_POWER_STATE +{ + POWER_INFORMATION_INTERNAL_HEADER Header; + ULONG SessionId; + BOOLEAN On; + BOOLEAN IsConsole; + POWER_MONITOR_REQUEST_REASON RequestReason; +}; +struct ALIGN( 1 ) _POWER_INTERNAL_PROCESSOR_QOS_SUPPORT +{ + BOOLEAN QosSupportedAndConfigured; + BOOLEAN SchedulerDirectedPerfStatesSupported; + BOOLEAN QosGroupPolicyDisable; +}; +struct ALIGN( 4 ) _POWER_INTERNAL_HOST_ENERGY_SAVER_STATE +{ + POWER_INFORMATION_INTERNAL_HEADER Header; + BOOLEAN EsEnabledOnHost; +}; +struct ALIGN( 4 ) _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_INPUT +{ + POWER_INFORMATION_LEVEL_INTERNAL InternalType; + PROCESSOR_NUMBER ProcessorNumber; +}; +struct ALIGN( 4 ) _POWER_INTERNAL_PROCESSOR_BRANDED_FREQENCY_OUTPUT +{ + ULONG Version; + ULONG NominalFrequency; +}; +struct ALIGN( 4 ) _POWER_INTERNAL_BOOTAPP_DIAGNOSTIC +{ + ULONG BootAppErrorDiagCode; + ULONG BootAppFailureStatus; +}; +struct ALIGN( 8 ) _KEY_BASIC_INFORMATION +{ + LARGE_INTEGER LastWriteTime; + ULONG TitleIndex; + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _KEY_NODE_INFORMATION +{ + LARGE_INTEGER LastWriteTime; + ULONG TitleIndex; + ULONG ClassOffset; + ULONG ClassLength; + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _KEY_FULL_INFORMATION +{ + LARGE_INTEGER LastWriteTime; + ULONG TitleIndex; + ULONG ClassOffset; + ULONG ClassLength; + ULONG SubKeys; + ULONG MaxNameLength; + ULONG MaxClassLength; + ULONG Values; + ULONG MaxValueNameLength; + ULONG MaxValueDataLength; + WCHAR Class[1]; +}; +struct ALIGN( 4 ) _KEY_NAME_INFORMATION +{ + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _KEY_CACHED_INFORMATION +{ + LARGE_INTEGER LastWriteTime; + ULONG TitleIndex; + ULONG SubKeys; + ULONG MaxNameLength; + ULONG Values; + ULONG MaxValueNameLength; + ULONG MaxValueDataLength; + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 4 ) _KEY_FLAGS_INFORMATION +{ + ULONG Wow64Flags; + ULONG KeyFlags; + ULONG ControlFlags; +}; +struct ALIGN( 8 ) _LSA_ADT_SID_LIST_ENTRY +{ + ULONG Flags; + PSID Sid; +}; +struct ALIGN( 4 ) _KEY_VIRTUALIZATION_INFORMATION +{ + ULONG VirtualizationCandidate : 1; + ULONG VirtualizationEnabled : 1; + ULONG VirtualTarget : 1; + ULONG VirtualStore : 1; + ULONG VirtualSource : 1; + ULONG Reserved : 27; +}; +struct ALIGN( 4 ) _KEY_TRUST_INFORMATION +{ + ULONG TrustedKey : 1; + ULONG Reserved : 31; +}; +struct ALIGN( 8 ) _ETW_THREAD_EVENT_SUBPROCESSTAG +{ + SYSTEM_TRACE_HEADER Header; + ULONG OldTag; + ULONG NewTag; +}; +struct ALIGN( 4 ) _KEY_LAYER_INFORMATION +{ + ULONG IsTombstone : 1; + ULONG IsSupersedeLocal : 1; + ULONG IsSupersedeTree : 1; + ULONG ClassIsInherited : 1; + ULONG Reserved : 28; +}; +struct ALIGN( 8 ) _LSA_ADT_SID_LIST +{ + ULONG cSids; + PLSA_ADT_SID_LIST_ENTRY Sids; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_PASSWORD_HASH +{ + ULONG Length; + PUCHAR Hash; +}; +struct ALIGN( 8 ) _KEY_WRITE_TIME_INFORMATION +{ + LARGE_INTEGER LastWriteTime; +}; +struct ALIGN( 4 ) _KEY_WOW64_FLAGS_INFORMATION +{ + ULONG UserFlags; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_PERSISTED_FIELDS +{ + ULONG PresentFields; + LARGE_INTEGER PasswordLastSet; + LARGE_INTEGER BadPasswordTime; + LARGE_INTEGER LockoutTime; + ULONG BadPasswordCount; + ULONG PasswordHistoryLength; + PSAM_VALIDATE_PASSWORD_HASH PasswordHistory; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG +{ + SAM_VALIDATE_PERSISTED_FIELDS InputPersistedFields; + UNICODE_STRING ClearPassword; + UNICODE_STRING UserAccountName; + SAM_VALIDATE_PASSWORD_HASH HashedPassword; + BOOLEAN PasswordMatch; +}; +struct ALIGN( 8 ) _ETW_WNF_EVENT_NAME_SUB_RUNDOWN +{ + SYSTEM_TRACE_HEADER Header; + LARGE_INTEGER StateName; + PVOID NameSub; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_AUTHENTICATION_INPUT_ARG +{ + SAM_VALIDATE_PERSISTED_FIELDS InputPersistedFields; + BOOLEAN PasswordMatched; +}; +struct ALIGN( 4 ) _KEY_HANDLE_TAGS_INFORMATION +{ + ULONG HandleTags; +}; +struct ALIGN( 4 ) _KEY_SET_LAYER_INFORMATION +{ + ULONG IsTombstone : 1; + ULONG IsSupersedeLocal : 1; + ULONG IsSupersedeTree : 1; + ULONG ClassIsInherited : 1; + ULONG Reserved : 28; +}; +struct ALIGN( 4 ) _KEY_CONTROL_FLAGS_INFORMATION +{ + ULONG ControlFlags; +}; +struct ALIGN( 4 ) _KEY_SET_VIRTUALIZATION_INFORMATION +{ + ULONG VirtualTarget : 1; + ULONG VirtualStore : 1; + ULONG VirtualSource : 1; + ULONG Reserved : 29; +}; +struct ALIGN( 4 ) _KEY_VALUE_BASIC_INFORMATION +{ + ULONG TitleIndex; + ULONG Type; + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 4 ) _KEY_VALUE_FULL_INFORMATION +{ + ULONG TitleIndex; + ULONG Type; + ULONG DataOffset; + ULONG DataLength; + ULONG NameLength; + WCHAR Name[1]; +}; +struct ALIGN( 4 ) _KEY_VALUE_PARTIAL_INFORMATION +{ + ULONG TitleIndex; + ULONG Type; + ULONG DataLength; + UCHAR Data[1]; +}; +struct ALIGN( 4 ) _KEY_VALUE_PARTIAL_INFORMATION_ALIGN64 +{ + ULONG Type; + ULONG DataLength; + UCHAR Data[1]; +}; +struct ALIGN( 4 ) _KEY_VALUE_LAYER_INFORMATION +{ + ULONG IsTombstone : 1; + ULONG Reserved : 31; +}; +struct ALIGN( 8 ) _CM_EXTENDED_PARAMETER +{ + struct ALIGN( 8 ) + { + ULONG64 Type : 8; + ULONG64 Reserved : 56; + }; + union ALIGN( 8 ) + { + ULONG64 ULong64; + PVOID Pointer; + SIZE_T Size; + HANDLE Handle; + ULONG ULong; + ACCESS_MASK AccessMask; + }; +}; +struct ALIGN( 8 ) _KEY_VALUE_ENTRY +{ + PUNICODE_STRING ValueName; + ULONG DataLength; + ULONG DataOffset; + ULONG Type; +}; +struct ALIGN( 4 ) _REG_NOTIFY_INFORMATION +{ + ULONG NextEntryOffset; + REG_ACTION Action; + ULONG KeyLength; + WCHAR Key[1]; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_COLLISION_RECORD +{ + ULONG Index; + LSA_FOREST_TRUST_COLLISION_RECORD_TYPE Type; + ULONG Flags; + LSA_UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _KEY_PID_ARRAY +{ + HANDLE ProcessId; + UNICODE_STRING KeyName; +}; +struct ALIGN( 8 ) _KEY_OPEN_SUBKEYS_INFORMATION +{ + ULONG Count; + KEY_PID_ARRAY KeyArray[1]; +}; +struct ALIGN( 8 ) _VR_INITIALIZE_JOB_FOR_VREG +{ + HANDLE Job; +}; +struct ALIGN( 8 ) _VR_LOAD_DIFFERENCING_HIVE +{ + HANDLE Job; + ULONG NextLayerIsHost; + ULONG Flags; + ULONG LoadFlags; + WORD KeyPathLength; + WORD HivePathLength; + WORD NextLayerKeyPathLength; + HANDLE FileAccessToken; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _LSA_ENUMERATION_INFORMATION +{ + PSID Sid; +}; +struct ALIGN( 8 ) _VR_CREATE_NAMESPACE_NODE +{ + HANDLE Job; + WORD ContainerPathLength; + WORD HostPathLength; + ULONG Flags; + ACCESS_MASK AccessMask; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _RTL_UNLOAD_EVENT_TRACE +{ + PVOID BaseAddress; + SIZE_T SizeOfImage; + ULONG Sequence; + ULONG TimeDateStamp; + ULONG CheckSum; + WCHAR ImageName[32]; + ULONG Version[2]; +}; +struct ALIGN( 8 ) _VR_MODIFY_FLAGS +{ + HANDLE Job; + ULONG AddFlags; + ULONG RemoveFlags; +}; +struct ALIGN( 4 ) _NAMESPACE_NODE_DATA +{ + ACCESS_MASK AccessMask; + WORD ContainerPathLength; + WORD HostPathLength; + ULONG Flags; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _VR_CREATE_MULTIPLE_NAMESPACE_NODES +{ + HANDLE Job; + ULONG NumNewKeys; + NAMESPACE_NODE_DATA Keys[1]; +}; +struct ALIGN( 8 ) _VR_UNLOAD_DYNAMICALLY_LOADED_HIVES +{ + HANDLE Job; +}; +struct ALIGN( 8 ) _VR_GET_VIRTUAL_ROOT +{ + HANDLE Job; + ULONG Index; +}; +struct ALIGN( 8 ) _VR_GET_VIRTUAL_ROOT_RESULT +{ + HANDLE Key; +}; +struct ALIGN( 8 ) _VR_LOAD_DIFFERENCING_HIVE_FOR_HOST +{ + ULONG LoadFlags; + ULONG Flags; + WORD KeyPathLength; + WORD HivePathLength; + WORD NextLayerKeyPathLength; + HANDLE FileAccessToken; + WCHAR Strings[1]; +}; +struct ALIGN( 4 ) _VR_UNLOAD_DIFFERENCING_HIVE_FOR_HOST +{ + ULONG Reserved; + WORD TargetKeyPathLength; + WCHAR TargetKeyPath[1]; +}; +struct ALIGN( 8 ) _RTL_BALANCED_LINKS +{ + _RTL_BALANCED_LINKS* Parent; + _RTL_BALANCED_LINKS* LeftChild; + _RTL_BALANCED_LINKS* RightChild; + CHAR Balance; + UCHAR Reserved[3]; +}; +struct ALIGN( 8 ) _RTL_AVL_TABLE +{ + RTL_BALANCED_LINKS BalancedRoot; + PVOID OrderedPointer; + ULONG WhichOrderedElement; + ULONG NumberGenericTableElements; + ULONG DepthOfTree; + PRTL_BALANCED_LINKS RestartKey; + ULONG DeleteCount; + PRTL_AVL_COMPARE_ROUTINE CompareRoutine; + PRTL_AVL_ALLOCATE_ROUTINE AllocateRoutine; + PRTL_AVL_FREE_ROUTINE FreeRoutine; + PVOID TableContext; +}; +struct ALIGN( 8 ) _RTL_SPLAY_LINKS +{ + _RTL_SPLAY_LINKS* Parent; + _RTL_SPLAY_LINKS* LeftChild; + _RTL_SPLAY_LINKS* RightChild; +}; +struct ALIGN( 8 ) _RTL_GENERIC_TABLE +{ + PRTL_SPLAY_LINKS TableRoot; + LIST_ENTRY InsertOrderList; + PLIST_ENTRY OrderedPointer; + ULONG WhichOrderedElement; + ULONG NumberGenericTableElements; + PRTL_GENERIC_COMPARE_ROUTINE CompareRoutine; + PRTL_GENERIC_ALLOCATE_ROUTINE AllocateRoutine; + PRTL_GENERIC_FREE_ROUTINE FreeRoutine; + PVOID TableContext; +}; +struct ALIGN( 8 ) _RTL_RB_TREE +{ + PRTL_BALANCED_NODE Root; + PRTL_BALANCED_NODE Min; +}; +struct ALIGN( 8 ) _RTL_DYNAMIC_HASH_TABLE_ENTRY +{ + LIST_ENTRY Linkage; + ULONG_PTR Signature; +}; +struct ALIGN( 8 ) _RTL_DYNAMIC_HASH_TABLE_CONTEXT +{ + PLIST_ENTRY ChainHead; + PLIST_ENTRY PrevLinkage; + ULONG_PTR Signature; +}; +struct ALIGN( 8 ) _RTL_DYNAMIC_HASH_TABLE_ENUMERATOR +{ + RTL_DYNAMIC_HASH_TABLE_ENTRY HashEntry; + PLIST_ENTRY ChainHead; + ULONG BucketIndex; +}; +struct ALIGN( 4 ) _RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT +{ + ULONG Count; + ULONG Total; + ULONG Flags; +}; +struct ALIGN( 1 ) _POLICY_AUDIT_FULL_SET_INFO +{ + BOOLEAN ShutDownOnFull; +}; +struct ALIGN( 8 ) _RTL_DYNAMIC_HASH_TABLE +{ + ULONG Flags; + ULONG Shift; + ULONG TableSize; + ULONG Pivot; + ULONG DivisorMask; + ULONG NumEntries; + ULONG NonEmptyBuckets; + ULONG NumEnumerators; + PVOID Directory; +}; +struct ALIGN( 8 ) _POLICY_MODIFICATION_INFO +{ + LARGE_INTEGER ModifiedId; + LARGE_INTEGER DatabaseCreationTime; +}; +struct ALIGN( 8 ) _RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION +{ + PVOID Address; + ULONG Flags; + SIZE_T DataSize; +}; +struct ALIGN( 8 ) _RTL_RESOURCE +{ + RTL_CRITICAL_SECTION CriticalSection; + HANDLE SharedSemaphore; + volatile ULONG NumberOfWaitingShared; + HANDLE ExclusiveSemaphore; + volatile ULONG NumberOfWaitingExclusive; + volatile LONG NumberOfActive; + HANDLE ExclusiveOwnerThread; + ULONG Flags; + PRTL_RESOURCE_DEBUG DebugInfo; +}; +struct ALIGN( 4 ) _WMI_PNP_RECORD_V3 +{ + ULONG IDLength; + ULONG DescriptionLength; + ULONG FriendlyNameLength; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _WMI_IRQ_RECORD +{ + ULONG64 IRQAffinity; + USHORT IRQGroup; + USHORT Reserved; + ULONG IRQNum; + ULONG DeviceDescriptionLen; + WCHAR DeviceDescription[1]; +}; +struct ALIGN( 8 ) _RTLP_HEAP_STACK_TRACE_SERIALIZATION_STACKFRAME +{ + PVOID StackFrame[8]; +}; +struct ALIGN( 8 ) _POLICY_DOMAIN_EFS_INFO +{ + ULONG InfoLength; + PUCHAR EfsBlob; +}; +struct ALIGN( 8 ) _PREFIX_TABLE_ENTRY +{ + CSHORT NodeTypeCode; + CSHORT NameLength; + _PREFIX_TABLE_ENTRY* NextPrefixTree; + RTL_SPLAY_LINKS Links; + PSTRING Prefix; +}; +struct ALIGN( 8 ) _PREFIX_TABLE +{ + CSHORT NodeTypeCode; + CSHORT NameLength; + PPREFIX_TABLE_ENTRY NextPrefixTree; +}; +struct ALIGN( 4 ) _WMI_PNP_RECORD_V5 +{ + GUID ClassGuid; + ULONG UpperFilterCount; + ULONG LowerFilterCount; + ULONG DevStatus; + ULONG DevProblem; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _UNICODE_PREFIX_TABLE_ENTRY +{ + CSHORT NodeTypeCode; + CSHORT NameLength; + _UNICODE_PREFIX_TABLE_ENTRY* NextPrefixTree; + _UNICODE_PREFIX_TABLE_ENTRY* CaseMatch; + RTL_SPLAY_LINKS Links; + PUNICODE_STRING Prefix; +}; +struct ALIGN( 8 ) _UNICODE_PREFIX_TABLE +{ + CSHORT NodeTypeCode; + CSHORT NameLength; + PUNICODE_PREFIX_TABLE_ENTRY NextPrefixTree; + PUNICODE_PREFIX_TABLE_ENTRY LastNextEntry; +}; +struct ALIGN( 4 ) _COMPRESSED_DATA_INFO +{ + USHORT CompressionFormatAndEngine; + UCHAR CompressionUnitShift; + UCHAR ChunkShift; + UCHAR ClusterShift; + UCHAR Reserved; + USHORT NumberOfChunks; + ULONG CompressedChunkSizes[1]; +}; +struct ALIGN( 8 ) _RTL_USER_PROCESS_INFORMATION +{ + ULONG Length; + HANDLE ProcessHandle; + HANDLE ThreadHandle; + CLIENT_ID ClientId; + SECTION_IMAGE_INFORMATION ImageInformation; +}; +struct ALIGN( 8 ) _RTL_USER_PROCESS_EXTENDED_PARAMETERS +{ + USHORT Version; + USHORT NodeNumber; + PSECURITY_DESCRIPTOR ProcessSecurityDescriptor; + PSECURITY_DESCRIPTOR ThreadSecurityDescriptor; + HANDLE ParentProcess; + HANDLE DebugPort; + HANDLE TokenHandle; + HANDLE JobHandle; +}; +struct ALIGN( 8 ) _RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION +{ + HANDLE ReflectionProcessHandle; + HANDLE ReflectionThreadHandle; + CLIENT_ID ReflectionClientId; +}; +struct ALIGN( 4 ) _CONTEXT_CHUNK +{ + LONG Offset; + ULONG Length; +}; +struct ALIGN( 4 ) _CONTEXT_EX +{ + CONTEXT_CHUNK All; + CONTEXT_CHUNK Legacy; + CONTEXT_CHUNK XState; + CONTEXT_CHUNK KernelCet; +}; +struct ALIGN( 8 ) _HEAP_EVENT_SUBSEGMENT_ALLOC_FREE +{ + PVOID HeapHandle; + PVOID SubSegment; + SIZE_T SubSegmentSize; + SIZE_T BlockSize; +}; +struct ALIGN( 8 ) _DOMAIN_LOCALIZABLE_ACCOUNTS +{ + ULONG Count; + DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY* Entries; +}; +struct ALIGN( 4 ) _IMAGE_ARM64EC_REDIRECTION_ENTRY +{ + ULONG Source; + ULONG Destination; +}; +struct ALIGN( 8 ) _DOMAIN_LOCALIZABLE_ACCOUNTS_ENTRY +{ + ULONG Rid; + SID_NAME_USE Use; + UNICODE_STRING Name; + UNICODE_STRING AdminComment; +}; +struct ALIGN( 2 ) _IMAGE_DVRT_ARM64X_DELTA_FIXUP_RECORD +{ + USHORT Offset : 12; + USHORT Type : 2; + USHORT Sign : 1; + USHORT Scale : 1; +}; +struct ALIGN( 2 ) _IMAGE_DVRT_ARM64X_FIXUP_RECORD +{ + USHORT Offset : 12; + USHORT Type : 2; + USHORT Size : 2; +}; +struct ALIGN( 8 ) _RTLP_CURDIR_REF +{ + LONG ReferenceCount; + HANDLE DirectoryHandle; +}; +struct ALIGN( 1 ) _HEAP_SUBSEGMENT_INIT +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID SubSegment; + SIZE_T BlockSize; + SIZE_T BlockCount; + ULONG AffinityIndex; +}; +union ALIGN( 8 ) _DOMAIN_LOCALIZABLE_INFO_BUFFER +{ + DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC Basic; +}; +struct ALIGN( 8 ) _RTL_RELATIVE_NAME_U +{ + UNICODE_STRING RelativeName; + HANDLE ContainingDirectory; + PRTLP_CURDIR_REF CurDirRef; +}; +struct ALIGN( 4 ) _GROUP_MEMBERSHIP +{ + ULONG RelativeId; + ULONG Attributes; +}; +struct ALIGN( 8 ) _TOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE +{ + PVOID pValue; + ULONG ValueLength; +}; +struct ALIGN( 8 ) _TOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE +{ + ULONG64 Version; + UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _RTL_BUFFER +{ + PUCHAR Buffer; + PUCHAR StaticBuffer; + SIZE_T Size; + SIZE_T StaticSize; +}; +struct ALIGN( 8 ) _RTL_UNICODE_STRING_BUFFER +{ + UNICODE_STRING String; + RTL_BUFFER ByteBuffer; + UCHAR MinimumStaticBufferForTerminalNul[2]; +}; +struct ALIGN( 4 ) _GENERATE_NAME_CONTEXT +{ + USHORT Checksum; + BOOLEAN CheckSumInserted; + UCHAR NameLength; + WCHAR NameBuffer[8]; + ULONG ExtensionLength; + WCHAR ExtensionBuffer[4]; + ULONG LastIndexValue; +}; +struct ALIGN( 8 ) _RTL_HEAP_ENTRY +{ + SIZE_T Size; + USHORT Flags; + USHORT AllocatorBackTraceIndex; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + SIZE_T Settable; + ULONG Tag; + } s1; + struct ALIGN( 8 ) + { + SIZE_T CommittedSize; + PVOID FirstBlock; + } s2; + } u; +}; +struct ALIGN( 8 ) _RTL_HEAP_TAG +{ + ULONG NumberOfAllocations; + ULONG NumberOfFrees; + SIZE_T BytesAllocated; + USHORT TagIndex; + USHORT CreatorBackTraceIndex; + WCHAR TagName[24]; +}; +struct ALIGN( 8 ) _RTL_HEAP_INFORMATION_V1 +{ + PVOID BaseAddress; + ULONG Flags; + USHORT EntryOverhead; + USHORT CreatorBackTraceIndex; + SIZE_T BytesAllocated; + SIZE_T BytesCommitted; + ULONG NumberOfTags; + ULONG NumberOfEntries; + ULONG NumberOfPseudoTags; + ULONG PseudoTagGranularity; + ULONG Reserved[5]; + PRTL_HEAP_TAG Tags; + PRTL_HEAP_ENTRY Entries; +}; +struct ALIGN( 8 ) _RTL_HEAP_INFORMATION_V2 +{ + PVOID BaseAddress; + ULONG Flags; + USHORT EntryOverhead; + USHORT CreatorBackTraceIndex; + SIZE_T BytesAllocated; + SIZE_T BytesCommitted; + ULONG NumberOfTags; + ULONG NumberOfEntries; + ULONG NumberOfPseudoTags; + ULONG PseudoTagGranularity; + ULONG Reserved[5]; + PRTL_HEAP_TAG Tags; + PRTL_HEAP_ENTRY Entries; + ULONG64 HeapTag; +}; +struct ALIGN( 8 ) _RTL_PROCESS_HEAPS_V1 +{ + ULONG NumberOfHeaps; + RTL_HEAP_INFORMATION_V1 Heaps[1]; +}; +struct ALIGN( 8 ) _RTL_PROCESS_HEAPS_V2 +{ + ULONG NumberOfHeaps; + RTL_HEAP_INFORMATION_V2 Heaps[1]; +}; +struct ALIGN( 8 ) _RTL_SEGMENT_HEAP_VA_CALLBACKS +{ + HANDLE CallbackContext; + PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK AllocateVirtualMemory; + PFREE_VIRTUAL_MEMORY_EX_CALLBACK FreeVirtualMemory; + PQUERY_VIRTUAL_MEMORY_CALLBACK QueryVirtualMemory; +}; +struct ALIGN( 8 ) _RTL_SEGMENT_HEAP_MEMORY_SOURCE +{ + ULONG Flags; + ULONG MemoryTypeMask; + ULONG NumaNode; + union ALIGN( 8 ) + { + HANDLE PartitionHandle; + RTL_SEGMENT_HEAP_VA_CALLBACKS* Callbacks; + }; + SIZE_T Reserved[2]; +}; +struct ALIGN( 8 ) _RTL_SEGMENT_HEAP_PARAMETERS +{ + USHORT Version; + USHORT Size; + ULONG Flags; + RTL_SEGMENT_HEAP_MEMORY_SOURCE MemorySource; + SIZE_T Reserved[4]; +}; +struct ALIGN( 8 ) _RTL_HEAP_PARAMETERS +{ + ULONG Length; + SIZE_T SegmentReserve; + SIZE_T SegmentCommit; + SIZE_T DeCommitFreeBlockThreshold; + SIZE_T DeCommitTotalFreeThreshold; + SIZE_T MaximumAllocationSize; + SIZE_T VirtualMemoryThreshold; + SIZE_T InitialCommit; + SIZE_T InitialReserve; + PRTL_HEAP_COMMIT_ROUTINE CommitRoutine; + SIZE_T Reserved[2]; +}; +struct ALIGN( 8 ) _RTL_HEAP_TAG_INFO +{ + ULONG NumberOfAllocations; + ULONG NumberOfFrees; + SIZE_T BytesAllocated; +}; +struct ALIGN( 8 ) _RTL_HEAP_USAGE_ENTRY +{ + _RTL_HEAP_USAGE_ENTRY* Next; + PVOID Address; + SIZE_T Size; + USHORT AllocatorBackTraceIndex; + USHORT TagIndex; +}; +union ALIGN( 8 ) _RTL_IMAGE_MITIGATION_POLICY +{ + struct ALIGN( 8 ) + { + ULONG64 AuditState : 2; + ULONG64 AuditFlag : 1; + ULONG64 EnableAdditionalAuditingOption : 1; + ULONG64 Reserved : 60; + }; + struct ALIGN( 8 ) + { + ULONG64 PolicyState : 2; + ULONG64 AlwaysInherit : 1; + ULONG64 EnableAdditionalPolicyOption : 1; + ULONG64 AuditReserved : 60; + }; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_PAYLOAD_RESTRICTION_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY EnableExportAddressFilter; + RTL_IMAGE_MITIGATION_POLICY EnableExportAddressFilterPlus; + RTL_IMAGE_MITIGATION_POLICY EnableImportAddressFilter; + RTL_IMAGE_MITIGATION_POLICY EnableRopStackPivot; + RTL_IMAGE_MITIGATION_POLICY EnableRopCallerCheck; + RTL_IMAGE_MITIGATION_POLICY EnableRopSimExec; + WCHAR EafPlusModuleList[512]; +}; +struct ALIGN( 8 ) _LSA_REGISTRATION_INFO +{ + ULONG RegisteredCount; + PLSA_USER_REGISTRATION_INFO* UserRegistrationInfo; +}; +struct ALIGN( 8 ) _LSA_USER_REGISTRATION_INFO +{ + LSA_UNICODE_STRING Sid; + LSA_UNICODE_STRING DeviceId; + LSA_UNICODE_STRING Username; + LSA_UNICODE_STRING Thumbprint; + LARGE_INTEGER RegistrationTime; +}; +struct ALIGN( 8 ) _RTL_HEAP_USAGE +{ + ULONG Length; + SIZE_T BytesAllocated; + SIZE_T BytesCommitted; + SIZE_T BytesReserved; + SIZE_T BytesReservedMaximum; + PRTL_HEAP_USAGE_ENTRY Entries; + PRTL_HEAP_USAGE_ENTRY AddedEntries; + PRTL_HEAP_USAGE_ENTRY RemovedEntries; + ULONG_PTR Reserved[8]; +}; +struct ALIGN( 8 ) _WMI_WAIT_OBJECT_RECORD +{ + PVOID Object; + UCHAR ObjectType; +}; +struct ALIGN( 8 ) _RTL_HEAP_WALK_ENTRY +{ + PVOID DataAddress; + SIZE_T DataSize; + UCHAR OverheadBytes; + UCHAR SegmentIndex; + USHORT Flags; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + SIZE_T Settable; + USHORT TagIndex; + USHORT AllocatorBackTraceIndex; + ULONG Reserved[2]; + } Block; + struct ALIGN( 8 ) + { + ULONG CommittedSize; + ULONG UnCommittedSize; + PVOID FirstEntry; + PVOID LastEntry; + } Segment; + }; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_CHILD_PROCESS_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY DisallowChildProcessCreation; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_HEAP_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY TerminateOnHeapErrors; +}; +struct ALIGN( 8 ) _SAM_RID_ENUMERATION +{ + ULONG RelativeId; + UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _RTLP_TAG_INFO +{ + GUID Id; + ULONG_PTR CurrentAllocatedBytes; +}; +struct ALIGN( 8 ) _RTLP_HEAP_TAGGING_INFO +{ + USHORT Version; + USHORT Flags; + PVOID ProcessHandle; + ULONG_PTR EntriesCount; + RTLP_TAG_INFO Entries[1]; +}; +struct ALIGN( 8 ) _PROCESS_HEAP_INFORMATION +{ + SIZE_T ReserveSize; + SIZE_T CommitSize; + ULONG NumberOfHeaps; + ULONG_PTR FirstHeapInformationOffset; +}; +struct ALIGN( 8 ) _HEAP_REGION_INFORMATION +{ + PVOID Address; + SIZE_T ReserveSize; + SIZE_T CommitSize; + ULONG_PTR FirstRangeInformationOffset; + ULONG_PTR NextRegionInformationOffset; +}; +struct ALIGN( 8 ) _HEAP_RANGE_INFORMATION +{ + PVOID Address; + SIZE_T Size; + ULONG Type; + ULONG Protection; + ULONG_PTR FirstBlockInformationOffset; + ULONG_PTR NextRangeInformationOffset; +}; +struct ALIGN( 8 ) _HEAP_BLOCK_INFORMATION +{ + PVOID Address; + ULONG Flags; + SIZE_T DataSize; + ULONG_PTR OverheadSize; + ULONG_PTR NextBlockInformationOffset; +}; +struct ALIGN( 8 ) _HEAP_INFORMATION +{ + PVOID Address; + ULONG Mode; + SIZE_T ReserveSize; + SIZE_T CommitSize; + ULONG_PTR FirstRegionInformationOffset; + ULONG_PTR NextHeapInformationOffset; +}; +struct ALIGN( 8 ) _SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION +{ + SIZE_T SegmentReserveSize; + SIZE_T SegmentCommitSize; + ULONG_PTR SegmentCount; + SIZE_T AllocatedSize; + SIZE_T LargeAllocReserveSize; + SIZE_T LargeAllocCommitSize; +}; +struct ALIGN( 8 ) _HEAP_PERFORMANCE_COUNTERS_INFORMATION +{ + ULONG Size; + ULONG Version; + ULONG HeapIndex; + ULONG LastHeapIndex; + PVOID BaseAddress; + SIZE_T ReserveSize; + SIZE_T CommitSize; + ULONG SegmentCount; + SIZE_T LargeUCRMemory; + ULONG UCRLength; + SIZE_T AllocatedSpace; + SIZE_T FreeSpace; + ULONG FreeListLength; + ULONG Contention; + ULONG VirtualBlocks; + ULONG CommitRate; + ULONG DecommitRate; + SEGMENT_HEAP_PERFORMANCE_COUNTER_INFORMATION SegmentHeapPerfInformation; +}; +struct ALIGN( 8 ) _HEAP_INFORMATION_ITEM +{ + ULONG Level; + SIZE_T Size; + union ALIGN( 8 ) + { + PROCESS_HEAP_INFORMATION ProcessHeapInformation; + HEAP_INFORMATION HeapInformation; + HEAP_REGION_INFORMATION HeapRegionInformation; + HEAP_RANGE_INFORMATION HeapRangeInformation; + HEAP_BLOCK_INFORMATION HeapBlockInformation; + HEAP_PERFORMANCE_COUNTERS_INFORMATION HeapPerfInformation; + ULONG_PTR DynamicStart; + }; +}; +struct ALIGN( 8 ) _HEAP_EXTENDED_INFORMATION +{ + HANDLE ProcessHandle; + PVOID HeapHandle; + ULONG Level; + PRTL_HEAP_EXTENDED_ENUMERATION_ROUTINE CallbackRoutine; + PVOID CallbackContext; + union ALIGN( 8 ) + { + PROCESS_HEAP_INFORMATION ProcessHeapInformation; + HEAP_INFORMATION HeapInformation; + }; +}; +struct ALIGN( 8 ) _ETW_DFSS_RELEASE_THREAD_ON_IDLE +{ + ULONG CurrentGeneration; + ULONG SessionSelectedToRun; + ULONG64 CycleBaseAllowance; + LONG64 CyclesRemaining; +}; +struct ALIGN( 8 ) _ETW_PER_SESSION_QUOTA +{ + ULONG SessionId; + ULONG CpuShareWeight; + LONGLONG CapturedWeightData; + ULONG64 CyclesAccumulated; +}; +struct ALIGN( 8 ) _ETW_DFSS_START_NEW_INTERVAL +{ + ULONG CurrentGeneration; + ULONG SessionCount; + ULONG64 TotalCycleCredit; + ULONG64 TotalCyclesAccumulated; + ETW_PER_SESSION_QUOTA SessionQuota[1]; +}; +struct ALIGN( 8 ) _RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER +{ + USHORT Version; + USHORT PointerSize; + PVOID Heap; + SIZE_T TotalCommit; + SIZE_T TotalReserve; +}; +struct ALIGN( 8 ) _RTL_HEAP_STACK_QUERY +{ + ULONG Version; + HANDLE ProcessHandle; + RTL_HEAP_STACK_WRITE_ROUTINE WriteRoutine; + PVOID SerializationContext; + UCHAR QueryLevel; + UCHAR Flags; +}; +struct ALIGN( 8 ) _RTL_HEAP_STACK_CONTROL +{ + USHORT Version; + USHORT Flags; + HANDLE ProcessHandle; +}; +struct ALIGN( 8 ) _HEAP_DEBUGGING_INFORMATION +{ + PRTL_HEAP_DEBUGGING_INTERCEPTOR_ROUTINE InterceptorFunction; + USHORT InterceptorValue; + ULONG ExtendedOptions; + ULONG StackTraceDepth; + SIZE_T MinTotalBlockSize; + SIZE_T MaxTotalBlockSize; + PRTL_HEAP_LEAK_ENUMERATION_ROUTINE HeapLeakEnumerationRoutine; +}; +struct ALIGN( 8 ) _RTL_MEMORY_ZONE_SEGMENT +{ + _RTL_MEMORY_ZONE_SEGMENT* NextSegment; + SIZE_T Size; + PVOID Next; + PVOID Limit; +}; +struct ALIGN( 8 ) _RTL_MEMORY_ZONE +{ + RTL_MEMORY_ZONE_SEGMENT Segment; + RTL_SRWLOCK Lock; + ULONG LockCount; + PRTL_MEMORY_ZONE_SEGMENT FirstSegment; +}; +struct ALIGN( 4 ) _RTL_PROCESS_VERIFIER_OPTIONS +{ + ULONG SizeStruct; + ULONG Option; + UCHAR OptionData[1]; +}; +struct ALIGN( 8 ) _RTL_DEBUG_INFORMATION +{ + HANDLE SectionHandleClient; + PVOID ViewBaseClient; + PVOID ViewBaseTarget; + ULONG_PTR ViewBaseDelta; + HANDLE EventPairClient; + HANDLE EventPairTarget; + HANDLE TargetProcessId; + HANDLE TargetThreadHandle; + ULONG Flags; + SIZE_T OffsetFree; + SIZE_T CommitSize; + SIZE_T ViewSize; + union ALIGN( 8 ) + { + PRTL_PROCESS_MODULES Modules; + PRTL_PROCESS_MODULE_INFORMATION_EX ModulesEx; + }; + PRTL_PROCESS_BACKTRACES BackTraces; + PVOID Heaps; + PRTL_PROCESS_LOCKS Locks; + PVOID SpecificHeap; + HANDLE TargetProcessHandle; + PRTL_PROCESS_VERIFIER_OPTIONS VerifierOptions; + PVOID ProcessHeap; + HANDLE CriticalSectionHandle; + HANDLE CriticalSectionOwnerThread; + PVOID Reserved[4]; +}; +struct ALIGN( 8 ) _PARSE_MESSAGE_CONTEXT +{ + ULONG fFlags; + ULONG cwSavColumn; + SIZE_T iwSrc; + SIZE_T iwDst; + SIZE_T iwDstSpace; + va_list lpvArgStart; +}; +; +; +struct ALIGN( 2 ) _TIME_FIELDS +{ + CSHORT Year; + CSHORT Month; + CSHORT Day; + CSHORT Hour; + CSHORT Minute; + CSHORT Second; + CSHORT Milliseconds; + CSHORT Weekday; +}; +struct ALIGN( 4 ) _RTL_TIME_ZONE_INFORMATION +{ + LONG Bias; + WCHAR StandardName[32]; + TIME_FIELDS StandardStart; + LONG StandardBias; + WCHAR DaylightName[32]; + TIME_FIELDS DaylightStart; + LONG DaylightBias; +}; +struct ALIGN( 4 ) _RTL_BITMAP_RUN +{ + ULONG StartingIndex; + ULONG NumberOfBits; +}; +struct ALIGN( 8 ) _RTL_BITMAP_EX +{ + ULONG64 SizeOfBitMap; + PULONG64 Buffer; +}; +struct ALIGN( 8 ) _RTL_HANDLE_TABLE_ENTRY +{ + union ALIGN( 8 ) + { + ULONG Flags; + _RTL_HANDLE_TABLE_ENTRY* NextFree; + }; +}; +struct ALIGN( 8 ) _RTL_HANDLE_TABLE +{ + ULONG MaximumNumberOfHandles; + ULONG SizeOfHandleTableEntry; + ULONG Reserved[2]; + PRTL_HANDLE_TABLE_ENTRY FreeHandles; + PRTL_HANDLE_TABLE_ENTRY CommittedHandles; + PRTL_HANDLE_TABLE_ENTRY UnCommittedHandles; + PRTL_HANDLE_TABLE_ENTRY MaxReservedHandles; +}; +struct ALIGN( 4 ) _COMPOUND_ACCESS_ALLOWED_ACE +{ + ACE_HEADER Header; + ACCESS_MASK Mask; + USHORT CompoundAceType; + USHORT Reserved; + ULONG SidStart; +}; +struct ALIGN( 8 ) _RTL_ACE_DATA +{ + UCHAR AceType; + UCHAR InheritFlags; + UCHAR AceFlags; + ACCESS_MASK AccessMask; + PSID* Sid; +}; +struct ALIGN( 8 ) _ETW_CRITSEC_EVENT_INIT +{ + SYSTEM_TRACE_HEADER Header; + PVOID SpinCount; + PVOID Address; +}; +struct ALIGN( 8 ) _RTL_QUERY_REGISTRY_TABLE +{ + PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine; + ULONG Flags; + PWSTR Name; + PVOID EntryContext; + ULONG DefaultType; + PVOID DefaultData; + ULONG DefaultLength; +}; +struct ALIGN( 8 ) _CM_PERF_COUNTERS +{ + ULONGLONG OpenedKeys; + ULONGLONG DelayCloseKCBs; + ULONGLONG PrivateAllocPages; + ULONGLONG PrivateAllocFree; + ULONGLONG PrivateAllocUsed; + ULONGLONG LookupCacheHit; + ULONGLONG LookupCacheMissFound; + ULONGLONG LookupCacheMissNotFound; + ULONGLONG ViewMap; + ULONGLONG ViewUnMap; + ULONGLONG HiveShrink; +}; +union ALIGN( 4 ) _RTL_ELEVATION_FLAGS +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG ElevationEnabled : 1; + ULONG VirtualizationEnabled : 1; + ULONG InstallerDetectEnabled : 1; + ULONG ReservedBits : 29; + }; +}; +struct ALIGN( 4 ) _RTL_UNLOAD_EVENT_TRACE32 +{ + ULONG BaseAddress; + ULONG SizeOfImage; + ULONG Sequence; + ULONG TimeDateStamp; + ULONG CheckSum; + WCHAR ImageName[32]; + ULONG Version[2]; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_DEP_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY Dep; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_ASLR_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY ForceRelocateImages; + RTL_IMAGE_MITIGATION_POLICY BottomUpRandomization; + RTL_IMAGE_MITIGATION_POLICY HighEntropyRandomization; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_DYNAMIC_CODE_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY BlockDynamicCode; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_STRICT_HANDLE_CHECK_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY StrictHandleChecks; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_SYSTEM_CALL_DISABLE_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY BlockWin32kSystemCalls; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_EXTENSION_POINT_DISABLE_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY DisableExtensionPoints; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_CONTROL_FLOW_GUARD_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY ControlFlowGuard; + RTL_IMAGE_MITIGATION_POLICY StrictControlFlowGuard; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_BINARY_SIGNATURE_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY BlockNonMicrosoftSignedBinaries; + RTL_IMAGE_MITIGATION_POLICY EnforceSigningOnModuleDependencies; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_FONT_DISABLE_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY DisableNonSystemFonts; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_IMAGE_LOAD_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY BlockRemoteImageLoads; + RTL_IMAGE_MITIGATION_POLICY BlockLowLabelImageLoads; + RTL_IMAGE_MITIGATION_POLICY PreferSystem32; +}; +struct ALIGN( 8 ) _PERFINFO_PPM_PERF_STATE_CHANGE +{ + ULONG Type; + ULONG NewState; + ULONG OldState; + NTSTATUS Result; + ULONG64 Processors; +}; +struct ALIGN( 4 ) _PERFINFO_PPM_IDLE_EXIT_LATENCY +{ + ULONG Flags; + ULONG PlatformState; + ULONG ProcessorState; + ULONG ReturnLatency; + ULONG TotalLatency; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_SEHOP_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY Sehop; +}; +struct ALIGN( 8 ) _PERFINFO_PFMAPPED_SECTION_OBJECT_INFORMATION +{ + PVOID SectionObject; + PVOID RangeBase; +}; +struct ALIGN( 8 ) _PERFINFO_PFMAPPED_SECTION_INFORMATION +{ + PVOID RangeBase; + PVOID RangeEnd; + ULONG CreatingProcessId; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_USER_SHADOW_STACK_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY UserShadowStack; + RTL_IMAGE_MITIGATION_POLICY SetContextIpValidation; + RTL_IMAGE_MITIGATION_POLICY BlockNonCetBinaries; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_REDIRECTION_TRUST_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY BlockUntrustedRedirections; +}; +struct ALIGN( 8 ) _RTL_IMAGE_MITIGATION_USER_POINTER_AUTH_POLICY +{ + RTL_IMAGE_MITIGATION_POLICY PointerAuthUserIp; +}; +struct ALIGN( 4 ) _PS_PKG_CLAIM +{ + ULONG Flags; + ULONG Origin; +}; +struct ALIGN( 8 ) _RTL_BSD_DATA_POWER_TRANSITION +{ + LARGE_INTEGER PowerButtonTimestamp; + struct ALIGN( 1 ) + { + BOOLEAN SystemRunning : 1; + BOOLEAN ConnectedStandbyInProgress : 1; + BOOLEAN UserShutdownInProgress : 1; + BOOLEAN SystemShutdownInProgress : 1; + BOOLEAN SleepInProgress : 4; + } Flags; + UCHAR ConnectedStandbyScenarioInstanceId; + UCHAR ConnectedStandbyEntryReason; + UCHAR ConnectedStandbyExitReason; + USHORT SystemSleepTransitionCount; + LARGE_INTEGER LastReferenceTime; + ULONG LastReferenceTimeChecksum; + ULONG LastUpdateBootId; +}; +struct ALIGN( 4 ) _RTL_BSD_DATA_ERROR_INFO +{ + ULONG BootId; + ULONG RepeatCount; + ULONG OtherErrorCount; + ULONG Code; + ULONG OtherErrorCount2; +}; +struct ALIGN( 8 ) _RTL_BSD_POWER_BUTTON_PRESS_INFO +{ + LARGE_INTEGER LastPressTime; + ULONG CumulativePressCount; + USHORT LastPressBootId; + UCHAR LastPowerWatchdogStage; + struct ALIGN( 1 ) + { + UCHAR WatchdogArmed : 1; + UCHAR ShutdownInProgress : 1; + } Flags; + LARGE_INTEGER LastReleaseTime; + ULONG CumulativeReleaseCount; + USHORT LastReleaseBootId; + USHORT ErrorCount; + UCHAR CurrentConnectedStandbyPhase; + ULONG TransitionLatestCheckpointId; + ULONG TransitionLatestCheckpointType; + ULONG TransitionLatestCheckpointSequenceNumber; +}; +struct ALIGN( 8 ) _RTL_BSD_ITEM +{ + RTL_BSD_ITEM_TYPE Type; + PVOID DataBuffer; + ULONG DataLength; +}; +struct ALIGN( 4 ) __RTL_FEATURE_USAGE_REPORT +{ + ULONG FeatureId; + USHORT ReportingKind; + USHORT ReportingOptions; +}; +struct ALIGN( 4 ) _IMAGE_DEBUG_POGO_ENTRY +{ + ULONG Rva; + ULONG Size; + CHAR Name[1]; +}; +struct ALIGN( 4 ) _IMAGE_DEBUG_POGO_SIGNATURE +{ + ULONG Signature; +}; +struct ALIGN( 2 ) _IMAGE_RELOCATION_RECORD +{ + USHORT Offset : 12; + USHORT Type : 4; +}; +struct ALIGN( 4 ) _IMAGE_CHPE_METADATA_X86 +{ + ULONG Version; + ULONG CHPECodeAddressRangeOffset; + ULONG CHPECodeAddressRangeCount; + ULONG WowA64ExceptionHandlerFunctionPointer; + ULONG WowA64DispatchCallFunctionPointer; + ULONG WowA64DispatchIndirectCallFunctionPointer; + ULONG WowA64DispatchIndirectCallCfgFunctionPointer; + ULONG WowA64DispatchRetFunctionPointer; + ULONG WowA64DispatchRetLeafFunctionPointer; + ULONG WowA64DispatchJumpFunctionPointer; + ULONG CompilerIATPointer; + ULONG WowA64RdtscFunctionPointer; +}; +struct ALIGN( 4 ) _IMAGE_CHPE_RANGE_ENTRY +{ + union ALIGN( 4 ) + { + ULONG StartOffset; + struct ALIGN( 4 ) + { + ULONG NativeCode : 1; + ULONG AddressBits : 31; + }; + }; + ULONG Length; +}; +struct ALIGN( 4 ) _IMAGE_ARM64EC_METADATA +{ + ULONG Version; + ULONG CodeMap; + ULONG CodeMapCount; + ULONG CodeRangesToEntryPoints; + ULONG RedirectionMetadata; + ULONG tbd__os_arm64x_dispatch_call_no_redirect; + ULONG tbd__os_arm64x_dispatch_ret; + ULONG tbd__os_arm64x_dispatch_call; + ULONG tbd__os_arm64x_dispatch_icall; + ULONG tbd__os_arm64x_dispatch_icall_cfg; + ULONG AlternateEntryPoint; + ULONG AuxiliaryIAT; + ULONG CodeRangesToEntryPointsCount; + ULONG RedirectionMetadataCount; + ULONG GetX64InformationFunctionPointer; + ULONG SetX64InformationFunctionPointer; + ULONG ExtraRFETable; + ULONG ExtraRFETableSize; + ULONG __os_arm64x_dispatch_fptr; + ULONG AuxiliaryIATCopy; +}; +struct ALIGN( 4 ) _IMAGE_ARM64EC_CODE_MAP_ENTRY +{ + union ALIGN( 4 ) + { + ULONG StartOffset; + struct ALIGN( 4 ) + { + ULONG Type : 2; + ULONG AddressBits : 30; + }; + }; + ULONG Length; +}; +struct ALIGN( 8 ) _ETW_WNF_EVENT_SUBSCRIBE +{ + SYSTEM_TRACE_HEADER Header; + LARGE_INTEGER StateName; + PVOID Subscription; + PVOID NameSub; + PVOID Callback; + ULONG RefCount; + ULONG DeliveryFlags; +}; +struct ALIGN( 4 ) _IMAGE_ARM64EC_CODE_RANGE_ENTRY_POINT +{ + ULONG StartRva; + ULONG EndRva; + ULONG EntryPoint; +}; +struct ALIGN( 8 ) _ETW_WNF_EVENT_PUBLISH +{ + SYSTEM_TRACE_HEADER Header; + LARGE_INTEGER StateName; + ULONG DataLength; +}; +struct ALIGN( 8 ) _TOKEN_SECURITY_ATTRIBUTE_V1 +{ + UNICODE_STRING Name; + USHORT ValueType; + USHORT Reserved; + ULONG Flags; + ULONG ValueCount; + union ALIGN( 8 ) + { + PLONG64 pInt64; + PULONG64 pUint64; + PUNICODE_STRING pString; + PTOKEN_SECURITY_ATTRIBUTE_FQBN_VALUE pFqbn; + PTOKEN_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE pOctetString; + } Values; +}; +struct ALIGN( 8 ) _TOKEN_SECURITY_ATTRIBUTES_INFORMATION +{ + USHORT Version; + USHORT Reserved; + ULONG AttributeCount; + union ALIGN( 8 ) + { + PTOKEN_SECURITY_ATTRIBUTE_V1 pAttributeV1; + } Attribute; +}; +struct ALIGN( 8 ) _TOKEN_SECURITY_ATTRIBUTES_AND_OPERATION_INFORMATION +{ + PTOKEN_SECURITY_ATTRIBUTES_INFORMATION Attributes; + PTOKEN_SECURITY_ATTRIBUTE_OPERATION Operations; +}; +struct ALIGN( 8 ) _TOKEN_PROCESS_TRUST_LEVEL +{ + PSID TrustLevelSid; +}; +struct ALIGN( 8 ) _SE_FILE_CACHE_CLAIM_INFORMATION +{ + ULONG Size; + PVOID Claim; +}; +struct ALIGN( 8 ) _SE_SET_FILE_CACHE_INFORMATION +{ + ULONG Size; + UNICODE_STRING CatalogDirectoryPath; + SE_FILE_CACHE_CLAIM_INFORMATION OriginClaimInfo; +}; +; +struct ALIGN( 8 ) _ETW_OPTICALIO_INIT +{ + PVOID Irp; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _ETW_OPTICALIO_FLUSH_BUFFERS +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONGLONG HighResResponseTime; + PVOID IrpAddress; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _ETW_REGNOTIF_REGISTER +{ + PVOID Notification; + PVOID Kcb; + UCHAR Type; + BOOLEAN WatchTree; + BOOLEAN Primary; +}; +struct ALIGN( 8 ) _WMI_TXR +{ + LONGLONG InitialTime; + GUID TxRGUID; + ULONG Status; + ULONG UowCount; + WCHAR Hive[1]; +}; +struct ALIGN( 4 ) _PEB_LDR_DATA32 +{ + ULONG Length; + BOOLEAN Initialized; + ULONG SsHandle; + LIST_ENTRY32 InLoadOrderModuleList; + LIST_ENTRY32 InMemoryOrderModuleList; + LIST_ENTRY32 InInitializationOrderModuleList; + ULONG EntryInProgress; + BOOLEAN ShutdownInProgress; + ULONG ShutdownThreadId; +}; +struct ALIGN( 4 ) _LDR_SERVICE_TAG_RECORD32 +{ + ULONG Next; + ULONG ServiceTag; +}; +struct ALIGN( 4 ) _LDRP_CSLIST32 +{ + ULONG Tail; +}; +struct ALIGN( 4 ) _LDR_DDAG_NODE32 +{ + LIST_ENTRY32 Modules; + ULONG ServiceTagList; + ULONG LoadCount; + ULONG LoadWhileUnloadingCount; + ULONG LowestLink; + union ALIGN( 4 ) + { + LDRP_CSLIST32 Dependencies; + SINGLE_LIST_ENTRY32 RemovalLink; + }; + LDRP_CSLIST32 IncomingDependencies; + LDR_DDAG_STATE State; + SINGLE_LIST_ENTRY32 CondenseLink; + ULONG PreorderNumber; +}; +struct ALIGN( 8 ) _LDR_DATA_TABLE_ENTRY32 +{ + LIST_ENTRY32 InLoadOrderLinks; + LIST_ENTRY32 InMemoryOrderLinks; + union ALIGN( 4 ) + { + LIST_ENTRY32 InInitializationOrderLinks; + LIST_ENTRY32 InProgressLinks; + }; + ULONG DllBase; + ULONG EntryPoint; + ULONG SizeOfImage; + UNICODE_STRING32 FullDllName; + UNICODE_STRING32 BaseDllName; + union ALIGN( 4 ) + { + UCHAR FlagGroup[4]; + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG PackagedBinary : 1; + ULONG MarkedForRemoval : 1; + ULONG ImageDll : 1; + ULONG LoadNotificationsSent : 1; + ULONG TelemetryEntryProcessed : 1; + ULONG ProcessStaticImport : 1; + ULONG InLegacyLists : 1; + ULONG InIndexes : 1; + ULONG ShimDll : 1; + ULONG InExceptionTable : 1; + ULONG ReservedFlags1 : 2; + ULONG LoadInProgress : 1; + ULONG LoadConfigProcessed : 1; + ULONG EntryProcessed : 1; + ULONG ProtectDelayLoad : 1; + ULONG ReservedFlags3 : 2; + ULONG DontCallForThreads : 1; + ULONG ProcessAttachCalled : 1; + ULONG ProcessAttachFailed : 1; + ULONG CorDeferredValidate : 1; + ULONG CorImage : 1; + ULONG DontRelocate : 1; + ULONG CorILOnly : 1; + ULONG ChpeImage : 1; + ULONG ReservedFlags5 : 2; + ULONG Redirected : 1; + ULONG ReservedFlags6 : 2; + ULONG CompatDatabaseProcessed : 1; + }; + }; + USHORT ObsoleteLoadCount; + USHORT TlsIndex; + LIST_ENTRY32 HashLinks; + ULONG TimeDateStamp; + ULONG EntryPointActivationContext; + ULONG Lock; + ULONG DdagNode; + LIST_ENTRY32 NodeModuleLink; + ULONG LoadContext; + ULONG ParentDllBase; + ULONG SwitchBackContext; + RTL_BALANCED_NODE32 BaseAddressIndexNode; + RTL_BALANCED_NODE32 MappingInfoIndexNode; + ULONG OriginalBase; + LARGE_INTEGER LoadTime; + ULONG BaseNameHashValue; + LDR_DLL_LOAD_REASON LoadReason; + ULONG ImplicitPathOptions; + ULONG ReferenceCount; + ULONG DependentLoadFlags; + UCHAR SigningLevel; + ULONG CheckSum; + ULONG ActivePatchImageBase; + LDR_HOT_PATCH_STATE HotPatchState; +}; +struct ALIGN( 4 ) _CURDIR32 +{ + UNICODE_STRING32 DosPath; + ULONG Handle; +}; +struct ALIGN( 4 ) _RTL_DRIVE_LETTER_CURDIR32 +{ + USHORT Flags; + USHORT Length; + ULONG TimeStamp; + STRING32 DosPath; +}; +struct ALIGN( 4 ) _RTL_USER_PROCESS_PARAMETERS32 +{ + ULONG MaximumLength; + ULONG Length; + ULONG Flags; + ULONG DebugFlags; + ULONG ConsoleHandle; + ULONG ConsoleFlags; + ULONG StandardInput; + ULONG StandardOutput; + ULONG StandardError; + CURDIR32 CurrentDirectory; + UNICODE_STRING32 DllPath; + UNICODE_STRING32 ImagePathName; + UNICODE_STRING32 CommandLine; + ULONG Environment; + ULONG StartingX; + ULONG StartingY; + ULONG CountX; + ULONG CountY; + ULONG CountCharsX; + ULONG CountCharsY; + ULONG FillAttribute; + ULONG WindowFlags; + ULONG ShowWindowFlags; + UNICODE_STRING32 WindowTitle; + UNICODE_STRING32 DesktopInfo; + UNICODE_STRING32 ShellInfo; + UNICODE_STRING32 RuntimeData; + RTL_DRIVE_LETTER_CURDIR32 CurrentDirectories[32]; + ULONG EnvironmentSize; + ULONG EnvironmentVersion; + ULONG PackageDependencyData; + ULONG ProcessGroupId; + ULONG LoaderThreads; + UNICODE_STRING32 RedirectionDllName; + UNICODE_STRING32 HeapPartitionName; + ULONG DefaultThreadpoolCpuSetMasks; + ULONG DefaultThreadpoolCpuSetMaskCount; + ULONG DefaultThreadpoolThreadMaximum; +}; +struct ALIGN( 8 ) _PEB32 +{ + BOOLEAN InheritedAddressSpace; + BOOLEAN ReadImageFileExecOptions; + BOOLEAN BeingDebugged; + union ALIGN( 1 ) + { + BOOLEAN BitField; + struct ALIGN( 1 ) + { + BOOLEAN ImageUsesLargePages : 1; + BOOLEAN IsProtectedProcess : 1; + BOOLEAN IsImageDynamicallyRelocated : 1; + BOOLEAN SkipPatchingUser32Forwarders : 1; + BOOLEAN IsPackagedProcess : 1; + BOOLEAN IsAppContainer : 1; + BOOLEAN IsProtectedProcessLight : 1; + BOOLEAN IsLongPathAwareProcess : 1; + }; + }; + ULONG Mutant; + ULONG ImageBaseAddress; + ULONG Ldr; + ULONG ProcessParameters; + ULONG SubSystemData; + ULONG ProcessHeap; + ULONG FastPebLock; + ULONG AtlThunkSListPtr; + ULONG IFEOKey; + union ALIGN( 4 ) + { + ULONG CrossProcessFlags; + struct ALIGN( 4 ) + { + ULONG ProcessInJob : 1; + ULONG ProcessInitializing : 1; + ULONG ProcessUsingVEH : 1; + ULONG ProcessUsingVCH : 1; + ULONG ProcessUsingFTH : 1; + ULONG ReservedBits0 : 27; + }; + }; + union ALIGN( 4 ) + { + ULONG KernelCallbackTable; + ULONG UserSharedInfoPtr; + }; + ULONG SystemReserved; + ULONG AtlThunkSListPtr32; + ULONG ApiSetMap; + ULONG TlsExpansionCounter; + ULONG TlsBitmap; + ULONG TlsBitmapBits[2]; + ULONG ReadOnlySharedMemoryBase; + ULONG SharedData; + ULONG ReadOnlyStaticServerData; + ULONG AnsiCodePageData; + ULONG OemCodePageData; + ULONG UnicodeCaseTableData; + ULONG NumberOfProcessors; + ULONG NtGlobalFlag; + LARGE_INTEGER CriticalSectionTimeout; + ULONG HeapSegmentReserve; + ULONG HeapSegmentCommit; + ULONG HeapDeCommitTotalFreeThreshold; + ULONG HeapDeCommitFreeBlockThreshold; + ULONG NumberOfHeaps; + ULONG MaximumNumberOfHeaps; + ULONG ProcessHeaps; + ULONG GdiSharedHandleTable; + ULONG ProcessStarterHelper; + ULONG GdiDCAttributeList; + ULONG LoaderLock; + ULONG OSMajorVersion; + ULONG OSMinorVersion; + USHORT OSBuildNumber; + USHORT OSCSDVersion; + ULONG OSPlatformId; + ULONG ImageSubsystem; + ULONG ImageSubsystemMajorVersion; + ULONG ImageSubsystemMinorVersion; + ULONG ActiveProcessAffinityMask; + GDI_HANDLE_BUFFER32 GdiHandleBuffer; + ULONG PostProcessInitRoutine; + ULONG TlsExpansionBitmap; + ULONG TlsExpansionBitmapBits[32]; + ULONG SessionId; + ULARGE_INTEGER AppCompatFlags; + ULARGE_INTEGER AppCompatFlagsUser; + ULONG pShimData; + ULONG AppCompatInfo; + UNICODE_STRING32 CSDVersion; + ULONG ActivationContextData; + ULONG ProcessAssemblyStorageMap; + ULONG SystemDefaultActivationContextData; + ULONG SystemAssemblyStorageMap; + ULONG MinimumStackCommit; + ULONG SparePointers[2]; + ULONG PatchLoaderData; + ULONG ChpeV2ProcessInfo; + ULONG AppModelFeatureState; + ULONG SpareUlongs[2]; + USHORT ActiveCodePage; + USHORT OemCodePage; + USHORT UseCaseMapping; + USHORT UnusedNlsField; + ULONG WerRegistrationData; + ULONG WerShipAssertPtr; + union ALIGN( 4 ) + { + ULONG pContextData; + ULONG pUnused; + ULONG EcCodeBitMap; + }; + ULONG pImageHeaderHash; + union ALIGN( 4 ) + { + ULONG TracingFlags; + struct ALIGN( 4 ) + { + ULONG HeapTracingEnabled : 1; + ULONG CritSecTracingEnabled : 1; + ULONG LibLoaderTracingEnabled : 1; + ULONG SpareTracingBits : 29; + }; + }; + ULONGLONG CsrServerReadOnlySharedMemoryBase; + ULONG TppWorkerpListLock; + LIST_ENTRY32 TppWorkerpList; + ULONG WaitOnAddressHashTable[128]; + ULONG TelemetryCoverageHeader; + ULONG CloudFileFlags; + ULONG CloudFileDiagFlags; + CHAR PlaceholderCompatibilityMode; + CHAR PlaceholderCompatibilityModeReserved[7]; + ULONG LeapSecondData; + union ALIGN( 4 ) + { + ULONG LeapSecondFlags; + struct ALIGN( 4 ) + { + ULONG SixtySecondEnabled : 1; + ULONG Reserved : 31; + }; + }; + ULONG NtGlobalFlag2; + ULONGLONG ExtendedFeatureDisableMask; +}; +struct ALIGN( 4 ) _GDI_TEB_BATCH32 +{ + ULONG Offset; + ULONG HDC; + ULONG Buffer[310]; +}; +struct ALIGN( 8 ) _TEB32 +{ + NT_TIB32 NtTib; + ULONG EnvironmentPointer; + CLIENT_ID32 ClientId; + ULONG ActiveRpcHandle; + ULONG ThreadLocalStoragePointer; + ULONG ProcessEnvironmentBlock; + ULONG LastErrorValue; + ULONG CountOfOwnedCriticalSections; + ULONG CsrClientThread; + ULONG Win32ThreadInfo; + ULONG User32Reserved[26]; + ULONG UserReserved[5]; + ULONG WOW32Reserved; + LCID CurrentLocale; + ULONG FpSoftwareStatusRegister; + ULONG ReservedForDebuggerInstrumentation[16]; + ULONG SystemReserved1[36]; + UCHAR WorkingOnBehalfTicket[8]; + NTSTATUS ExceptionCode; + ULONG ActivationContextStackPointer; + ULONG InstrumentationCallbackSp; + ULONG InstrumentationCallbackPreviousPc; + ULONG InstrumentationCallbackPreviousSp; + BOOLEAN InstrumentationCallbackDisabled; + UCHAR SpareBytes[23]; + ULONG TxFsContext; + GDI_TEB_BATCH32 GdiTebBatch; + CLIENT_ID32 RealClientId; + ULONG GdiCachedProcessHandle; + ULONG GdiClientPID; + ULONG GdiClientTID; + ULONG GdiThreadLocalInfo; + ULONG Win32ClientInfo[62]; + ULONG glDispatchTable[233]; + ULONG glReserved1[29]; + ULONG glReserved2; + ULONG glSectionInfo; + ULONG glSection; + ULONG glTable; + ULONG glCurrentRC; + ULONG glContext; + NTSTATUS LastStatusValue; + UNICODE_STRING32 StaticUnicodeString; + WCHAR StaticUnicodeBuffer[261]; + ULONG DeallocationStack; + ULONG TlsSlots[64]; + LIST_ENTRY32 TlsLinks; + ULONG Vdm; + ULONG ReservedForNtRpc; + ULONG DbgSsReserved[2]; + ULONG HardErrorMode; + ULONG Instrumentation[9]; + GUID ActivityId; + ULONG SubProcessTag; + ULONG PerflibData; + ULONG EtwTraceData; + ULONG WinSockData; + ULONG GdiBatchCount; + union ALIGN( 4 ) + { + PROCESSOR_NUMBER CurrentIdealProcessor; + ULONG IdealProcessorValue; + struct ALIGN( 1 ) + { + UCHAR ReservedPad0; + UCHAR ReservedPad1; + UCHAR ReservedPad2; + UCHAR IdealProcessor; + }; + }; + ULONG GuaranteedStackBytes; + ULONG ReservedForPerf; + ULONG ReservedForOle; + ULONG WaitingOnLoaderLock; + ULONG SavedPriorityState; + ULONG ReservedForCodeCoverage; + ULONG ThreadPoolData; + ULONG TlsExpansionSlots; + ULONG MuiGeneration; + ULONG IsImpersonating; + ULONG NlsCache; + ULONG pShimData; + USHORT HeapVirtualAffinity; + USHORT LowFragHeapDataSlot; + ULONG CurrentTransactionHandle; + ULONG ActiveFrame; + ULONG FlsData; + ULONG PreferredLanguages; + ULONG UserPrefLanguages; + ULONG MergedPrefLanguages; + ULONG MuiImpersonation; + union ALIGN( 2 ) + { + USHORT CrossTebFlags; + USHORT SpareCrossTebBits : 16; + }; + union ALIGN( 2 ) + { + USHORT SameTebFlags; + struct ALIGN( 2 ) + { + USHORT SafeThunkCall : 1; + USHORT InDebugPrint : 1; + USHORT HasFiberData : 1; + USHORT SkipThreadAttach : 1; + USHORT WerInShipAssertCode : 1; + USHORT RanProcessInit : 1; + USHORT ClonedThread : 1; + USHORT SuppressDebugMsg : 1; + USHORT DisableUserStackWalk : 1; + USHORT RtlExceptionAttached : 1; + USHORT InitialThread : 1; + USHORT SessionAware : 1; + USHORT LoadOwner : 1; + USHORT LoaderWorker : 1; + USHORT SpareSameTebBits : 2; + }; + }; + ULONG TxnScopeEnterCallback; + ULONG TxnScopeExitCallback; + ULONG TxnScopeContext; + ULONG LockCount; + LONG WowTebOffset; + ULONG ResourceRetValue; + ULONG ReservedForWdf; + ULONGLONG ReservedForCrt; + GUID EffectiveContainerId; +}; +union ALIGN( 4 ) _WOW64_EXECUTE_OPTIONS +{ + ULONG Flags; + struct ALIGN( 4 ) + { + ULONG StackReserveSize : 8; + ULONG StackCommitSize : 4; + ULONG Deprecated0 : 1; + ULONG DisableWowAssert : 1; + ULONG DisableTurboDispatch : 1; + ULONG Unused : 13; + ULONG Reserved0 : 1; + ULONG Reserved1 : 1; + ULONG Reserved2 : 1; + ULONG Reserved3 : 1; + }; +}; +struct ALIGN( 4 ) _WOW64INFO +{ + ULONG NativeSystemPageSize; + ULONG CpuFlags; + WOW64_EXECUTE_OPTIONS Wow64ExecuteFlags; + ULONG InstrumentationCallback; +}; +struct ALIGN( 8 ) _PEB32_WITH_WOW64INFO +{ + PEB32 Peb32; + WOW64INFO Wow64Info; +}; +struct ALIGN( 8 ) _LSA_REFERENCED_DOMAIN_LIST +{ + ULONG Entries; + PLSA_TRUST_INFORMATION Domains; +}; +struct ALIGN( 8 ) _LSA_TRANSLATED_SID2 +{ + SID_NAME_USE Use; + PSID Sid; + LONG DomainIndex; + ULONG Flags; +}; +struct ALIGN( 8 ) _POLICY_ACCOUNT_DOMAIN_INFO +{ + LSA_UNICODE_STRING DomainName; + PSID DomainSid; +}; +struct ALIGN( 8 ) _POLICY_DNS_DOMAIN_INFO +{ + LSA_UNICODE_STRING Name; + LSA_UNICODE_STRING DnsDomainName; + LSA_UNICODE_STRING DnsForestName; + GUID DomainGuid; + PSID Sid; +}; +struct ALIGN( 4 ) _SE_ADT_OBJECT_TYPE +{ + GUID ObjectType; + USHORT Flags; + USHORT Level; + ACCESS_MASK AccessMask; +}; +struct ALIGN( 8 ) _SE_ADT_PARAMETER_ARRAY_ENTRY +{ + SE_ADT_PARAMETER_TYPE Type; + ULONG Length; + ULONG_PTR Data[2]; + PVOID Address; +}; +struct ALIGN( 8 ) _SE_ADT_ACCESS_REASON +{ + ACCESS_MASK AccessMask; + ULONG AccessReasons[32]; + ULONG ObjectTypeIndex; + ULONG AccessGranted; + PSECURITY_DESCRIPTOR SecurityDescriptor; +}; +struct ALIGN( 8 ) _SE_ADT_CLAIMS +{ + ULONG Length; + PCLAIMS_BLOB Claims; +}; +struct ALIGN( 8 ) _SE_ADT_PARAMETER_ARRAY +{ + ULONG CategoryId; + ULONG AuditId; + ULONG ParameterCount; + ULONG Length; + USHORT FlatSubCategoryId; + USHORT Type; + ULONG Flags; + SE_ADT_PARAMETER_ARRAY_ENTRY Parameters[32]; +}; +struct ALIGN( 8 ) _SE_ADT_PARAMETER_ARRAY_EX +{ + ULONG CategoryId; + ULONG AuditId; + ULONG Version; + ULONG ParameterCount; + ULONG Length; + USHORT FlatSubCategoryId; + USHORT Type; + ULONG Flags; + SE_ADT_PARAMETER_ARRAY_ENTRY Parameters[32]; +}; +struct ALIGN( 8 ) _LSA_ADT_STRING_LIST_ENTRY +{ + ULONG Flags; + UNICODE_STRING String; +}; +struct ALIGN( 8 ) _LSA_ADT_STRING_LIST +{ + ULONG cStrings; + PLSA_ADT_STRING_LIST_ENTRY Strings; +}; +struct ALIGN( 8 ) _HEAP_EVENT_COMMIT_DECOMMIT +{ + PVOID HeapHandle; + PVOID Block; + SIZE_T Size; + ULONG Caller; +}; +struct ALIGN( 8 ) _HEAP_COMMIT_DECOMMIT +{ + SYSTEM_TRACE_HEADER Header; + HEAP_EVENT_COMMIT_DECOMMIT Event; +}; +struct ALIGN( 8 ) _HEAP_SUBSEGMENT_ALLOC +{ + SYSTEM_TRACE_HEADER Header; + HEAP_EVENT_SUBSEGMENT_ALLOC_FREE Event; +}; +struct ALIGN( 8 ) _HEAP_SUBSEGMENT_FREE +{ + SYSTEM_TRACE_HEADER Header; + HEAP_EVENT_SUBSEGMENT_ALLOC_FREE Event; +}; +struct ALIGN( 8 ) _LSA_AUTH_CALLBACKS +{ + PFN_LSA_CALL_AUTH_PKG LsaCallAuthPkgFn; + PFN_LSA_DEREGISTER_PROC LsaDeregisterProcFn; + PFN_LSA_FREE_BUFFER LsaFreeReturnBufferFn; + PFN_LSA_LOGON_USER LsaLogonUserFn; + PFN_LOOKUP_AUTH_PKG LsaLookupAuthPkgFn; + PFN_LSA_REGISTER_PROC LsaRegisterProcFn; +}; +struct ALIGN( 8 ) _LSA_TOKEN_INFORMATION_NULL +{ + LARGE_INTEGER ExpirationTime; + PTOKEN_GROUPS Groups; +}; +struct ALIGN( 8 ) _LSA_TOKEN_INFORMATION_V1 +{ + LARGE_INTEGER ExpirationTime; + TOKEN_USER User; + PTOKEN_GROUPS Groups; + TOKEN_PRIMARY_GROUP PrimaryGroup; + PTOKEN_PRIVILEGES Privileges; + TOKEN_OWNER Owner; + TOKEN_DEFAULT_DACL DefaultDacl; +}; +struct ALIGN( 8 ) _LSA_TOKEN_INFORMATION_V3 +{ + LARGE_INTEGER ExpirationTime; + TOKEN_USER User; + PTOKEN_GROUPS Groups; + TOKEN_PRIMARY_GROUP PrimaryGroup; + PTOKEN_PRIVILEGES Privileges; + TOKEN_OWNER Owner; + TOKEN_DEFAULT_DACL DefaultDacl; + TOKEN_USER_CLAIMS UserClaims; + TOKEN_DEVICE_CLAIMS DeviceClaims; + PTOKEN_GROUPS DeviceGroups; +}; +struct ALIGN( 8 ) _LSA_DISPATCH_TABLE +{ + PLSA_CREATE_LOGON_SESSION CreateLogonSession; + PLSA_DELETE_LOGON_SESSION DeleteLogonSession; + PLSA_ADD_CREDENTIAL AddCredential; + PLSA_GET_CREDENTIALS GetCredentials; + PLSA_DELETE_CREDENTIAL DeleteCredential; + PLSA_ALLOCATE_LSA_HEAP AllocateLsaHeap; + PLSA_FREE_LSA_HEAP FreeLsaHeap; + PLSA_ALLOCATE_CLIENT_BUFFER AllocateClientBuffer; + PLSA_FREE_CLIENT_BUFFER FreeClientBuffer; + PLSA_COPY_TO_CLIENT_BUFFER CopyToClientBuffer; + PLSA_COPY_FROM_CLIENT_BUFFER CopyFromClientBuffer; +}; +struct ALIGN( 8 ) _WMI_WAIT_MULTIPLE +{ + ULONG ThreadId; + UCHAR WaitType; + UCHAR ObjectCount; + WMI_WAIT_OBJECT_RECORD ObjectRecord[64]; +}; +struct ALIGN( 4 ) _ETW_READY_THREAD_EVENT +{ + ULONG ThreadId; + UCHAR AdjustReason; + SCHAR AdjustIncrement; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR ExecutingDpc : 1; + UCHAR KernelStackNotResident : 1; + UCHAR ProcessOutOfMemory : 1; + UCHAR DirectSwitchAttempt : 1; + UCHAR Reserved : 4; + }; + UCHAR Flags; + }; + UCHAR SpareByte; +}; +struct ALIGN( 4 ) _LSA_TRANSLATED_SID +{ + SID_NAME_USE Use; + ULONG RelativeId; + LONG DomainIndex; +}; +struct ALIGN( 8 ) _POLICY_PRIVILEGE_DEFINITION +{ + LSA_UNICODE_STRING Name; + LUID LocalValue; +}; +struct ALIGN( 8 ) _POLICY_AUDIT_LOG_INFO +{ + ULONG AuditLogPercentFull; + ULONG MaximumLogSize; + LARGE_INTEGER AuditRetentionPeriod; + BOOLEAN AuditLogFullShutdownInProgress; + LARGE_INTEGER TimeToShutdown; + ULONG NextAuditRecordId; +}; +struct ALIGN( 8 ) _POLICY_AUDIT_EVENTS_INFO +{ + BOOLEAN AuditingMode; + PPOLICY_AUDIT_EVENT_OPTIONS EventAuditingOptions; + ULONG MaximumAuditEventCount; +}; +struct ALIGN( 8 ) _POLICY_AUDIT_SUBCATEGORIES_INFO +{ + ULONG MaximumSubCategoryCount; + PPOLICY_AUDIT_EVENT_OPTIONS EventAuditingOptions; +}; +struct ALIGN( 8 ) _POLICY_AUDIT_CATEGORIES_INFO +{ + ULONG MaximumCategoryCount; + PPOLICY_AUDIT_SUBCATEGORIES_INFO SubCategoriesInfo; +}; +struct ALIGN( 8 ) _POLICY_PRIMARY_DOMAIN_INFO +{ + LSA_UNICODE_STRING Name; + PSID Sid; +}; +struct ALIGN( 8 ) _POLICY_PD_ACCOUNT_INFO +{ + LSA_UNICODE_STRING Name; +}; +struct ALIGN( 4 ) _POLICY_LSA_SERVER_ROLE_INFO +{ + POLICY_LSA_SERVER_ROLE LsaServerRole; +}; +struct ALIGN( 8 ) _POLICY_REPLICA_SOURCE_INFO +{ + LSA_UNICODE_STRING ReplicaSource; + LSA_UNICODE_STRING ReplicaAccountName; +}; +struct ALIGN( 8 ) _POLICY_DEFAULT_QUOTA_INFO +{ + QUOTA_LIMITS QuotaLimits; +}; +struct ALIGN( 1 ) _POLICY_AUDIT_FULL_QUERY_INFO +{ + BOOLEAN ShutDownOnFull; + BOOLEAN LogIsFull; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_CALLBACK_ENQUEUE +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + PVOID TaskId; + PVOID Callback; + PVOID Context; + PVOID SubProcessTag; +}; +struct ALIGN( 8 ) _POLICY_DOMAIN_KERBEROS_TICKET_INFO +{ + ULONG AuthenticationOptions; + LARGE_INTEGER MaxServiceTicketAge; + LARGE_INTEGER MaxTicketAge; + LARGE_INTEGER MaxRenewAge; + LARGE_INTEGER MaxClockSkew; + LARGE_INTEGER Reserved; +}; +struct ALIGN( 8 ) _POLICY_MACHINE_ACCT_INFO +{ + ULONG Rid; + PSID Sid; +}; +struct ALIGN( 8 ) _POLICY_MACHINE_ACCT_INFO2 +{ + ULONG Rid; + PSID Sid; + GUID ObjectGuid; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_NAME_INFO +{ + LSA_UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _TRUSTED_CONTROLLERS_INFO +{ + ULONG Entries; + PLSA_UNICODE_STRING Names; +}; +struct ALIGN( 4 ) _TRUSTED_POSIX_OFFSET_INFO +{ + ULONG Offset; +}; +struct ALIGN( 8 ) _TRUSTED_PASSWORD_INFO +{ + LSA_UNICODE_STRING Password; + LSA_UNICODE_STRING OldPassword; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_INFORMATION_EX +{ + LSA_UNICODE_STRING Name; + LSA_UNICODE_STRING FlatName; + PSID Sid; + ULONG TrustDirection; + ULONG TrustType; + ULONG TrustAttributes; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_INFORMATION_EX2 +{ + LSA_UNICODE_STRING Name; + LSA_UNICODE_STRING FlatName; + PSID Sid; + ULONG TrustDirection; + ULONG TrustType; + ULONG TrustAttributes; + ULONG ForestTrustLength; + PUCHAR ForestTrustInfo; +}; +struct ALIGN( 8 ) _LSA_AUTH_INFORMATION +{ + LARGE_INTEGER LastUpdateTime; + ULONG AuthType; + ULONG AuthInfoLength; + PUCHAR AuthInfo; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_AUTH_INFORMATION +{ + ULONG IncomingAuthInfos; + PLSA_AUTH_INFORMATION IncomingAuthenticationInformation; + PLSA_AUTH_INFORMATION IncomingPreviousAuthenticationInformation; + ULONG OutgoingAuthInfos; + PLSA_AUTH_INFORMATION OutgoingAuthenticationInformation; + PLSA_AUTH_INFORMATION OutgoingPreviousAuthenticationInformation; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_FULL_INFORMATION +{ + TRUSTED_DOMAIN_INFORMATION_EX Information; + TRUSTED_POSIX_OFFSET_INFO PosixOffset; + TRUSTED_DOMAIN_AUTH_INFORMATION AuthInformation; +}; +struct ALIGN( 8 ) _TRUSTED_DOMAIN_FULL_INFORMATION2 +{ + TRUSTED_DOMAIN_INFORMATION_EX2 Information; + TRUSTED_POSIX_OFFSET_INFO PosixOffset; + TRUSTED_DOMAIN_AUTH_INFORMATION AuthInformation; +}; +struct ALIGN( 4 ) _TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES +{ + ULONG SupportedEncryptionTypes; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_DOMAIN_INFO +{ + PSID Sid; + LSA_UNICODE_STRING DnsName; + LSA_UNICODE_STRING NetbiosName; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_SCANNER_INFO +{ + PSID DomainSid; + LSA_UNICODE_STRING DnsName; + LSA_UNICODE_STRING NetbiosName; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_BINARY_DATA +{ + ULONG Length; + PUCHAR Buffer; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_RECORD +{ + ULONG Flags; + LSA_FOREST_TRUST_RECORD_TYPE ForestTrustType; + LARGE_INTEGER Time; + union ALIGN( 8 ) + { + LSA_UNICODE_STRING TopLevelName; + LSA_FOREST_TRUST_DOMAIN_INFO DomainInfo; + LSA_FOREST_TRUST_BINARY_DATA Data; + } ForestTrustData; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_RECORD2 +{ + ULONG Flags; + LSA_FOREST_TRUST_RECORD_TYPE ForestTrustType; + LARGE_INTEGER Time; + union ALIGN( 8 ) + { + LSA_UNICODE_STRING TopLevelName; + LSA_FOREST_TRUST_DOMAIN_INFO DomainInfo; + LSA_FOREST_TRUST_BINARY_DATA BinaryData; + LSA_FOREST_TRUST_SCANNER_INFO ScannerInfo; + } ForestTrustData; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_INFORMATION +{ + ULONG RecordCount; + PLSA_FOREST_TRUST_RECORD* Entries; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_INFORMATION2 +{ + ULONG RecordCount; + PLSA_FOREST_TRUST_RECORD2* Entries; +}; +struct ALIGN( 2 ) _LOAD_DLL_EVENT_DATA +{ + WCHAR ImageName[1]; +}; +struct ALIGN( 8 ) _LSA_FOREST_TRUST_COLLISION_INFORMATION +{ + ULONG RecordCount; + PLSA_FOREST_TRUST_COLLISION_RECORD* Entries; +}; +struct ALIGN( 8 ) _CI_LOG_SCHEDULER_WAKEUP +{ + EVENT_TRACE_HEADER Header; + ULONG Reason; +}; +struct ALIGN( 8 ) _LSA_LAST_INTER_LOGON_INFO +{ + LARGE_INTEGER LastSuccessfulLogon; + LARGE_INTEGER LastFailedLogon; + ULONG FailedAttemptCountSinceLastSuccessfulLogon; +}; +struct ALIGN( 8 ) _SECURITY_LOGON_SESSION_DATA +{ + ULONG Size; + LUID LogonId; + LSA_UNICODE_STRING UserName; + LSA_UNICODE_STRING LogonDomain; + LSA_UNICODE_STRING AuthenticationPackage; + ULONG LogonType; + ULONG Session; + PSID Sid; + LARGE_INTEGER LogonTime; + LSA_UNICODE_STRING LogonServer; + LSA_UNICODE_STRING DnsDomainName; + LSA_UNICODE_STRING Upn; + ULONG UserFlags; + LSA_LAST_INTER_LOGON_INFO LastLogonInfo; + LSA_UNICODE_STRING LogonScript; + LSA_UNICODE_STRING ProfilePath; + LSA_UNICODE_STRING HomeDirectory; + LSA_UNICODE_STRING HomeDirectoryDrive; + LARGE_INTEGER LogoffTime; + LARGE_INTEGER KickOffTime; + LARGE_INTEGER PasswordLastSet; + LARGE_INTEGER PasswordCanChange; + LARGE_INTEGER PasswordMustChange; +}; +struct ALIGN( 8 ) _CENTRAL_ACCESS_POLICY_ENTRY +{ + LSA_UNICODE_STRING Name; + LSA_UNICODE_STRING Description; + LSA_UNICODE_STRING ChangeId; + ULONG LengthAppliesTo; + PUCHAR AppliesTo; + ULONG LengthSD; + PSECURITY_DESCRIPTOR SD; + ULONG LengthStagedSD; + PSECURITY_DESCRIPTOR StagedSD; + ULONG Flags; +}; +struct ALIGN( 8 ) _CENTRAL_ACCESS_POLICY +{ + PSID CAPID; + LSA_UNICODE_STRING Name; + LSA_UNICODE_STRING Description; + LSA_UNICODE_STRING ChangeId; + ULONG Flags; + ULONG CAPECount; + PCENTRAL_ACCESS_POLICY_ENTRY* CAPEs; +}; +struct ALIGN( 8 ) _NEGOTIATE_PACKAGE_PREFIX +{ + ULONG_PTR PackageId; + PVOID PackageDataA; + PVOID PackageDataW; + ULONG_PTR PrefixLen; + UCHAR Prefix[32]; +}; +struct ALIGN( 4 ) _NEGOTIATE_PACKAGE_PREFIXES +{ + ULONG MessageType; + ULONG PrefixCount; + ULONG Offset; + ULONG Pad; +}; +struct ALIGN( 4 ) _NEGOTIATE_CALLER_NAME_REQUEST +{ + ULONG MessageType; + LUID LogonId; +}; +struct ALIGN( 8 ) _NEGOTIATE_CALLER_NAME_RESPONSE +{ + ULONG MessageType; + PWSTR CallerName; +}; +struct ALIGN( 8 ) _NEGOTIATE_PACKAGE_NAMES +{ + ULONG NamesCount; + UNICODE_STRING Names[1]; +}; +struct ALIGN( 4 ) _NEGOTIATE_PACKAGE_PREFIX_WOW +{ + ULONG PackageId; + ULONG PackageDataA; + ULONG PackageDataW; + ULONG PrefixLen; + UCHAR Prefix[32]; +}; +struct ALIGN( 4 ) _NEGOTIATE_CALLER_NAME_RESPONSE_WOW +{ + ULONG MessageType; + ULONG CallerName; +}; +struct ALIGN( 8 ) _PERFINFO_FILEOBJECT_INFORMATION +{ + PVOID FileObject; +}; +struct ALIGN( 8 ) _SAM_SID_ENUMERATION +{ + PSID Sid; + UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _SAM_BYTE_ARRAY +{ + ULONG Size; + PUCHAR Data; +}; +; +struct ALIGN( 4 ) _DOMAIN_GENERAL_INFORMATION +{ + LARGE_INTEGER ForceLogoff; + UNICODE_STRING OemInformation; + UNICODE_STRING DomainName; + UNICODE_STRING ReplicaSourceNodeName; + LARGE_INTEGER DomainModifiedCount; + DOMAIN_SERVER_ENABLE_STATE DomainServerState; + DOMAIN_SERVER_ROLE DomainServerRole; + BOOLEAN UasCompatibilityRequired; + ULONG UserCount; + ULONG GroupCount; + ULONG AliasCount; +}; +struct ALIGN( 4 ) _DOMAIN_GENERAL_INFORMATION2 +{ + DOMAIN_GENERAL_INFORMATION I1; + LARGE_INTEGER LockoutDuration; + LARGE_INTEGER LockoutObservationWindow; + USHORT LockoutThreshold; +}; +struct ALIGN( 1 ) _DOMAIN_UAS_INFORMATION +{ + BOOLEAN UasCompatibilityRequired; +}; +struct ALIGN( 8 ) _DOMAIN_PASSWORD_INFORMATION +{ + USHORT MinPasswordLength; + USHORT PasswordHistoryLength; + ULONG PasswordProperties; + LARGE_INTEGER MaxPasswordAge; + LARGE_INTEGER MinPasswordAge; +}; +struct ALIGN( 8 ) _DOMAIN_LOGOFF_INFORMATION +{ + LARGE_INTEGER ForceLogoff; +}; +struct ALIGN( 8 ) _DOMAIN_OEM_INFORMATION +{ + UNICODE_STRING OemInformation; +}; +struct ALIGN( 8 ) _DOMAIN_NAME_INFORMATION +{ + UNICODE_STRING DomainName; +}; +struct ALIGN( 4 ) _DOMAIN_SERVER_ROLE_INFORMATION +{ + DOMAIN_SERVER_ROLE DomainServerRole; +}; +struct ALIGN( 8 ) _DOMAIN_REPLICATION_INFORMATION +{ + UNICODE_STRING ReplicaSourceNodeName; +}; +struct ALIGN( 8 ) _DOMAIN_MODIFIED_INFORMATION +{ + LARGE_INTEGER DomainModifiedCount; + LARGE_INTEGER CreationTime; +}; +struct ALIGN( 8 ) _DOMAIN_MODIFIED_INFORMATION2 +{ + LARGE_INTEGER DomainModifiedCount; + LARGE_INTEGER CreationTime; + LARGE_INTEGER ModifiedCountAtLastPromotion; +}; +struct ALIGN( 4 ) _DOMAIN_STATE_INFORMATION +{ + DOMAIN_SERVER_ENABLE_STATE DomainServerState; +}; +struct ALIGN( 8 ) _DOMAIN_LOCKOUT_INFORMATION +{ + LARGE_INTEGER LockoutDuration; + LARGE_INTEGER LockoutObservationWindow; + USHORT LockoutThreshold; +}; +struct ALIGN( 8 ) _DOMAIN_DISPLAY_USER +{ + ULONG Index; + ULONG Rid; + ULONG AccountControl; + UNICODE_STRING LogonName; + UNICODE_STRING AdminComment; + UNICODE_STRING FullName; +}; +struct ALIGN( 8 ) _DOMAIN_DISPLAY_MACHINE +{ + ULONG Index; + ULONG Rid; + ULONG AccountControl; + UNICODE_STRING Machine; + UNICODE_STRING Comment; +}; +struct ALIGN( 8 ) _DOMAIN_DISPLAY_GROUP +{ + ULONG Index; + ULONG Rid; + ULONG Attributes; + UNICODE_STRING Group; + UNICODE_STRING Comment; +}; +struct ALIGN( 8 ) _DOMAIN_DISPLAY_OEM_USER +{ + ULONG Index; + OEM_STRING User; +}; +struct ALIGN( 8 ) _DOMAIN_DISPLAY_OEM_GROUP +{ + ULONG Index; + OEM_STRING Group; +}; +struct ALIGN( 4 ) _PERFINFO_MARK_EVENT +{ + ULONG TranId; + UCHAR Level; + UCHAR AppId; + USHORT OpId; + WCHAR Text[1]; +}; +struct ALIGN( 8 ) _GROUP_GENERAL_INFORMATION +{ + UNICODE_STRING Name; + ULONG Attributes; + ULONG MemberCount; + UNICODE_STRING AdminComment; +}; +struct ALIGN( 8 ) _GROUP_NAME_INFORMATION +{ + UNICODE_STRING Name; +}; +struct ALIGN( 4 ) _GROUP_ATTRIBUTE_INFORMATION +{ + ULONG Attributes; +}; +struct ALIGN( 8 ) _GROUP_ADM_COMMENT_INFORMATION +{ + UNICODE_STRING AdminComment; +}; +struct ALIGN( 8 ) _ALIAS_GENERAL_INFORMATION +{ + UNICODE_STRING Name; + ULONG MemberCount; + UNICODE_STRING AdminComment; +}; +struct ALIGN( 8 ) _ALIAS_NAME_INFORMATION +{ + UNICODE_STRING Name; +}; +struct ALIGN( 8 ) _ALIAS_ADM_COMMENT_INFORMATION +{ + UNICODE_STRING AdminComment; +}; +struct ALIGN( 8 ) _ALIAS_EXTENDED_INFORMATION +{ + ULONG WhichFields; + SAM_SHELL_OBJECT_PROPERTIES ShellAdminObjectProperties; +}; +struct ALIGN( 8 ) _USER_GENERAL_INFORMATION +{ + UNICODE_STRING UserName; + UNICODE_STRING FullName; + ULONG PrimaryGroupId; + UNICODE_STRING AdminComment; + UNICODE_STRING UserComment; +}; +struct ALIGN( 8 ) _WMI_DISKIO_IO_REDIRECTED_INIT +{ + PVOID Irp; + PVOID FileKey; +}; +struct ALIGN( 1 ) _PERFINFO_FILE_SIMPLE_OPERATION +{ + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG_PTR FileKey; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _USER_LOGON_HOURS_INFORMATION +{ + LOGON_HOURS LogonHours; +}; +struct ALIGN( 1 ) _PERFINFO_FILE_OPERATION_END +{ + ULONG_PTR Irp; + ULONG_PTR ExtraInformation; + NTSTATUS Status; +}; +struct ALIGN( 8 ) _USER_ACCOUNT_NAME_INFORMATION +{ + UNICODE_STRING UserName; +}; +struct ALIGN( 1 ) _PERFINFO_FLT_OPERATION +{ + PVOID RoutineAddr; + PVOID FileObject; + PVOID FsContext; + PVOID IrpPtr; + PVOID CbdPtr; + LONG MajorFunction; +}; +struct ALIGN( 8 ) _USER_FULL_NAME_INFORMATION +{ + UNICODE_STRING FullName; +}; +struct ALIGN( 4 ) _USER_PRIMARY_GROUP_INFORMATION +{ + ULONG PrimaryGroupId; +}; +struct ALIGN( 8 ) _USER_HOME_INFORMATION +{ + UNICODE_STRING HomeDirectory; + UNICODE_STRING HomeDirectoryDrive; +}; +struct ALIGN( 8 ) _USER_SCRIPT_INFORMATION +{ + UNICODE_STRING ScriptPath; +}; +struct ALIGN( 8 ) _USER_PROFILE_INFORMATION +{ + UNICODE_STRING ProfilePath; +}; +struct ALIGN( 8 ) _USER_ADMIN_COMMENT_INFORMATION +{ + UNICODE_STRING AdminComment; +}; +struct ALIGN( 8 ) _USER_WORKSTATIONS_INFORMATION +{ + UNICODE_STRING WorkStations; +}; +struct ALIGN( 8 ) _USER_SET_PASSWORD_INFORMATION +{ + UNICODE_STRING Password; + BOOLEAN PasswordExpired; +}; +struct ALIGN( 4 ) _USER_CONTROL_INFORMATION +{ + ULONG UserAccountControl; +}; +struct ALIGN( 8 ) _USER_EXPIRES_INFORMATION +{ + LARGE_INTEGER AccountExpires; +}; +struct ALIGN( 1 ) _CYPHER_BLOCK +{ + CHAR data[8]; +}; +struct ALIGN( 1 ) _ENCRYPTED_NT_OWF_PASSWORD +{ + CYPHER_BLOCK data[2]; +}; +struct ALIGN( 1 ) _ENCRYPTED_LM_OWF_PASSWORD +{ + CYPHER_BLOCK data[2]; +}; +struct ALIGN( 1 ) _USER_INTERNAL1_INFORMATION +{ + ENCRYPTED_NT_OWF_PASSWORD EncryptedNtOwfPassword; + ENCRYPTED_LM_OWF_PASSWORD EncryptedLmOwfPassword; + BOOLEAN NtPasswordPresent; + BOOLEAN LmPasswordPresent; + BOOLEAN PasswordExpired; +}; +struct ALIGN( 8 ) _USER_INTERNAL2_INFORMATION +{ + ULONG StatisticsToApply; + LARGE_INTEGER LastLogon; + LARGE_INTEGER LastLogoff; + USHORT BadPasswordCount; + USHORT LogonCount; +}; +struct ALIGN( 8 ) _USER_PARAMETERS_INFORMATION +{ + UNICODE_STRING Parameters; +}; +struct ALIGN( 4 ) _USER_INTERNAL3_INFORMATION +{ + USER_ALL_INFORMATION I1; + LARGE_INTEGER LastBadPasswordTime; +}; +struct ALIGN( 1 ) _ENCRYPTED_USER_PASSWORD +{ + UCHAR Buffer[516]; +}; +struct ALIGN( 4 ) _USER_INTERNAL4_INFORMATION +{ + USER_ALL_INFORMATION I1; + ENCRYPTED_USER_PASSWORD UserPassword; +}; +struct ALIGN( 1 ) _USER_INTERNAL5_INFORMATION +{ + ENCRYPTED_USER_PASSWORD UserPassword; + BOOLEAN PasswordExpired; +}; +struct ALIGN( 1 ) _ENCRYPTED_USER_PASSWORD_NEW +{ + UCHAR Buffer[532]; +}; +struct ALIGN( 4 ) _USER_INTERNAL4_INFORMATION_NEW +{ + USER_ALL_INFORMATION I1; + ENCRYPTED_USER_PASSWORD_NEW UserPassword; +}; +struct ALIGN( 1 ) _USER_INTERNAL5_INFORMATION_NEW +{ + ENCRYPTED_USER_PASSWORD_NEW UserPassword; + BOOLEAN PasswordExpired; +}; +struct ALIGN( 8 ) _USER_ALLOWED_TO_DELEGATE_TO_LIST +{ + ULONG Size; + ULONG NumSPNs; + UNICODE_STRING SPNList[1]; +}; +struct ALIGN( 4 ) _WMI_PNP_RECORD_V4 +{ + GUID ClassGuid; + ULONG UpperFilterCount; + ULONG LowerFilterCount; + WCHAR Strings[1]; +}; +struct ALIGN( 8 ) _USER_EXTENDED_INFORMATION +{ + ULONG ExtendedWhichFields; + SAM_USER_TILE UserTile; + UNICODE_STRING PasswordHint; + BOOLEAN DontShowInLogonUI; + SAM_SHELL_OBJECT_PROPERTIES ShellAdminObjectProperties; +}; +struct ALIGN( 8 ) _PERFINFO_PAGE_RANGE_IDENTITY +{ + struct ALIGN( 8 ) + { + ULONGLONG UseDescription : 4; + ULONGLONG UniqueKey : 48; + ULONGLONG Reserved : 12; + }; + union ALIGN( 8 ) + { + PVOID ProtoPteAddress; + ULONG_PTR PageFrameIndex; + PVOID VirtualAddress; + }; + ULONG_PTR PageCount; +}; +struct ALIGN( 8 ) _PERFINFO_PAGECOMBINE_AGGREGATE_STAT +{ + ULONG StatType : 6; + ULONG Spare : 26; + ULONG CombineScanCount; + ULONGLONG PagesScanned; + ULONGLONG PagesCombined; + LONG CombinedBlocksInUse; + LONG SumCombinedBlocksReferenceCount; +}; +struct ALIGN( 8 ) _USER_INTERNAL7_INFORMATION +{ + ENCRYPTED_PASSWORD_AES UserPassword; + BOOLEAN PasswordExpired; +}; +struct ALIGN( 8 ) _USER_INTERNAL8_INFORMATION +{ + USER_ALL_INFORMATION I1; + ENCRYPTED_PASSWORD_AES UserPassword; +}; +struct ALIGN( 8 ) _USER_PWD_CHANGE_FAILURE_INFORMATION +{ + ULONG ExtendedFailureReason; + UNICODE_STRING FilterModuleName; +}; +struct ALIGN( 4 ) _SAM_GROUP_MEMBER_ID +{ + ULONG MemberRid; +}; +struct ALIGN( 8 ) _SAM_ALIAS_MEMBER_ID +{ + PSID MemberSid; +}; +union ALIGN( 8 ) _SAM_DELTA_DATA +{ + SAM_GROUP_MEMBER_ID GroupMemberId; + SAM_ALIAS_MEMBER_ID AliasMemberId; + ULONG AccountControl; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_STANDARD_OUTPUT_ARG +{ + SAM_VALIDATE_PERSISTED_FIELDS ChangedPersistedFields; + SAM_VALIDATE_VALIDATION_STATUS ValidationStatus; +}; +struct ALIGN( 8 ) _SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG +{ + SAM_VALIDATE_PERSISTED_FIELDS InputPersistedFields; + UNICODE_STRING ClearPassword; + UNICODE_STRING UserAccountName; + SAM_VALIDATE_PASSWORD_HASH HashedPassword; + BOOLEAN PasswordMustChangeAtNextLogon; + BOOLEAN ClearLockout; +}; +struct ALIGN( 1 ) _HEAP_AFINITY_MANAGER_ENABLE +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + ULONG BucketIndex; +}; +union ALIGN( 8 ) _SAM_VALIDATE_INPUT_ARG +{ + SAM_VALIDATE_AUTHENTICATION_INPUT_ARG ValidateAuthenticationInput; + SAM_VALIDATE_PASSWORD_CHANGE_INPUT_ARG ValidatePasswordChangeInput; + SAM_VALIDATE_PASSWORD_RESET_INPUT_ARG ValidatePasswordResetInput; +}; +union ALIGN( 8 ) _SAM_VALIDATE_OUTPUT_ARG +{ + SAM_VALIDATE_STANDARD_OUTPUT_ARG ValidateAuthenticationOutput; + SAM_VALIDATE_STANDARD_OUTPUT_ARG ValidatePasswordChangeOutput; + SAM_VALIDATE_STANDARD_OUTPUT_ARG ValidatePasswordResetOutput; +}; +struct ALIGN( 8 ) _SAM_OPERATION_OBJCHG_INPUT +{ + BOOLEAN Register; + ULONG64 EventHandle; + SECURITY_DB_OBJECT_TYPE ObjectType; + ULONG ProcessID; +}; +struct ALIGN( 4 ) _SAM_OPERATION_OBJCHG_OUTPUT +{ + ULONG Reserved; +}; +union ALIGN( 8 ) _SAM_GENERIC_OPERATION_INPUT +{ + SAM_OPERATION_OBJCHG_INPUT ObjChangeIn; +}; +union ALIGN( 4 ) _SAM_GENERIC_OPERATION_OUTPUT +{ + SAM_OPERATION_OBJCHG_OUTPUT ObjChangeOut; +}; +struct ALIGN( 8 ) _EVENT_INSTANCE_GUID_HEADER +{ + USHORT Size; + union ALIGN( 2 ) + { + USHORT FieldTypeFlags; + struct ALIGN( 1 ) + { + UCHAR HeaderType; + UCHAR MarkerFlags; + }; + }; + union ALIGN( 4 ) + { + ULONG Version; + struct ALIGN( 2 ) + { + UCHAR Type; + UCHAR Level; + USHORT Version; + } Class; + }; + ULONG ThreadId; + ULONG ProcessId; + LARGE_INTEGER TimeStamp; + union ALIGN( 8 ) + { + GUID Guid; + ULONGLONG GuidPtr; + }; + union ALIGN( 8 ) + { + struct ALIGN( 4 ) + { + ULONG ClientContext; + ULONG Flags; + }; + struct ALIGN( 4 ) + { + ULONG KernelTime; + ULONG UserTime; + }; + ULONG64 ProcessorTime; + }; + ULONG InstanceId; + ULONG ParentInstanceId; + GUID ParentGuid; +}; +struct ALIGN( 8 ) _PERFINFO_TRACE_HEADER +{ + union ALIGN( 4 ) + { + ULONG Marker; + struct ALIGN( 2 ) + { + USHORT Version; + UCHAR HeaderType; + UCHAR Flags; + }; + }; + union ALIGN( 4 ) + { + ULONG Header; + WMI_TRACE_PACKET Packet; + }; + union ALIGN( 8 ) + { + PERFINFO_TIMESTAMP TS; + LARGE_INTEGER SystemTime; + }; + UCHAR Data[1]; +}; +struct ALIGN( 2 ) _WMI_TRACE_MESSAGE_PACKET +{ + USHORT MessageNumber; + USHORT OptionFlags; +}; +struct ALIGN( 4 ) _MESSAGE_TRACE_HEADER +{ + union ALIGN( 4 ) + { + ULONG Marker; + struct ALIGN( 2 ) + { + USHORT Size; + UCHAR Reserved; + UCHAR Version; + }; + }; + union ALIGN( 4 ) + { + ULONG Header; + WMI_TRACE_MESSAGE_PACKET Packet; + }; +}; +struct ALIGN( 4 ) _MESSAGE_TRACE +{ + MESSAGE_TRACE_HEADER MessageHeader; + UCHAR Data; +}; +struct ALIGN( 8 ) _MESSAGE_TRACE_USER +{ + MESSAGE_TRACE_HEADER MessageHeader; + GUID MessageGuid; + ULONG MessageFlags; + ULONG DataSize; + ULONG64 Data; +}; +struct ALIGN( 8 ) _WMI_BUFFER_HEADER +{ + ULONG BufferSize; + ULONG SavedOffset; + volatile ULONG CurrentOffset; + volatile LONG ReferenceCount; + LARGE_INTEGER TimeStamp; + LONGLONG SequenceNumber; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONGLONG ClockType : 3; + ULONGLONG Frequency : 61; + }; + SINGLE_LIST_ENTRY SlistEntry; + PWMI_BUFFER_HEADER NextBuffer; + }; + ETW_BUFFER_CONTEXT ClientContext; + ETW_BUFFER_STATE State; + ULONG Offset; + USHORT BufferFlag; + USHORT BufferType; + union ALIGN( 8 ) + { + ULONG Padding1[4]; + ETW_REF_CLOCK ReferenceTime; + LIST_ENTRY GlobalEntry; + struct ALIGN( 8 ) + { + PVOID Pointer0; + PVOID Pointer1; + }; + }; +}; +struct ALIGN( 8 ) _PERFINFO_PROCESS_PERFCTR +{ + ULONG ProcessId; + ULONG PageFaultCount; + ULONG HandleCount; + ULONG Reserved; + SIZE_T PeakVirtualSize; + SIZE_T PeakWorkingSetSize; + SIZE_T PeakPagefileUsage; + SIZE_T QuotaPeakPagedPoolUsage; + SIZE_T QuotaPeakNonPagedPoolUsage; + SIZE_T VirtualSize; + SIZE_T WorkingSetSize; + SIZE_T PagefileUsage; + SIZE_T QuotaPagedPoolUsage; + SIZE_T QuotaNonPagedPoolUsage; + SIZE_T PrivatePageCount; +}; +struct ALIGN( 4 ) _PERFINFO_PROCESS_PERFCTR32 +{ + ULONG ProcessId; + ULONG PageFaultCount; + ULONG HandleCount; + ULONG Reserved; + ULONG32 PeakVirtualSize; + ULONG32 PeakWorkingSetSize; + ULONG32 PeakPagefileUsage; + ULONG32 QuotaPeakPagedPoolUsage; + ULONG32 QuotaPeakNonPagedPoolUsage; + ULONG32 VirtualSize; + ULONG32 WorkingSetSize; + ULONG32 PagefileUsage; + ULONG32 QuotaPagedPoolUsage; + ULONG32 QuotaNonPagedPoolUsage; + ULONG32 PrivatePageCount; +}; +struct ALIGN( 8 ) _PERFINFO_IO_TIMER +{ + PVOID DeviceObject; + PVOID RoutineAddress; +}; +struct ALIGN( 8 ) _ETW_KQUEUE_ENQUEUE_EVENT +{ + PVOID Entry; + ULONG ThreadId; +}; +struct ALIGN( 2 ) _TRACE_ENABLE_FLAG_EXT_HEADER +{ + USHORT Length; + USHORT Items; +}; +struct ALIGN( 2 ) _TRACE_ENABLE_FLAG_EXT_ITEM +{ + USHORT Offset; + USHORT Type; +}; +struct ALIGN( 4 ) _ETW_STACK_CACHING_CONFIG +{ + ULONG CacheSize; + ULONG BucketCount; +}; +struct ALIGN( 4 ) _PERFINFO_GROUPMASK +{ + ULONG Masks[8]; +}; +struct ALIGN( 8 ) _CPU_CONFIG_RECORD +{ + ULONG ProcessorSpeed; + ULONG NumberOfProcessors; + ULONG MemorySize; + ULONG PageSize; + ULONG AllocationGranularity; + WCHAR ComputerName[256]; + WCHAR DomainName[134]; + ULONG_PTR HyperThreadingFlag; + ULONG_PTR HighestUserAddress; + USHORT ProcessorArchitecture; + USHORT ProcessorLevel; + USHORT ProcessorRevision; + BOOLEAN NxEnabled; + BOOLEAN PaeEnabled; + ULONG MemorySpeed; +}; +struct ALIGN( 8 ) _PHYSICAL_DISK_RECORD +{ + ULONG DiskNumber; + ULONG BytesPerSector; + ULONG SectorsPerTrack; + ULONG TracksPerCylinder; + ULONGLONG Cylinders; + ULONG SCSIPortNumber; + ULONG SCSIPathId; + ULONG SCSITargetId; + ULONG SCSILun; + WCHAR Manufacturer[256]; + ULONG PartitionCount; + BOOLEAN WriteCacheEnabled; + WCHAR BootDriveLetter[3]; +}; +struct ALIGN( 8 ) _LOGICAL_DISK_EXTENTS +{ + ULONGLONG StartingOffset; + ULONGLONG PartitionSize; + ULONG DiskNumber; + ULONG Size; + ULONG DriveType; + WCHAR DriveLetterString[4]; + ULONG Pad; + ULONG PartitionNumber; + ULONG SectorsPerCluster; + ULONG BytesPerSector; + LONGLONG NumberOfFreeClusters; + LONGLONG TotalNumberOfClusters; + WCHAR FileSystemType[16]; + ULONG VolumeExt; +}; +struct ALIGN( 8 ) _OPTICAL_MEDIA_RECORD +{ + USHORT DiskNumber; + USHORT BusType; + USHORT DeviceType; + USHORT MediaType; + ULONGLONG StartingOffset; + ULONGLONG Size; + ULONGLONG NumberOfFreeBlocks; + ULONGLONG TotalNumberOfBlocks; + ULONGLONG NextWritableAddress; + ULONG NumberOfSessions; + ULONG NumberOfTracks; + ULONG BytesPerSector; + USHORT DiscStatus; + USHORT LastSessionStatus; + WCHAR Data[1]; +}; +struct ALIGN( 4 ) _NIC_RECORD +{ + WCHAR NICName[256]; + ULONG Index; + ULONG PhysicalAddrLen; + WCHAR PhysicalAddr[8]; + ULONG Size; + LONG IpAddress; + LONG SubnetMask; + LONG DhcpServer; + LONG Gateway; + LONG PrimaryWinsServer; + LONG SecondaryWinsServer; + LONG DnsServer[4]; + ULONG Data; +}; +struct ALIGN( 4 ) _VIDEO_RECORD +{ + ULONG MemorySize; + ULONG XResolution; + ULONG YResolution; + ULONG BitsPerPixel; + ULONG VRefresh; + WCHAR ChipType[256]; + WCHAR DACType[256]; + WCHAR AdapterString[256]; + WCHAR BiosString[256]; + WCHAR DeviceId[256]; + ULONG StateFlags; +}; +struct ALIGN( 4 ) _WMI_DPI_RECORD +{ + ULONG MachineDPI; + ULONG UserDPI; +}; +struct ALIGN( 1 ) _WMI_POWER_RECORD +{ + BOOLEAN SystemS1; + BOOLEAN SystemS2; + BOOLEAN SystemS3; + BOOLEAN SystemS4; + BOOLEAN SystemS5; + BOOLEAN AoAc; + CHAR Pad2; + CHAR Pad3; +}; +struct ALIGN( 4 ) _WMI_IDE_CHANNEL_RECORD +{ + ULONG TargetId; + ULONG DeviceType; + ULONG DeviceTimingMode; + ULONG LocationInformationLen; + WCHAR LocationInformation[1]; +}; +struct ALIGN( 4 ) _WMI_JOB_INFORMATION +{ + GUID JobId; + ULONG JobHandle; + ULONG Flags; + NTSTATUS Status; +}; +struct ALIGN( 4 ) _WMI_JOB_ASSIGN_PROCESS +{ + GUID JobId; + ULONG JobHandle; + ULONG UniqueProcessId; + NTSTATUS Status; +}; +struct ALIGN( 4 ) _WMI_JOB_REMOVE_PROCESS +{ + GUID JobId; + ULONG UniqueProcessId; + ULONG RemovalFlags; + NTSTATUS ExitStatus; +}; +struct ALIGN( 4 ) _WMI_JOB_SET_QUERY_CPU_RATE +{ + ULONG AllFlags; + ULONG Value; +}; +struct ALIGN( 8 ) _WMI_JOB_SET_QUERY_NET_RATE +{ + ULONG Flags; + ULONG64 MaxBandwidth; + UCHAR DscpTag; +}; +struct ALIGN( 4 ) _WMI_JOB_SET_QUERY_INFORMATION +{ + GUID JobId; + ULONG JobHandle; + ULONG JobObjectInformationClass; +}; +struct ALIGN( 4 ) _WMI_JOB_SEND_NOTIFICATION_INFORMATION +{ + GUID JobId; + ULONG NotificationId; +}; +struct ALIGN( 8 ) _WMI_PROCESS_INFORMATION +{ + ULONG_PTR UniqueProcessKey; + ULONG ProcessId; + ULONG ParentId; + ULONG SessionId; + NTSTATUS ExitStatus; + ULONG_PTR DirectoryTableBase; + ULONG Flags; + ULONG Sid; +}; +struct ALIGN( 8 ) _WMI_PROCESS_INFORMATION64 +{ + ULONG64 UniqueProcessKey64; + ULONG ProcessId; + ULONG ParentId; + ULONG SessionId; + NTSTATUS ExitStatus; + ULONG64 DirectoryTableBase; + ULONG Flags; + ULONG Sid; +}; +struct ALIGN( 4 ) _WMI_THREAD_INFORMATION +{ + ULONG ProcessId; + ULONG ThreadId; +}; +struct ALIGN( 8 ) _WMI_EXTENDED_THREAD_INFORMATION +{ + ULONG ProcessId; + ULONG ThreadId; + PVOID StackBase; + PVOID StackLimit; + PVOID UserStackBase; + PVOID UserStackLimit; + union ALIGN( 8 ) + { + PVOID StartAddress; + KAFFINITY Affinity; + }; + PVOID Win32StartAddress; + PVOID TebBase; + ULONG SubProcessTag; + SCHAR BasePriority; + UCHAR PagePriority; + UCHAR IoPriority; + UCHAR Flags; +}; +struct ALIGN( 8 ) _WMI_EXTENDED_THREAD_INFORMATION64 +{ + ULONG ProcessId; + ULONG ThreadId; + ULONG64 StackBase64; + ULONG64 StackLimit64; + ULONG64 UserStackBase64; + ULONG64 UserStackLimit64; + union ALIGN( 8 ) + { + ULONG64 StartAddress64; + ULONG64 Affinity; + }; + ULONG64 Win32StartAddress64; + ULONG64 TebBase64; + ULONG SubProcessTag; + SCHAR BasePriority; + UCHAR PagePriority; + UCHAR IoPriority; + UCHAR Flags; +}; +struct ALIGN( 8 ) _WMI_IMAGELOAD_INFORMATION +{ + PVOID ImageBase; + SIZE_T ImageSize; + ULONG ProcessId; + ULONG ImageChecksum; + ULONG TimeDateStamp; + UCHAR SignatureLevel; + UCHAR SignatureType; + USHORT Reserved0; + PVOID DefaultBase; + ULONG Reserved1; + ULONG Reserved2; + ULONG Reserved3; + ULONG Reserved4; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _WMI_IMAGELOAD_INFORMATION32 +{ + ULONG32 ImageBase32; + ULONG32 ImageSize32; + ULONG ProcessId; + ULONG ImageChecksum; + ULONG TimeDateStamp; + UCHAR SignatureLevel; + UCHAR SignatureType; + USHORT Reserved0; + ULONG32 DefaultBase32; + ULONG Reserved1; + ULONG Reserved2; + ULONG Reserved3; + ULONG Reserved4; + WCHAR FileName[1]; +}; +struct ALIGN( 8 ) _WMI_IMAGELOAD_INFORMATION64 +{ + ULONG64 ImageBase64; + ULONG64 ImageSize64; + ULONG ProcessId; + ULONG ImageChecksum; + ULONG TimeDateStamp; + UCHAR SignatureLevel; + UCHAR SignatureType; + USHORT Reserved0; + ULONG64 DefaultBase64; + ULONG Reserved1; + ULONG Reserved2; + ULONG Reserved3; + ULONG Reserved4; + WCHAR FileName[1]; +}; +struct ALIGN( 1 ) _WMI_IMAGEID_INFORMATION +{ + PVOID ImageBase; + SIZE_T ImageSize; + ULONG ProcessId; + ULONG TimeDateStamp; + WCHAR OriginalFileName[1]; +}; +struct ALIGN( 1 ) _WMI_IMAGEID_INFORMATION32 +{ + ULONG32 ImageBase32; + ULONG32 ImageSize32; + ULONG ProcessId; + ULONG TimeDateStamp; + WCHAR OriginalFileName[1]; +}; +struct ALIGN( 1 ) _WMI_IMAGEID_INFORMATION64 +{ + ULONG64 ImageBase64; + ULONG64 ImageSize64; + ULONG ProcessId; + ULONG TimeDateStamp; + WCHAR OriginalFileName[1]; +}; +struct ALIGN( 8 ) _ETW_DISKIO_READWRITE_V2 +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONG Size; + ULONG Reserved; + ULONGLONG ByteOffset; + PVOID FileObject; + PVOID IrpAddress; + ULONGLONG HighResResponseTime; +}; +struct ALIGN( 8 ) _ETW_DISKIO_READWRITE_V3 +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONG Size; + ULONG Reserved; + ULONGLONG ByteOffset; + PVOID FileObject; + PVOID IrpAddress; + ULONGLONG HighResResponseTime; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _ETW_DISKIO_FLUSH_BUFFERS_V2 +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONGLONG HighResResponseTime; + PVOID IrpAddress; +}; +struct ALIGN( 8 ) _ETW_DISKIO_FLUSH_BUFFERS_V3 +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONGLONG HighResResponseTime; + PVOID IrpAddress; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _WMI_DISKIO_READWRITE_INIT +{ + PVOID Irp; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _ETW_OPTICALIO_READWRITE +{ + ULONG DiskNumber; + ULONG IrpFlags; + ULONG Size; + ULONG Reserved; + ULONGLONG ByteOffset; + PVOID FileObject; + PVOID IrpAddress; + ULONGLONG HighResResponseTime; + ULONG IssuingThreadId; +}; +struct ALIGN( 8 ) _WMI_REGISTRY +{ + LONGLONG InitialTime; + ULONG Status; + union ALIGN( 4 ) + { + ULONG Index; + ULONG InfoClass; + }; + PVOID Kcb; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _WMI_FILE_IO +{ + PVOID FileObject; + WCHAR FileName[1]; +}; +struct ALIGN( 4 ) _WMI_TCPIP_V4 +{ + ULONG ProcessId; + ULONG TransferSize; + UCHAR DestinationAddress[4]; + UCHAR SourceAddress[4]; + USHORT DestinationPort; + USHORT SourcePort; +}; +struct ALIGN( 4 ) _WMI_TCPIP_V6 +{ + ULONG ProcessId; + ULONG TransferSize; + UCHAR DestinationAddress[16]; + UCHAR SourceAddress[16]; + USHORT DestinationPort; + USHORT SourcePort; +}; +struct ALIGN( 4 ) _WMI_UDP_V4 +{ + ULONG ProcessId; + USHORT TransferSize; + UCHAR DestinationAddress[4]; + UCHAR SourceAddress[4]; + USHORT DestinationPort; + USHORT SourcePort; +}; +struct ALIGN( 4 ) _WMI_UDP_V6 +{ + ULONG ProcessId; + USHORT TransferSize; + UCHAR DestinationAddress[16]; + UCHAR SourceAddress[16]; + USHORT DestinationPort; + USHORT SourcePort; +}; +struct ALIGN( 8 ) _WMI_PAGE_FAULT +{ + PVOID VirtualAddress; + PVOID ProgramCounter; +}; +struct ALIGN( 4 ) _WMI_CONTEXTSWAP +{ + ULONG NewThreadId; + ULONG OldThreadId; + CHAR NewThreadPriority; + CHAR OldThreadPriority; + union ALIGN( 1 ) + { + UCHAR PreviousCState; + UCHAR OldThreadRank; + }; + union ALIGN( 1 ) + { + CHAR NewThreadPriorityDecrement; + CHAR SpareByte; + }; + UCHAR OldThreadWaitReason; + CHAR OldThreadWaitMode; + UCHAR OldThreadState; + UCHAR OldThreadIdealProcessor; + ULONG NewThreadWaitTime; + LONG OldThreadRemainingQuantum; +}; +struct ALIGN( 1 ) _WMI_SPINLOCK +{ + PVOID SpinLockAddress; + PVOID CallerAddress; + ULONG64 AcquireTime; + ULONG64 ReleaseTime; + ULONG WaitTimeInCycles; + ULONG SpinCount; + ULONG ThreadId; + ULONG InterruptCount; + UCHAR Irql; + UCHAR AcquireDepth; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR AcquireMode : 6; + UCHAR ExecuteDpc : 1; + UCHAR ExecuteIsr : 1; + }; + UCHAR Flags; + }; + UCHAR Reserved[5]; +}; +struct ALIGN( 8 ) _WMI_RESOURCE +{ + ULONG64 AcquireTime; + ULONG64 HoldTime; + ULONG64 WaitTime; + ULONG MaxRecursionDepth; + ULONG ThreadId; + PVOID Resource; + ULONG Action; + ULONG ContentionDelta; +}; +struct ALIGN( 8 ) _WMI_QUEUE +{ + PVOID Queue; + ULONG ThreadId; + UCHAR Action; +}; +struct ALIGN( 8 ) _WMI_PUSHLOCK +{ + PVOID PushLock; + ULONG ThreadId; + UCHAR Action; +}; +struct ALIGN( 8 ) _WMI_WAIT_SINGLE +{ + ULONG ThreadId; + PVOID Object; + UCHAR ObjectType; +}; +struct ALIGN( 8 ) _WMI_DELAY_EXECUTION +{ + ULONG ThreadId; + ULONGLONG Delta; +}; +struct ALIGN( 8 ) _ETW_KQUEUE_DEQUEUE_EVENT +{ + ULONG ThreadId; + ULONG EntryCount; + PVOID Entries[1]; +}; +struct ALIGN( 4 ) _ETW_ANTI_STARVATION_BOOST_EVENT +{ + ULONG ThreadId; + USHORT ProcessorIndex; + SCHAR OldPriority; + UCHAR SpareByte; +}; +struct ALIGN( 8 ) _ETW_AUTOBOOST_SET_PRIORITY_FLOOR_EVENT +{ + PVOID Lock; + ULONG ThreadId; + SCHAR NewCpuPriorityFloor; + SCHAR OldCpuPriority; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + SCHAR NewIoPriorityFloor : 4; + SCHAR OldIoPriority : 4; + }; + SCHAR IoPriorities; + }; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR ExecutingDpc : 1; + UCHAR WakeupBoost : 1; + UCHAR BoostedOutstandingIrps : 1; + UCHAR Reserved : 5; + }; + UCHAR Flags; + }; +}; +struct ALIGN( 8 ) _ETW_AUTOBOOST_CLEAR_PRIORITY_FLOOR_EVENT +{ + PVOID Lock; + ULONG ThreadId; + union ALIGN( 2 ) + { + struct ALIGN( 2 ) + { + USHORT IoBoost : 1; + USHORT CpuBoostsBitmap : 15; + }; + USHORT BoostBitmap; + }; + USHORT Reserved; +}; +struct ALIGN( 8 ) _ETW_AUTOBOOST_NO_ENTRIES_EVENT +{ + PVOID Lock; + ULONG ThreadId; +}; +struct ALIGN( 4 ) _ETW_PRIORITY_EVENT +{ + ULONG ThreadId; + SCHAR OldPriority; + SCHAR NewPriority; + SCHAR DynamicPriority; + SCHAR Reserved; +}; +struct ALIGN( 8 ) _ETW_THREAD_AFFINITY_EVENT +{ + KAFFINITY Mask; + ULONG ThreadId; + USHORT Group; + USHORT Reserved; +}; +struct ALIGN( 4 ) _ETW_DEBUG_PRINT_EVENT +{ + ULONG Component; + ULONG Level; + CHAR Message[1]; +}; +struct ALIGN( 8 ) _ETW_POOL_EVENT +{ + ULONG PoolType; + ULONG Tag; + SIZE_T NumberOfBytes; + PVOID Entry; +}; +struct ALIGN( 8 ) _ETW_CREATE_HANDLE_EVENT +{ + PVOID Object; + ULONG Handle; + USHORT ObjectType; +}; +struct ALIGN( 1 ) _ETW_DUPLICATE_HANDLE_EVENT +{ + PVOID Object; + ULONG SourceHandle; + ULONG TargetHandle; + ULONG TargetProcessId; + USHORT ObjectType; + ULONG SourceProcessId; +}; +struct ALIGN( 2 ) _ETW_OBJECT_TYPE_EVENT +{ + USHORT ObjectType; + USHORT Reserved; + WCHAR Name[1]; +}; +struct ALIGN( 8 ) _ETW_OBJECT_HANDLE_EVENT +{ + PVOID Object; + ULONG ProcessId; + ULONG Handle; + USHORT ObjectType; +}; +struct ALIGN( 8 ) _ETW_REFDEREF_OBJECT_EVENT +{ + PVOID Object; + ULONG Tag; + ULONG Count; +}; +struct ALIGN( 8 ) _ETW_CREATEDELETE_OBJECT_EVENT +{ + PVOID Object; + USHORT ObjectType; +}; +struct ALIGN( 8 ) _ETW_WAKE_COUNTER_EVENT +{ + PVOID Object; + ULONG_PTR Tag; + ULONG ProcessId; + LONG Count; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_COMMON +{ + SYSTEM_TRACE_HEADER Header; + PVOID Handle; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_ALLOC +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + SIZE_T Size; + PVOID Address; + ULONG Source; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_FREE +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID Address; + ULONG Source; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_REALLOC +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID NewAddress; + PVOID OldAddress; + SIZE_T NewSize; + SIZE_T OldSize; + ULONG Source; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_EXPANSION +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + SIZE_T CommittedSize; + PVOID Address; + SIZE_T FreeSpace; + SIZE_T CommittedSpace; + SIZE_T ReservedSpace; + ULONG NoOfUCRs; + SIZE_T AllocatedSpace; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_CONTRACTION +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + SIZE_T DeCommitSize; + PVOID DeCommitAddress; + SIZE_T FreeSpace; + SIZE_T CommittedSpace; + SIZE_T ReservedSpace; + ULONG NoOfUCRs; + SIZE_T AllocatedSpace; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_CREATE +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + ULONG Flags; + SIZE_T ReserveSize; + SIZE_T CommitSize; + SIZE_T AllocatedSize; +}; +struct ALIGN( 1 ) _HEAP_AFFINITY_SLOT_ASSIGN +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID SubSegment; + ULONG SlotIndex; +}; +struct ALIGN( 1 ) _HEAP_REUSE_THRESHOLD_ACTIVATED +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID SubSegment; + ULONG BucketIndex; +}; +struct ALIGN( 1 ) _HEAP_SUBSEGMENT_ACTIVATED +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + PVOID SubSegment; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_SNAPSHOT +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + SIZE_T FreeSpace; + SIZE_T CommittedSpace; + SIZE_T ReservedSpace; + ULONG Flags; + ULONG ProcessId; + SIZE_T LargeUCRSpace; + ULONG FreeListLength; + ULONG UCRLength; + SIZE_T AllocatedSpace; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_RUNDOWN_RANGE +{ + PVOID Address; + SIZE_T Size; +}; +struct ALIGN( 1 ) _ETW_HEAP_EVENT_RUNDOWN +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; + ULONG Flags; + ULONG ProcessId; + ULONG RangeCount; + ULONG Reserved; + ETW_HEAP_EVENT_RUNDOWN_RANGE Ranges[1]; +}; +struct ALIGN( 8 ) _HEAP_EVENT_RANGE_CREATE +{ + PVOID HeapHandle; + SIZE_T FirstRangeSize; + ULONG Flags; +}; +struct ALIGN( 8 ) _HEAP_EVENT_RANGE +{ + PVOID HeapHandle; + PVOID Address; + SIZE_T Size; +}; +struct ALIGN( 8 ) _HEAP_RANGE_CREATE +{ + SYSTEM_TRACE_HEADER Header; + HEAP_EVENT_RANGE_CREATE Event; +}; +struct ALIGN( 8 ) _HEAP_RANGE_DESTROY +{ + SYSTEM_TRACE_HEADER Header; + PVOID HeapHandle; +}; +struct ALIGN( 8 ) _HEAP_RANGE_LOG +{ + SYSTEM_TRACE_HEADER Header; + HEAP_EVENT_RANGE Range; +}; +struct ALIGN( 8 ) _ETW_CRITSEC_EVENT_COLLISION +{ + SYSTEM_TRACE_HEADER Header; + ULONG LockCount; + ULONG SpinCount; + PVOID OwningThread; + PVOID Address; +}; +struct ALIGN( 8 ) _PERFINFO_FILE_PATH_OPERATION +{ + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG_PTR FileKey; + ULONG_PTR ExtraInformation; + ULONG IssuingThreadId; + ULONG InfoClass; + WCHAR Path[1]; +}; +struct ALIGN( 8 ) _CI_LOG_SCHEDULER_SLEEP +{ + EVENT_TRACE_HEADER Header; +}; +struct ALIGN( 8 ) _CI_LOG_SCHEDULER_SLEEP_RESPONSE +{ + EVENT_TRACE_HEADER Header; +}; +struct ALIGN( 8 ) _CI_LOG_MMCSS_START +{ + EVENT_TRACE_HEADER Header; +}; +struct ALIGN( 8 ) _CI_LOG_MMCSS_STOP +{ + EVENT_TRACE_HEADER Header; +}; +struct ALIGN( 4 ) _ETW_UMS_EVENT_DIRECTED_SWITCH_START +{ + ULONG ProcessId; + ULONG ScheduledThreadId; + ULONG PrimaryThreadId; + ULONG SwitchFlags; +}; +struct ALIGN( 4 ) _ETW_UMS_EVENT_DIRECTED_SWITCH_END +{ + ULONG ProcessId; + ULONG ScheduledThreadId; + ULONG PrimaryThreadId; + ULONG SwitchFlags; +}; +struct ALIGN( 4 ) _ETW_UMS_EVENT_PARK +{ + ULONG ProcessId; + ULONG ScheduledThreadId; + ULONG ParkFlags; +}; +struct ALIGN( 4 ) _ETW_UMS_EVENT_DISASSOCIATE +{ + ULONG ProcessId; + ULONG ScheduledThreadId; + ULONG PrimaryThreadId; + ULONG UmsApcControlFlags; + NTSTATUS Status; +}; +struct ALIGN( 8 ) _ETW_UMS_EVENT_CONTEXT_SWITCH +{ + SYSTEM_TRACE_HEADER Header; + ULONG ScheduledThreadId; + ULONG SwitchCount; + ULONG KernelYieldCount; + ULONG MixedYieldCount; + ULONG YieldCount; +}; +struct ALIGN( 8 ) _ETW_SET_TIMER_EVENT +{ + ULONG64 ExpectedDueTime; + ULONG_PTR TimerAddress; + USHORT TargetProcessorGroup; + UCHAR TargetProcessorIndex; + UCHAR Flags; + ULONG Period; + UCHAR EncodedDelay; + UCHAR Reserved0; + USHORT Reserved1; +}; +struct ALIGN( 8 ) _ETW_CANCEL_TIMER_EVENT +{ + ULONG_PTR TimerAddress; +}; +struct ALIGN( 8 ) _ETW_TIMER_EXPIRATION_EVENT +{ + ULONG64 ExpectedDueTime; + ULONG_PTR TimerAddress; + ULONG_PTR DeferredRoutine; + UCHAR EncodedDelay; +}; +struct ALIGN( 8 ) _ETW_TIMER_EXPIRATION_START_EVENT +{ + ULONG64 InterruptTime; +}; +struct ALIGN( 8 ) _ETW_SET_KTIMER2_EVENT +{ + ULONG64 DueTime; + ULONG64 MaximumDueTime; + ULONG64 Period; + ULONG_PTR TimerKey; + ULONG_PTR Callback; + ULONG_PTR CallbackContextKey; + UCHAR Flags; +}; +struct ALIGN( 8 ) _ETW_CANCEL_KTIMER2_EVENT +{ + ULONG_PTR TimerKey; +}; +struct ALIGN( 8 ) _ETW_DISABLE_KTIMER2_EVENT +{ + ULONG_PTR TimerKey; + ULONG_PTR DisableCallback; + ULONG_PTR DisableContextKey; + UCHAR Flags; +}; +struct ALIGN( 8 ) _ETW_FINALIZE_KTIMER2_EVENT +{ + ULONG_PTR TimerKey; + ULONG_PTR DisableCallback; + ULONG_PTR DisableContextKey; +}; +struct ALIGN( 4 ) _ETW_CLOCK_CONFIGURATION_EVENT +{ + ULONG KnownType; + ULONG Capabilities; + PERFINFO_DYNAMIC_TICK_DISABLE_REASON DisableReason; +}; +struct ALIGN( 8 ) _ETW_CLOCK_TIME_UPDATE +{ + ULONG64 InterruptTime; + ULONG ClockOwner; +}; +struct ALIGN( 8 ) _ETW_CLOCK_STATE_CHANGE_EVENT +{ + UCHAR NewState; + UCHAR PrevState; + UCHAR Reserved[6]; + union ALIGN( 8 ) + { + struct ALIGN( 8 ) + { + ULONG64 DeliveredIncrement; + ULONG64 RequestedIncrement; + }; + ULONG64 NextClockUpdateTime; + }; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_CALLBACK_CANCEL +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + PVOID TaskId; + PVOID Callback; + PVOID Context; + PVOID SubProcessTag; + ULONG CancelCount; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_POOL_CREATE +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_POOL_CLOSE +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_POOL_TH_MIN_SET +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + ULONG ThreadNum; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_POOL_TH_MAX_SET +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + ULONG ThreadNum; +}; +struct ALIGN( 8 ) _ETW_TP_EVENT_WORKER_NUMANODE_SWITCH +{ + SYSTEM_TRACE_HEADER Header; + PVOID PoolId; + ULONG CurrentNode; + ULONG NextNode; + USHORT CurrentGroup; + USHORT NextGroup; + ULONG CurrentWorkerCount; + ULONG NextWorkerCount; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_SET +{ + SYSTEM_TRACE_HEADER Header; + LONG64 DueTime; + PVOID SubQueue; + PVOID Timer; + ULONG Period; + ULONG WindowLength; + ULONG Absolute; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_CANCELLED +{ + SYSTEM_TRACE_HEADER Header; + PVOID SubQueue; + PVOID Timer; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_SET_NTTIMER +{ + SYSTEM_TRACE_HEADER Header; + LONG64 DueTime; + PVOID SubQueue; + ULONG TolerableDelay; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_CANCEL_NTTIMER +{ + SYSTEM_TRACE_HEADER Header; + PVOID SubQueue; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_EXPIRATION_BEGIN +{ + SYSTEM_TRACE_HEADER Header; + PVOID SubQueue; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_EXPIRATION_END +{ + SYSTEM_TRACE_HEADER Header; + PVOID SubQueue; +}; +struct ALIGN( 1 ) _ETW_TP_EVENT_TIMER_EXPIRATION +{ + SYSTEM_TRACE_HEADER Header; + LONG64 DueTime; + PVOID SubQueue; + PVOID Timer; + ULONG Period; + ULONG WindowLength; +}; +struct ALIGN( 8 ) _ETW_WNF_EVENT_CALLBACK +{ + SYSTEM_TRACE_HEADER Header; + LARGE_INTEGER StateName; + PVOID Subscription; + PVOID NameSub; + PVOID Callback; + ULONG ChangeStamp; + ULONG DeliveryFlags; + ULONG Return; +}; +struct ALIGN( 1 ) _PERFINFO_DRIVER_MAJORFUNCTION +{ + ULONG MajorFunction; + ULONG MinorFunction; + PVOID RoutineAddr; + PVOID FileNamePointer; + PVOID Irp; + ULONG UniqMatchId; +}; +struct ALIGN( 1 ) _PERFINFO_DRIVER_MAJORFUNCTION_RET +{ + PVOID Irp; + ULONG UniqMatchId; +}; +struct ALIGN( 1 ) _PERFINFO_DRIVER_COMPLETE_REQUEST +{ + PVOID RoutineAddr; + PVOID Irp; + ULONG UniqMatchId; +}; +struct ALIGN( 1 ) _PERFINFO_DRIVER_COMPLETE_REQUEST_RET +{ + PVOID Irp; + ULONG UniqMatchId; +}; +struct ALIGN( 1 ) _PERFINFO_DRIVER_COMPLETIONROUTINE +{ + PVOID Routine; + PVOID IrpPtr; + ULONG UniqMatchId; +}; +struct ALIGN( 4 ) _PERFINFO_BATTERY_LIFE_INFO +{ + ULONG RemainingCapacity; + ULONG Rate; +}; +struct ALIGN( 4 ) _PERFINFO_IDLE_STATE_CHANGE +{ + ULONG State; + ULONG Throttle; + ULONG Direction; +}; +struct ALIGN( 8 ) _PERFINFO_SET_POWER_ACTION +{ + PVOID Trigger; + ULONG PowerAction; + ULONG LightestState; +}; +struct ALIGN( 8 ) _PERFINFO_SET_POWER_ACTION_RET +{ + PVOID Trigger; + NTSTATUS Status; +}; +struct ALIGN( 4 ) _PERFINFO_SET_DEVICES_STATE +{ + ULONG SystemState; + BOOLEAN Waking; + BOOLEAN Shutdown; + UCHAR IrpMinor; +}; +struct ALIGN( 4 ) _PERFINFO_SET_DEVICES_STATE_RET +{ + NTSTATUS Status; +}; +struct ALIGN( 8 ) _PERFINFO_PO_NOTIFY_DEVICE +{ + PVOID Irp; + PVOID DriverStart; + UCHAR OrderLevel; + UCHAR MajorFunction; + UCHAR MinorFunction; + POWER_STATE_TYPE Type; + POWER_STATE State; + ULONG DeviceNameLength; + WCHAR DeviceName[1]; +}; +struct ALIGN( 8 ) _PERFINFO_PO_NOTIFY_DEVICE_COMPLETE +{ + PVOID Irp; + NTSTATUS Status; +}; +struct ALIGN( 4 ) _PERFINFO_PO_SESSION_CALLOUT +{ + POWER_ACTION SystemAction; + SYSTEM_POWER_STATE MinSystemState; + ULONG Flags; + ULONG PowerStateTask; +}; +struct ALIGN( 8 ) _PERFINFO_PO_PRESLEEP +{ + LARGE_INTEGER PerformanceCounter; + LARGE_INTEGER PerformanceFrequency; +}; +struct ALIGN( 8 ) _PERFINFO_PO_POSTSLEEP +{ + LARGE_INTEGER PerformanceCounter; +}; +struct ALIGN( 8 ) _PERFINFO_PO_CALIBRATED_PERFCOUNTER +{ + LARGE_INTEGER PerformanceCounter; +}; +struct ALIGN( 4 ) _PERFINFO_BOOT_PHASE_START +{ + LONG Phase; +}; +struct ALIGN( 4 ) _PERFINFO_BOOT_PREFETCH_INFORMATION +{ + LONG Action; + NTSTATUS Status; + LONG Pages; +}; +struct ALIGN( 4 ) _PERFINFO_PO_SESSION_CALLOUT_RET +{ + NTSTATUS Status; +}; +struct ALIGN( 8 ) _PERFINFO_PPM_IDLE_STATE_CHANGE +{ + ULONG NewState; + ULONG OldState; + ULONG64 Processors; +}; +struct ALIGN( 8 ) _PERFINFO_PPM_IDLE_STATE_ENTER +{ + ULONG State; + union ALIGN( 4 ) + { + struct ALIGN( 2 ) + { + USHORT Properties; + UCHAR ExpectedWakeReason; + UCHAR Reserved; + }; + ULONG Flags; + }; + ULONG64 ExpectedDuration; +}; +struct ALIGN( 4 ) _PERFINFO_PPM_IDLE_STATE_EXIT +{ + ULONG State; + ULONG Status; +}; +struct ALIGN( 4 ) _PERFINFO_PPM_STATE_SELECTION +{ + ULONG SelectedState; + ULONG VetoedStates; + ULONG VetoReason[1]; +}; +struct ALIGN( 4 ) _PERFINFO_CCSWAP_LITE +{ + ULONG DataType : 2; + ULONG OldThreadIdIndex : 4; + ULONG OldThreadPriInc : 3; + ULONG OldThreadStateWr : 6; + ULONG TimeDelta : 17; +}; +struct ALIGN( 8 ) _PERFINFO_FILENAME_SAME_INFORMATION +{ + PVOID OldFile; + PVOID NewFile; +}; +struct ALIGN( 8 ) _PERFINFO_SAMPLED_PROFILE_INFORMATION +{ + PVOID InstructionPointer; + ULONG ThreadId; + USHORT Count; + union ALIGN( 1 ) + { + struct ALIGN( 1 ) + { + UCHAR ExecutingDpc : 1; + UCHAR ExecutingIsr : 1; + UCHAR Reserved : 1; + UCHAR Priority : 5; + }; + UCHAR Flags; + }; + UCHAR Rank; +}; +struct ALIGN( 8 ) _PERFINFO_SAMPLED_PROFILE_CACHE +{ + ULONG Entries; + PERFINFO_SAMPLED_PROFILE_INFORMATION Sample[20]; +}; +struct ALIGN( 4 ) _PERFINFO_SAMPLED_PROFILE_CONFIG +{ + ULONG Source; + ULONG NewInterval; + ULONG OldInterval; +}; +struct ALIGN( 8 ) _PERFINFO_PMC_SAMPLE_INFORMATION +{ + PVOID InstructionPointer; + ULONG ThreadId; + USHORT ProfileSource; + USHORT Reserved; +}; +struct ALIGN( 8 ) _PERFINFO_DPC_INFORMATION +{ + ULONGLONG InitialTime; + PVOID DpcRoutine; +}; +struct ALIGN( 8 ) _PERFINFO_DPC_ENQUEUE_INFORMATION +{ + ULONG_PTR Key; + LONG DpcQueueDepth; + ULONG DpcCount; + ULONG TargetProcessorIndex; + UCHAR Importance; + UCHAR Reserved[3]; +}; +struct ALIGN( 8 ) _PERFINFO_DPC_EXECUTION_INFORMATION +{ + PVOID DpcRoutine; + ULONG_PTR Key; +}; +struct ALIGN( 4 ) _PERFINFO_YIELD_PROCESSOR_INFORMATION +{ + ULONG YieldReason; + ULONG DpcWatchdogCount; + ULONG DpcTimeCount; +}; +struct ALIGN( 1 ) _PERFINFO_INTERRUPT_INFORMATION +{ + ULONGLONG InitialTime; + PVOID ServiceRoutine; + UCHAR ReturnValue; + USHORT Vector; + UCHAR Reserved; +}; +struct ALIGN( 8 ) _PERFINFO_CLOCK_INTERRUPT_INFORMATION +{ + ULONG64 InterruptTime; + SHORT Flags; +}; +struct ALIGN( 1 ) _PERFINFO_SPINLOCK_CONFIG +{ + ULONG SpinLockSpinThreshold; + ULONG SpinLockContentionSampleRate; + ULONG SpinLockAcquireSampleRate; + ULONG SpinLockHoldThreshold; +}; +struct ALIGN( 4 ) _PERFINFO_EXECUTIVE_RESOURCE_CONFIG +{ + ULONG ReleaseSamplingRate; + ULONG ContentionSamplingRate; + ULONG NumberOfExcessiveTimeouts; +}; +struct ALIGN( 8 ) _PERFINFO_SESSIONCREATE_INFORMATION +{ + ULONG_PTR UniqueSessionId; + ULONG SessionId; +}; +struct ALIGN( 8 ) _PERFINFO_KERNELMEMORY_RANGE_USAGE +{ + ULONG UsageType : 5; + ULONG Spare : 27; + PVOID VirtualAddress; + ULONG_PTR PageCount; +}; +struct ALIGN( 4 ) _PERFINFO_PAGECOMBINE_ITERATION_STAT +{ + ULONG StatType : 6; + ULONG Spare : 26; + ULONG PagesScanned; + ULONG PagesCombined; +}; +struct ALIGN( 8 ) _PERFINFO_HARDPAGEFAULT_INFORMATION +{ + LARGE_INTEGER ReadOffset; + PVOID VirtualAddress; + PVOID FileObject; + ULONG ThreadId; + ULONG ByteCount; +}; +struct ALIGN( 8 ) _PERFINFO_VIRTUAL_ALLOC +{ + PVOID CapturedBase; + SIZE_T CapturedRegionSize; + ULONG ProcessId; + ULONG Flags; +}; +struct ALIGN( 8 ) _PERFINFO_VAD_ROTATE_INFO +{ + PVOID BaseAddress; + SIZE_T SizeInBytes; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG Direction : 4; + ULONG Spare : 28; + }; + ULONG Flags; + }; +}; +struct ALIGN( 8 ) _PERFINFO_MEM_RESET_INFO +{ + PVOID BaseAddress; + SIZE_T SizeInBytes; + union ALIGN( 4 ) + { + struct ALIGN( 4 ) + { + ULONG TypeInfo : 2; + ULONG Spare : 30; + }; + ULONG Flags; + }; +}; +struct ALIGN( 8 ) _PERFINFO_CC_WORKITEM_ENQUEUE +{ + ULONG_PTR WorkItemKey; + ULONG_PTR FileObjectKey; + UCHAR QueueType; + UCHAR WorkItemType; + BOOLEAN Requeue; + UCHAR Reserved; +}; +struct ALIGN( 8 ) _PERFINFO_CC_WORKITEM_DEQUEUE +{ + ULONG_PTR WorkItemKey; +}; +struct ALIGN( 8 ) _PERFINFO_CC_WORKITEM_COMPLETE +{ + ULONG_PTR WorkItemKey; +}; +struct ALIGN( 8 ) _PERFINFO_CC_READ_AHEAD +{ + ULONG_PTR WorkItemKey; + ULONGLONG FileOffset; + ULONG Size; + ULONG PagePriority; + ULONG DetectedPattern; + ULONG Reserved; +}; +struct ALIGN( 8 ) _PERFINFO_CC_SCHEDULE_READ_AHEAD +{ + ULONG_PTR WorkItemKey; + ULONG_PTR FileObjectKey; + ULONGLONG FileOffset; + ULONG Length; + ULONG ReadAheadUnit; + ULONG ReadAheadLength; + ULONGLONG ReadAheadOffset; + ULONGLONG ReadAheadBeyondLastByte; + UCHAR ReadPattern; + ULONG SequentialReadCount; + ULONG SharedCacheMapFlags; + ULONG ReadAheadSettingsChanged : 1; + ULONG ReadAheadActive : 1; +}; +struct ALIGN( 8 ) _PERFINFO_CC_LAZY_WRITE_SCAN +{ + ULONG_PTR WorkItemKey; + ULONG ReasonForFlush; + ULONG PagesToWrite; + SIZE_T TotalDirtyPages; + SIZE_T AvailablePages; + SIZE_T DirtyPageThreshold; + SIZE_T NumberOfMappedVacbs; + SIZE_T TopDirtyPageThreshold; + SIZE_T BottomDirtyPageThreshold; + SIZE_T AverageAvailablePages; + SIZE_T AverageDirtyPages; + SIZE_T ConsecutiveWorklessLazywriteScans; +}; +struct ALIGN( 8 ) _PERFINFO_CC_CAN_WRITE_FAIL +{ + ULONG_PTR FileObjectKey; + SIZE_T TotalDirtyPages; + SIZE_T DirtyPageThreshold; + ULONG BytesToWrite; +}; +struct ALIGN( 8 ) _PERFINFO_CC_FLUSH_SECTION +{ + ULONG_PTR WorkItemKey; + ULONG_PTR FileObjectKey; + ULONGLONG Offset; + ULONG Length; + ULONG MmFlushFlags; +}; +struct ALIGN( 8 ) _PERFINFO_CC_FLUSH_CACHE +{ + ULONG_PTR WorkItemKey; + ULONG_PTR FileObjectKey; + ULONGLONG Offset; + ULONG Length; + ULONG SharedCacheMapFlags; + ULONG Flags; + ULONG Reserved; +}; +struct ALIGN( 8 ) _PERFINFO_CC_LOGGED_STREAM_INFO +{ + ULONG_PTR FileObjectKey; + ULONG ReasonForFlush; + ULONG PagesToWrite; + SIZE_T DirtyLoggedPages; + SIZE_T DirtyLoggedPageThreshold; + LARGE_INTEGER LargestLsnForLWS; +}; +struct ALIGN( 8 ) _PERFINFO_CC_EXTRA_WB_THREAD_INFO +{ + ULONG ThreadAction; + ULONG ActiveExtraWBThreads; + SIZE_T TotalDirtyPages; + SIZE_T DirtyPageThreshold; + SIZE_T AvailablePages; +}; +struct ALIGN( 8 ) _PERFINFO_IMAGELOAD_IN_PAGEFILE_INFO +{ + PVOID FileObject; + ULONG DeviceCharacteristics; + USHORT FileCharacteristics; + union ALIGN( 2 ) + { + USHORT Flags; + struct ALIGN( 2 ) + { + USHORT ActiveDataReference : 1; + USHORT DeviceEjectable : 1; + USHORT WritableHandles : 1; + }; + } Flags; +}; +struct ALIGN( 8 ) _PERFINFO_SYSCALL_ENTER_DATA +{ + PVOID SysCallAddr; +}; +struct ALIGN( 4 ) _PERFINFO_SYSCALL_EXIT_DATA +{ + NTSTATUS ReturnValue; +}; +struct ALIGN( 1 ) _PERFINFO_MARK_INFORMATION +{ + char Name[1]; +}; +struct ALIGN( 8 ) _PERFINFO_FILE_CREATE +{ + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG IssuingThreadId; + ULONG Options; + ULONG Attributes; + ULONG ShareAccess; + WCHAR OpenPath[1]; +}; +struct ALIGN( 8 ) _PERFINFO_FILE_INFORMATION +{ + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG_PTR FileKey; + ULONG_PTR ExtraInformation; + ULONG IssuingThreadId; + ULONG InfoClass; +}; +struct ALIGN( 8 ) _PERFINFO_FILE_DIRENUM +{ + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG_PTR FileKey; + ULONG IssuingThreadId; + ULONG Length; + ULONG InfoClass; + ULONG FileIndex; + WCHAR FileName[1]; +}; +struct ALIGN( 1 ) _PERFINFO_FILE_READ_WRITE +{ + ULONGLONG Offset; + ULONG_PTR Irp; + ULONG_PTR FileObject; + ULONG_PTR FileKey; + ULONG IssuingThreadId; + ULONG Size; + ULONG Flags; + ULONG ExtraFlags; +}; +struct ALIGN( 1 ) _PERFINFO_FLT_OPERATION_STATUS +{ + PVOID RoutineAddr; + PVOID FileObject; + PVOID FsContext; + PVOID IrpPtr; + PVOID CbdPtr; + LONG MajorFunction; + NTSTATUS Status; +}; +struct ALIGN( 8 ) _PERFINFO_MEMORY_INFORMATION +{ + ULONG_PTR ZeroPageCount; + ULONG_PTR FreePageCount; + ULONG_PTR ModifiedPageCount; + ULONG_PTR ModifiedNoWritePageCount; + ULONG_PTR BadPageCount; + ULONG_PTR PageCountByPriority[8]; + ULONG_PTR RepurposedPagesByPriority[8]; + ULONG_PTR ModifiedPageCountPageFile; +}; +struct ALIGN( 8 ) _PERFINFO_SYSTEM_MEMORY_INFORMATION +{ + ULONG_PTR PagedPoolCommitPageCount; + ULONG_PTR NonPagedPoolPageCount; + ULONG_PTR MdlPageCount; + ULONG_PTR CommitPageCount; +}; +struct ALIGN( 1 ) _PERFINFO_WORKINGSET_ENTRY +{ + union ALIGN( 1 ) + { + ULONG UniqueProcessId; + ULONG SessionId; + }; + ULONG_PTR WorkingSetPageCount; + ULONG_PTR CommitPageCount; + union ALIGN( 1 ) + { + ULONG_PTR PagedPoolPageCount; + ULONG_PTR VirtualSizeInPages; + }; + ULONG_PTR PrivateWorkingSetPageCount; + ULONG_PTR StoreSizeInPages; + ULONG_PTR StoredPageCount; + ULONG_PTR CommitDebtInPages; + ULONG_PTR SharedCommitInPages; +}; +struct ALIGN( 1 ) _PERFINFO_WORKINGSET_INFORMATION +{ + ULONG Count; + PERFINFO_WORKINGSET_ENTRY WsEntry[1]; +}; +struct ALIGN( 8 ) _PERFINFO_CONTIGUOUS_PAGE_GENERATE +{ + ULONGLONG ThreadId; + ULONGLONG NumberOfBytes; +}; +struct ALIGN( 4 ) _PERFINFO_DEBUG_EVENT +{ + ULONG ProcessId; + ULONG ThreadId; + PERFINFO_DEBUG_EVENT_REASON Reason; +}; +struct ALIGN( 8 ) _PERFINFO_CCSWAP_BUFFER +{ + LONGLONG FirstTimeStamp; + ULONG TidTable[16]; + SCHAR ThreadBasePriority[16]; +}; +struct ALIGN( 2 ) _PERFINFO_CCSWAP_IDLE_SHORT +{ + USHORT DataType : 2; + USHORT TimeDelta : 14; +}; +struct ALIGN( 4 ) _PERFINFO_CCSWAP_IDLE +{ + ULONG DataType : 2; + ULONG TimeDelta : 30; +}; +struct ALIGN( 4 ) _PERFINFO_CCSWAP +{ + ULONG DataType : 2; + ULONG TimeDelta : 30; + ULONG OldThreadIdIndex : 4; + ULONG OldThreadStateWr : 6; + ULONG OldThreadPriority : 5; + ULONG NewThreadWaitTime : 17; +}; +struct ALIGN( 8 ) _PERFINFO_PROCESS_PERFCTR64 +{ + ULONG ProcessId; + ULONG PageFaultCount; + ULONG HandleCount; + ULONG Reserved; + ULONG64 PeakVirtualSize; + ULONG64 PeakWorkingSetSize; + ULONG64 PeakPagefileUsage; + ULONG64 QuotaPeakPagedPoolUsage; + ULONG64 QuotaPeakNonPagedPoolUsage; + ULONG64 VirtualSize; + ULONG64 WorkingSetSize; + ULONG64 PagefileUsage; + ULONG64 QuotaPagedPoolUsage; + ULONG64 QuotaNonPagedPoolUsage; + ULONG64 PrivatePageCount; +}; +struct ALIGN( 8 ) _PERFINFO_PROCESS_INSWAP +{ + ULONG_PTR DirectoryTableBase; + ULONG ProcessId; +}; +struct ALIGN( 8 ) _WMI_LOGGER_INFORMATION +{ + WNODE_HEADER Wnode; + ULONG BufferSize; + ULONG MinimumBuffers; + ULONG MaximumBuffers; + ULONG MaximumFileSize; + ULONG LogFileMode; + ULONG FlushTimer; + ULONG EnableFlags; + union ALIGN( 4 ) + { + LONG AgeLimit; + LONG FlushThreshold; + }; + ULONG Wow; + union ALIGN( 8 ) + { + HANDLE LogFileHandle; + ULONG64 LogFileHandle64; + }; + union ALIGN( 4 ) + { + ULONG NumberOfBuffers; + ULONG InstanceCount; + }; + union ALIGN( 4 ) + { + ULONG FreeBuffers; + ULONG InstanceId; + }; + union ALIGN( 4 ) + { + ULONG EventsLost; + ULONG NumberOfProcessors; + }; + ULONG BuffersWritten; + union ALIGN( 4 ) + { + ULONG LogBuffersLost; + ULONG Flags; + }; + ULONG RealTimeBuffersLost; + union ALIGN( 8 ) + { + HANDLE LoggerThreadId; + ULONG64 LoggerThreadId64; + }; + union ALIGN( 8 ) + { + UNICODE_STRING LogFileName; + UNICODE_STRING64 LogFileName64; + }; + union ALIGN( 8 ) + { + UNICODE_STRING LoggerName; + UNICODE_STRING64 LoggerName64; + }; + ULONG RealTimeConsumerCount; + ULONG SpareUlong; + union ALIGN( 8 ) + { + PVOID LoggerExtension; + ULONG64 LoggerExtension64; + } DUMMYUNIONNAME10; +}; +struct ALIGN( 1 ) _ETW_UMGL_KEY +{ + UCHAR LoggerId; + UCHAR Flags; +}; +struct ALIGN( 4 ) _ETW_KERNEL_HEADER_EXTENSION +{ + PERFINFO_GROUPMASK GroupMasks; + ULONG Version; +}; +struct ALIGN( 4 ) _ETW_SET_MARK_INFORMATION +{ + ULONG Flag; + WCHAR Mark[1]; +}; +struct ALIGN( 8 ) _ETW_NOTIFICATION_HEADER +{ + ETW_NOTIFICATION_TYPE NotificationType; + ULONG NotificationSize; + ULONG Offset; + BOOLEAN ReplyRequested; + ULONG Timeout; + union ALIGN( 4 ) + { + ULONG ReplyCount; + ULONG NotifyeeCount; + }; + ULONGLONG Reserved2; + ULONG TargetPID; + ULONG SourcePID; + GUID DestinationGuid; + GUID SourceGuid; +}; +struct ALIGN( 8 ) _ETW_SESSION_NOTIFICATION_PACKET +{ + ETW_NOTIFICATION_HEADER NotificationHeader; + ETW_SESSION_NOTIFICATION_TYPE Type; + NTSTATUS Status; + TRACEHANDLE TraceHandle; + ULONG Reserved[2]; +}; +struct ALIGN( 8 ) _EVENT_DESCRIPTOR +{ + USHORT Id; + UCHAR Version; + UCHAR Channel; + UCHAR Level; + UCHAR Opcode; + USHORT Task; + ULONGLONG Keyword; +}; +; +struct ALIGN( 4 ) _ETW_TRACE_PROVIDER_INSTANCE_INFO +{ + ULONG NextOffset; + ULONG EnableCount; + ULONG Pid; + ULONG Flags; +}; +struct ALIGN( 4 ) _ETW_TRACE_GUID_INFO +{ + ULONG InstanceCount; + ULONG Reserved; +}; +struct ALIGN( 8 ) _TELEMETRY_COVERAGE_POINT +{ + PWSTR Name; + ULONG Hash; + ULONG LastCoveredRound; + ULONG Flags; +}; +struct ALIGN( 8 ) _VECTXCPT_CALLOUT_ENTRY +{ + union ALIGN( 8 ) + { + LIST_ENTRY ListEntry; + SINGLE_LIST_ENTRY Next; + }; + ULONG ReferenceCount; + PVECTORED_EXCEPTION_HANDLER Handler; +}; +struct ALIGN( 8 ) _LDRP_VECTOR_HANDLER_LIST +{ + RTL_SRWLOCK CalloutLock; + LIST_ENTRY ListHead; +};